import React from 'react'; import Clock from '../../../svg/clock.svg'; import withIconSvg from '../helpers/withIconSvg'; const ClockIcon: React.FC = (props) => { return ; }; export default withIconSvg(ClockIcon, true, { tags: ['clock', 'time', 'since'] });