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