Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
selbekk committed Sep 7, 2023
1 parent 6ca2f86 commit 56dd73b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/spor-icon-react-native/bin/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ async function generateComponent(iconData: IconData) {
ref: true,
titleProp: false,
svgo: true,
svgoConfig: {
removeViewBox: false,
},
native: true,
replaceAttrValues: {
"#2B2B2C": `{theme.colors[color] ?? "#2B2B2C"}`,
Expand Down
3 changes: 0 additions & 3 deletions packages/spor-icon-react/bin/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ async function generateComponent(iconData: IconData) {
"aria-hidden": "true",
},
svgo: true,
svgoConfig: {
removeViewBox: false,
},
template: componentTemplate,
replaceAttrValues: {
"#2B2B2C": "currentColor",
Expand Down

0 comments on commit 56dd73b

Please sign in to comment.