diff options
author | codecalm <codecalm@gmail.com> | 2022-07-09 17:03:12 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-07-09 17:03:12 +0200 |
commit | 036d995c77bd8f4df746bd10efb5a0ac45409231 (patch) | |
tree | 733bd5675b14a454cc28735b0afe2cbbd2640a1b /.build/svgr-template.js | |
parent | Release 1.72.0 (diff) | |
download | tabler-icons-dev-react.tar.xz |
new build processdev-react
Diffstat (limited to '.build/svgr-template.js')
-rw-r--r-- | .build/svgr-template.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.build/svgr-template.js b/.build/svgr-template.js deleted file mode 100644 index c8c41384..00000000 --- a/.build/svgr-template.js +++ /dev/null @@ -1,12 +0,0 @@ -function template( - { template }, - opts, - { imports, componentName, props, jsx, exports }, -) { - return template.ast` - ${imports} - function ${componentName}({ size = 24, color = "currentColor", stroke = 2, ...props }) { return (${jsx}); } - ${exports} - `; -} -module.exports = template; |