@fe-free/icons 6.0.20 → 6.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fe-free/icons
2
2
 
3
+ ## 6.0.22
4
+
5
+ ## 6.0.21
6
+
3
7
  ## 6.0.20
4
8
 
5
9
  ## 6.0.19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fe-free/icons",
3
- "version": "6.0.20",
3
+ "version": "6.0.22",
4
4
  "description": "Icon components library for @fe-free packages",
5
5
  "license": "ISC",
6
6
  "author": "",
package/src/utils.tsx CHANGED
@@ -1,5 +1,6 @@
1
1
  import classNames from 'classnames';
2
2
  import React from 'react';
3
+
3
4
  import type { IconComponentProps } from './types';
4
5
 
5
6
  /**
@@ -99,7 +100,6 @@ function createIcon(
99
100
  height={'1em'}
100
101
  fill="currentColor"
101
102
  style={mergedStyle}
102
- {...restProps}
103
103
  dangerouslySetInnerHTML={{ __html: innerContent }}
104
104
  />
105
105
  </span>