import { createIcon } from '../lib/create-icon' const SvgReactionIcon = createIcon(props => { return ( ) }) export default SvgReactionIcon