Delete exportTemplate.js

This commit is contained in:
SMAH1
2021-04-04 09:34:27 +04:30
committed by GitHub
parent 1c0d763f70
commit dcef099aca
@@ -1,10 +0,0 @@
export default ({ componentName, children }) => `
import { IconData } from '../../lucide';
import defaultAttributes from '../../default-attributes';
export const ${componentName}: IconData = [
'svg',
defaultAttributes,
${JSON.stringify(children)}
];
`;