diff --git a/generator.js b/generator.js
index 5a58213f5..cc7a39486 100644
--- a/generator.js
+++ b/generator.js
@@ -91,6 +91,8 @@ async function getSVGFile(icon, version) {
.replace(/clip-rule/g, 'clipRule')
.replace(/fill-rule/g, 'fillRule')
.replace('>', '>{props.title &&
{props.title}}')
+ .replace(/style="enableBackground:(.*?);?"/g, 'enableBackground="$1"')
+ .replace(/style="fill:(.*?);?"/g, 'fill="$1"')
}
/**
diff --git a/src/Icon123.tsx b/src/Icon123.tsx
new file mode 100644
index 000000000..f6ab11cdf
--- /dev/null
+++ b/src/Icon123.tsx
@@ -0,0 +1,21 @@
+import React from 'react'
+import { IconProps } from './types'
+
+const Icon123: React.FC = ({ ...props }) => (
+
+)
+
+export { Icon123 as default }
diff --git a/src/Icon18UpRating.tsx b/src/Icon18UpRating.tsx
new file mode 100644
index 000000000..f45d1c34a
--- /dev/null
+++ b/src/Icon18UpRating.tsx
@@ -0,0 +1,25 @@
+import React from 'react'
+import { IconProps } from './types'
+
+const Icon18UpRating: React.FC = ({ ...props }) => (
+
+)
+
+export { Icon18UpRating as default }
diff --git a/src/IconAbc.tsx b/src/IconAbc.tsx
new file mode 100644
index 000000000..8f8caab65
--- /dev/null
+++ b/src/IconAbc.tsx
@@ -0,0 +1,21 @@
+import React from 'react'
+import { IconProps } from './types'
+
+const IconAbc: React.FC = ({ ...props }) => (
+
+)
+
+export { IconAbc as default }
diff --git a/src/IconAccountBox.tsx b/src/IconAccountBox.tsx
index a86a467e4..3171bfa89 100644
--- a/src/IconAccountBox.tsx
+++ b/src/IconAccountBox.tsx
@@ -2,10 +2,19 @@ import React from 'react'
import { IconProps } from './types'
const IconAccountBox: React.FC = ({ ...props }) => (
-