@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.60 → 1.1.61
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/IconPropeller/index.d.ts +4 -0
- package/IconPropeller/index.js +2 -0
- package/IconPropeller/index.js.map +1 -0
- package/IconPropeller/index.mjs +2 -0
- package/IconPropeller/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(P(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconPropeller:()=>i,default:()=>v});module.exports=g(h);var e=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>a.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(t.Path,{d:"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9031 15.6469 13.8131 14.9655 13.7458 14.4385C14.0831 14.1972 14.3774 13.8836 14.5983 13.501C15.0106 12.7867 15.0964 11.9724 14.901 11.2334C15.0602 11.1417 15.2448 11.0976 15.4333 11.1104Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.89074 11.8251 8.52624 12.0878 9.01627 12.293C9.05652 12.7059 9.18116 13.1173 9.40202 13.5C9.81443 14.2142 10.4759 14.6962 11.2135 14.8965C11.2133 15.0802 11.1597 15.2622 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.2062 8.52905 13.6616 8.94777 13.2389 9.26956C12.8612 9.09793 12.4426 9.0001 12.0006 9.00003C11.1759 9.00005 10.4277 9.3324 9.88542 9.87112C9.72633 9.77906 9.59552 9.64145 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z",fill:"currentColor"})),v=i;0&&(module.exports={IconPropeller});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPropeller/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPropeller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9031 15.6469 13.8131 14.9655 13.7458 14.4385C14.0831 14.1972 14.3774 13.8836 14.5983 13.501C15.0106 12.7867 15.0964 11.9724 14.901 11.2334C15.0602 11.1417 15.2448 11.0976 15.4333 11.1104Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.89074 11.8251 8.52624 12.0878 9.01627 12.293C9.05652 12.7059 9.18116 13.1173 9.40202 13.5C9.81443 14.2142 10.4759 14.6962 11.2135 14.8965C11.2133 15.0802 11.1597 15.2622 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.2062 8.52905 13.6616 8.94777 13.2389 9.26956C12.8612 9.09793 12.4426 9.0001 12.0006 9.00003C11.1759 9.00005 10.4277 9.3324 9.88542 9.87112C9.72633 9.77906 9.59552 9.64145 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPropeller;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+VACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPropeller_exports","__export","IconPropeller","IconPropeller_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPropeller","props","React","CentralIconBase","IconPropeller_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{d:"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9031 15.6469 13.8131 14.9655 13.7458 14.4385C14.0831 14.1972 14.3774 13.8836 14.5983 13.501C15.0106 12.7867 15.0964 11.9724 14.901 11.2334C15.0602 11.1417 15.2448 11.0976 15.4333 11.1104Z",fill:"currentColor"}),o.createElement(C,{d:"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.89074 11.8251 8.52624 12.0878 9.01627 12.293C9.05652 12.7059 9.18116 13.1173 9.40202 13.5C9.81443 14.2142 10.4759 14.6962 11.2135 14.8965C11.2133 15.0802 11.1597 15.2622 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z",fill:"currentColor"}),o.createElement(C,{d:"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z",fill:"currentColor"}),o.createElement(C,{d:"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.2062 8.52905 13.6616 8.94777 13.2389 9.26956C12.8612 9.09793 12.4426 9.0001 12.0006 9.00003C11.1759 9.00005 10.4277 9.3324 9.88542 9.87112C9.72633 9.77906 9.59552 9.64145 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z",fill:"currentColor"})),x=f;export{f as IconPropeller,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPropeller/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPropeller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9031 15.6469 13.8131 14.9655 13.7458 14.4385C14.0831 14.1972 14.3774 13.8836 14.5983 13.501C15.0106 12.7867 15.0964 11.9724 14.901 11.2334C15.0602 11.1417 15.2448 11.0976 15.4333 11.1104Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.89074 11.8251 8.52624 12.0878 9.01627 12.293C9.05652 12.7059 9.18116 13.1173 9.40202 13.5C9.81443 14.2142 10.4759 14.6962 11.2135 14.8965C11.2133 15.0802 11.1597 15.2622 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.2062 8.52905 13.6616 8.94777 13.2389 9.26956C12.8612 9.09793 12.4426 9.0001 12.0006 9.00003C11.1759 9.00005 10.4277 9.3324 9.88542 9.87112C9.72633 9.77906 9.59552 9.64145 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPropeller;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+VACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPropeller","props","React","CentralIconBase","IconPropeller_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -16506,6 +16506,20 @@
|
|
|
16506
16506
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
16507
16507
|
"componentName": "IconPromptTextToVideo"
|
|
16508
16508
|
},
|
|
16509
|
+
{
|
|
16510
|
+
"category": "Things",
|
|
16511
|
+
"svg": "<path d=\"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9031 15.6469 13.8131 14.9655 13.7458 14.4385C14.0831 14.1972 14.3774 13.8836 14.5983 13.501C15.0106 12.7867 15.0964 11.9724 14.901 11.2334C15.0602 11.1417 15.2448 11.0976 15.4333 11.1104Z\" fill=\"currentColor\"/><path d=\"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.89074 11.8251 8.52624 12.0878 9.01627 12.293C9.05652 12.7059 9.18116 13.1173 9.40202 13.5C9.81443 14.2142 10.4759 14.6962 11.2135 14.8965C11.2133 15.0802 11.1597 15.2622 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z\" fill=\"currentColor\"/><path d=\"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z\" fill=\"currentColor\"/><path d=\"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.2062 8.52905 13.6616 8.94777 13.2389 9.26956C12.8612 9.09793 12.4426 9.0001 12.0006 9.00003C11.1759 9.00005 10.4277 9.3324 9.88542 9.87112C9.72633 9.77906 9.59552 9.64145 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z\" fill=\"currentColor\"/>",
|
|
16512
|
+
"iconName": "propeller, flight, test, wind",
|
|
16513
|
+
"variant": {
|
|
16514
|
+
"join": "square",
|
|
16515
|
+
"filled": "on",
|
|
16516
|
+
"radius": "0",
|
|
16517
|
+
"stroke": "1"
|
|
16518
|
+
},
|
|
16519
|
+
"createdAt": "2025-12-09T10:02:22.990229+00:00",
|
|
16520
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
16521
|
+
"componentName": "IconPropeller"
|
|
16522
|
+
},
|
|
16509
16523
|
{
|
|
16510
16524
|
"category": "Code",
|
|
16511
16525
|
"svg": "<path d=\"M14.7071 3.50008L14 2.79297L10.7929 6.00008L14 9.20718L14.7071 8.50008L12.7071 6.50008H17.5V15.0416C16.0811 15.2796 15 16.5136 15 18.0001C15 19.6569 16.3431 21.0001 18 21.0001C19.6569 21.0001 21 19.6569 21 18.0001C21 16.5136 19.9189 15.2796 18.5 15.0416V5.50008H12.7071L14.7071 3.50008Z\" fill=\"currentColor\"/><path d=\"M6 3.00008C4.34315 3.00008 3 4.34322 3 6.00008C3 7.48657 4.08114 8.72056 5.5 8.9586V15.0416C4.08114 15.2796 3 16.5136 3 18.0001C3 19.6569 4.34315 21.0001 6 21.0001C7.65685 21.0001 9 19.6569 9 18.0001C9 16.5136 7.91886 15.2796 6.5 15.0416V8.9586C7.91886 8.72056 9 7.48657 9 6.00008C9 4.34322 7.65685 3.00008 6 3.00008Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.61",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1629,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
]
|
|
1522
1522
|
},
|
|
1523
1523
|
"Things": {
|
|
1524
|
-
"count":
|
|
1524
|
+
"count": 127,
|
|
1525
1525
|
"icons": [
|
|
1526
1526
|
"IconAlien",
|
|
1527
1527
|
"IconAnvil",
|
|
@@ -1606,6 +1606,7 @@
|
|
|
1606
1606
|
"IconPlugin2",
|
|
1607
1607
|
"IconPokeball",
|
|
1608
1608
|
"IconPoop",
|
|
1609
|
+
"IconPropeller",
|
|
1609
1610
|
"IconPushTheButton",
|
|
1610
1611
|
"IconPuzzle",
|
|
1611
1612
|
"IconReadingList",
|
|
@@ -2997,6 +2998,7 @@
|
|
|
2997
2998
|
"IconPromptSuggestion": "prompt-suggestion, auto-prompt",
|
|
2998
2999
|
"IconPromptTextToImage": "prompt-text-to-image",
|
|
2999
3000
|
"IconPromptTextToVideo": "prompt-text-to-video",
|
|
3001
|
+
"IconPropeller": "propeller, flight, test, wind",
|
|
3000
3002
|
"IconPullRequest": "pull-request",
|
|
3001
3003
|
"IconPumpjack": "pumpjack, oil",
|
|
3002
3004
|
"IconPush": "push, launch, rocket",
|
package/index.d.ts
CHANGED
|
@@ -1177,6 +1177,7 @@ export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
|
|
|
1177
1177
|
export { IconPromptSuggestion, default as IconPromptSuggestionDefault, } from "./IconPromptSuggestion";
|
|
1178
1178
|
export { IconPromptTextToImage, default as IconPromptTextToImageDefault, } from "./IconPromptTextToImage";
|
|
1179
1179
|
export { IconPromptTextToVideo, default as IconPromptTextToVideoDefault, } from "./IconPromptTextToVideo";
|
|
1180
|
+
export { IconPropeller, default as IconPropellerDefault, } from "./IconPropeller";
|
|
1180
1181
|
export { IconPullRequest, default as IconPullRequestDefault, } from "./IconPullRequest";
|
|
1181
1182
|
export { IconPumpjack, default as IconPumpjackDefault } from "./IconPumpjack";
|
|
1182
1183
|
export { IconPush, default as IconPushDefault } from "./IconPush";
|