@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.113 → 1.1.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Icon3dPackage/index.d.ts +4 -0
- package/Icon3dPackage/index.js +2 -0
- package/Icon3dPackage/index.js.map +1 -0
- package/Icon3dPackage/index.mjs +2 -0
- package/Icon3dPackage/index.mjs.map +1 -0
- package/IconHammer2/index.d.ts +4 -0
- package/IconHammer2/index.js +2 -0
- package/IconHammer2/index.js.map +1 -0
- package/IconHammer2/index.mjs +2 -0
- package/IconHammer2/index.mjs.map +1 -0
- package/IconIllustration/index.d.ts +4 -0
- package/IconIllustration/index.js +2 -0
- package/IconIllustration/index.js.map +1 -0
- package/IconIllustration/index.mjs +2 -0
- package/IconIllustration/index.mjs.map +1 -0
- package/IconTrashRounded/index.d.ts +4 -0
- package/IconTrashRounded/index.js +2 -0
- package/IconTrashRounded/index.js.map +1 -0
- package/IconTrashRounded/index.mjs +2 -0
- package/IconTrashRounded/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +14 -6
- package/index.d.ts +4 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(s=d(o,n))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?L(k(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var x={};I(x,{Icon3dPackage:()=>i,default:()=>g});module.exports=P(x);var t=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(u,{...r},t.default.createElement(p.Path,{d:"M9.60176 3.13541C10.4761 2.63061 10.9133 2.37821 11.378 2.27942C11.7893 2.19201 12.2143 2.19201 12.6255 2.27942C13.0903 2.37821 13.5274 2.63061 14.4018 3.13541L18.4785 5.48913C19.3529 5.99392 19.79 6.24632 20.108 6.59942C20.3893 6.91186 20.6018 7.27992 20.7317 7.67977C20.8785 8.13166 20.8785 8.63646 20.8785 9.64605V14.3535C20.8785 15.3631 20.8785 15.8679 20.7317 16.3198C20.6018 16.7196 20.3893 17.0877 20.108 17.4001C19.79 17.7532 19.3529 18.0056 18.4785 18.5104L14.4018 20.8641C13.5274 21.3689 13.0903 21.6213 12.6255 21.7201C12.2143 21.8075 11.7893 21.8075 11.378 21.7201C10.9133 21.6213 10.4761 21.3689 9.60176 20.8641L5.525 18.5104C4.65067 18.0056 4.21351 17.7532 3.89557 17.4001C3.61425 17.0877 3.40175 16.7196 3.27183 16.3198C3.125 15.8679 3.125 15.3631 3.125 14.3535V9.64605C3.125 8.63646 3.125 8.13166 3.27183 7.67977C3.40175 7.27992 3.61425 6.91186 3.89557 6.59942C4.21351 6.24632 4.65067 5.99392 5.525 5.48913L9.60176 3.13541Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M12.0002 12L12.0005 21.5005M12.0002 12L20.3128 7.20068M12.0002 12L3.6875 7.20068",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M7.5625 4.3125L16.4393 9.4375",stroke:"currentColor"})),g=i;0&&(module.exports={Icon3dPackage});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dPackage/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const Icon3dPackage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.60176 3.13541C10.4761 2.63061 10.9133 2.37821 11.378 2.27942C11.7893 2.19201 12.2143 2.19201 12.6255 2.27942C13.0903 2.37821 13.5274 2.63061 14.4018 3.13541L18.4785 5.48913C19.3529 5.99392 19.79 6.24632 20.108 6.59942C20.3893 6.91186 20.6018 7.27992 20.7317 7.67977C20.8785 8.13166 20.8785 8.63646 20.8785 9.64605V14.3535C20.8785 15.3631 20.8785 15.8679 20.7317 16.3198C20.6018 16.7196 20.3893 17.0877 20.108 17.4001C19.79 17.7532 19.3529 18.0056 18.4785 18.5104L14.4018 20.8641C13.5274 21.3689 13.0903 21.6213 12.6255 21.7201C12.2143 21.8075 11.7893 21.8075 11.378 21.7201C10.9133 21.6213 10.4761 21.3689 9.60176 20.8641L5.525 18.5104C4.65067 18.0056 4.21351 17.7532 3.89557 17.4001C3.61425 17.0877 3.40175 16.7196 3.27183 16.3198C3.125 15.8679 3.125 15.3631 3.125 14.3535V9.64605C3.125 8.63646 3.125 8.13166 3.27183 7.67977C3.40175 7.27992 3.61425 6.91186 3.89557 6.59942C4.21351 6.24632 4.65067 5.99392 5.525 5.48913L9.60176 3.13541Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.0002 12L12.0005 21.5005M12.0002 12L20.3128 7.20068M12.0002 12L3.6875 7.20068\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M7.5625 4.3125L16.4393 9.4375\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dPackage;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,86BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,OAAO,eAAe,CAChE,EAIGE,EAAQJ","names":["Icon3dPackage_exports","__export","Icon3dPackage","Icon3dPackage_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dPackage","props","React","CentralIconBase","Icon3dPackage_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,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"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M9.60176 3.13541C10.4761 2.63061 10.9133 2.37821 11.378 2.27942C11.7893 2.19201 12.2143 2.19201 12.6255 2.27942C13.0903 2.37821 13.5274 2.63061 14.4018 3.13541L18.4785 5.48913C19.3529 5.99392 19.79 6.24632 20.108 6.59942C20.3893 6.91186 20.6018 7.27992 20.7317 7.67977C20.8785 8.13166 20.8785 8.63646 20.8785 9.64605V14.3535C20.8785 15.3631 20.8785 15.8679 20.7317 16.3198C20.6018 16.7196 20.3893 17.0877 20.108 17.4001C19.79 17.7532 19.3529 18.0056 18.4785 18.5104L14.4018 20.8641C13.5274 21.3689 13.0903 21.6213 12.6255 21.7201C12.2143 21.8075 11.7893 21.8075 11.378 21.7201C10.9133 21.6213 10.4761 21.3689 9.60176 20.8641L5.525 18.5104C4.65067 18.0056 4.21351 17.7532 3.89557 17.4001C3.61425 17.0877 3.40175 16.7196 3.27183 16.3198C3.125 15.8679 3.125 15.3631 3.125 14.3535V9.64605C3.125 8.63646 3.125 8.13166 3.27183 7.67977C3.40175 7.27992 3.61425 6.91186 3.89557 6.59942C4.21351 6.24632 4.65067 5.99392 5.525 5.48913L9.60176 3.13541Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12.0002 12L12.0005 21.5005M12.0002 12L20.3128 7.20068M12.0002 12L3.6875 7.20068",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M7.5625 4.3125L16.4393 9.4375",stroke:"currentColor"})),B=a;export{a as Icon3dPackage,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dPackage/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const Icon3dPackage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.60176 3.13541C10.4761 2.63061 10.9133 2.37821 11.378 2.27942C11.7893 2.19201 12.2143 2.19201 12.6255 2.27942C13.0903 2.37821 13.5274 2.63061 14.4018 3.13541L18.4785 5.48913C19.3529 5.99392 19.79 6.24632 20.108 6.59942C20.3893 6.91186 20.6018 7.27992 20.7317 7.67977C20.8785 8.13166 20.8785 8.63646 20.8785 9.64605V14.3535C20.8785 15.3631 20.8785 15.8679 20.7317 16.3198C20.6018 16.7196 20.3893 17.0877 20.108 17.4001C19.79 17.7532 19.3529 18.0056 18.4785 18.5104L14.4018 20.8641C13.5274 21.3689 13.0903 21.6213 12.6255 21.7201C12.2143 21.8075 11.7893 21.8075 11.378 21.7201C10.9133 21.6213 10.4761 21.3689 9.60176 20.8641L5.525 18.5104C4.65067 18.0056 4.21351 17.7532 3.89557 17.4001C3.61425 17.0877 3.40175 16.7196 3.27183 16.3198C3.125 15.8679 3.125 15.3631 3.125 14.3535V9.64605C3.125 8.63646 3.125 8.13166 3.27183 7.67977C3.40175 7.27992 3.61425 6.91186 3.89557 6.59942C4.21351 6.24632 4.65067 5.99392 5.525 5.48913L9.60176 3.13541Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.0002 12L12.0005 21.5005M12.0002 12L20.3128 7.20068M12.0002 12L3.6875 7.20068\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M7.5625 4.3125L16.4393 9.4375\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dPackage;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,86BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,OAAO,eAAe,CAChE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dPackage","props","React","CentralIconBase","Icon3dPackage_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=L(o,n))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var k={};x(k,{IconHammer2:()=>u,default:()=>g});module.exports=P(k);var C=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.default.createElement(i.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.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=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.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z\"\n stroke=\"currentColor\"\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,gJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8sBACF,OAAO,eACP,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 n=({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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M10.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconHammer2,I 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.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z\"\n stroke=\"currentColor\"\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,gJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8sBACF,OAAO,eACP,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 c=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},s=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=I(o,t))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?c(x(r)):{},s(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>s(e({},"__esModule",{value:!0}),r);var h={};d(h,{IconIllustration:()=>u,default:()=>v});module.exports=g(h);var n=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),i=({children:r,size:o=24,...C})=>m.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"),u=r=>n.default.createElement(i,{...r},n.default.createElement(p.Path,{d:"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z",fill:"currentColor"})),v=u;0&&(module.exports={IconIllustration});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIllustration/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconIllustration: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIllustration;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sKACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qzBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconIllustration_exports","__export","IconIllustration","IconIllustration_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIllustration","props","React","CentralIconBase","IconIllustration_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:C,size:r=24,...e})=>p.createElement(l,{...e,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 t}from"react-native-svg";var s=C=>o.createElement(n,{...C},o.createElement(t,{d:"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z",fill:"currentColor"}),o.createElement(t,{d:"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z",fill:"currentColor"})),P=s;export{s as IconIllustration,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIllustration/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconIllustration: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIllustration;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sKACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qzBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIllustration","props","React","CentralIconBase","IconIllustration_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!d.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(P(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),i=r=>s(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconTrashRounded:()=>u,default:()=>h});module.exports=i(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.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z",stroke:"currentColor"}),C.default.createElement(p.Path,{d:"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25",stroke:"currentColor"})),h=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.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25\"\n stroke=\"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,EAAE,uJACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mTACF,OAAO,eACT,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 a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(a,{...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 s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M20.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z",stroke:"currentColor"}),t.createElement(n,{d:"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25",stroke:"currentColor"})),d=s;export{s as IconTrashRounded,d 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.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25\"\n stroke=\"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,EAAE,uJACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mTACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrashRounded","props","React","CentralIconBase","IconTrashRounded_default"]}
|
package/README.md
CHANGED
|
@@ -455,6 +455,7 @@ Below is a complete list of available icons:
|
|
|
455
455
|
- IconDraft
|
|
456
456
|
- IconForkCode
|
|
457
457
|
- IconHammer
|
|
458
|
+
- IconHammer2
|
|
458
459
|
- IconHook
|
|
459
460
|
- IconLadybug
|
|
460
461
|
- IconPullRequest
|
|
@@ -1140,6 +1141,7 @@ Below is a complete list of available icons:
|
|
|
1140
1141
|
- IconTrashCanSimple
|
|
1141
1142
|
- IconTrashPaper
|
|
1142
1143
|
- IconTrashPermanently
|
|
1144
|
+
- IconTrashRounded
|
|
1143
1145
|
- IconUnarchiv
|
|
1144
1146
|
- IconUnpin
|
|
1145
1147
|
- IconUntrash
|
|
@@ -1353,6 +1355,7 @@ Below is a complete list of available icons:
|
|
|
1353
1355
|
- IconGifSquare
|
|
1354
1356
|
- IconHd
|
|
1355
1357
|
- IconHighlights
|
|
1358
|
+
- IconIllustration
|
|
1356
1359
|
- IconImages1
|
|
1357
1360
|
- IconImages1Alt
|
|
1358
1361
|
- IconImages2
|
|
@@ -1420,6 +1423,7 @@ Below is a complete list of available icons:
|
|
|
1420
1423
|
|
|
1421
1424
|
### Shopping & Payment
|
|
1422
1425
|
|
|
1426
|
+
- Icon3dPackage
|
|
1423
1427
|
- IconAddToBasket
|
|
1424
1428
|
- IconAddToBasket2
|
|
1425
1429
|
- IconBanknote1
|
package/filtered-icons.json
CHANGED
|
@@ -42,6 +42,20 @@
|
|
|
42
42
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
43
43
|
"componentName": "Icon3dBoxTop"
|
|
44
44
|
},
|
|
45
|
+
{
|
|
46
|
+
"category": "Shopping & Payment",
|
|
47
|
+
"svg": "<path d=\"M9.60176 3.13541C10.4761 2.63061 10.9133 2.37821 11.378 2.27942C11.7893 2.19201 12.2143 2.19201 12.6255 2.27942C13.0903 2.37821 13.5274 2.63061 14.4018 3.13541L18.4785 5.48913C19.3529 5.99392 19.79 6.24632 20.108 6.59942C20.3893 6.91186 20.6018 7.27992 20.7317 7.67977C20.8785 8.13166 20.8785 8.63646 20.8785 9.64605V14.3535C20.8785 15.3631 20.8785 15.8679 20.7317 16.3198C20.6018 16.7196 20.3893 17.0877 20.108 17.4001C19.79 17.7532 19.3529 18.0056 18.4785 18.5104L14.4018 20.8641C13.5274 21.3689 13.0903 21.6213 12.6255 21.7201C12.2143 21.8075 11.7893 21.8075 11.378 21.7201C10.9133 21.6213 10.4761 21.3689 9.60176 20.8641L5.525 18.5104C4.65067 18.0056 4.21351 17.7532 3.89557 17.4001C3.61425 17.0877 3.40175 16.7196 3.27183 16.3198C3.125 15.8679 3.125 15.3631 3.125 14.3535V9.64605C3.125 8.63646 3.125 8.13166 3.27183 7.67977C3.40175 7.27992 3.61425 6.91186 3.89557 6.59942C4.21351 6.24632 4.65067 5.99392 5.525 5.48913L9.60176 3.13541Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.0002 12L12.0005 21.5005M12.0002 12L20.3128 7.20068M12.0002 12L3.6875 7.20068\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5625 4.3125L16.4393 9.4375\" stroke=\"currentColor\"/>",
|
|
48
|
+
"iconName": "3d-package, box",
|
|
49
|
+
"variant": {
|
|
50
|
+
"join": "round",
|
|
51
|
+
"filled": "off",
|
|
52
|
+
"radius": "3",
|
|
53
|
+
"stroke": "1"
|
|
54
|
+
},
|
|
55
|
+
"createdAt": "2026-02-02T08:01:02.298254+00:00",
|
|
56
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
57
|
+
"componentName": "Icon3dPackage"
|
|
58
|
+
},
|
|
45
59
|
{
|
|
46
60
|
"category": "Augmented Reality",
|
|
47
61
|
"svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M2.60645 12.4757C3.29491 13.9989 7.23833 15.1666 12 15.1666C16.6988 15.1666 20.6009 14.0295 21.3646 12.5357\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M11.4997 21.3822C9.98835 20.6631 8.83301 16.7363 8.83301 12C8.83301 7.3877 9.92863 3.54312 11.3817 2.68079\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
@@ -12194,6 +12208,20 @@
|
|
|
12194
12208
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
12195
12209
|
"componentName": "IconHammer"
|
|
12196
12210
|
},
|
|
12211
|
+
{
|
|
12212
|
+
"category": "Code",
|
|
12213
|
+
"svg": "<path d=\"M10.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
12214
|
+
"iconName": "hammer-2, crafting, building",
|
|
12215
|
+
"variant": {
|
|
12216
|
+
"join": "round",
|
|
12217
|
+
"filled": "off",
|
|
12218
|
+
"radius": "3",
|
|
12219
|
+
"stroke": "1"
|
|
12220
|
+
},
|
|
12221
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
12222
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
12223
|
+
"componentName": "IconHammer2"
|
|
12224
|
+
},
|
|
12197
12225
|
{
|
|
12198
12226
|
"category": "Hands",
|
|
12199
12227
|
"svg": "<path d=\"M15.5 7.25V6.25C15.5 5.14543 16.3954 4.25 17.5 4.25C18.6046 4.25 19.5 5.14543 19.5 6.25V10.25M19.5 10.5V14.3926C19.5 18.3179 16.3179 21.5 12.3926 21.5C9.70053 21.5 7.2395 19.979 6.03557 17.5711L3 11.5L3.6041 10.7449C4.34875 9.81406 5.73716 9.73716 6.58005 10.5801L7.5 11.5V9M7.5 9.75V5.5C7.5 4.39543 8.39543 3.5 9.5 3.5C10.6046 3.5 11.5 4.39543 11.5 5.5V10M11.5 7.5V4.5C11.5 3.39543 12.3954 2.5 13.5 2.5C14.6046 2.5 15.5 3.39543 15.5 4.5V10.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -12740,6 +12768,20 @@
|
|
|
12740
12768
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
12741
12769
|
"componentName": "IconIconists"
|
|
12742
12770
|
},
|
|
12771
|
+
{
|
|
12772
|
+
"category": "Photography & Video",
|
|
12773
|
+
"svg": "<path d=\"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z\" fill=\"currentColor\"/><path d=\"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z\" fill=\"currentColor\"/>",
|
|
12774
|
+
"iconName": "illustration, painting, art",
|
|
12775
|
+
"variant": {
|
|
12776
|
+
"join": "round",
|
|
12777
|
+
"filled": "off",
|
|
12778
|
+
"radius": "3",
|
|
12779
|
+
"stroke": "1"
|
|
12780
|
+
},
|
|
12781
|
+
"createdAt": "2026-02-02T08:01:02.298254+00:00",
|
|
12782
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
12783
|
+
"componentName": "IconIllustration"
|
|
12784
|
+
},
|
|
12743
12785
|
{
|
|
12744
12786
|
"category": "Devices & Signals",
|
|
12745
12787
|
"svg": "<path d=\"M21.5 13.5H2.5M9.5 17.5H14.5V21.5H9.5V17.5ZM5.5 17.5H18.5C20.1569 17.5 21.5 16.1569 21.5 14.5V6.5C21.5 4.84315 20.1569 3.5 18.5 3.5H5.5C3.84315 3.5 2.5 4.84315 2.5 6.5V14.5C2.5 16.1569 3.84315 17.5 5.5 17.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -22666,6 +22708,20 @@
|
|
|
22666
22708
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
22667
22709
|
"componentName": "IconTrashPermanently"
|
|
22668
22710
|
},
|
|
22711
|
+
{
|
|
22712
|
+
"category": "Interface General",
|
|
22713
|
+
"svg": "<path d=\"M20.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z\" stroke=\"currentColor\"/><path d=\"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25\" stroke=\"currentColor\"/>",
|
|
22714
|
+
"iconName": "trash-rounded, delete, remove",
|
|
22715
|
+
"variant": {
|
|
22716
|
+
"join": "round",
|
|
22717
|
+
"filled": "off",
|
|
22718
|
+
"radius": "3",
|
|
22719
|
+
"stroke": "1"
|
|
22720
|
+
},
|
|
22721
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
22722
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
22723
|
+
"componentName": "IconTrashRounded"
|
|
22724
|
+
},
|
|
22669
22725
|
{
|
|
22670
22726
|
"category": "Things",
|
|
22671
22727
|
"svg": "<path d=\"M6.5 4.5C4.29086 4.5 2.5 6.29086 2.5 8.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V8.5C21.5 6.29086 19.7091 4.5 17.5 4.5H6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 10.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 9.5V11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export type CentralIconName =
|
|
|
2
2
|
| "Icon3d"
|
|
3
3
|
| "Icon3dBoxBottom"
|
|
4
4
|
| "Icon3dBoxTop"
|
|
5
|
+
| "Icon3dPackage"
|
|
5
6
|
| "Icon3dSphere"
|
|
6
7
|
| "Icon4k"
|
|
7
8
|
| "IconAddKeyframe"
|
|
@@ -870,6 +871,7 @@ export type CentralIconName =
|
|
|
870
871
|
| "IconH2"
|
|
871
872
|
| "IconH3"
|
|
872
873
|
| "IconHammer"
|
|
874
|
+
| "IconHammer2"
|
|
873
875
|
| "IconHand4Finger"
|
|
874
876
|
| "IconHand5Finger"
|
|
875
877
|
| "IconHandBell"
|
|
@@ -909,6 +911,7 @@ export type CentralIconName =
|
|
|
909
911
|
| "IconIcebowl"
|
|
910
912
|
| "IconIceHockey"
|
|
911
913
|
| "IconIconists"
|
|
914
|
+
| "IconIllustration"
|
|
912
915
|
| "IconImac"
|
|
913
916
|
| "IconImageAltText"
|
|
914
917
|
| "IconImageAvatarSparkle"
|
|
@@ -1618,6 +1621,7 @@ export type CentralIconName =
|
|
|
1618
1621
|
| "IconTrashCanSimple"
|
|
1619
1622
|
| "IconTrashPaper"
|
|
1620
1623
|
| "IconTrashPermanently"
|
|
1624
|
+
| "IconTrashRounded"
|
|
1621
1625
|
| "IconTreasure"
|
|
1622
1626
|
| "IconTree"
|
|
1623
1627
|
| "IconTrending1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.115",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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",
|
|
@@ -1222,7 +1224,7 @@
|
|
|
1222
1224
|
]
|
|
1223
1225
|
},
|
|
1224
1226
|
"Photography & Video": {
|
|
1225
|
-
"count":
|
|
1227
|
+
"count": 83,
|
|
1226
1228
|
"icons": [
|
|
1227
1229
|
"Icon4k",
|
|
1228
1230
|
"IconAdjustPhoto",
|
|
@@ -1273,6 +1275,7 @@
|
|
|
1273
1275
|
"IconGifSquare",
|
|
1274
1276
|
"IconHd",
|
|
1275
1277
|
"IconHighlights",
|
|
1278
|
+
"IconIllustration",
|
|
1276
1279
|
"IconImages1",
|
|
1277
1280
|
"IconImages1Alt",
|
|
1278
1281
|
"IconImages2",
|
|
@@ -1342,8 +1345,9 @@
|
|
|
1342
1345
|
]
|
|
1343
1346
|
},
|
|
1344
1347
|
"Shopping & Payment": {
|
|
1345
|
-
"count":
|
|
1348
|
+
"count": 69,
|
|
1346
1349
|
"icons": [
|
|
1350
|
+
"Icon3dPackage",
|
|
1347
1351
|
"IconAddToBasket",
|
|
1348
1352
|
"IconAddToBasket2",
|
|
1349
1353
|
"IconBanknote1",
|
|
@@ -1946,6 +1950,7 @@
|
|
|
1946
1950
|
"Icon3d": "3d, shaders",
|
|
1947
1951
|
"Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
|
|
1948
1952
|
"Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
|
|
1953
|
+
"Icon3dPackage": "3d-package, box",
|
|
1949
1954
|
"Icon3dSphere": "3d-sphere",
|
|
1950
1955
|
"Icon4k": "4k",
|
|
1951
1956
|
"IconAddKeyframe": "add-keyframe, rhombus",
|
|
@@ -2814,6 +2819,7 @@
|
|
|
2814
2819
|
"IconH2": "h2, heading, headline",
|
|
2815
2820
|
"IconH3": "h3, heading, headline",
|
|
2816
2821
|
"IconHammer": "hammer, craft, build",
|
|
2822
|
+
"IconHammer2": "hammer-2, crafting, building",
|
|
2817
2823
|
"IconHand4Finger": "hand-4-finger, select",
|
|
2818
2824
|
"IconHand5Finger": "hand-5-finger, select",
|
|
2819
2825
|
"IconHandBell": "hand-bell",
|
|
@@ -2853,6 +2859,7 @@
|
|
|
2853
2859
|
"IconIcebowl": "icebowl, cooling, vibe",
|
|
2854
2860
|
"IconIceHockey": "ice-hockey",
|
|
2855
2861
|
"IconIconists": "iconists",
|
|
2862
|
+
"IconIllustration": "illustration, painting, art",
|
|
2856
2863
|
"IconImac": "imac, computer",
|
|
2857
2864
|
"IconImageAltText": "image-alt-text",
|
|
2858
2865
|
"IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
|
|
@@ -3562,6 +3569,7 @@
|
|
|
3562
3569
|
"IconTrashCanSimple": "trash-can-simple, delete, remove, garbage, waste",
|
|
3563
3570
|
"IconTrashPaper": "trash-paper",
|
|
3564
3571
|
"IconTrashPermanently": "trash-permanently, remove",
|
|
3572
|
+
"IconTrashRounded": "trash-rounded, delete, remove",
|
|
3565
3573
|
"IconTreasure": "treasure, chest",
|
|
3566
3574
|
"IconTree": "tree",
|
|
3567
3575
|
"IconTrending1": "trending-1, trends",
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { Icon3d, default as Icon3dDefault } from "./Icon3d";
|
|
2
2
|
export { Icon3dBoxBottom, default as Icon3dBoxBottomDefault, } from "./Icon3dBoxBottom";
|
|
3
3
|
export { Icon3dBoxTop, default as Icon3dBoxTopDefault } from "./Icon3dBoxTop";
|
|
4
|
+
export { Icon3dPackage, default as Icon3dPackageDefault, } from "./Icon3dPackage";
|
|
4
5
|
export { Icon3dSphere, default as Icon3dSphereDefault } from "./Icon3dSphere";
|
|
5
6
|
export { Icon4k, default as Icon4kDefault } from "./Icon4k";
|
|
6
7
|
export { IconAddKeyframe, default as IconAddKeyframeDefault, } from "./IconAddKeyframe";
|
|
@@ -869,6 +870,7 @@ export { IconH1, default as IconH1Default } from "./IconH1";
|
|
|
869
870
|
export { IconH2, default as IconH2Default } from "./IconH2";
|
|
870
871
|
export { IconH3, default as IconH3Default } from "./IconH3";
|
|
871
872
|
export { IconHammer, default as IconHammerDefault } from "./IconHammer";
|
|
873
|
+
export { IconHammer2, default as IconHammer2Default } from "./IconHammer2";
|
|
872
874
|
export { IconHand4Finger, default as IconHand4FingerDefault, } from "./IconHand4Finger";
|
|
873
875
|
export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5Finger";
|
|
874
876
|
export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
|
|
@@ -908,6 +910,7 @@ export { IconHumanMashine, default as IconHumanMashineDefault, } from "./IconHum
|
|
|
908
910
|
export { IconIceHockey, default as IconIceHockeyDefault, } from "./IconIceHockey";
|
|
909
911
|
export { IconIcebowl, default as IconIcebowlDefault } from "./IconIcebowl";
|
|
910
912
|
export { IconIconists, default as IconIconistsDefault } from "./IconIconists";
|
|
913
|
+
export { IconIllustration, default as IconIllustrationDefault, } from "./IconIllustration";
|
|
911
914
|
export { IconImac, default as IconImacDefault } from "./IconImac";
|
|
912
915
|
export { IconImageAltText, default as IconImageAltTextDefault, } from "./IconImageAltText";
|
|
913
916
|
export { IconImageAvatarSparkle, default as IconImageAvatarSparkleDefault, } from "./IconImageAvatarSparkle";
|
|
@@ -1617,6 +1620,7 @@ export { IconTrashCan, default as IconTrashCanDefault } from "./IconTrashCan";
|
|
|
1617
1620
|
export { IconTrashCanSimple, default as IconTrashCanSimpleDefault, } from "./IconTrashCanSimple";
|
|
1618
1621
|
export { IconTrashPaper, default as IconTrashPaperDefault, } from "./IconTrashPaper";
|
|
1619
1622
|
export { IconTrashPermanently, default as IconTrashPermanentlyDefault, } from "./IconTrashPermanently";
|
|
1623
|
+
export { IconTrashRounded, default as IconTrashRoundedDefault, } from "./IconTrashRounded";
|
|
1620
1624
|
export { IconTreasure, default as IconTreasureDefault } from "./IconTreasure";
|
|
1621
1625
|
export { IconTree, default as IconTreeDefault } from "./IconTree";
|
|
1622
1626
|
export { IconTrending1, default as IconTrending1Default, } from "./IconTrending1";
|