@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.113 → 1.1.115
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/Icon3dPackage/index.d.ts +4 -0
- package/Icon3dPackage/index.js +2 -0
- package/Icon3dPackage/index.js.map +1 -0
- package/Icon3dPackage/index.mjs +2 -0
- package/Icon3dPackage/index.mjs.map +1 -0
- package/IconHammer2/index.d.ts +4 -0
- package/IconHammer2/index.js +2 -0
- package/IconHammer2/index.js.map +1 -0
- package/IconHammer2/index.mjs +2 -0
- package/IconHammer2/index.mjs.map +1 -0
- package/IconIllustration/index.d.ts +4 -0
- package/IconIllustration/index.js +2 -0
- package/IconIllustration/index.js.map +1 -0
- package/IconIllustration/index.mjs +2 -0
- package/IconIllustration/index.mjs.map +1 -0
- package/IconTrashRounded/index.d.ts +4 -0
- package/IconTrashRounded/index.js +2 -0
- package/IconTrashRounded/index.js.map +1 -0
- package/IconTrashRounded/index.mjs +2 -0
- package/IconTrashRounded/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +14 -6
- package/index.d.ts +4 -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 +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var n in o)l(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==n&&l(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var f=(r,o,n)=>(n=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>a(l({},"__esModule",{value:!0}),r);var v={};d(v,{Icon3dPackage:()=>c,default:()=>x});module.exports=g(v);var t=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...n})=>m.default.createElement(s.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 C=require("react-native-svg"),c=r=>t.default.createElement(L,{...r},t.default.createElement(C.Path,{d:"M2.33984 8.4433C2.33984 8.05844 2.75653 7.81736 3.08984 8.00971L10.75 12.4326C10.9046 12.5218 10.9999 12.6867 11 12.8652V21.7099C11 22.0947 10.5833 22.3357 10.25 22.1435L3.83984 18.4433C2.91152 17.9074 2.33984 16.9165 2.33984 15.8447V8.4433Z",fill:"currentColor"}),t.default.createElement(C.Path,{d:"M20.9102 8.00971C21.2435 7.81736 21.6602 8.05844 21.6602 8.4433V15.8447C21.6602 16.9165 21.0885 17.9074 20.1602 18.4433L13.75 22.1435C13.4167 22.3357 13 22.0947 13 21.7099V12.8652C13.0001 12.6867 13.0954 12.5218 13.25 12.4326L20.9102 8.00971Z",fill:"currentColor"}),t.default.createElement(C.Path,{d:"M15.3301 8.92084L12.25 10.7001C12.0953 10.7895 11.9047 10.7895 11.75 10.7001L4.08984 6.27728C3.75666 6.08476 3.75654 5.60347 4.08984 5.41107L6.66895 3.92181L15.3301 8.92084Z",fill:"currentColor"}),t.default.createElement(C.Path,{d:"M10.5 1.71088C11.4281 1.17517 12.5719 1.17513 13.5 1.71088L19.9092 5.41107C20.2425 5.60349 20.2424 6.08479 19.9092 6.27728L17.3291 7.76654L8.66992 2.76654L10.5 1.71088Z",fill:"currentColor"})),x=c;0&&(module.exports={Icon3dPackage});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dPackage/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 Icon3dPackage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.33984 8.4433C2.33984 8.05844 2.75653 7.81736 3.08984 8.00971L10.75 12.4326C10.9046 12.5218 10.9999 12.6867 11 12.8652V21.7099C11 22.0947 10.5833 22.3357 10.25 22.1435L3.83984 18.4433C2.91152 17.9074 2.33984 16.9165 2.33984 15.8447V8.4433Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.9102 8.00971C21.2435 7.81736 21.6602 8.05844 21.6602 8.4433V15.8447C21.6602 16.9165 21.0885 17.9074 20.1602 18.4433L13.75 22.1435C13.4167 22.3357 13 22.0947 13 21.7099V12.8652C13.0001 12.6867 13.0954 12.5218 13.25 12.4326L20.9102 8.00971Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.3301 8.92084L12.25 10.7001C12.0953 10.7895 11.9047 10.7895 11.75 10.7001L4.08984 6.27728C3.75666 6.08476 3.75654 5.60347 4.08984 5.41107L6.66895 3.92181L15.3301 8.92084Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5 1.71088C11.4281 1.17517 12.5719 1.17513 13.5 1.71088L19.9092 5.41107C20.2425 5.60349 20.2424 6.08479 19.9092 6.27728L17.3291 7.76654L8.66992 2.76654L10.5 1.71088Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dPackage;\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,oPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2KACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["Icon3dPackage_exports","__export","Icon3dPackage","Icon3dPackage_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dPackage","props","React","CentralIconBase","Icon3dPackage_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:t,size:r=24,...C})=>l.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M2.33984 8.4433C2.33984 8.05844 2.75653 7.81736 3.08984 8.00971L10.75 12.4326C10.9046 12.5218 10.9999 12.6867 11 12.8652V21.7099C11 22.0947 10.5833 22.3357 10.25 22.1435L3.83984 18.4433C2.91152 17.9074 2.33984 16.9165 2.33984 15.8447V8.4433Z",fill:"currentColor"}),o.createElement(n,{d:"M20.9102 8.00971C21.2435 7.81736 21.6602 8.05844 21.6602 8.4433V15.8447C21.6602 16.9165 21.0885 17.9074 20.1602 18.4433L13.75 22.1435C13.4167 22.3357 13 22.0947 13 21.7099V12.8652C13.0001 12.6867 13.0954 12.5218 13.25 12.4326L20.9102 8.00971Z",fill:"currentColor"}),o.createElement(n,{d:"M15.3301 8.92084L12.25 10.7001C12.0953 10.7895 11.9047 10.7895 11.75 10.7001L4.08984 6.27728C3.75666 6.08476 3.75654 5.60347 4.08984 5.41107L6.66895 3.92181L15.3301 8.92084Z",fill:"currentColor"}),o.createElement(n,{d:"M10.5 1.71088C11.4281 1.17517 12.5719 1.17513 13.5 1.71088L19.9092 5.41107C20.2425 5.60349 20.2424 6.08479 19.9092 6.27728L17.3291 7.76654L8.66992 2.76654L10.5 1.71088Z",fill:"currentColor"})),P=a;export{a as Icon3dPackage,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dPackage/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 Icon3dPackage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.33984 8.4433C2.33984 8.05844 2.75653 7.81736 3.08984 8.00971L10.75 12.4326C10.9046 12.5218 10.9999 12.6867 11 12.8652V21.7099C11 22.0947 10.5833 22.3357 10.25 22.1435L3.83984 18.4433C2.91152 17.9074 2.33984 16.9165 2.33984 15.8447V8.4433Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.9102 8.00971C21.2435 7.81736 21.6602 8.05844 21.6602 8.4433V15.8447C21.6602 16.9165 21.0885 17.9074 20.1602 18.4433L13.75 22.1435C13.4167 22.3357 13 22.0947 13 21.7099V12.8652C13.0001 12.6867 13.0954 12.5218 13.25 12.4326L20.9102 8.00971Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.3301 8.92084L12.25 10.7001C12.0953 10.7895 11.9047 10.7895 11.75 10.7001L4.08984 6.27728C3.75666 6.08476 3.75654 5.60347 4.08984 5.41107L6.66895 3.92181L15.3301 8.92084Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5 1.71088C11.4281 1.17517 12.5719 1.17513 13.5 1.71088L19.9092 5.41107C20.2425 5.60349 20.2424 6.08479 19.9092 6.27728L17.3291 7.76654L8.66992 2.76654L10.5 1.71088Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dPackage;\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,oPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2KACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dPackage","props","React","CentralIconBase","Icon3dPackage_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var d={};P(d,{IconHammer2:()=>c,default:()=>v});module.exports=g(d);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),L=({children:r,size:o=24,...C})=>s.default.createElement(f.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 p=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(p.Path,{d:"M12.5001 15.0001L7.25007 20.2501C6.28361 21.2164 4.71655 21.2164 3.75007 20.2501C2.78391 19.2836 2.78375 17.7165 3.75007 16.7501L9.00007 11.5001L12.5001 15.0001Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M8.63971 2.11433C10.6057 1.80402 12.4549 1.91564 14.1485 2.53621C15.9605 3.20028 17.5229 4.42121 18.8282 6.18758C18.9313 6.32714 19.0233 6.45021 19.1221 6.62801C19.4977 7.30397 19.4973 8.03137 19.5167 8.42586C19.5395 8.8924 19.5796 9.07466 19.6895 9.22664C19.7512 9.31194 19.816 9.3795 19.9073 9.46883H20.5001L20.5987 9.47371C20.8277 9.49639 21.0429 9.59764 21.2071 9.76179C21.4225 9.97721 21.7139 10.2493 21.878 10.5802C22.1551 11.1396 22.1552 11.7971 21.878 12.3565C21.755 12.6046 21.5603 12.8201 21.3799 13.003L18.9141 15.4688C18.1331 16.2493 16.8669 16.2494 16.086 15.4688L15.9346 15.3175C15.6566 15.0394 15.5002 14.6618 15.5001 14.2686C15.5001 13.9851 15.2409 13.7728 14.963 13.8282L14.1964 13.9815C13.8668 14.0474 13.5256 13.943 13.2891 13.7042L10.2891 10.672C10.0604 10.4407 9.95844 10.1122 10.0157 9.79207C10.2578 8.44178 10.1599 7.58722 9.84675 6.94343C9.52924 6.29117 8.91247 5.69214 7.76764 5.01961C7.36304 4.78192 7.07846 4.36869 7.01374 3.89265L7.00007 3.68562L7.00593 3.55183C7.06397 2.88796 7.55133 2.31001 8.24518 2.18172L8.63971 2.11433Z",fill:"currentColor"})),v=c;0&&(module.exports={IconHammer2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHammer2/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 IconHammer2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5001 15.0001L7.25007 20.2501C6.28361 21.2164 4.71655 21.2164 3.75007 20.2501C2.78391 19.2836 2.78375 17.7165 3.75007 16.7501L9.00007 11.5001L12.5001 15.0001Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.63971 2.11433C10.6057 1.80402 12.4549 1.91564 14.1485 2.53621C15.9605 3.20028 17.5229 4.42121 18.8282 6.18758C18.9313 6.32714 19.0233 6.45021 19.1221 6.62801C19.4977 7.30397 19.4973 8.03137 19.5167 8.42586C19.5395 8.8924 19.5796 9.07466 19.6895 9.22664C19.7512 9.31194 19.816 9.3795 19.9073 9.46883H20.5001L20.5987 9.47371C20.8277 9.49639 21.0429 9.59764 21.2071 9.76179C21.4225 9.97721 21.7139 10.2493 21.878 10.5802C22.1551 11.1396 22.1552 11.7971 21.878 12.3565C21.755 12.6046 21.5603 12.8201 21.3799 13.003L18.9141 15.4688C18.1331 16.2493 16.8669 16.2494 16.086 15.4688L15.9346 15.3175C15.6566 15.0394 15.5002 14.6618 15.5001 14.2686C15.5001 13.9851 15.2409 13.7728 14.963 13.8282L14.1964 13.9815C13.8668 14.0474 13.5256 13.943 13.2891 13.7042L10.2891 10.672C10.0604 10.4407 9.95844 10.1122 10.0157 9.79207C10.2578 8.44178 10.1599 7.58722 9.84675 6.94343C9.52924 6.29117 8.91247 5.69214 7.76764 5.01961C7.36304 4.78192 7.07846 4.36869 7.01374 3.89265L7.00007 3.68562L7.00593 3.55183C7.06397 2.88796 7.55133 2.31001 8.24518 2.18172L8.63971 2.11433Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHammer2;\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,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iiCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHammer2_exports","__export","IconHammer2","IconHammer2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHammer2","props","React","CentralIconBase","IconHammer2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M12.5001 15.0001L7.25007 20.2501C6.28361 21.2164 4.71655 21.2164 3.75007 20.2501C2.78391 19.2836 2.78375 17.7165 3.75007 16.7501L9.00007 11.5001L12.5001 15.0001Z",fill:"currentColor"}),C.createElement(e,{d:"M8.63971 2.11433C10.6057 1.80402 12.4549 1.91564 14.1485 2.53621C15.9605 3.20028 17.5229 4.42121 18.8282 6.18758C18.9313 6.32714 19.0233 6.45021 19.1221 6.62801C19.4977 7.30397 19.4973 8.03137 19.5167 8.42586C19.5395 8.8924 19.5796 9.07466 19.6895 9.22664C19.7512 9.31194 19.816 9.3795 19.9073 9.46883H20.5001L20.5987 9.47371C20.8277 9.49639 21.0429 9.59764 21.2071 9.76179C21.4225 9.97721 21.7139 10.2493 21.878 10.5802C22.1551 11.1396 22.1552 11.7971 21.878 12.3565C21.755 12.6046 21.5603 12.8201 21.3799 13.003L18.9141 15.4688C18.1331 16.2493 16.8669 16.2494 16.086 15.4688L15.9346 15.3175C15.6566 15.0394 15.5002 14.6618 15.5001 14.2686C15.5001 13.9851 15.2409 13.7728 14.963 13.8282L14.1964 13.9815C13.8668 14.0474 13.5256 13.943 13.2891 13.7042L10.2891 10.672C10.0604 10.4407 9.95844 10.1122 10.0157 9.79207C10.2578 8.44178 10.1599 7.58722 9.84675 6.94343C9.52924 6.29117 8.91247 5.69214 7.76764 5.01961C7.36304 4.78192 7.07846 4.36869 7.01374 3.89265L7.00007 3.68562L7.00593 3.55183C7.06397 2.88796 7.55133 2.31001 8.24518 2.18172L8.63971 2.11433Z",fill:"currentColor"})),x=a;export{a as IconHammer2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHammer2/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 IconHammer2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5001 15.0001L7.25007 20.2501C6.28361 21.2164 4.71655 21.2164 3.75007 20.2501C2.78391 19.2836 2.78375 17.7165 3.75007 16.7501L9.00007 11.5001L12.5001 15.0001Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.63971 2.11433C10.6057 1.80402 12.4549 1.91564 14.1485 2.53621C15.9605 3.20028 17.5229 4.42121 18.8282 6.18758C18.9313 6.32714 19.0233 6.45021 19.1221 6.62801C19.4977 7.30397 19.4973 8.03137 19.5167 8.42586C19.5395 8.8924 19.5796 9.07466 19.6895 9.22664C19.7512 9.31194 19.816 9.3795 19.9073 9.46883H20.5001L20.5987 9.47371C20.8277 9.49639 21.0429 9.59764 21.2071 9.76179C21.4225 9.97721 21.7139 10.2493 21.878 10.5802C22.1551 11.1396 22.1552 11.7971 21.878 12.3565C21.755 12.6046 21.5603 12.8201 21.3799 13.003L18.9141 15.4688C18.1331 16.2493 16.8669 16.2494 16.086 15.4688L15.9346 15.3175C15.6566 15.0394 15.5002 14.6618 15.5001 14.2686C15.5001 13.9851 15.2409 13.7728 14.963 13.8282L14.1964 13.9815C13.8668 14.0474 13.5256 13.943 13.2891 13.7042L10.2891 10.672C10.0604 10.4407 9.95844 10.1122 10.0157 9.79207C10.2578 8.44178 10.1599 7.58722 9.84675 6.94343C9.52924 6.29117 8.91247 5.69214 7.76764 5.01961C7.36304 4.78192 7.07846 4.36869 7.01374 3.89265L7.00007 3.68562L7.00593 3.55183C7.06397 2.88796 7.55133 2.31001 8.24518 2.18172L8.63971 2.11433Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHammer2;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iiCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHammer2","props","React","CentralIconBase","IconHammer2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var C in r)t(o,C,{get:r[C],enumerable:!0})},l=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!v.call(o,e)&&e!==C&&t(o,e,{get:()=>r[e],enumerable:!(p=I(r,e))||p.enumerable});return o};var a=(o,r,C)=>(C=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?t(C,"default",{value:o,enumerable:!0}):C,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconIllustration:()=>i,default:()=>g});module.exports=P(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 4C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7C2 5.34315 3.34315 4 5 4H19ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z",fill:"currentColor"})),g=i;0&&(module.exports={IconIllustration});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIllustration/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 IconIllustration: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 4C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7C2 5.34315 3.34315 4 5 4H19ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIllustration;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,iiCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconIllustration_exports","__export","IconIllustration","IconIllustration_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIllustration","props","React","CentralIconBase","IconIllustration_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 4C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7C2 5.34315 3.34315 4 5 4H19ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z",fill:"currentColor"})),v=a;export{a as IconIllustration,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIllustration/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 IconIllustration: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 4C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7C2 5.34315 3.34315 4 5 4H19ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIllustration;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,iiCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIllustration","props","React","CentralIconBase","IconIllustration_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0})},l=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!v.call(o,e)&&e!==C&&n(o,e,{get:()=>r[e],enumerable:!(p=i(r,e))||p.enumerable});return o};var a=(o,r,C)=>(C=o!=null?d(I(o)):{},l(r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconTrashRounded:()=>u,default:()=>g});module.exports=P(h);var t=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),u=o=>t.default.createElement(c,{...o},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z",fill:"currentColor"})),g=u;0&&(module.exports={IconTrashRounded});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrashRounded/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 IconTrashRounded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrashRounded;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wqCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTrashRounded_exports","__export","IconTrashRounded","IconTrashRounded_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrashRounded","props","React","CentralIconBase","IconTrashRounded_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...n})=>t.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z",fill:"currentColor"})),v=a;export{a as IconTrashRounded,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrashRounded/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 IconTrashRounded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrashRounded;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wqCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrashRounded","props","React","CentralIconBase","IconTrashRounded_default"]}
|
package/README.md
CHANGED
|
@@ -455,6 +455,7 @@ Below is a complete list of available icons:
|
|
|
455
455
|
- IconDraft
|
|
456
456
|
- IconForkCode
|
|
457
457
|
- IconHammer
|
|
458
|
+
- IconHammer2
|
|
458
459
|
- IconHook
|
|
459
460
|
- IconLadybug
|
|
460
461
|
- IconPullRequest
|
|
@@ -1140,6 +1141,7 @@ Below is a complete list of available icons:
|
|
|
1140
1141
|
- IconTrashCanSimple
|
|
1141
1142
|
- IconTrashPaper
|
|
1142
1143
|
- IconTrashPermanently
|
|
1144
|
+
- IconTrashRounded
|
|
1143
1145
|
- IconUnarchiv
|
|
1144
1146
|
- IconUnpin
|
|
1145
1147
|
- IconUntrash
|
|
@@ -1353,6 +1355,7 @@ Below is a complete list of available icons:
|
|
|
1353
1355
|
- IconGifSquare
|
|
1354
1356
|
- IconHd
|
|
1355
1357
|
- IconHighlights
|
|
1358
|
+
- IconIllustration
|
|
1356
1359
|
- IconImages1
|
|
1357
1360
|
- IconImages1Alt
|
|
1358
1361
|
- IconImages2
|
|
@@ -1420,6 +1423,7 @@ Below is a complete list of available icons:
|
|
|
1420
1423
|
|
|
1421
1424
|
### Shopping & Payment
|
|
1422
1425
|
|
|
1426
|
+
- Icon3dPackage
|
|
1423
1427
|
- IconAddToBasket
|
|
1424
1428
|
- IconAddToBasket2
|
|
1425
1429
|
- IconBanknote1
|
package/filtered-icons.json
CHANGED
|
@@ -42,6 +42,20 @@
|
|
|
42
42
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
43
43
|
"componentName": "Icon3dBoxTop"
|
|
44
44
|
},
|
|
45
|
+
{
|
|
46
|
+
"category": "Shopping & Payment",
|
|
47
|
+
"svg": "<path d=\"M2.33984 8.4433C2.33984 8.05844 2.75653 7.81736 3.08984 8.00971L10.75 12.4326C10.9046 12.5218 10.9999 12.6867 11 12.8652V21.7099C11 22.0947 10.5833 22.3357 10.25 22.1435L3.83984 18.4433C2.91152 17.9074 2.33984 16.9165 2.33984 15.8447V8.4433Z\" fill=\"currentColor\"/><path d=\"M20.9102 8.00971C21.2435 7.81736 21.6602 8.05844 21.6602 8.4433V15.8447C21.6602 16.9165 21.0885 17.9074 20.1602 18.4433L13.75 22.1435C13.4167 22.3357 13 22.0947 13 21.7099V12.8652C13.0001 12.6867 13.0954 12.5218 13.25 12.4326L20.9102 8.00971Z\" fill=\"currentColor\"/><path d=\"M15.3301 8.92084L12.25 10.7001C12.0953 10.7895 11.9047 10.7895 11.75 10.7001L4.08984 6.27728C3.75666 6.08476 3.75654 5.60347 4.08984 5.41107L6.66895 3.92181L15.3301 8.92084Z\" fill=\"currentColor\"/><path d=\"M10.5 1.71088C11.4281 1.17517 12.5719 1.17513 13.5 1.71088L19.9092 5.41107C20.2425 5.60349 20.2424 6.08479 19.9092 6.27728L17.3291 7.76654L8.66992 2.76654L10.5 1.71088Z\" fill=\"currentColor\"/>",
|
|
48
|
+
"iconName": "3d-package, box",
|
|
49
|
+
"variant": {
|
|
50
|
+
"join": "round",
|
|
51
|
+
"filled": "on",
|
|
52
|
+
"radius": "2",
|
|
53
|
+
"stroke": "2"
|
|
54
|
+
},
|
|
55
|
+
"createdAt": "2026-02-02T08:01:02.298254+00:00",
|
|
56
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
57
|
+
"componentName": "Icon3dPackage"
|
|
58
|
+
},
|
|
45
59
|
{
|
|
46
60
|
"category": "Augmented Reality",
|
|
47
61
|
"svg": "<path d=\"M9.99995 12C9.99995 9.02506 10.3299 6.36771 10.8434 4.48495C11.1021 3.53641 11.3923 2.84109 11.6726 2.40636C11.8732 2.09533 11.9998 2.01683 12.0326 2.00006C17.5295 2.01761 21.9823 6.47041 21.9999 11.9674C21.9831 12.0001 21.9046 12.1268 21.5936 12.3273C21.1589 12.6076 20.4635 12.8979 19.515 13.1566C17.6323 13.67 14.9749 14 11.9999 14C11.3316 14 10.6793 13.9834 10.0482 13.9517C10.0166 13.3206 9.99995 12.6683 9.99995 12Z\" fill=\"currentColor\"/><path d=\"M8.03867 13.7939C6.68364 13.6467 5.47677 13.4271 4.48489 13.1566C3.53635 12.8979 2.84103 12.6076 2.40629 12.3273C2.09527 12.1268 2.01677 12.0001 2 11.9674C2.0148 7.33262 5.18262 3.44015 9.47087 2.32258C9.26073 2.81339 9.07563 3.36556 8.91386 3.95872C8.34156 6.05718 7.99995 8.89983 7.99995 12C7.99995 12.6091 8.01314 13.2083 8.03867 13.7939Z\" fill=\"currentColor\"/><path d=\"M8.18077 15.8192C8.33654 17.4082 8.58775 18.8456 8.91386 20.0413C9.07563 20.6345 9.26073 21.1866 9.47087 21.6774C5.98036 20.7678 3.23219 18.0196 2.32252 14.5291C2.81333 14.7392 3.3655 14.9243 3.95866 15.0861C5.1544 15.4122 6.59179 15.6634 8.18077 15.8192Z\" fill=\"currentColor\"/><path d=\"M12.0326 22C16.6673 21.9852 20.5598 18.8173 21.6774 14.5291C21.1866 14.7392 20.6344 14.9243 20.0412 15.0861C17.9428 15.6584 15.1001 16 11.9999 16C11.3908 16 10.7916 15.9868 10.2061 15.9613C10.3533 17.3163 10.5729 18.5232 10.8434 19.5151C11.1021 20.4636 11.3923 21.1589 11.6726 21.5937C11.8732 21.9047 11.9998 21.9832 12.0326 22Z\" fill=\"currentColor\"/>",
|
|
@@ -12194,6 +12208,20 @@
|
|
|
12194
12208
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
12195
12209
|
"componentName": "IconHammer"
|
|
12196
12210
|
},
|
|
12211
|
+
{
|
|
12212
|
+
"category": "Code",
|
|
12213
|
+
"svg": "<path d=\"M12.5001 15.0001L7.25007 20.2501C6.28361 21.2164 4.71655 21.2164 3.75007 20.2501C2.78391 19.2836 2.78375 17.7165 3.75007 16.7501L9.00007 11.5001L12.5001 15.0001Z\" fill=\"currentColor\"/><path d=\"M8.63971 2.11433C10.6057 1.80402 12.4549 1.91564 14.1485 2.53621C15.9605 3.20028 17.5229 4.42121 18.8282 6.18758C18.9313 6.32714 19.0233 6.45021 19.1221 6.62801C19.4977 7.30397 19.4973 8.03137 19.5167 8.42586C19.5395 8.8924 19.5796 9.07466 19.6895 9.22664C19.7512 9.31194 19.816 9.3795 19.9073 9.46883H20.5001L20.5987 9.47371C20.8277 9.49639 21.0429 9.59764 21.2071 9.76179C21.4225 9.97721 21.7139 10.2493 21.878 10.5802C22.1551 11.1396 22.1552 11.7971 21.878 12.3565C21.755 12.6046 21.5603 12.8201 21.3799 13.003L18.9141 15.4688C18.1331 16.2493 16.8669 16.2494 16.086 15.4688L15.9346 15.3175C15.6566 15.0394 15.5002 14.6618 15.5001 14.2686C15.5001 13.9851 15.2409 13.7728 14.963 13.8282L14.1964 13.9815C13.8668 14.0474 13.5256 13.943 13.2891 13.7042L10.2891 10.672C10.0604 10.4407 9.95844 10.1122 10.0157 9.79207C10.2578 8.44178 10.1599 7.58722 9.84675 6.94343C9.52924 6.29117 8.91247 5.69214 7.76764 5.01961C7.36304 4.78192 7.07846 4.36869 7.01374 3.89265L7.00007 3.68562L7.00593 3.55183C7.06397 2.88796 7.55133 2.31001 8.24518 2.18172L8.63971 2.11433Z\" fill=\"currentColor\"/>",
|
|
12214
|
+
"iconName": "hammer-2, crafting, building",
|
|
12215
|
+
"variant": {
|
|
12216
|
+
"join": "round",
|
|
12217
|
+
"filled": "on",
|
|
12218
|
+
"radius": "2",
|
|
12219
|
+
"stroke": "2"
|
|
12220
|
+
},
|
|
12221
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
12222
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
12223
|
+
"componentName": "IconHammer2"
|
|
12224
|
+
},
|
|
12197
12225
|
{
|
|
12198
12226
|
"category": "Hands",
|
|
12199
12227
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9212 2C13.0082 2 12.2681 2.74619 12.2681 3.66667V9.77778C12.2681 10.0846 12.0214 10.3333 11.7171 10.3333C11.4128 10.3333 11.1661 10.0846 11.1661 9.77778V4.77778C11.1661 3.8573 10.4259 3.11111 9.51294 3.11111C8.59995 3.11111 7.85983 3.8573 7.85983 4.77778V11.4444C7.85983 11.6691 7.72557 11.8717 7.51967 11.9577C7.31376 12.0437 7.07675 11.9962 6.91915 11.8373L5.9053 10.8151C5.20861 10.1127 4.06101 10.1768 3.44551 10.9525L3 11.5139L6.18774 17.9417C7.42123 20.4289 9.94265 22 12.7008 22C16.7225 22 19.9826 18.7131 19.9826 14.6585V10.3333C19.9826 10.2854 19.9887 10.2388 20 10.1944C19.9887 10.1501 19.9826 10.1035 19.9826 10.0556V5.61111C19.9826 4.69064 19.2425 3.94444 18.3295 3.94444C17.4165 3.94444 16.6764 4.69064 16.6764 5.61111V10.6111C16.6764 10.9179 16.4297 11.1667 16.1254 11.1667C15.8211 11.1667 15.5743 10.9179 15.5743 10.6111V3.66667C15.5743 2.74619 14.8342 2 13.9212 2Z\" fill=\"currentColor\"/>",
|
|
@@ -12740,6 +12768,20 @@
|
|
|
12740
12768
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
12741
12769
|
"componentName": "IconIconists"
|
|
12742
12770
|
},
|
|
12771
|
+
{
|
|
12772
|
+
"category": "Photography & Video",
|
|
12773
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 4C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7C2 5.34315 3.34315 4 5 4H19ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z\" fill=\"currentColor\"/>",
|
|
12774
|
+
"iconName": "illustration, painting, art",
|
|
12775
|
+
"variant": {
|
|
12776
|
+
"join": "round",
|
|
12777
|
+
"filled": "on",
|
|
12778
|
+
"radius": "2",
|
|
12779
|
+
"stroke": "2"
|
|
12780
|
+
},
|
|
12781
|
+
"createdAt": "2026-02-02T08:01:02.298254+00:00",
|
|
12782
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
12783
|
+
"componentName": "IconIllustration"
|
|
12784
|
+
},
|
|
12743
12785
|
{
|
|
12744
12786
|
"category": "Devices & Signals",
|
|
12745
12787
|
"svg": "<path d=\"M5 3C3.34315 3 2 4.34315 2 6V12H22V6C22 4.34315 20.6569 3 19 3H5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 15V14H22V15C22 16.6569 20.6569 18 19 18H15V21C15 21.5523 14.5523 22 14 22H10C9.44772 22 9 21.5523 9 21V18H5C3.34315 18 2 16.6569 2 15ZM11 18V20H13V18H11Z\" fill=\"currentColor\"/>",
|
|
@@ -22666,6 +22708,20 @@
|
|
|
22666
22708
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
22667
22709
|
"componentName": "IconTrashPermanently"
|
|
22668
22710
|
},
|
|
22711
|
+
{
|
|
22712
|
+
"category": "Interface General",
|
|
22713
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z\" fill=\"currentColor\"/>",
|
|
22714
|
+
"iconName": "trash-rounded, delete, remove",
|
|
22715
|
+
"variant": {
|
|
22716
|
+
"join": "round",
|
|
22717
|
+
"filled": "on",
|
|
22718
|
+
"radius": "2",
|
|
22719
|
+
"stroke": "2"
|
|
22720
|
+
},
|
|
22721
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
22722
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
22723
|
+
"componentName": "IconTrashRounded"
|
|
22724
|
+
},
|
|
22669
22725
|
{
|
|
22670
22726
|
"category": "Things",
|
|
22671
22727
|
"svg": "<path d=\"M8 4H16V10H13C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10H8V4Z\" fill=\"currentColor\"/><path d=\"M11 12H8V20H16V12H13C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12Z\" fill=\"currentColor\"/><path d=\"M18 12V20H19C20.6569 20 22 18.6569 22 17V12H18Z\" fill=\"currentColor\"/><path d=\"M18 4.10002V10H22V9C22 6.58104 20.2822 4.56329 18 4.10002Z\" fill=\"currentColor\"/><path d=\"M6 4.10002C3.71776 4.56329 2 6.58104 2 9V10H6V4.10002Z\" fill=\"currentColor\"/><path d=\"M6 12H2V17C2 18.6569 3.34315 20 5 20H6V12Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export type CentralIconName =
|
|
|
2
2
|
| "Icon3d"
|
|
3
3
|
| "Icon3dBoxBottom"
|
|
4
4
|
| "Icon3dBoxTop"
|
|
5
|
+
| "Icon3dPackage"
|
|
5
6
|
| "Icon3dSphere"
|
|
6
7
|
| "Icon4k"
|
|
7
8
|
| "IconAddKeyframe"
|
|
@@ -870,6 +871,7 @@ export type CentralIconName =
|
|
|
870
871
|
| "IconH2"
|
|
871
872
|
| "IconH3"
|
|
872
873
|
| "IconHammer"
|
|
874
|
+
| "IconHammer2"
|
|
873
875
|
| "IconHand4Finger"
|
|
874
876
|
| "IconHand5Finger"
|
|
875
877
|
| "IconHandBell"
|
|
@@ -909,6 +911,7 @@ export type CentralIconName =
|
|
|
909
911
|
| "IconIcebowl"
|
|
910
912
|
| "IconIceHockey"
|
|
911
913
|
| "IconIconists"
|
|
914
|
+
| "IconIllustration"
|
|
912
915
|
| "IconImac"
|
|
913
916
|
| "IconImageAltText"
|
|
914
917
|
| "IconImageAvatarSparkle"
|
|
@@ -1618,6 +1621,7 @@ export type CentralIconName =
|
|
|
1618
1621
|
| "IconTrashCanSimple"
|
|
1619
1622
|
| "IconTrashPaper"
|
|
1620
1623
|
| "IconTrashPermanently"
|
|
1624
|
+
| "IconTrashRounded"
|
|
1621
1625
|
| "IconTreasure"
|
|
1622
1626
|
| "IconTree"
|
|
1623
1627
|
| "IconTrending1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.115",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/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": 1747,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
]
|
|
297
297
|
},
|
|
298
298
|
"Code": {
|
|
299
|
-
"count":
|
|
299
|
+
"count": 53,
|
|
300
300
|
"icons": [
|
|
301
301
|
"IconAgent",
|
|
302
302
|
"IconAnchor",
|
|
@@ -337,6 +337,7 @@
|
|
|
337
337
|
"IconDraft",
|
|
338
338
|
"IconForkCode",
|
|
339
339
|
"IconHammer",
|
|
340
|
+
"IconHammer2",
|
|
340
341
|
"IconHook",
|
|
341
342
|
"IconLadybug",
|
|
342
343
|
"IconPullRequest",
|
|
@@ -876,7 +877,7 @@
|
|
|
876
877
|
]
|
|
877
878
|
},
|
|
878
879
|
"Interface General": {
|
|
879
|
-
"count":
|
|
880
|
+
"count": 180,
|
|
880
881
|
"icons": [
|
|
881
882
|
"IconAnchor1",
|
|
882
883
|
"IconAnchor2",
|
|
@@ -1048,6 +1049,7 @@
|
|
|
1048
1049
|
"IconTrashCanSimple",
|
|
1049
1050
|
"IconTrashPaper",
|
|
1050
1051
|
"IconTrashPermanently",
|
|
1052
|
+
"IconTrashRounded",
|
|
1051
1053
|
"IconUnarchiv",
|
|
1052
1054
|
"IconUnpin",
|
|
1053
1055
|
"IconUntrash",
|
|
@@ -1222,7 +1224,7 @@
|
|
|
1222
1224
|
]
|
|
1223
1225
|
},
|
|
1224
1226
|
"Photography & Video": {
|
|
1225
|
-
"count":
|
|
1227
|
+
"count": 83,
|
|
1226
1228
|
"icons": [
|
|
1227
1229
|
"Icon4k",
|
|
1228
1230
|
"IconAdjustPhoto",
|
|
@@ -1273,6 +1275,7 @@
|
|
|
1273
1275
|
"IconGifSquare",
|
|
1274
1276
|
"IconHd",
|
|
1275
1277
|
"IconHighlights",
|
|
1278
|
+
"IconIllustration",
|
|
1276
1279
|
"IconImages1",
|
|
1277
1280
|
"IconImages1Alt",
|
|
1278
1281
|
"IconImages2",
|
|
@@ -1342,8 +1345,9 @@
|
|
|
1342
1345
|
]
|
|
1343
1346
|
},
|
|
1344
1347
|
"Shopping & Payment": {
|
|
1345
|
-
"count":
|
|
1348
|
+
"count": 69,
|
|
1346
1349
|
"icons": [
|
|
1350
|
+
"Icon3dPackage",
|
|
1347
1351
|
"IconAddToBasket",
|
|
1348
1352
|
"IconAddToBasket2",
|
|
1349
1353
|
"IconBanknote1",
|
|
@@ -1946,6 +1950,7 @@
|
|
|
1946
1950
|
"Icon3d": "3d, shaders",
|
|
1947
1951
|
"Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
|
|
1948
1952
|
"Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
|
|
1953
|
+
"Icon3dPackage": "3d-package, box",
|
|
1949
1954
|
"Icon3dSphere": "3d-sphere",
|
|
1950
1955
|
"Icon4k": "4k",
|
|
1951
1956
|
"IconAddKeyframe": "add-keyframe, rhombus",
|
|
@@ -2814,6 +2819,7 @@
|
|
|
2814
2819
|
"IconH2": "h2, heading, headline",
|
|
2815
2820
|
"IconH3": "h3, heading, headline",
|
|
2816
2821
|
"IconHammer": "hammer, craft, build",
|
|
2822
|
+
"IconHammer2": "hammer-2, crafting, building",
|
|
2817
2823
|
"IconHand4Finger": "hand-4-finger, select",
|
|
2818
2824
|
"IconHand5Finger": "hand-5-finger, select",
|
|
2819
2825
|
"IconHandBell": "hand-bell",
|
|
@@ -2853,6 +2859,7 @@
|
|
|
2853
2859
|
"IconIcebowl": "icebowl, cooling, vibe",
|
|
2854
2860
|
"IconIceHockey": "ice-hockey",
|
|
2855
2861
|
"IconIconists": "iconists",
|
|
2862
|
+
"IconIllustration": "illustration, painting, art",
|
|
2856
2863
|
"IconImac": "imac, computer",
|
|
2857
2864
|
"IconImageAltText": "image-alt-text",
|
|
2858
2865
|
"IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
|
|
@@ -3562,6 +3569,7 @@
|
|
|
3562
3569
|
"IconTrashCanSimple": "trash-can-simple, delete, remove, garbage, waste",
|
|
3563
3570
|
"IconTrashPaper": "trash-paper",
|
|
3564
3571
|
"IconTrashPermanently": "trash-permanently, remove",
|
|
3572
|
+
"IconTrashRounded": "trash-rounded, delete, remove",
|
|
3565
3573
|
"IconTreasure": "treasure, chest",
|
|
3566
3574
|
"IconTree": "tree",
|
|
3567
3575
|
"IconTrending1": "trending-1, trends",
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { Icon3d, default as Icon3dDefault } from "./Icon3d";
|
|
2
2
|
export { Icon3dBoxBottom, default as Icon3dBoxBottomDefault, } from "./Icon3dBoxBottom";
|
|
3
3
|
export { Icon3dBoxTop, default as Icon3dBoxTopDefault } from "./Icon3dBoxTop";
|
|
4
|
+
export { Icon3dPackage, default as Icon3dPackageDefault, } from "./Icon3dPackage";
|
|
4
5
|
export { Icon3dSphere, default as Icon3dSphereDefault } from "./Icon3dSphere";
|
|
5
6
|
export { Icon4k, default as Icon4kDefault } from "./Icon4k";
|
|
6
7
|
export { IconAddKeyframe, default as IconAddKeyframeDefault, } from "./IconAddKeyframe";
|
|
@@ -869,6 +870,7 @@ export { IconH1, default as IconH1Default } from "./IconH1";
|
|
|
869
870
|
export { IconH2, default as IconH2Default } from "./IconH2";
|
|
870
871
|
export { IconH3, default as IconH3Default } from "./IconH3";
|
|
871
872
|
export { IconHammer, default as IconHammerDefault } from "./IconHammer";
|
|
873
|
+
export { IconHammer2, default as IconHammer2Default } from "./IconHammer2";
|
|
872
874
|
export { IconHand4Finger, default as IconHand4FingerDefault, } from "./IconHand4Finger";
|
|
873
875
|
export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5Finger";
|
|
874
876
|
export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
|
|
@@ -908,6 +910,7 @@ export { IconHumanMashine, default as IconHumanMashineDefault, } from "./IconHum
|
|
|
908
910
|
export { IconIceHockey, default as IconIceHockeyDefault, } from "./IconIceHockey";
|
|
909
911
|
export { IconIcebowl, default as IconIcebowlDefault } from "./IconIcebowl";
|
|
910
912
|
export { IconIconists, default as IconIconistsDefault } from "./IconIconists";
|
|
913
|
+
export { IconIllustration, default as IconIllustrationDefault, } from "./IconIllustration";
|
|
911
914
|
export { IconImac, default as IconImacDefault } from "./IconImac";
|
|
912
915
|
export { IconImageAltText, default as IconImageAltTextDefault, } from "./IconImageAltText";
|
|
913
916
|
export { IconImageAvatarSparkle, default as IconImageAvatarSparkleDefault, } from "./IconImageAvatarSparkle";
|
|
@@ -1617,6 +1620,7 @@ export { IconTrashCan, default as IconTrashCanDefault } from "./IconTrashCan";
|
|
|
1617
1620
|
export { IconTrashCanSimple, default as IconTrashCanSimpleDefault, } from "./IconTrashCanSimple";
|
|
1618
1621
|
export { IconTrashPaper, default as IconTrashPaperDefault, } from "./IconTrashPaper";
|
|
1619
1622
|
export { IconTrashPermanently, default as IconTrashPermanentlyDefault, } from "./IconTrashPermanently";
|
|
1623
|
+
export { IconTrashRounded, default as IconTrashRoundedDefault, } from "./IconTrashRounded";
|
|
1620
1624
|
export { IconTreasure, default as IconTreasureDefault } from "./IconTreasure";
|
|
1621
1625
|
export { IconTree, default as IconTreeDefault } from "./IconTree";
|
|
1622
1626
|
export { IconTrending1, default as IconTrending1Default, } from "./IconTrending1";
|