@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.114 → 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/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/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 +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- 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/tsx-icons.json +14 -0
|
@@ -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:()=>L,default:()=>v});module.exports=g(d);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({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"),L=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M13 14.4998L7.24996 20.2498C6.28344 21.2161 4.71639 21.2163 3.74996 20.2498C2.78394 19.2834 2.7838 17.7162 3.74996 16.7498L9.49996 10.9998L13 14.4998Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M7.39449 2.33771C9.69068 1.84307 11.8075 1.87762 13.7119 2.53009C15.6198 3.18388 17.2759 4.44561 18.6689 6.33771C18.7823 6.49171 18.859 6.59573 18.9443 6.74982C19.2692 7.33676 19.2742 7.96955 19.2968 8.43439C19.3213 8.93549 19.3628 9.29261 19.5908 9.6092C19.7169 9.78431 19.8672 9.92507 20.0566 10.1092H20.9257L21.0244 10.119C21.1204 10.1383 21.21 10.1853 21.2802 10.2557L22.3545 11.3338C22.5487 11.5288 22.5484 11.8447 22.3545 12.0399L18.0576 16.3524C17.9638 16.4464 17.8369 16.4997 17.7041 16.4998C17.5711 16.4998 17.4434 16.4465 17.3496 16.3524L16.2753 15.2742C16.1822 15.1806 16.1299 15.0538 16.1298 14.9217C16.1296 14.1791 15.4256 13.638 14.708 13.8289L14.1289 13.9832C13.9565 14.0291 13.7726 13.9794 13.6464 13.8533L10.1464 10.3533C10.0309 10.2377 9.97904 10.0728 10.0078 9.91193C10.2919 8.32056 10.2339 7.25317 9.83297 6.409C9.43157 5.56441 8.64348 4.85151 7.25484 4.07111C7.09756 3.98254 7 3.81608 6.99996 3.63556V2.82697C7.00011 2.59157 7.16436 2.38732 7.39449 2.33771Z",fill:"currentColor"})),v=L;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=\"M13 14.4998L7.24996 20.2498C6.28344 21.2161 4.71639 21.2163 3.74996 20.2498C2.78394 19.2834 2.7838 17.7162 3.74996 16.7498L9.49996 10.9998L13 14.4998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.39449 2.33771C9.69068 1.84307 11.8075 1.87762 13.7119 2.53009C15.6198 3.18388 17.2759 4.44561 18.6689 6.33771C18.7823 6.49171 18.859 6.59573 18.9443 6.74982C19.2692 7.33676 19.2742 7.96955 19.2968 8.43439C19.3213 8.93549 19.3628 9.29261 19.5908 9.6092C19.7169 9.78431 19.8672 9.92507 20.0566 10.1092H20.9257L21.0244 10.119C21.1204 10.1383 21.21 10.1853 21.2802 10.2557L22.3545 11.3338C22.5487 11.5288 22.5484 11.8447 22.3545 12.0399L18.0576 16.3524C17.9638 16.4464 17.8369 16.4997 17.7041 16.4998C17.5711 16.4998 17.4434 16.4465 17.3496 16.3524L16.2753 15.2742C16.1822 15.1806 16.1299 15.0538 16.1298 14.9217C16.1296 14.1791 15.4256 13.638 14.708 13.8289L14.1289 13.9832C13.9565 14.0291 13.7726 13.9794 13.6464 13.8533L10.1464 10.3533C10.0309 10.2377 9.97904 10.0728 10.0078 9.91193C10.2919 8.32056 10.2339 7.25317 9.83297 6.409C9.43157 5.56441 8.64348 4.85151 7.25484 4.07111C7.09756 3.98254 7 3.81608 6.99996 3.63556V2.82697C7.00011 2.59157 7.16436 2.38732 7.39449 2.33771Z\"\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,yJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,q9BACF,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:"M13 14.4998L7.24996 20.2498C6.28344 21.2161 4.71639 21.2163 3.74996 20.2498C2.78394 19.2834 2.7838 17.7162 3.74996 16.7498L9.49996 10.9998L13 14.4998Z",fill:"currentColor"}),C.createElement(e,{d:"M7.39449 2.33771C9.69068 1.84307 11.8075 1.87762 13.7119 2.53009C15.6198 3.18388 17.2759 4.44561 18.6689 6.33771C18.7823 6.49171 18.859 6.59573 18.9443 6.74982C19.2692 7.33676 19.2742 7.96955 19.2968 8.43439C19.3213 8.93549 19.3628 9.29261 19.5908 9.6092C19.7169 9.78431 19.8672 9.92507 20.0566 10.1092H20.9257L21.0244 10.119C21.1204 10.1383 21.21 10.1853 21.2802 10.2557L22.3545 11.3338C22.5487 11.5288 22.5484 11.8447 22.3545 12.0399L18.0576 16.3524C17.9638 16.4464 17.8369 16.4997 17.7041 16.4998C17.5711 16.4998 17.4434 16.4465 17.3496 16.3524L16.2753 15.2742C16.1822 15.1806 16.1299 15.0538 16.1298 14.9217C16.1296 14.1791 15.4256 13.638 14.708 13.8289L14.1289 13.9832C13.9565 14.0291 13.7726 13.9794 13.6464 13.8533L10.1464 10.3533C10.0309 10.2377 9.97904 10.0728 10.0078 9.91193C10.2919 8.32056 10.2339 7.25317 9.83297 6.409C9.43157 5.56441 8.64348 4.85151 7.25484 4.07111C7.09756 3.98254 7 3.81608 6.99996 3.63556V2.82697C7.00011 2.59157 7.16436 2.38732 7.39449 2.33771Z",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=\"M13 14.4998L7.24996 20.2498C6.28344 21.2161 4.71639 21.2163 3.74996 20.2498C2.78394 19.2834 2.7838 17.7162 3.74996 16.7498L9.49996 10.9998L13 14.4998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.39449 2.33771C9.69068 1.84307 11.8075 1.87762 13.7119 2.53009C15.6198 3.18388 17.2759 4.44561 18.6689 6.33771C18.7823 6.49171 18.859 6.59573 18.9443 6.74982C19.2692 7.33676 19.2742 7.96955 19.2968 8.43439C19.3213 8.93549 19.3628 9.29261 19.5908 9.6092C19.7169 9.78431 19.8672 9.92507 20.0566 10.1092H20.9257L21.0244 10.119C21.1204 10.1383 21.21 10.1853 21.2802 10.2557L22.3545 11.3338C22.5487 11.5288 22.5484 11.8447 22.3545 12.0399L18.0576 16.3524C17.9638 16.4464 17.8369 16.4997 17.7041 16.4998C17.5711 16.4998 17.4434 16.4465 17.3496 16.3524L16.2753 15.2742C16.1822 15.1806 16.1299 15.0538 16.1298 14.9217C16.1296 14.1791 15.4256 13.638 14.708 13.8289L14.1289 13.9832C13.9565 14.0291 13.7726 13.9794 13.6464 13.8533L10.1464 10.3533C10.0309 10.2377 9.97904 10.0728 10.0078 9.91193C10.2919 8.32056 10.2339 7.25317 9.83297 6.409C9.43157 5.56441 8.64348 4.85151 7.25484 4.07111C7.09756 3.98254 7 3.81608 6.99996 3.63556V2.82697C7.00011 2.59157 7.16436 2.38732 7.39449 2.33771Z\"\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,yJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,q9BACF,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 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.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.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.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.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,osCACF,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.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.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.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.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,osCACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -12208,6 +12208,20 @@
|
|
|
12208
12208
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
12209
12209
|
"componentName": "IconHammer"
|
|
12210
12210
|
},
|
|
12211
|
+
{
|
|
12212
|
+
"category": "Code",
|
|
12213
|
+
"svg": "<path d=\"M13 14.4998L7.24996 20.2498C6.28344 21.2161 4.71639 21.2163 3.74996 20.2498C2.78394 19.2834 2.7838 17.7162 3.74996 16.7498L9.49996 10.9998L13 14.4998Z\" fill=\"currentColor\"/><path d=\"M7.39449 2.33771C9.69068 1.84307 11.8075 1.87762 13.7119 2.53009C15.6198 3.18388 17.2759 4.44561 18.6689 6.33771C18.7823 6.49171 18.859 6.59573 18.9443 6.74982C19.2692 7.33676 19.2742 7.96955 19.2968 8.43439C19.3213 8.93549 19.3628 9.29261 19.5908 9.6092C19.7169 9.78431 19.8672 9.92507 20.0566 10.1092H20.9257L21.0244 10.119C21.1204 10.1383 21.21 10.1853 21.2802 10.2557L22.3545 11.3338C22.5487 11.5288 22.5484 11.8447 22.3545 12.0399L18.0576 16.3524C17.9638 16.4464 17.8369 16.4997 17.7041 16.4998C17.5711 16.4998 17.4434 16.4465 17.3496 16.3524L16.2753 15.2742C16.1822 15.1806 16.1299 15.0538 16.1298 14.9217C16.1296 14.1791 15.4256 13.638 14.708 13.8289L14.1289 13.9832C13.9565 14.0291 13.7726 13.9794 13.6464 13.8533L10.1464 10.3533C10.0309 10.2377 9.97904 10.0728 10.0078 9.91193C10.2919 8.32056 10.2339 7.25317 9.83297 6.409C9.43157 5.56441 8.64348 4.85151 7.25484 4.07111C7.09756 3.98254 7 3.81608 6.99996 3.63556V2.82697C7.00011 2.59157 7.16436 2.38732 7.39449 2.33771Z\" fill=\"currentColor\"/>",
|
|
12214
|
+
"iconName": "hammer-2, crafting, building",
|
|
12215
|
+
"variant": {
|
|
12216
|
+
"join": "round",
|
|
12217
|
+
"filled": "on",
|
|
12218
|
+
"radius": "0",
|
|
12219
|
+
"stroke": "1"
|
|
12220
|
+
},
|
|
12221
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
12222
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
12223
|
+
"componentName": "IconHammer2"
|
|
12224
|
+
},
|
|
12211
12225
|
{
|
|
12212
12226
|
"category": "Hands",
|
|
12213
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\"/>",
|
|
@@ -22694,6 +22708,20 @@
|
|
|
22694
22708
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
22695
22709
|
"componentName": "IconTrashPermanently"
|
|
22696
22710
|
},
|
|
22711
|
+
{
|
|
22712
|
+
"category": "Interface General",
|
|
22713
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.25C14.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.25Z\" fill=\"currentColor\"/>",
|
|
22714
|
+
"iconName": "trash-rounded, delete, remove",
|
|
22715
|
+
"variant": {
|
|
22716
|
+
"join": "round",
|
|
22717
|
+
"filled": "on",
|
|
22718
|
+
"radius": "0",
|
|
22719
|
+
"stroke": "1"
|
|
22720
|
+
},
|
|
22721
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
22722
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
22723
|
+
"componentName": "IconTrashRounded"
|
|
22724
|
+
},
|
|
22697
22725
|
{
|
|
22698
22726
|
"category": "Things",
|
|
22699
22727
|
"svg": "<path d=\"M22 19.5C22 19.7761 21.7761 20 21.5 20H18V11H22V19.5Z\" fill=\"currentColor\"/><path d=\"M22 10H18V4C20.2091 4 22 5.79086 22 8V10Z\" fill=\"currentColor\"/><path d=\"M17 10V4H7V10H11.5V9.5C11.5 9.22386 11.7239 9 12 9C12.2761 9 12.5 9.22386 12.5 9.5V10H17Z\" fill=\"currentColor\"/><path d=\"M11.5 11V11.5C11.5 11.7761 11.7239 12 12 12C12.2761 12 12.5 11.7761 12.5 11.5V11H17V20H7V11H11.5Z\" fill=\"currentColor\"/><path d=\"M6 4V10H2V8C2 5.79086 3.79086 4 6 4Z\" fill=\"currentColor\"/><path d=\"M6 11V20H2.5C2.22386 20 2 19.7761 2 19.5V11H6Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -871,6 +871,7 @@ export type CentralIconName =
|
|
|
871
871
|
| "IconH2"
|
|
872
872
|
| "IconH3"
|
|
873
873
|
| "IconHammer"
|
|
874
|
+
| "IconHammer2"
|
|
874
875
|
| "IconHand4Finger"
|
|
875
876
|
| "IconHand5Finger"
|
|
876
877
|
| "IconHandBell"
|
|
@@ -1620,6 +1621,7 @@ export type CentralIconName =
|
|
|
1620
1621
|
| "IconTrashCanSimple"
|
|
1621
1622
|
| "IconTrashPaper"
|
|
1622
1623
|
| "IconTrashPermanently"
|
|
1624
|
+
| "IconTrashRounded"
|
|
1623
1625
|
| "IconTreasure"
|
|
1624
1626
|
| "IconTree"
|
|
1625
1627
|
| "IconTrending1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.115",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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",
|
|
@@ -2817,6 +2819,7 @@
|
|
|
2817
2819
|
"IconH2": "h2, heading, headline",
|
|
2818
2820
|
"IconH3": "h3, heading, headline",
|
|
2819
2821
|
"IconHammer": "hammer, craft, build",
|
|
2822
|
+
"IconHammer2": "hammer-2, crafting, building",
|
|
2820
2823
|
"IconHand4Finger": "hand-4-finger, select",
|
|
2821
2824
|
"IconHand5Finger": "hand-5-finger, select",
|
|
2822
2825
|
"IconHandBell": "hand-bell",
|
|
@@ -3566,6 +3569,7 @@
|
|
|
3566
3569
|
"IconTrashCanSimple": "trash-can-simple, delete, remove, garbage, waste",
|
|
3567
3570
|
"IconTrashPaper": "trash-paper",
|
|
3568
3571
|
"IconTrashPermanently": "trash-permanently, remove",
|
|
3572
|
+
"IconTrashRounded": "trash-rounded, delete, remove",
|
|
3569
3573
|
"IconTreasure": "treasure, chest",
|
|
3570
3574
|
"IconTree": "tree",
|
|
3571
3575
|
"IconTrending1": "trending-1, trends",
|
package/index.d.ts
CHANGED
|
@@ -870,6 +870,7 @@ export { IconH1, default as IconH1Default } from "./IconH1";
|
|
|
870
870
|
export { IconH2, default as IconH2Default } from "./IconH2";
|
|
871
871
|
export { IconH3, default as IconH3Default } from "./IconH3";
|
|
872
872
|
export { IconHammer, default as IconHammerDefault } from "./IconHammer";
|
|
873
|
+
export { IconHammer2, default as IconHammer2Default } from "./IconHammer2";
|
|
873
874
|
export { IconHand4Finger, default as IconHand4FingerDefault, } from "./IconHand4Finger";
|
|
874
875
|
export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5Finger";
|
|
875
876
|
export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
|
|
@@ -1619,6 +1620,7 @@ export { IconTrashCan, default as IconTrashCanDefault } from "./IconTrashCan";
|
|
|
1619
1620
|
export { IconTrashCanSimple, default as IconTrashCanSimpleDefault, } from "./IconTrashCanSimple";
|
|
1620
1621
|
export { IconTrashPaper, default as IconTrashPaperDefault, } from "./IconTrashPaper";
|
|
1621
1622
|
export { IconTrashPermanently, default as IconTrashPermanentlyDefault, } from "./IconTrashPermanently";
|
|
1623
|
+
export { IconTrashRounded, default as IconTrashRoundedDefault, } from "./IconTrashRounded";
|
|
1622
1624
|
export { IconTreasure, default as IconTreasureDefault } from "./IconTreasure";
|
|
1623
1625
|
export { IconTree, default as IconTreeDefault } from "./IconTree";
|
|
1624
1626
|
export { IconTrending1, default as IconTrending1Default, } from "./IconTrending1";
|