@bigbinary/neeto-icons 1.17.5 → 1.17.6

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/index.d.ts CHANGED
@@ -157,7 +157,6 @@ export const Pause: React.FC<IconProps>;
157
157
  export const Phone: React.FC<IconProps>;
158
158
  export const Play: React.FC<IconProps>;
159
159
  export const Plus: React.FC<IconProps>;
160
- export const PlusSolid: React.FC<IconProps>;
161
160
  export const Print: React.FC<IconProps>;
162
161
  export const Puzzle: React.FC<IconProps>;
163
162
  export const Quote: React.FC<IconProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons",
3
- "version": "1.17.5",
3
+ "version": "1.17.6",
4
4
  "main": "./dist/neeto-icons.cjs.js",
5
5
  "module": "./dist/neeto-icons.js",
6
6
  "author": "vinay0x",