aboutsummaryrefslogtreecommitdiff
path: root/.build/svgr-template.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-07-09 17:03:12 +0200
committercodecalm <codecalm@gmail.com>2022-07-09 17:03:12 +0200
commit036d995c77bd8f4df746bd10efb5a0ac45409231 (patch)
tree733bd5675b14a454cc28735b0afe2cbbd2640a1b /.build/svgr-template.js
parentRelease 1.72.0 (diff)
downloadtabler-icons-dev-react.tar.xz
new build processdev-react
Diffstat (limited to '.build/svgr-template.js')
-rw-r--r--.build/svgr-template.js12
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;