import React from 'react'; const ExampleIcon = ({ color = 'currentColor', size = 16, ...props }) => { return ( ); }; export default ExampleIcon;