import React, { Fragment } from 'react'; import Flex from 'styled-flex-component'; import { Margin } from 'styled-components-spacing'; import remcalc from 'remcalc'; import { Divider, P } from 'joyent-ui-toolkit'; export default ({ icon, children }) => ( {icon}

{children}

);