@central-icons-react-native/round-filled-radius-1-stroke-1.5 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHammer2: FC<CentralIconBaseProps>;
4
+ export default IconHammer2;
@@ -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,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of B(C))!x.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(l=u(C,t))||l.enumerable});return r};var m=(r,C,o)=>(o=r!=null?i(I(r)):{},a(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,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:C=24,...o})=>s.default.createElement(f.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,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:"M12.75 14.7496L7.25003 20.2496C6.28357 21.216 4.7165 21.216 3.75003 20.2496C2.78392 19.2832 2.78377 17.716 3.75003 16.7496L9.25003 11.2496L12.75 14.7496Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M8.45804 2.16957C10.4591 1.85334 12.3266 1.96901 14.0284 2.5934C15.8473 3.26084 17.4231 4.48998 18.7481 6.2848C18.8565 6.43163 18.9411 6.54557 19.0332 6.71156C19.3835 7.3427 19.3853 8.0225 19.4063 8.45179C19.4299 8.93525 19.4718 9.20421 19.6407 9.43812C19.7337 9.56682 19.8374 9.66887 19.9815 9.80824H20.7129C20.9119 9.80824 21.1025 9.88816 21.2432 10.0289C21.3906 10.1765 21.5268 10.3116 21.6328 10.4323C21.7429 10.5575 21.8551 10.7045 21.9366 10.8883C22.1362 11.3393 22.1361 11.8543 21.9366 12.3053C21.8551 12.4891 21.7429 12.6361 21.6328 12.7614C21.5268 12.882 21.3906 13.0171 21.2432 13.1647L19.17 15.2418C19.0233 15.3887 18.8885 15.5239 18.7686 15.6295C18.6442 15.7392 18.498 15.8507 18.3155 15.9323C17.8615 16.135 17.3427 16.1349 16.8887 15.9323C16.7061 15.8507 16.56 15.7392 16.4356 15.6295C16.3157 15.5239 16.1808 15.3886 16.0342 15.2418C15.8938 15.1012 15.8145 14.9102 15.8145 14.7116C15.8144 14.1324 15.2831 13.699 14.7159 13.8161L13.9014 13.984C13.6543 14.035 13.3982 13.9583 13.2198 13.7799L10.2198 10.7799C10.0464 10.6065 9.96864 10.3592 10.0117 10.1178C10.2697 8.67741 10.2014 7.65821 9.85159 6.85316C9.50447 6.0544 8.83151 5.35521 7.65042 4.65199C7.30861 4.44846 7.06665 4.09707 7.01175 3.69203L7.00003 3.51625L7.00491 3.40199C7.05446 2.83698 7.46898 2.34762 8.05667 2.2389L8.45804 2.16957Z",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=\"M12.75 14.7496L7.25003 20.2496C6.28357 21.216 4.7165 21.216 3.75003 20.2496C2.78392 19.2832 2.78377 17.716 3.75003 16.7496L9.25003 11.2496L12.75 14.7496Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.45804 2.16957C10.4591 1.85334 12.3266 1.96901 14.0284 2.5934C15.8473 3.26084 17.4231 4.48998 18.7481 6.2848C18.8565 6.43163 18.9411 6.54557 19.0332 6.71156C19.3835 7.3427 19.3853 8.0225 19.4063 8.45179C19.4299 8.93525 19.4718 9.20421 19.6407 9.43812C19.7337 9.56682 19.8374 9.66887 19.9815 9.80824H20.7129C20.9119 9.80824 21.1025 9.88816 21.2432 10.0289C21.3906 10.1765 21.5268 10.3116 21.6328 10.4323C21.7429 10.5575 21.8551 10.7045 21.9366 10.8883C22.1362 11.3393 22.1361 11.8543 21.9366 12.3053C21.8551 12.4891 21.7429 12.6361 21.6328 12.7614C21.5268 12.882 21.3906 13.0171 21.2432 13.1647L19.17 15.2418C19.0233 15.3887 18.8885 15.5239 18.7686 15.6295C18.6442 15.7392 18.498 15.8507 18.3155 15.9323C17.8615 16.135 17.3427 16.1349 16.8887 15.9323C16.7061 15.8507 16.56 15.7392 16.4356 15.6295C16.3157 15.5239 16.1808 15.3886 16.0342 15.2418C15.8938 15.1012 15.8145 14.9102 15.8145 14.7116C15.8144 14.1324 15.2831 13.699 14.7159 13.8161L13.9014 13.984C13.6543 14.035 13.3982 13.9583 13.2198 13.7799L10.2198 10.7799C10.0464 10.6065 9.96864 10.3592 10.0117 10.1178C10.2697 8.67741 10.2014 7.65821 9.85159 6.85316C9.50447 6.0544 8.83151 5.35521 7.65042 4.65199C7.30861 4.44846 7.06665 4.09707 7.01175 3.69203L7.00003 3.51625L7.00491 3.40199C7.05446 2.83698 7.46898 2.34762 8.05667 2.2389L8.45804 2.16957Z\"\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,4JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4xCACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:C,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"},C);import{Path as e}from"react-native-svg";var a=C=>o.createElement(t,{...C},o.createElement(e,{d:"M12.75 14.7496L7.25003 20.2496C6.28357 21.216 4.7165 21.216 3.75003 20.2496C2.78392 19.2832 2.78377 17.716 3.75003 16.7496L9.25003 11.2496L12.75 14.7496Z",fill:"currentColor"}),o.createElement(e,{d:"M8.45804 2.16957C10.4591 1.85334 12.3266 1.96901 14.0284 2.5934C15.8473 3.26084 17.4231 4.48998 18.7481 6.2848C18.8565 6.43163 18.9411 6.54557 19.0332 6.71156C19.3835 7.3427 19.3853 8.0225 19.4063 8.45179C19.4299 8.93525 19.4718 9.20421 19.6407 9.43812C19.7337 9.56682 19.8374 9.66887 19.9815 9.80824H20.7129C20.9119 9.80824 21.1025 9.88816 21.2432 10.0289C21.3906 10.1765 21.5268 10.3116 21.6328 10.4323C21.7429 10.5575 21.8551 10.7045 21.9366 10.8883C22.1362 11.3393 22.1361 11.8543 21.9366 12.3053C21.8551 12.4891 21.7429 12.6361 21.6328 12.7614C21.5268 12.882 21.3906 13.0171 21.2432 13.1647L19.17 15.2418C19.0233 15.3887 18.8885 15.5239 18.7686 15.6295C18.6442 15.7392 18.498 15.8507 18.3155 15.9323C17.8615 16.135 17.3427 16.1349 16.8887 15.9323C16.7061 15.8507 16.56 15.7392 16.4356 15.6295C16.3157 15.5239 16.1808 15.3886 16.0342 15.2418C15.8938 15.1012 15.8145 14.9102 15.8145 14.7116C15.8144 14.1324 15.2831 13.699 14.7159 13.8161L13.9014 13.984C13.6543 14.035 13.3982 13.9583 13.2198 13.7799L10.2198 10.7799C10.0464 10.6065 9.96864 10.3592 10.0117 10.1178C10.2697 8.67741 10.2014 7.65821 9.85159 6.85316C9.50447 6.0544 8.83151 5.35521 7.65042 4.65199C7.30861 4.44846 7.06665 4.09707 7.01175 3.69203L7.00003 3.51625L7.00491 3.40199C7.05446 2.83698 7.46898 2.34762 8.05667 2.2389L8.45804 2.16957Z",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.75 14.7496L7.25003 20.2496C6.28357 21.216 4.7165 21.216 3.75003 20.2496C2.78392 19.2832 2.78377 17.716 3.75003 16.7496L9.25003 11.2496L12.75 14.7496Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.45804 2.16957C10.4591 1.85334 12.3266 1.96901 14.0284 2.5934C15.8473 3.26084 17.4231 4.48998 18.7481 6.2848C18.8565 6.43163 18.9411 6.54557 19.0332 6.71156C19.3835 7.3427 19.3853 8.0225 19.4063 8.45179C19.4299 8.93525 19.4718 9.20421 19.6407 9.43812C19.7337 9.56682 19.8374 9.66887 19.9815 9.80824H20.7129C20.9119 9.80824 21.1025 9.88816 21.2432 10.0289C21.3906 10.1765 21.5268 10.3116 21.6328 10.4323C21.7429 10.5575 21.8551 10.7045 21.9366 10.8883C22.1362 11.3393 22.1361 11.8543 21.9366 12.3053C21.8551 12.4891 21.7429 12.6361 21.6328 12.7614C21.5268 12.882 21.3906 13.0171 21.2432 13.1647L19.17 15.2418C19.0233 15.3887 18.8885 15.5239 18.7686 15.6295C18.6442 15.7392 18.498 15.8507 18.3155 15.9323C17.8615 16.135 17.3427 16.1349 16.8887 15.9323C16.7061 15.8507 16.56 15.7392 16.4356 15.6295C16.3157 15.5239 16.1808 15.3886 16.0342 15.2418C15.8938 15.1012 15.8145 14.9102 15.8145 14.7116C15.8144 14.1324 15.2831 13.699 14.7159 13.8161L13.9014 13.984C13.6543 14.035 13.3982 13.9583 13.2198 13.7799L10.2198 10.7799C10.0464 10.6065 9.96864 10.3592 10.0117 10.1178C10.2697 8.67741 10.2014 7.65821 9.85159 6.85316C9.50447 6.0544 8.83151 5.35521 7.65042 4.65199C7.30861 4.44846 7.06665 4.09707 7.01175 3.69203L7.00003 3.51625L7.00491 3.40199C7.05446 2.83698 7.46898 2.34762 8.05667 2.2389L8.45804 2.16957Z\"\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,4JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4xCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHammer2","props","React","CentralIconBase","IconHammer2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTrashRounded: FC<CentralIconBaseProps>;
4
+ export default IconTrashRounded;
@@ -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=(C,o)=>{for(var r in o)n(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!v.call(C,e)&&e!==r&&n(C,e,{get:()=>o[e],enumerable:!(p=i(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?d(I(C)):{},l(o||!C||!C.__esModule?n(r,"default",{value:C,enumerable:!0}):r,C)),P=C=>l(n({},"__esModule",{value:!0}),C);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:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),u=C=>t.default.createElement(c,{...C},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.25C14.3306 2.25 16.4696 2.53554 18.0508 3.01465C18.8365 3.25275 19.5273 3.55116 20.0381 3.91699C20.5306 4.26988 21 4.79467 21 5.5C21 5.61813 20.9852 5.73082 20.9609 5.83887L19.7471 14.9658C19.5292 16.6028 19.4068 17.586 19.0371 18.3936C18.3532 19.8871 17.0629 21.0171 15.4922 21.498C14.6428 21.7581 13.6519 21.75 12 21.75C10.3481 21.75 9.35721 21.7581 8.50781 21.498C6.93712 21.0171 5.64677 19.8871 4.96289 18.3936C4.59322 17.586 4.47076 16.6028 4.25293 14.9658L3.03809 5.83887C3.01388 5.73089 3 5.61805 3 5.5C3 4.79467 3.46936 4.26988 3.96191 3.91699C4.47267 3.55116 5.16349 3.25275 5.94922 3.01465C7.53041 2.53554 9.66944 2.25 12 2.25ZM12 3.75C9.77435 3.75 7.78848 4.02453 6.38379 4.4502C5.67681 4.66444 5.15909 4.9045 4.83496 5.13672C4.67483 5.25147 4.58497 5.34803 4.53906 5.41602C4.51792 5.44735 4.50815 5.46916 4.50391 5.48145L4.50977 5.5293C4.51523 5.54209 4.52334 5.56068 4.53906 5.58398C4.58497 5.65197 4.67483 5.74853 4.83496 5.86328C5.15909 6.0955 5.67681 6.33556 6.38379 6.5498C7.78848 6.97547 9.77435 7.25 12 7.25C14.2257 7.25 16.2115 6.97547 17.6162 6.5498C18.3232 6.33556 18.8409 6.0955 19.165 5.86328C19.3252 5.74853 19.415 5.65197 19.4609 5.58398C19.4765 5.5609 19.4838 5.54207 19.4893 5.5293L19.4951 5.48145C19.4908 5.46911 19.4819 5.44709 19.4609 5.41602C19.415 5.34803 19.3252 5.25147 19.165 5.13672C18.8409 4.9045 18.3232 4.66444 17.6162 4.4502C16.2115 4.02453 14.2257 3.75 12 3.75Z",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.3306 2.25 16.4696 2.53554 18.0508 3.01465C18.8365 3.25275 19.5273 3.55116 20.0381 3.91699C20.5306 4.26988 21 4.79467 21 5.5C21 5.61813 20.9852 5.73082 20.9609 5.83887L19.7471 14.9658C19.5292 16.6028 19.4068 17.586 19.0371 18.3936C18.3532 19.8871 17.0629 21.0171 15.4922 21.498C14.6428 21.7581 13.6519 21.75 12 21.75C10.3481 21.75 9.35721 21.7581 8.50781 21.498C6.93712 21.0171 5.64677 19.8871 4.96289 18.3936C4.59322 17.586 4.47076 16.6028 4.25293 14.9658L3.03809 5.83887C3.01388 5.73089 3 5.61805 3 5.5C3 4.79467 3.46936 4.26988 3.96191 3.91699C4.47267 3.55116 5.16349 3.25275 5.94922 3.01465C7.53041 2.53554 9.66944 2.25 12 2.25ZM12 3.75C9.77435 3.75 7.78848 4.02453 6.38379 4.4502C5.67681 4.66444 5.15909 4.9045 4.83496 5.13672C4.67483 5.25147 4.58497 5.34803 4.53906 5.41602C4.51792 5.44735 4.50815 5.46916 4.50391 5.48145L4.50977 5.5293C4.51523 5.54209 4.52334 5.56068 4.53906 5.58398C4.58497 5.65197 4.67483 5.74853 4.83496 5.86328C5.15909 6.0955 5.67681 6.33556 6.38379 6.5498C7.78848 6.97547 9.77435 7.25 12 7.25C14.2257 7.25 16.2115 6.97547 17.6162 6.5498C18.3232 6.33556 18.8409 6.0955 19.165 5.86328C19.3252 5.74853 19.415 5.65197 19.4609 5.58398C19.4765 5.5609 19.4838 5.54207 19.4893 5.5293L19.4951 5.48145C19.4908 5.46911 19.4819 5.44709 19.4609 5.41602C19.415 5.34803 19.3252 5.25147 19.165 5.13672C18.8409 4.9045 18.3232 4.66444 17.6162 4.4502C16.2115 4.02453 14.2257 3.75 12 3.75Z\"\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,o4CACF,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 r=({children:o,size:C=24,...n})=>t.createElement(p,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.25C14.3306 2.25 16.4696 2.53554 18.0508 3.01465C18.8365 3.25275 19.5273 3.55116 20.0381 3.91699C20.5306 4.26988 21 4.79467 21 5.5C21 5.61813 20.9852 5.73082 20.9609 5.83887L19.7471 14.9658C19.5292 16.6028 19.4068 17.586 19.0371 18.3936C18.3532 19.8871 17.0629 21.0171 15.4922 21.498C14.6428 21.7581 13.6519 21.75 12 21.75C10.3481 21.75 9.35721 21.7581 8.50781 21.498C6.93712 21.0171 5.64677 19.8871 4.96289 18.3936C4.59322 17.586 4.47076 16.6028 4.25293 14.9658L3.03809 5.83887C3.01388 5.73089 3 5.61805 3 5.5C3 4.79467 3.46936 4.26988 3.96191 3.91699C4.47267 3.55116 5.16349 3.25275 5.94922 3.01465C7.53041 2.53554 9.66944 2.25 12 2.25ZM12 3.75C9.77435 3.75 7.78848 4.02453 6.38379 4.4502C5.67681 4.66444 5.15909 4.9045 4.83496 5.13672C4.67483 5.25147 4.58497 5.34803 4.53906 5.41602C4.51792 5.44735 4.50815 5.46916 4.50391 5.48145L4.50977 5.5293C4.51523 5.54209 4.52334 5.56068 4.53906 5.58398C4.58497 5.65197 4.67483 5.74853 4.83496 5.86328C5.15909 6.0955 5.67681 6.33556 6.38379 6.5498C7.78848 6.97547 9.77435 7.25 12 7.25C14.2257 7.25 16.2115 6.97547 17.6162 6.5498C18.3232 6.33556 18.8409 6.0955 19.165 5.86328C19.3252 5.74853 19.415 5.65197 19.4609 5.58398C19.4765 5.5609 19.4838 5.54207 19.4893 5.5293L19.4951 5.48145C19.4908 5.46911 19.4819 5.44709 19.4609 5.41602C19.415 5.34803 19.3252 5.25147 19.165 5.13672C18.8409 4.9045 18.3232 4.66444 17.6162 4.4502C16.2115 4.02453 14.2257 3.75 12 3.75Z",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.3306 2.25 16.4696 2.53554 18.0508 3.01465C18.8365 3.25275 19.5273 3.55116 20.0381 3.91699C20.5306 4.26988 21 4.79467 21 5.5C21 5.61813 20.9852 5.73082 20.9609 5.83887L19.7471 14.9658C19.5292 16.6028 19.4068 17.586 19.0371 18.3936C18.3532 19.8871 17.0629 21.0171 15.4922 21.498C14.6428 21.7581 13.6519 21.75 12 21.75C10.3481 21.75 9.35721 21.7581 8.50781 21.498C6.93712 21.0171 5.64677 19.8871 4.96289 18.3936C4.59322 17.586 4.47076 16.6028 4.25293 14.9658L3.03809 5.83887C3.01388 5.73089 3 5.61805 3 5.5C3 4.79467 3.46936 4.26988 3.96191 3.91699C4.47267 3.55116 5.16349 3.25275 5.94922 3.01465C7.53041 2.53554 9.66944 2.25 12 2.25ZM12 3.75C9.77435 3.75 7.78848 4.02453 6.38379 4.4502C5.67681 4.66444 5.15909 4.9045 4.83496 5.13672C4.67483 5.25147 4.58497 5.34803 4.53906 5.41602C4.51792 5.44735 4.50815 5.46916 4.50391 5.48145L4.50977 5.5293C4.51523 5.54209 4.52334 5.56068 4.53906 5.58398C4.58497 5.65197 4.67483 5.74853 4.83496 5.86328C5.15909 6.0955 5.67681 6.33556 6.38379 6.5498C7.78848 6.97547 9.77435 7.25 12 7.25C14.2257 7.25 16.2115 6.97547 17.6162 6.5498C18.3232 6.33556 18.8409 6.0955 19.165 5.86328C19.3252 5.74853 19.415 5.65197 19.4609 5.58398C19.4765 5.5609 19.4838 5.54207 19.4893 5.5293L19.4951 5.48145C19.4908 5.46911 19.4819 5.44709 19.4609 5.41602C19.415 5.34803 19.3252 5.25147 19.165 5.13672C18.8409 4.9045 18.3232 4.66444 17.6162 4.4502C16.2115 4.02453 14.2257 3.75 12 3.75Z\"\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,o4CACF,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
@@ -12208,6 +12208,20 @@
12208
12208
  "packageName": "round-filled-radius-1-stroke-1.5",
12209
12209
  "componentName": "IconHammer"
12210
12210
  },
12211
+ {
12212
+ "category": "Code",
12213
+ "svg": "<path d=\"M12.75 14.7496L7.25003 20.2496C6.28357 21.216 4.7165 21.216 3.75003 20.2496C2.78392 19.2832 2.78377 17.716 3.75003 16.7496L9.25003 11.2496L12.75 14.7496Z\" fill=\"currentColor\"/><path d=\"M8.45804 2.16957C10.4591 1.85334 12.3266 1.96901 14.0284 2.5934C15.8473 3.26084 17.4231 4.48998 18.7481 6.2848C18.8565 6.43163 18.9411 6.54557 19.0332 6.71156C19.3835 7.3427 19.3853 8.0225 19.4063 8.45179C19.4299 8.93525 19.4718 9.20421 19.6407 9.43812C19.7337 9.56682 19.8374 9.66887 19.9815 9.80824H20.7129C20.9119 9.80824 21.1025 9.88816 21.2432 10.0289C21.3906 10.1765 21.5268 10.3116 21.6328 10.4323C21.7429 10.5575 21.8551 10.7045 21.9366 10.8883C22.1362 11.3393 22.1361 11.8543 21.9366 12.3053C21.8551 12.4891 21.7429 12.6361 21.6328 12.7614C21.5268 12.882 21.3906 13.0171 21.2432 13.1647L19.17 15.2418C19.0233 15.3887 18.8885 15.5239 18.7686 15.6295C18.6442 15.7392 18.498 15.8507 18.3155 15.9323C17.8615 16.135 17.3427 16.1349 16.8887 15.9323C16.7061 15.8507 16.56 15.7392 16.4356 15.6295C16.3157 15.5239 16.1808 15.3886 16.0342 15.2418C15.8938 15.1012 15.8145 14.9102 15.8145 14.7116C15.8144 14.1324 15.2831 13.699 14.7159 13.8161L13.9014 13.984C13.6543 14.035 13.3982 13.9583 13.2198 13.7799L10.2198 10.7799C10.0464 10.6065 9.96864 10.3592 10.0117 10.1178C10.2697 8.67741 10.2014 7.65821 9.85159 6.85316C9.50447 6.0544 8.83151 5.35521 7.65042 4.65199C7.30861 4.44846 7.06665 4.09707 7.01175 3.69203L7.00003 3.51625L7.00491 3.40199C7.05446 2.83698 7.46898 2.34762 8.05667 2.2389L8.45804 2.16957Z\" fill=\"currentColor\"/>",
12214
+ "iconName": "hammer-2, crafting, building",
12215
+ "variant": {
12216
+ "join": "round",
12217
+ "filled": "on",
12218
+ "radius": "1",
12219
+ "stroke": "1.5"
12220
+ },
12221
+ "createdAt": "2026-02-02T13:00:24.339591+00:00",
12222
+ "packageName": "round-filled-radius-1-stroke-1.5",
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-1-stroke-1.5",
22695
22709
  "componentName": "IconTrashPermanently"
22696
22710
  },
22711
+ {
22712
+ "category": "Interface General",
22713
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.25C14.3306 2.25 16.4696 2.53554 18.0508 3.01465C18.8365 3.25275 19.5273 3.55116 20.0381 3.91699C20.5306 4.26988 21 4.79467 21 5.5C21 5.61813 20.9852 5.73082 20.9609 5.83887L19.7471 14.9658C19.5292 16.6028 19.4068 17.586 19.0371 18.3936C18.3532 19.8871 17.0629 21.0171 15.4922 21.498C14.6428 21.7581 13.6519 21.75 12 21.75C10.3481 21.75 9.35721 21.7581 8.50781 21.498C6.93712 21.0171 5.64677 19.8871 4.96289 18.3936C4.59322 17.586 4.47076 16.6028 4.25293 14.9658L3.03809 5.83887C3.01388 5.73089 3 5.61805 3 5.5C3 4.79467 3.46936 4.26988 3.96191 3.91699C4.47267 3.55116 5.16349 3.25275 5.94922 3.01465C7.53041 2.53554 9.66944 2.25 12 2.25ZM12 3.75C9.77435 3.75 7.78848 4.02453 6.38379 4.4502C5.67681 4.66444 5.15909 4.9045 4.83496 5.13672C4.67483 5.25147 4.58497 5.34803 4.53906 5.41602C4.51792 5.44735 4.50815 5.46916 4.50391 5.48145L4.50977 5.5293C4.51523 5.54209 4.52334 5.56068 4.53906 5.58398C4.58497 5.65197 4.67483 5.74853 4.83496 5.86328C5.15909 6.0955 5.67681 6.33556 6.38379 6.5498C7.78848 6.97547 9.77435 7.25 12 7.25C14.2257 7.25 16.2115 6.97547 17.6162 6.5498C18.3232 6.33556 18.8409 6.0955 19.165 5.86328C19.3252 5.74853 19.415 5.65197 19.4609 5.58398C19.4765 5.5609 19.4838 5.54207 19.4893 5.5293L19.4951 5.48145C19.4908 5.46911 19.4819 5.44709 19.4609 5.41602C19.415 5.34803 19.3252 5.25147 19.165 5.13672C18.8409 4.9045 18.3232 4.66444 17.6162 4.4502C16.2115 4.02453 14.2257 3.75 12 3.75Z\" fill=\"currentColor\"/>",
22714
+ "iconName": "trash-rounded, delete, remove",
22715
+ "variant": {
22716
+ "join": "round",
22717
+ "filled": "on",
22718
+ "radius": "1",
22719
+ "stroke": "1.5"
22720
+ },
22721
+ "createdAt": "2026-02-02T13:00:24.339591+00:00",
22722
+ "packageName": "round-filled-radius-1-stroke-1.5",
22723
+ "componentName": "IconTrashRounded"
22724
+ },
22697
22725
  {
22698
22726
  "category": "Things",
22699
22727
  "svg": "<path d=\"M20.25 20H17.5V11.5H22V18.25C22 19.2165 21.2165 20 20.25 20Z\" fill=\"currentColor\"/><path d=\"M22 10H17.5V4H18.25C20.3211 4 22 5.67893 22 7.75V10Z\" fill=\"currentColor\"/><path d=\"M16 10V4H8V10H11.25V9.75C11.25 9.33579 11.5858 9 12 9C12.4142 9 12.75 9.33579 12.75 9.75V10H16Z\" fill=\"currentColor\"/><path d=\"M11.25 11.5V11.75C11.25 12.1642 11.5858 12.5 12 12.5C12.4142 12.5 12.75 12.1642 12.75 11.75V11.5H16V20H8V11.5H11.25Z\" fill=\"currentColor\"/><path d=\"M6.5 4V10H2V7.75C2 5.67893 3.67893 4 5.75 4H6.5Z\" fill=\"currentColor\"/><path d=\"M6.5 11.5V20H3.75C2.7835 20 2 19.2165 2 18.25V11.5H6.5Z\" 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-1-stroke-1.5",
3
- "version": "1.1.114",
3
+ "version": "1.1.115",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/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": 1745,
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": 52,
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": 179,
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";