@central-icons-react-native/round-outlined-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.
- 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 d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?d(k(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};I(g,{IconHammer2:()=>u,default:()=>P});module.exports=x(g);var C=m(require("react"));var i=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>i.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>C.default.createElement(l,{...r},C.default.createElement(p.Path,{d:"M10.75 10.25L4.25 16.75C3.42157 17.5784 3.42157 18.9216 4.25 19.75C5.07843 20.5784 6.42157 20.5784 7.25 19.75L13.75 13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M10.75 10.25L13.75 13.25L14.5638 13.0819C15.5965 12.8685 16.5648 13.6572 16.5648 14.7118C16.8717 15.019 17.0252 15.1726 17.1942 15.2481C17.4536 15.3639 17.7501 15.3639 18.0096 15.2481C18.1786 15.1726 18.332 15.019 18.6389 14.7118L20.713 12.6353C21.0215 12.3265 21.1757 12.1721 21.251 12.0018C21.3651 11.744 21.3651 11.4501 21.251 11.1924C21.1757 11.0221 21.0214 10.8677 20.713 10.5589H19.6759C19.4565 10.3391 19.2145 10.1296 19.0322 9.8772C18.4085 9.01363 18.875 7.97128 18.3777 7.07549C18.3126 6.95813 18.2567 6.88241 18.1449 6.73095C15.6436 3.34234 12.2971 2.21719 8.19285 2.97641C7.93397 3.0243 7.75 3.25303 7.75 3.51631C7.75 3.71841 7.86018 3.90406 8.03383 4.00744C10.5508 5.50591 11.2924 7.22105 10.75 10.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;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=\"M10.75 10.25L4.25 16.75C3.42157 17.5784 3.42157 18.9216 4.25 19.75C5.07843 20.5784 6.42157 20.5784 7.25 19.75L13.75 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 10.25L13.75 13.25L14.5638 13.0819C15.5965 12.8685 16.5648 13.6572 16.5648 14.7118C16.8717 15.019 17.0252 15.1726 17.1942 15.2481C17.4536 15.3639 17.7501 15.3639 18.0096 15.2481C18.1786 15.1726 18.332 15.019 18.6389 14.7118L20.713 12.6353C21.0215 12.3265 21.1757 12.1721 21.251 12.0018C21.3651 11.744 21.3651 11.4501 21.251 11.1924C21.1757 11.0221 21.0214 10.8677 20.713 10.5589H19.6759C19.4565 10.3391 19.2145 10.1296 19.0322 9.8772C18.4085 9.01363 18.875 7.97128 18.3777 7.07549C18.3126 6.95813 18.2567 6.88241 18.1449 6.73095C15.6436 3.34234 12.2971 2.21719 8.19285 2.97641C7.93397 3.0243 7.75 3.25303 7.75 3.51631C7.75 3.71841 7.86018 3.90406 8.03383 4.00744C10.5508 5.50591 11.2924 7.22105 10.75 10.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,4HACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4sBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 e from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M10.75 10.25L4.25 16.75C3.42157 17.5784 3.42157 18.9216 4.25 19.75C5.07843 20.5784 6.42157 20.5784 7.25 19.75L13.75 13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M10.75 10.25L13.75 13.25L14.5638 13.0819C15.5965 12.8685 16.5648 13.6572 16.5648 14.7118C16.8717 15.019 17.0252 15.1726 17.1942 15.2481C17.4536 15.3639 17.7501 15.3639 18.0096 15.2481C18.1786 15.1726 18.332 15.019 18.6389 14.7118L20.713 12.6353C21.0215 12.3265 21.1757 12.1721 21.251 12.0018C21.3651 11.744 21.3651 11.4501 21.251 11.1924C21.1757 11.0221 21.0214 10.8677 20.713 10.5589H19.6759C19.4565 10.3391 19.2145 10.1296 19.0322 9.8772C18.4085 9.01363 18.875 7.97128 18.3777 7.07549C18.3126 6.95813 18.2567 6.88241 18.1449 6.73095C15.6436 3.34234 12.2971 2.21719 8.19285 2.97641C7.93397 3.0243 7.75 3.25303 7.75 3.51631C7.75 3.71841 7.86018 3.90406 8.03383 4.00744C10.5508 5.50591 11.2924 7.22105 10.75 10.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconHammer2,B 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=\"M10.75 10.25L4.25 16.75C3.42157 17.5784 3.42157 18.9216 4.25 19.75C5.07843 20.5784 6.42157 20.5784 7.25 19.75L13.75 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 10.25L13.75 13.25L14.5638 13.0819C15.5965 12.8685 16.5648 13.6572 16.5648 14.7118C16.8717 15.019 17.0252 15.1726 17.1942 15.2481C17.4536 15.3639 17.7501 15.3639 18.0096 15.2481C18.1786 15.1726 18.332 15.019 18.6389 14.7118L20.713 12.6353C21.0215 12.3265 21.1757 12.1721 21.251 12.0018C21.3651 11.744 21.3651 11.4501 21.251 11.1924C21.1757 11.0221 21.0214 10.8677 20.713 10.5589H19.6759C19.4565 10.3391 19.2145 10.1296 19.0322 9.8772C18.4085 9.01363 18.875 7.97128 18.3777 7.07549C18.3126 6.95813 18.2567 6.88241 18.1449 6.73095C15.6436 3.34234 12.2971 2.21719 8.19285 2.97641C7.93397 3.0243 7.75 3.25303 7.75 3.51631C7.75 3.71841 7.86018 3.90406 8.03383 4.00744C10.5508 5.50591 11.2924 7.22105 10.75 10.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,4HACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4sBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!h.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=i(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?d(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconTrashRounded:()=>u,default:()=>g});module.exports=P(v);var C=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M20.25 5.5C20.25 6.88071 16.5563 8 12 8C7.44365 8 3.75 6.88071 3.75 5.5C3.75 4.11929 7.44365 3 12 3C16.5563 3 20.25 4.11929 20.25 5.5Z",stroke:"currentColor",strokeWidth:"1.5"}),C.default.createElement(p.Path,{d:"M3.75 5.5L4.99636 14.8666C5.22121 16.5564 5.33363 17.4012 5.64516 18.0816C6.23984 19.3804 7.36162 20.3628 8.72748 20.7809C9.44297 21 10.2953 21 12 21C13.7047 21 14.557 21 15.2725 20.7809C16.6384 20.3628 17.7602 19.3804 18.3548 18.0816C18.6664 17.4012 18.7788 16.5564 19.0036 14.8666L20.25 5.5",stroke:"currentColor",strokeWidth:"1.5"})),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 d=\"M20.25 5.5C20.25 6.88071 16.5563 8 12 8C7.44365 8 3.75 6.88071 3.75 5.5C3.75 4.11929 7.44365 3 12 3C16.5563 3 20.25 4.11929 20.25 5.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.75 5.5L4.99636 14.8666C5.22121 16.5564 5.33363 17.4012 5.64516 18.0816C6.23984 19.3804 7.36162 20.3628 8.72748 20.7809C9.44297 21 10.2953 21 12 21C13.7047 21 14.557 21 15.2725 20.7809C16.6384 20.3628 17.7602 19.3804 18.3548 18.0816C18.6664 17.4012 18.7788 16.5564 19.0036 14.8666L20.25 5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,EAAE,yIACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uSACF,OAAO,eACP,YAAY,MACd,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 t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M20.25 5.5C20.25 6.88071 16.5563 8 12 8C7.44365 8 3.75 6.88071 3.75 5.5C3.75 4.11929 7.44365 3 12 3C16.5563 3 20.25 4.11929 20.25 5.5Z",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(n,{d:"M3.75 5.5L4.99636 14.8666C5.22121 16.5564 5.33363 17.4012 5.64516 18.0816C6.23984 19.3804 7.36162 20.3628 8.72748 20.7809C9.44297 21 10.2953 21 12 21C13.7047 21 14.557 21 15.2725 20.7809C16.6384 20.3628 17.7602 19.3804 18.3548 18.0816C18.6664 17.4012 18.7788 16.5564 19.0036 14.8666L20.25 5.5",stroke:"currentColor",strokeWidth:"1.5"})),h=a;export{a as IconTrashRounded,h 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 d=\"M20.25 5.5C20.25 6.88071 16.5563 8 12 8C7.44365 8 3.75 6.88071 3.75 5.5C3.75 4.11929 7.44365 3 12 3C16.5563 3 20.25 4.11929 20.25 5.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.75 5.5L4.99636 14.8666C5.22121 16.5564 5.33363 17.4012 5.64516 18.0816C6.23984 19.3804 7.36162 20.3628 8.72748 20.7809C9.44297 21 10.2953 21 12 21C13.7047 21 14.557 21 15.2725 20.7809C16.6384 20.3628 17.7602 19.3804 18.3548 18.0816C18.6664 17.4012 18.7788 16.5564 19.0036 14.8666L20.25 5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,EAAE,yIACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uSACF,OAAO,eACP,YAAY,MACd,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-outlined-radius-1-stroke-1.5",
|
|
12209
12209
|
"componentName": "IconHammer"
|
|
12210
12210
|
},
|
|
12211
|
+
{
|
|
12212
|
+
"category": "Code",
|
|
12213
|
+
"svg": "<path d=\"M10.75 10.25L4.25 16.75C3.42157 17.5784 3.42157 18.9216 4.25 19.75C5.07843 20.5784 6.42157 20.5784 7.25 19.75L13.75 13.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.75 10.25L13.75 13.25L14.5638 13.0819C15.5965 12.8685 16.5648 13.6572 16.5648 14.7118C16.8717 15.019 17.0252 15.1726 17.1942 15.2481C17.4536 15.3639 17.7501 15.3639 18.0096 15.2481C18.1786 15.1726 18.332 15.019 18.6389 14.7118L20.713 12.6353C21.0215 12.3265 21.1757 12.1721 21.251 12.0018C21.3651 11.744 21.3651 11.4501 21.251 11.1924C21.1757 11.0221 21.0214 10.8677 20.713 10.5589H19.6759C19.4565 10.3391 19.2145 10.1296 19.0322 9.8772C18.4085 9.01363 18.875 7.97128 18.3777 7.07549C18.3126 6.95813 18.2567 6.88241 18.1449 6.73095C15.6436 3.34234 12.2971 2.21719 8.19285 2.97641C7.93397 3.0243 7.75 3.25303 7.75 3.51631C7.75 3.71841 7.86018 3.90406 8.03383 4.00744C10.5508 5.50591 11.2924 7.22105 10.75 10.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
12214
|
+
"iconName": "hammer-2, crafting, building",
|
|
12215
|
+
"variant": {
|
|
12216
|
+
"join": "round",
|
|
12217
|
+
"filled": "off",
|
|
12218
|
+
"radius": "1",
|
|
12219
|
+
"stroke": "1.5"
|
|
12220
|
+
},
|
|
12221
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
12222
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
12223
|
+
"componentName": "IconHammer2"
|
|
12224
|
+
},
|
|
12211
12225
|
{
|
|
12212
12226
|
"category": "Hands",
|
|
12213
12227
|
"svg": "<path d=\"M15.75 7.75V6.75C15.75 5.64543 16.6454 4.75 17.75 4.75C18.8546 4.75 19.75 5.64543 19.75 6.75V10.75M19.75 11.25V14.0792C19.75 18.0395 16.5395 21.25 12.5792 21.25C9.91687 21.25 7.47366 19.775 6.23368 17.419L3.25 11.75L4.00061 10.8117C4.69063 9.94921 5.94921 9.80937 6.81174 10.4994L7.75 11.25V10.25M7.75 10V5.75C7.75 4.64543 8.64543 3.75 9.75 3.75C10.8546 3.75 11.75 4.64543 11.75 5.75V10.25M11.75 7.75V4.75C11.75 3.64543 12.6454 2.75 13.75 2.75C14.8546 2.75 15.75 3.64543 15.75 4.75V11\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -22694,6 +22708,20 @@
|
|
|
22694
22708
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
22695
22709
|
"componentName": "IconTrashPermanently"
|
|
22696
22710
|
},
|
|
22711
|
+
{
|
|
22712
|
+
"category": "Interface General",
|
|
22713
|
+
"svg": "<path d=\"M20.25 5.5C20.25 6.88071 16.5563 8 12 8C7.44365 8 3.75 6.88071 3.75 5.5C3.75 4.11929 7.44365 3 12 3C16.5563 3 20.25 4.11929 20.25 5.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3.75 5.5L4.99636 14.8666C5.22121 16.5564 5.33363 17.4012 5.64516 18.0816C6.23984 19.3804 7.36162 20.3628 8.72748 20.7809C9.44297 21 10.2953 21 12 21C13.7047 21 14.557 21 15.2725 20.7809C16.6384 20.3628 17.7602 19.3804 18.3548 18.0816C18.6664 17.4012 18.7788 16.5564 19.0036 14.8666L20.25 5.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
22714
|
+
"iconName": "trash-rounded, delete, remove",
|
|
22715
|
+
"variant": {
|
|
22716
|
+
"join": "round",
|
|
22717
|
+
"filled": "off",
|
|
22718
|
+
"radius": "1",
|
|
22719
|
+
"stroke": "1.5"
|
|
22720
|
+
},
|
|
22721
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
22722
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
22723
|
+
"componentName": "IconTrashRounded"
|
|
22724
|
+
},
|
|
22697
22725
|
{
|
|
22698
22726
|
"category": "Things",
|
|
22699
22727
|
"svg": "<path d=\"M3 10.75H21\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.75 4.75V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.25 4.75V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 9.75V11.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.75 7.75C2.75 6.09315 4.09315 4.75 5.75 4.75H18.25C19.9069 4.75 21.25 6.09315 21.25 7.75V18.25C21.25 18.8023 20.8023 19.25 20.25 19.25H3.75C3.19772 19.25 2.75 18.8023 2.75 18.25V7.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.115",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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":
|
|
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";
|