/** * License https://github.com/Remix-Design/RemixIcon/blob/master/License */ import { SVGIconDef } from './types'; const {{fileName}}: SVGIconDef = { name: '{{name}}', theme: '{{theme}}', attrs: { viewBox: '{{viewBox}}', }, children: '{{@children}}', }; export default {{fileName}};