/** @jsx jsx */ import { css, jsx } from "@emotion/core"; export const IconContainer = ({ color, children }) => ( {children} );