@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.244 → 1.1.246
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/IconCircleBanSign/index.js +1 -1
- package/IconCircleBanSign/index.js.map +1 -1
- package/IconCircleBanSign/index.mjs +1 -1
- package/IconCircleBanSign/index.mjs.map +1 -1
- package/IconDevices2/index.js +1 -1
- package/IconDevices2/index.js.map +1 -1
- package/IconDevices2/index.mjs +1 -1
- package/IconDevices2/index.mjs.map +1 -1
- package/IconParasol/index.js +1 -1
- package/IconParasol/index.js.map +1 -1
- package/IconParasol/index.mjs +1 -1
- package/IconParasol/index.mjs.map +1 -1
- package/IconPiggyBankCoin/index.d.ts +4 -0
- package/IconPiggyBankCoin/index.js +2 -0
- package/IconPiggyBankCoin/index.js.map +1 -0
- package/IconPiggyBankCoin/index.mjs +2 -0
- package/IconPiggyBankCoin/index.mjs.map +1 -0
- package/IconUnblock/index.d.ts +4 -0
- package/IconUnblock/index.js +2 -0
- package/IconUnblock/index.js.map +1 -0
- package/IconUnblock/index.mjs +2 -0
- package/IconUnblock/index.mjs.map +1 -0
- package/README.md +6 -4
- package/filtered-icons.json +35 -7
- package/icons/index.d.ts +2 -0
- package/icons-index.json +14 -10
- package/index.d.ts +2 -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/skills/central-icons-react-native/SKILL.md +7 -5
- package/tsx-icons.json +17 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=B(o,n))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(g(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>s(t({},"__esModule",{value:!0}),r);var S={};P(S,{IconCircleBanSign:()=>u,default:()=>v});module.exports=d(S);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(C.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z",stroke:"currentColor",strokeLinecap:"round"}),p.default.createElement(C.Path,{d:"M18.4413 5.55859L5.46924 18.5307",stroke:"currentColor",strokeLinecap:"round"})),v=u;0&&(module.exports={IconCircleBanSign});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCircleBanSign/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 IconCircleBanSign: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconCircleBanSign/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 IconCircleBanSign: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M18.4413 5.55859L5.46924 18.5307\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCircleBanSign;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8OACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconCircleBanSign_exports","__export","IconCircleBanSign","IconCircleBanSign_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCircleBanSign","props","React","CentralIconBase","IconCircleBanSign_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"react";import C from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var s=o=>e.createElement(n,{...o},e.createElement(t,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z",stroke:"currentColor",strokeLinecap:"round"}),e.createElement(t,{d:"M18.4413 5.55859L5.46924 18.5307",stroke:"currentColor",strokeLinecap:"round"})),x=s;export{s as IconCircleBanSign,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCircleBanSign/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 IconCircleBanSign: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconCircleBanSign/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 IconCircleBanSign: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M18.4413 5.55859L5.46924 18.5307\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCircleBanSign;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8OACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCircleBanSign","props","React","CentralIconBase","IconCircleBanSign_default"]}
|
package/IconDevices2/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!I.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(C=f(o,n))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconDevices2:()=>m,default:()=>g});module.exports=P(v);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(s.Path,{d:"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!I.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(C=f(o,n))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconDevices2:()=>m,default:()=>g});module.exports=P(v);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(s.Path,{d:"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;0&&(module.exports={IconDevices2});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.
|
|
1
|
+
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDevices2;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDevices2_exports","__export","IconDevices2","IconDevices2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDevices2","props","React","CentralIconBase","IconDevices2_default"]}
|
package/IconDevices2/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(C,{...p,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 n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(C,{...p,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 n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconDevices2,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.
|
|
1
|
+
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDevices2;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDevices2","props","React","CentralIconBase","IconDevices2_default"]}
|
package/IconParasol/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var f=Object.create;var C=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of P(o))!B.call(r,p)&&p!==t&&C(r,p,{get:()=>o[p],enumerable:!(i=h(o,p))||i.enumerable});return r};var s=(r,o,t)=>(t=r!=null?f(d(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(C({},"__esModule",{value:!0}),r);var k={};I(k,{IconParasol:()=>c,default:()=>x});module.exports=g(k);var n=s(require("react"));var a=s(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...t})=>a.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(e.G,{"clip-Path":"url(#clip0_15261_28220)"},n.default.createElement(e.Path,{d:"M15.8177 19.6119L10.9427 11.1681C9.96839 11.7306 9.11911 12.5097 8.28658 13.5677C6.48754 13.4516 4.75549 14.4516 3.52344 16.3177C1.03816 12.013 2.51303 6.50872 6.81767 4.02344C11.1223 1.53816 16.6266 3.01303 19.1119 7.31767C16.8798 7.45161 15.1478 8.45165 14.3488 10.0677",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M8.28906 13.5677C5.80378 9.26303 5.14613 4.98994 6.82015 4.02344C8.49418 3.05694 11.866 5.76303 14.3512 10.0677C13.0187 10.2597 11.9194 10.6056 10.9451 11.1681",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),n.default.createElement(e.Defs,null,n.default.createElement(e.ClipPath,{id:"clip0_15261_28220"},n.default.createElement(e.Rect,{width:"24",height:"24",fill:"white"})))),x=c;0&&(module.exports={IconParasol});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconParasol/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconParasol/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconParasol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#
|
|
1
|
+
{"version":3,"sources":["../src/IconParasol/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconParasol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#clip0_15261_28220)\">\n <Path\n d=\"M15.8177 19.6119L10.9427 11.1681C9.96839 11.7306 9.11911 12.5097 8.28658 13.5677C6.48754 13.4516 4.75549 14.4516 3.52344 16.3177C1.03816 12.013 2.51303 6.50872 6.81767 4.02344C11.1223 1.53816 16.6266 3.01303 19.1119 7.31767C16.8798 7.45161 15.1478 8.45165 14.3488 10.0677\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.28906 13.5677C5.80378 9.26303 5.14613 4.98994 6.82015 4.02344C8.49418 3.05694 11.866 5.76303 14.3512 10.0677C13.0187 10.2597 11.9194 10.6056 10.9451 11.1681\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_15261_28220\">\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n </ClipPath>\n </Defs>\n </CentralIconBase>\n );\n};\n\nexport default IconParasol;\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,iBAAAE,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,EAA8C,4BAEjCC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,KAAE,YAAU,2BACX,EAAAA,QAAA,cAAC,QACC,EAAE,kRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EACA,EAAAA,QAAA,cAAC,YACC,EAAAA,QAAA,cAAC,YAAS,GAAG,qBACX,EAAAA,QAAA,cAAC,QAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,CAC5C,CACF,CACF,EAIGE,EAAQJ","names":["IconParasol_exports","__export","IconParasol","IconParasol_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconParasol","props","React","CentralIconBase","IconParasol_default"]}
|
package/IconParasol/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import
|
|
1
|
+
import r from"react";import C from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:o=24,...p})=>C.createElement(i,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{ClipPath as l,Defs as s,G as a,Path as n,Rect as m}from"react-native-svg";var u=e=>r.createElement(t,{...e},r.createElement(a,{"clip-Path":"url(#clip0_15261_28220)"},r.createElement(n,{d:"M15.8177 19.6119L10.9427 11.1681C9.96839 11.7306 9.11911 12.5097 8.28658 13.5677C6.48754 13.4516 4.75549 14.4516 3.52344 16.3177C1.03816 12.013 2.51303 6.50872 6.81767 4.02344C11.1223 1.53816 16.6266 3.01303 19.1119 7.31767C16.8798 7.45161 15.1478 8.45165 14.3488 10.0677",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.28906 13.5677C5.80378 9.26303 5.14613 4.98994 6.82015 4.02344C8.49418 3.05694 11.866 5.76303 14.3512 10.0677C13.0187 10.2597 11.9194 10.6056 10.9451 11.1681",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),r.createElement(s,null,r.createElement(l,{id:"clip0_15261_28220"},r.createElement(m,{width:"24",height:"24",fill:"white"})))),k=u;export{u as IconParasol,k as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconParasol/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconParasol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#
|
|
1
|
+
{"version":3,"sources":["../src/IconParasol/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconParasol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#clip0_15261_28220)\">\n <Path\n d=\"M15.8177 19.6119L10.9427 11.1681C9.96839 11.7306 9.11911 12.5097 8.28658 13.5677C6.48754 13.4516 4.75549 14.4516 3.52344 16.3177C1.03816 12.013 2.51303 6.50872 6.81767 4.02344C11.1223 1.53816 16.6266 3.01303 19.1119 7.31767C16.8798 7.45161 15.1478 8.45165 14.3488 10.0677\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.28906 13.5677C5.80378 9.26303 5.14613 4.98994 6.82015 4.02344C8.49418 3.05694 11.866 5.76303 14.3512 10.0677C13.0187 10.2597 11.9194 10.6056 10.9451 11.1681\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_15261_28220\">\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n </ClipPath>\n </Defs>\n </CentralIconBase>\n );\n};\n\nexport default IconParasol;\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,YAAAG,EAAU,QAAAC,EAAM,KAAAC,EAAG,QAAAC,EAAM,QAAAC,MAAY,mBAEvC,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACL,EAAA,CAAE,YAAU,2BACXK,EAAA,cAACJ,EAAA,CACC,EAAE,kRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,kKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EACAI,EAAA,cAACN,EAAA,KACCM,EAAA,cAACP,EAAA,CAAS,GAAG,qBACXO,EAAA,cAACH,EAAA,CAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,CAC5C,CACF,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","ClipPath","Defs","G","Path","Rect","IconParasol","props","React","CentralIconBase","IconParasol_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!I.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(s=d(o,e))||s.enumerable});return r};var i=(r,o,n)=>(n=r!=null?f(g(r)):{},a(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var x={};L(x,{IconPiggyBankCoin:()=>c,default:()=>k});module.exports=P(x);var t=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...n})=>l.default.createElement(m.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(p.Path,{d:"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=c;0&&(module.exports={IconPiggyBankCoin});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPiggyBankCoin/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 IconPiggyBankCoin: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPiggyBankCoin;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,knBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPiggyBankCoin_exports","__export","IconPiggyBankCoin","IconPiggyBankCoin_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPiggyBankCoin","props","React","CentralIconBase","IconPiggyBankCoin_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z",fill:"currentColor"}),o.createElement(e,{d:"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconPiggyBankCoin,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPiggyBankCoin/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 IconPiggyBankCoin: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPiggyBankCoin;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,knBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPiggyBankCoin","props","React","CentralIconBase","IconPiggyBankCoin_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!d.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(c=x(o,n))||c.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(s({},"__esModule",{value:!0}),r);var v={};k(v,{IconUnblock:()=>i,default:()=>g});module.exports=P(v);var t=l(require("react"));var C=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>C.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(u,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(p.Path,{d:"M5.5 18.5L9.75 14.25",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(p.Path,{d:"M14.25 9.75L18.5 5.5",stroke:"currentColor",strokeLinecap:"round"})),g=i;0&&(module.exports={IconUnblock});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnblock/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconUnblock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5.5 18.5L9.75 14.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M14.25 9.75L18.5 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnblock;\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,iBAAAE,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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconUnblock_exports","__export","IconUnblock","IconUnblock_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnblock","props","React","CentralIconBase","IconUnblock_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as a,Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(a,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(t,{d:"M5.5 18.5L9.75 14.25",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(t,{d:"M14.25 9.75L18.5 5.5",stroke:"currentColor",strokeLinecap:"round"})),k=l;export{l as IconUnblock,k as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnblock/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconUnblock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5.5 18.5L9.75 14.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M14.25 9.75L18.5 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnblock;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QAChB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconUnblock","props","React","CentralIconBase","IconUnblock_default"]}
|
package/README.md
CHANGED
|
@@ -1065,10 +1065,14 @@ Below is a complete list of available icons:
|
|
|
1065
1065
|
|
|
1066
1066
|
### Health & Medical
|
|
1067
1067
|
|
|
1068
|
+
- IconInjection
|
|
1068
1069
|
- IconMask1
|
|
1069
1070
|
- IconMedicalCross
|
|
1070
1071
|
- IconMedicalCrossCircle
|
|
1071
1072
|
- IconMedicalCrossSquare
|
|
1073
|
+
- IconMedicinePill
|
|
1074
|
+
- IconMedicinePill2
|
|
1075
|
+
- IconMedicineTablett
|
|
1072
1076
|
|
|
1073
1077
|
### Interface General
|
|
1074
1078
|
|
|
@@ -1262,6 +1266,7 @@ Below is a complete list of available icons:
|
|
|
1262
1266
|
- IconTrashRounded
|
|
1263
1267
|
- IconTrial
|
|
1264
1268
|
- IconUnarchiv
|
|
1269
|
+
- IconUnblock
|
|
1265
1270
|
- IconUnpin
|
|
1266
1271
|
- IconUnpin2
|
|
1267
1272
|
- IconUntrash
|
|
@@ -1992,7 +1997,6 @@ Below is a complete list of available icons:
|
|
|
1992
1997
|
- IconGraduateCap2
|
|
1993
1998
|
- IconHermesHelmet
|
|
1994
1999
|
- IconInfinity
|
|
1995
|
-
- IconInjection
|
|
1996
2000
|
- IconJudgeGavel
|
|
1997
2001
|
- IconLab
|
|
1998
2002
|
- IconLifeVest
|
|
@@ -2001,9 +2005,6 @@ Below is a complete list of available icons:
|
|
|
2001
2005
|
- IconMagicLamp
|
|
2002
2006
|
- IconMakeItPop
|
|
2003
2007
|
- IconMedal
|
|
2004
|
-
- IconMedicinePill
|
|
2005
|
-
- IconMedicinePill2
|
|
2006
|
-
- IconMedicineTablett
|
|
2007
2008
|
- IconMouth
|
|
2008
2009
|
- IconNailedIt
|
|
2009
2010
|
- IconOrganisation
|
|
@@ -2013,6 +2014,7 @@ Below is a complete list of available icons:
|
|
|
2013
2014
|
- IconPeace
|
|
2014
2015
|
- IconPets
|
|
2015
2016
|
- IconPiggyBank
|
|
2017
|
+
- IconPiggyBankCoin
|
|
2016
2018
|
- IconPillow
|
|
2017
2019
|
- IconPillowZz
|
|
2018
2020
|
- IconPilone
|
package/filtered-icons.json
CHANGED
|
@@ -6876,7 +6876,7 @@
|
|
|
6876
6876
|
},
|
|
6877
6877
|
{
|
|
6878
6878
|
"category": "Interface General",
|
|
6879
|
-
"svg": "<path d=\"
|
|
6879
|
+
"svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M18.4413 5.55859L5.46924 18.5307\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
6880
6880
|
"iconName": "circle-ban-sign, circle, block, ads",
|
|
6881
6881
|
"variant": {
|
|
6882
6882
|
"join": "round",
|
|
@@ -9256,7 +9256,7 @@
|
|
|
9256
9256
|
},
|
|
9257
9257
|
{
|
|
9258
9258
|
"category": "Devices & Signals",
|
|
9259
|
-
"svg": "<path d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.
|
|
9259
|
+
"svg": "<path d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
9260
9260
|
"iconName": "devices-2, laptop-phone",
|
|
9261
9261
|
"variant": {
|
|
9262
9262
|
"join": "round",
|
|
@@ -14589,7 +14589,7 @@
|
|
|
14589
14589
|
"componentName": "IconInitiatives"
|
|
14590
14590
|
},
|
|
14591
14591
|
{
|
|
14592
|
-
"category": "
|
|
14592
|
+
"category": "Health & Medical",
|
|
14593
14593
|
"svg": "<path d=\"M17.5 2.5L21.5 6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 4.5L16.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 3.5L20.5 11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.4998 5.5L6.20696 13.7929C5.81643 14.1834 5.81643 14.8166 6.20696 15.2071L8.79274 17.7929C9.18327 18.1834 9.81643 18.1834 10.207 17.7929L18.4998 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 20.5L7.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
14594
14594
|
"iconName": "injection",
|
|
14595
14595
|
"variant": {
|
|
@@ -16549,7 +16549,7 @@
|
|
|
16549
16549
|
"componentName": "IconMedicalCrossSquare"
|
|
16550
16550
|
},
|
|
16551
16551
|
{
|
|
16552
|
-
"category": "
|
|
16552
|
+
"category": "Health & Medical",
|
|
16553
16553
|
"svg": "<path d=\"M7.25 7.25L11 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"15.5\" cy=\"15.5\" r=\"6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 21L14.5 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 9.90692C19.1233 8.02609 18.8751 5.55427 17.2554 3.93459C15.3426 2.0218 12.2414 2.0218 10.3286 3.93459L3.93459 10.3286C2.0218 12.2414 2.0218 15.3426 3.93459 17.2554C5.55417 18.875 8.02564 19.123 9.90643 18\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
16554
16554
|
"iconName": "medicine-pill",
|
|
16555
16555
|
"variant": {
|
|
@@ -16563,7 +16563,7 @@
|
|
|
16563
16563
|
"componentName": "IconMedicinePill"
|
|
16564
16564
|
},
|
|
16565
16565
|
{
|
|
16566
|
-
"category": "
|
|
16566
|
+
"category": "Health & Medical",
|
|
16567
16567
|
"svg": "<path d=\"M5.5 5.5L18.5 12\" stroke=\"currentColor\"/><ellipse cx=\"11.5\" cy=\"9\" rx=\"10\" ry=\"4.5\" stroke=\"currentColor\"/><path d=\"M1.5 9V15C1.5 17.4853 5.97715 19.5 11.5 19.5C17.0228 19.5 21.5 17.4853 21.5 15V9\" stroke=\"currentColor\"/>",
|
|
16568
16568
|
"iconName": "medicine-pill-2, tablett",
|
|
16569
16569
|
"variant": {
|
|
@@ -16577,7 +16577,7 @@
|
|
|
16577
16577
|
"componentName": "IconMedicinePill2"
|
|
16578
16578
|
},
|
|
16579
16579
|
{
|
|
16580
|
-
"category": "
|
|
16580
|
+
"category": "Health & Medical",
|
|
16581
16581
|
"svg": "<path d=\"M12.2486 4.25057L4.24861 12.2506C2.17755 14.3216 2.17755 17.6795 4.24861 19.7506C6.31968 21.8216 9.67755 21.8216 11.7486 19.7506L19.7486 11.7506C21.8197 9.6795 21.8197 6.32163 19.7486 4.25056C17.6775 2.1795 14.3197 2.1795 12.2486 4.25057Z\" stroke=\"currentColor\"/><path d=\"M8.5 8.5L15.5 15.5\" stroke=\"currentColor\"/>",
|
|
16582
16582
|
"iconName": "medicine-tablett, pill",
|
|
16583
16583
|
"variant": {
|
|
@@ -18748,7 +18748,7 @@
|
|
|
18748
18748
|
},
|
|
18749
18749
|
{
|
|
18750
18750
|
"category": "Things",
|
|
18751
|
-
"svg": "<g clip-path=\"url(#
|
|
18751
|
+
"svg": "<g clip-path=\"url(#clip0_15261_28220)\"><path d=\"M15.8177 19.6119L10.9427 11.1681C9.96839 11.7306 9.11911 12.5097 8.28658 13.5677C6.48754 13.4516 4.75549 14.4516 3.52344 16.3177C1.03816 12.013 2.51303 6.50872 6.81767 4.02344C11.1223 1.53816 16.6266 3.01303 19.1119 7.31767C16.8798 7.45161 15.1478 8.45165 14.3488 10.0677\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.28906 13.5677C5.80378 9.26303 5.14613 4.98994 6.82015 4.02344C8.49418 3.05694 11.866 5.76303 14.3512 10.0677C13.0187 10.2597 11.9194 10.6056 10.9451 11.1681\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g><defs><clipPath id=\"clip0_15261_28220\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
|
|
18752
18752
|
"iconName": "parasol,umbrella,vacation",
|
|
18753
18753
|
"variant": {
|
|
18754
18754
|
"join": "round",
|
|
@@ -19502,6 +19502,20 @@
|
|
|
19502
19502
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
19503
19503
|
"componentName": "IconPiggyBank"
|
|
19504
19504
|
},
|
|
19505
|
+
{
|
|
19506
|
+
"category": "Things",
|
|
19507
|
+
"svg": "<path d=\"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z\" fill=\"currentColor\"/><path d=\"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19508
|
+
"iconName": "piggy-bank-coin, money, cashback, savings",
|
|
19509
|
+
"variant": {
|
|
19510
|
+
"join": "round",
|
|
19511
|
+
"filled": "off",
|
|
19512
|
+
"radius": "1",
|
|
19513
|
+
"stroke": "1"
|
|
19514
|
+
},
|
|
19515
|
+
"createdAt": "2026-05-22T11:02:18.919122+00:00",
|
|
19516
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
19517
|
+
"componentName": "IconPiggyBankCoin"
|
|
19518
|
+
},
|
|
19505
19519
|
{
|
|
19506
19520
|
"category": "Things",
|
|
19507
19521
|
"svg": "<path d=\"M7.02868 4.23822C6.61834 4.33998 6.19814 4.16105 5.85795 3.91003C5.50857 3.65223 5.0775 3.5 4.61111 3.5C3.44518 3.5 2.5 4.45139 2.5 5.625C2.5 6.06647 2.63374 6.47649 2.86266 6.81626C3.09375 7.15924 3.25125 7.57554 3.14339 7.97479C2.8027 9.2358 2.5 10.7171 2.5 12C2.5 13.2829 2.8027 14.7642 3.14339 16.0252C3.25125 16.4245 3.09375 16.8408 2.86266 17.1837C2.63374 17.5235 2.5 17.9335 2.5 18.375C2.5 19.5486 3.44518 20.5 4.61111 20.5C5.07553 20.5 5.50491 20.3491 5.8535 20.0932C6.19375 19.8435 6.61349 19.666 7.02308 19.7678C8.53474 20.1435 10.3924 20.5 12 20.5C13.6076 20.5 15.4653 20.1435 16.977 19.7678C17.3865 19.666 17.8063 19.8435 18.1465 20.0932C18.4951 20.3491 18.9245 20.5 19.3889 20.5C20.5549 20.5 21.5001 19.5486 21.5001 18.375C21.5001 17.9335 21.3663 17.5235 21.1374 17.1837C20.9063 16.8407 20.7488 16.4244 20.8566 16.0252C21.1973 14.7642 21.5 13.2828 21.5 12C21.5 10.7171 21.1973 9.2358 20.8566 7.97479C20.7487 7.57554 20.9063 7.15924 21.1373 6.81626C21.3663 6.47649 21.5 6.06647 21.5 5.625C21.5 4.45139 20.5548 3.5 19.3889 3.5C18.9225 3.5 18.4914 3.65223 18.1421 3.91003C17.8019 4.16105 17.3817 4.33998 16.9713 4.23822C15.4473 3.86026 13.5801 3.5 12 3.5C10.4199 3.5 8.55274 3.86027 7.02868 4.23822Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
@@ -26306,6 +26320,20 @@
|
|
|
26306
26320
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
26307
26321
|
"componentName": "IconUnarchiv"
|
|
26308
26322
|
},
|
|
26323
|
+
{
|
|
26324
|
+
"category": "Interface General",
|
|
26325
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M5.5 18.5L9.75 14.25\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M14.25 9.75L18.5 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
26326
|
+
"iconName": "unblock, unban",
|
|
26327
|
+
"variant": {
|
|
26328
|
+
"join": "round",
|
|
26329
|
+
"filled": "off",
|
|
26330
|
+
"radius": "1",
|
|
26331
|
+
"stroke": "1"
|
|
26332
|
+
},
|
|
26333
|
+
"createdAt": "2026-05-22T08:02:26.577334+00:00",
|
|
26334
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
26335
|
+
"componentName": "IconUnblock"
|
|
26336
|
+
},
|
|
26309
26337
|
{
|
|
26310
26338
|
"category": "Photography & Video",
|
|
26311
26339
|
"svg": "<path d=\"M9.75 6.25C9.75 6.80228 9.30228 7.25 8.75 7.25C8.19772 7.25 7.75 6.80228 7.75 6.25C7.75 5.69772 8.19772 5.25 8.75 5.25C9.30228 5.25 9.75 5.69772 9.75 6.25Z\" fill=\"currentColor\"/><path d=\"M6.25 6.25C6.25 6.80228 5.80228 7.25 5.25 7.25C4.69772 7.25 4.25 6.80228 4.25 6.25C4.25 5.69772 4.69772 5.25 5.25 5.25C5.80228 5.25 6.25 5.69772 6.25 6.25Z\" fill=\"currentColor\"/><path d=\"M9.75 17.75C9.75 18.3023 9.30228 18.75 8.75 18.75C8.19772 18.75 7.75 18.3023 7.75 17.75C7.75 17.1977 8.19772 16.75 8.75 16.75C9.30228 16.75 9.75 17.1977 9.75 17.75Z\" fill=\"currentColor\"/><path d=\"M9.5 3.25C9.5 3.66421 9.16421 4 8.75 4C8.33579 4 8 3.66421 8 3.25C8 2.83579 8.33579 2.5 8.75 2.5C9.16421 2.5 9.5 2.83579 9.5 3.25Z\" fill=\"currentColor\"/><path d=\"M3.25 10C3.25 10.4142 2.91421 10.75 2.5 10.75C2.08579 10.75 1.75 10.4142 1.75 10C1.75 9.58579 2.08579 9.25 2.5 9.25C2.91421 9.25 3.25 9.58579 3.25 10Z\" fill=\"currentColor\"/><path d=\"M3.25 14C3.25 14.4142 2.91421 14.75 2.5 14.75C2.08579 14.75 1.75 14.4142 1.75 14C1.75 13.5858 2.08579 13.25 2.5 13.25C2.91421 13.25 3.25 13.5858 3.25 14Z\" fill=\"currentColor\"/><path d=\"M9.5 20.75C9.5 21.1642 9.16421 21.5 8.75 21.5C8.33579 21.5 8 21.1642 8 20.75C8 20.3358 8.33579 20 8.75 20C9.16421 20 9.5 20.3358 9.5 20.75Z\" fill=\"currentColor\"/><path d=\"M10.25 10C10.25 10.8284 9.57843 11.5 8.75 11.5C7.92157 11.5 7.25 10.8284 7.25 10C7.25 9.17157 7.92157 8.5 8.75 8.5C9.57843 8.5 10.25 9.17157 10.25 10Z\" fill=\"currentColor\"/><path d=\"M10.25 14C10.25 14.8284 9.57843 15.5 8.75 15.5C7.92157 15.5 7.25 14.8284 7.25 14C7.25 13.1716 7.92157 12.5 8.75 12.5C9.57843 12.5 10.25 13.1716 10.25 14Z\" fill=\"currentColor\"/><path d=\"M6.25 10C6.25 10.5523 5.80228 11 5.25 11C4.69772 11 4.25 10.5523 4.25 10C4.25 9.44772 4.69772 9 5.25 9C5.80228 9 6.25 9.44772 6.25 10Z\" fill=\"currentColor\"/><path d=\"M6.25 14C6.25 14.5523 5.80228 15 5.25 15C4.69772 15 4.25 14.5523 4.25 14C4.25 13.4477 4.69772 13 5.25 13C5.80228 13 6.25 13.4477 6.25 14Z\" fill=\"currentColor\"/><path d=\"M6.25 17.75C6.25 18.3023 5.80228 18.75 5.25 18.75C4.69772 18.75 4.25 18.3023 4.25 17.75C4.25 17.1977 4.69772 16.75 5.25 16.75C5.80228 16.75 6.25 17.1977 6.25 17.75Z\" fill=\"currentColor\"/><path d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5V21.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1392,6 +1392,7 @@ export type CentralIconName =
|
|
|
1392
1392
|
| "IconPieChart2"
|
|
1393
1393
|
| "IconPieChart3"
|
|
1394
1394
|
| "IconPiggyBank"
|
|
1395
|
+
| "IconPiggyBankCoin"
|
|
1395
1396
|
| "IconPillow"
|
|
1396
1397
|
| "IconPillowZz"
|
|
1397
1398
|
| "IconPilone"
|
|
@@ -1878,6 +1879,7 @@ export type CentralIconName =
|
|
|
1878
1879
|
| "IconUfo"
|
|
1879
1880
|
| "IconUmbrellaSecurity"
|
|
1880
1881
|
| "IconUnarchiv"
|
|
1882
|
+
| "IconUnblock"
|
|
1881
1883
|
| "IconUnblur"
|
|
1882
1884
|
| "IconUnderline"
|
|
1883
1885
|
| "IconUnicorn"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.246",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 2014,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -970,16 +970,20 @@
|
|
|
970
970
|
]
|
|
971
971
|
},
|
|
972
972
|
"Health & Medical": {
|
|
973
|
-
"count":
|
|
973
|
+
"count": 8,
|
|
974
974
|
"icons": [
|
|
975
|
+
"IconInjection",
|
|
975
976
|
"IconMask1",
|
|
976
977
|
"IconMedicalCross",
|
|
977
978
|
"IconMedicalCrossCircle",
|
|
978
|
-
"IconMedicalCrossSquare"
|
|
979
|
+
"IconMedicalCrossSquare",
|
|
980
|
+
"IconMedicinePill",
|
|
981
|
+
"IconMedicinePill2",
|
|
982
|
+
"IconMedicineTablett"
|
|
979
983
|
]
|
|
980
984
|
},
|
|
981
985
|
"Interface General": {
|
|
982
|
-
"count":
|
|
986
|
+
"count": 200,
|
|
983
987
|
"icons": [
|
|
984
988
|
"IconAnchor1",
|
|
985
989
|
"IconAnchor2",
|
|
@@ -1171,6 +1175,7 @@
|
|
|
1171
1175
|
"IconTrashRounded",
|
|
1172
1176
|
"IconTrial",
|
|
1173
1177
|
"IconUnarchiv",
|
|
1178
|
+
"IconUnblock",
|
|
1174
1179
|
"IconUnpin",
|
|
1175
1180
|
"IconUnpin2",
|
|
1176
1181
|
"IconUntrash",
|
|
@@ -1865,7 +1870,7 @@
|
|
|
1865
1870
|
]
|
|
1866
1871
|
},
|
|
1867
1872
|
"Things": {
|
|
1868
|
-
"count":
|
|
1873
|
+
"count": 138,
|
|
1869
1874
|
"icons": [
|
|
1870
1875
|
"IconAnvil",
|
|
1871
1876
|
"IconApps",
|
|
@@ -1927,7 +1932,6 @@
|
|
|
1927
1932
|
"IconGraduateCap2",
|
|
1928
1933
|
"IconHermesHelmet",
|
|
1929
1934
|
"IconInfinity",
|
|
1930
|
-
"IconInjection",
|
|
1931
1935
|
"IconJudgeGavel",
|
|
1932
1936
|
"IconLab",
|
|
1933
1937
|
"IconLifeVest",
|
|
@@ -1936,9 +1940,6 @@
|
|
|
1936
1940
|
"IconMagicLamp",
|
|
1937
1941
|
"IconMakeItPop",
|
|
1938
1942
|
"IconMedal",
|
|
1939
|
-
"IconMedicinePill",
|
|
1940
|
-
"IconMedicinePill2",
|
|
1941
|
-
"IconMedicineTablett",
|
|
1942
1943
|
"IconMouth",
|
|
1943
1944
|
"IconNailedIt",
|
|
1944
1945
|
"IconOrganisation",
|
|
@@ -1948,6 +1949,7 @@
|
|
|
1948
1949
|
"IconPeace",
|
|
1949
1950
|
"IconPets",
|
|
1950
1951
|
"IconPiggyBank",
|
|
1952
|
+
"IconPiggyBankCoin",
|
|
1951
1953
|
"IconPillow",
|
|
1952
1954
|
"IconPillowZz",
|
|
1953
1955
|
"IconPilone",
|
|
@@ -3611,6 +3613,7 @@
|
|
|
3611
3613
|
"IconPieChart2": "pie-chart-2, graph, chart, statistics",
|
|
3612
3614
|
"IconPieChart3": "pie-chart-3, graph, statistics",
|
|
3613
3615
|
"IconPiggyBank": "piggy-bank, save-money",
|
|
3616
|
+
"IconPiggyBankCoin": "piggy-bank-coin, money, cashback, savings",
|
|
3614
3617
|
"IconPillow": "pillow, sleep, snooze",
|
|
3615
3618
|
"IconPillowZz": "pillow-zz, sleep, snooze",
|
|
3616
3619
|
"IconPilone": "pilone, maintenance",
|
|
@@ -4097,6 +4100,7 @@
|
|
|
4097
4100
|
"IconUfo": "ufo, beam",
|
|
4098
4101
|
"IconUmbrellaSecurity": "umbrella-security",
|
|
4099
4102
|
"IconUnarchiv": "unarchiv, unbox",
|
|
4103
|
+
"IconUnblock": "unblock, unban",
|
|
4100
4104
|
"IconUnblur": "unblur",
|
|
4101
4105
|
"IconUnderline": "underline",
|
|
4102
4106
|
"IconUnicorn": "unicorn, startup, success",
|
package/index.d.ts
CHANGED
|
@@ -1391,6 +1391,7 @@ export { IconPieChart1, default as IconPieChart1Default, } from "./IconPieChart1
|
|
|
1391
1391
|
export { IconPieChart2, default as IconPieChart2Default, } from "./IconPieChart2";
|
|
1392
1392
|
export { IconPieChart3, default as IconPieChart3Default, } from "./IconPieChart3";
|
|
1393
1393
|
export { IconPiggyBank, default as IconPiggyBankDefault, } from "./IconPiggyBank";
|
|
1394
|
+
export { IconPiggyBankCoin, default as IconPiggyBankCoinDefault, } from "./IconPiggyBankCoin";
|
|
1394
1395
|
export { IconPillow, default as IconPillowDefault } from "./IconPillow";
|
|
1395
1396
|
export { IconPillowZz, default as IconPillowZzDefault } from "./IconPillowZz";
|
|
1396
1397
|
export { IconPilone, default as IconPiloneDefault } from "./IconPilone";
|
|
@@ -1877,6 +1878,7 @@ export { IconTypescript, default as IconTypescriptDefault, } from "./IconTypescr
|
|
|
1877
1878
|
export { IconUfo, default as IconUfoDefault } from "./IconUfo";
|
|
1878
1879
|
export { IconUmbrellaSecurity, default as IconUmbrellaSecurityDefault, } from "./IconUmbrellaSecurity";
|
|
1879
1880
|
export { IconUnarchiv, default as IconUnarchivDefault } from "./IconUnarchiv";
|
|
1881
|
+
export { IconUnblock, default as IconUnblockDefault } from "./IconUnblock";
|
|
1880
1882
|
export { IconUnblur, default as IconUnblurDefault } from "./IconUnblur";
|
|
1881
1883
|
export { IconUnderline, default as IconUnderlineDefault, } from "./IconUnderline";
|
|
1882
1884
|
export { IconUnicorn, default as IconUnicornDefault } from "./IconUnicorn";
|