@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.114 → 1.1.116
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/IconBuildingBlocks/index.d.ts +4 -0
- package/IconBuildingBlocks/index.js +2 -0
- package/IconBuildingBlocks/index.js.map +1 -0
- package/IconBuildingBlocks/index.mjs +2 -0
- package/IconBuildingBlocks/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/IconShield2/index.d.ts +4 -0
- package/IconShield2/index.js +2 -0
- package/IconShield2/index.js.map +1 -0
- package/IconShield2/index.mjs +2 -0
- package/IconShield2/index.mjs.map +1 -0
- package/IconShieldCode/index.d.ts +4 -0
- package/IconShieldCode/index.js +2 -0
- package/IconShieldCode/index.js.map +1 -0
- package/IconShieldCode/index.mjs +2 -0
- package/IconShieldCode/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 +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +16 -6
- package/index.d.ts +5 -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 +35 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!I.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(C=u(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(d(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),g=o=>l(t({},"__esModule",{value:!0}),o);var x={};V(x,{IconBuildingBlocks:()=>f,default:()=>v});module.exports=g(x);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var L=require("react-native-svg"),f=o=>p.default.createElement(c,{...o},p.default.createElement(L.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 14.9442C2 15.778 2 16.1949 2.12048 16.5688C2.22709 16.8997 2.40152 17.2046 2.63263 17.4643C2.89382 17.7577 3.25317 17.9691 3.97186 18.3919L10.5251 22.2469V18.4902L2 13.4752V14.9442ZM11.2892 18.4763V22.201L20.2187 16.2486C20.8699 15.8145 21.1956 15.5974 21.4313 15.3106C21.64 15.0567 21.7966 14.7641 21.8921 14.4496C22 14.0944 22 13.703 22 12.9203V11.3354L11.2892 18.4763ZM2 12.5873L10.5251 17.6022V13.8456L2 8.83063V12.5873ZM11.2892 13.8306V17.5564L22 10.4155V6.69082L11.2892 13.8306ZM2.35752 8.154L10.8943 13.1753L21.635 6.01419L15.1336 2.57269C14.3949 2.18169 14.0256 1.98619 13.6379 1.91785C13.2949 1.85738 12.9431 1.86925 12.6049 1.95271C12.2227 2.04702 11.8674 2.26697 11.1568 2.70687L2.35752 8.154Z",fill:"currentColor"})),v=f;0&&(module.exports={IconBuildingBlocks});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBuildingBlocks/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 IconBuildingBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 14.9442C2 15.778 2 16.1949 2.12048 16.5688C2.22709 16.8997 2.40152 17.2046 2.63263 17.4643C2.89382 17.7577 3.25317 17.9691 3.97186 18.3919L10.5251 22.2469V18.4902L2 13.4752V14.9442ZM11.2892 18.4763V22.201L20.2187 16.2486C20.8699 15.8145 21.1956 15.5974 21.4313 15.3106C21.64 15.0567 21.7966 14.7641 21.8921 14.4496C22 14.0944 22 13.703 22 12.9203V11.3354L11.2892 18.4763ZM2 12.5873L10.5251 17.6022V13.8456L2 8.83063V12.5873ZM11.2892 13.8306V17.5564L22 10.4155V6.69082L11.2892 13.8306ZM2.35752 8.154L10.8943 13.1753L21.635 6.01419L15.1336 2.57269C14.3949 2.18169 14.0256 1.98619 13.6379 1.91785C13.2949 1.85738 12.9431 1.86925 12.6049 1.95271C12.2227 2.04702 11.8674 2.26697 11.1568 2.70687L2.35752 8.154Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBuildingBlocks;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ssBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBuildingBlocks_exports","__export","IconBuildingBlocks","IconBuildingBlocks_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBuildingBlocks","props","React","CentralIconBase","IconBuildingBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(C,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 14.9442C2 15.778 2 16.1949 2.12048 16.5688C2.22709 16.8997 2.40152 17.2046 2.63263 17.4643C2.89382 17.7577 3.25317 17.9691 3.97186 18.3919L10.5251 22.2469V18.4902L2 13.4752V14.9442ZM11.2892 18.4763V22.201L20.2187 16.2486C20.8699 15.8145 21.1956 15.5974 21.4313 15.3106C21.64 15.0567 21.7966 14.7641 21.8921 14.4496C22 14.0944 22 13.703 22 12.9203V11.3354L11.2892 18.4763ZM2 12.5873L10.5251 17.6022V13.8456L2 8.83063V12.5873ZM11.2892 13.8306V17.5564L22 10.4155V6.69082L11.2892 13.8306ZM2.35752 8.154L10.8943 13.1753L21.635 6.01419L15.1336 2.57269C14.3949 2.18169 14.0256 1.98619 13.6379 1.91785C13.2949 1.85738 12.9431 1.86925 12.6049 1.95271C12.2227 2.04702 11.8674 2.26697 11.1568 2.70687L2.35752 8.154Z",fill:"currentColor"})),I=a;export{a as IconBuildingBlocks,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBuildingBlocks/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 IconBuildingBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 14.9442C2 15.778 2 16.1949 2.12048 16.5688C2.22709 16.8997 2.40152 17.2046 2.63263 17.4643C2.89382 17.7577 3.25317 17.9691 3.97186 18.3919L10.5251 22.2469V18.4902L2 13.4752V14.9442ZM11.2892 18.4763V22.201L20.2187 16.2486C20.8699 15.8145 21.1956 15.5974 21.4313 15.3106C21.64 15.0567 21.7966 14.7641 21.8921 14.4496C22 14.0944 22 13.703 22 12.9203V11.3354L11.2892 18.4763ZM2 12.5873L10.5251 17.6022V13.8456L2 8.83063V12.5873ZM11.2892 13.8306V17.5564L22 10.4155V6.69082L11.2892 13.8306ZM2.35752 8.154L10.8943 13.1753L21.635 6.01419L15.1336 2.57269C14.3949 2.18169 14.0256 1.98619 13.6379 1.91785C13.2949 1.85738 12.9431 1.86925 12.6049 1.95271C12.2227 2.04702 11.8674 2.26697 11.1568 2.70687L2.35752 8.154Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBuildingBlocks;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ssBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBuildingBlocks","props","React","CentralIconBase","IconBuildingBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(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 I(C))!P.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(l=B(C,t))||l.enumerable});return r};var m=(r,C,o)=>(o=r!=null?u(x(r)):{},a(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),L=r=>a(e({},"__esModule",{value:!0}),r);var d={};g(d,{IconHammer2:()=>i,default:()=>v});module.exports=L(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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M13 14.4999L7.25002 20.2499C6.28349 21.2161 4.71642 21.2163 3.75002 20.2499C2.78382 19.2835 2.78388 17.7164 3.75002 16.7499L9.50002 10.9999L13 14.4999Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M7.86916 2.24307C10.0618 1.83662 12.0847 1.92948 13.9082 2.60049C15.7344 3.2725 17.3244 4.51138 18.669 6.33779C18.7824 6.49185 18.859 6.59568 18.9444 6.7499C19.2693 7.33697 19.2742 7.96962 19.2969 8.43447C19.3213 8.93565 19.3628 9.29265 19.5908 9.60928C19.717 9.78443 19.8672 9.92508 20.0567 10.1093H20.9258L21.0244 10.119C21.1206 10.1384 21.21 10.1853 21.2803 10.2558C21.4482 10.4243 21.5927 10.5701 21.7031 10.6981C21.8166 10.8298 21.9202 10.9714 21.9873 11.1444C22.1227 11.4933 22.1225 11.8805 21.9873 12.2294C21.9201 12.4025 21.8167 12.545 21.7031 12.6767C21.5928 12.8046 21.4481 12.9496 21.2803 13.1181L19.1319 15.2743C18.9665 15.4403 18.8247 15.5839 18.6992 15.6933C18.5704 15.8056 18.4311 15.9076 18.2617 15.9755C17.9037 16.1189 17.5035 16.1189 17.1455 15.9755C16.9762 15.9076 16.8369 15.8056 16.708 15.6933C16.5826 15.5839 16.4407 15.4403 16.2754 15.2743C16.1822 15.1807 16.1299 15.0539 16.1299 14.9218C16.1299 13.8617 15.0658 13.3655 14.2861 13.9101C14.0874 14.0486 13.8178 14.0247 13.6465 13.8534L10.1465 10.3534C10.0309 10.2378 9.97912 10.073 10.0078 9.91201C10.2824 8.37481 10.2416 7.33231 9.88088 6.50576C9.52222 5.68409 8.80901 4.98937 7.53908 4.23526C7.21343 4.04174 7.00005 3.68908 7.00002 3.2958C7.00003 2.78992 7.35494 2.33842 7.86916 2.24307Z",fill:"currentColor"})),v=i;0&&(module.exports={IconHammer2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHammer2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconHammer2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 14.4999L7.25002 20.2499C6.28349 21.2161 4.71642 21.2163 3.75002 20.2499C2.78382 19.2835 2.78388 17.7164 3.75002 16.7499L9.50002 10.9999L13 14.4999Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.86916 2.24307C10.0618 1.83662 12.0847 1.92948 13.9082 2.60049C15.7344 3.2725 17.3244 4.51138 18.669 6.33779C18.7824 6.49185 18.859 6.59568 18.9444 6.7499C19.2693 7.33697 19.2742 7.96962 19.2969 8.43447C19.3213 8.93565 19.3628 9.29265 19.5908 9.60928C19.717 9.78443 19.8672 9.92508 20.0567 10.1093H20.9258L21.0244 10.119C21.1206 10.1384 21.21 10.1853 21.2803 10.2558C21.4482 10.4243 21.5927 10.5701 21.7031 10.6981C21.8166 10.8298 21.9202 10.9714 21.9873 11.1444C22.1227 11.4933 22.1225 11.8805 21.9873 12.2294C21.9201 12.4025 21.8167 12.545 21.7031 12.6767C21.5928 12.8046 21.4481 12.9496 21.2803 13.1181L19.1319 15.2743C18.9665 15.4403 18.8247 15.5839 18.6992 15.6933C18.5704 15.8056 18.4311 15.9076 18.2617 15.9755C17.9037 16.1189 17.5035 16.1189 17.1455 15.9755C16.9762 15.9076 16.8369 15.8056 16.708 15.6933C16.5826 15.5839 16.4407 15.4403 16.2754 15.2743C16.1822 15.1807 16.1299 15.0539 16.1299 14.9218C16.1299 13.8617 15.0658 13.3655 14.2861 13.9101C14.0874 14.0486 13.8178 14.0247 13.6465 13.8534L10.1465 10.3534C10.0309 10.2378 9.97912 10.073 10.0078 9.91201C10.2824 8.37481 10.2416 7.33231 9.88088 6.50576C9.52222 5.68409 8.80901 4.98937 7.53908 4.23526C7.21343 4.04174 7.00005 3.68908 7.00002 3.2958C7.00003 2.78992 7.35494 2.33842 7.86916 2.24307Z\"\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,0JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gvCACF,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:"M13 14.4999L7.25002 20.2499C6.28349 21.2161 4.71642 21.2163 3.75002 20.2499C2.78382 19.2835 2.78388 17.7164 3.75002 16.7499L9.50002 10.9999L13 14.4999Z",fill:"currentColor"}),o.createElement(e,{d:"M7.86916 2.24307C10.0618 1.83662 12.0847 1.92948 13.9082 2.60049C15.7344 3.2725 17.3244 4.51138 18.669 6.33779C18.7824 6.49185 18.859 6.59568 18.9444 6.7499C19.2693 7.33697 19.2742 7.96962 19.2969 8.43447C19.3213 8.93565 19.3628 9.29265 19.5908 9.60928C19.717 9.78443 19.8672 9.92508 20.0567 10.1093H20.9258L21.0244 10.119C21.1206 10.1384 21.21 10.1853 21.2803 10.2558C21.4482 10.4243 21.5927 10.5701 21.7031 10.6981C21.8166 10.8298 21.9202 10.9714 21.9873 11.1444C22.1227 11.4933 22.1225 11.8805 21.9873 12.2294C21.9201 12.4025 21.8167 12.545 21.7031 12.6767C21.5928 12.8046 21.4481 12.9496 21.2803 13.1181L19.1319 15.2743C18.9665 15.4403 18.8247 15.5839 18.6992 15.6933C18.5704 15.8056 18.4311 15.9076 18.2617 15.9755C17.9037 16.1189 17.5035 16.1189 17.1455 15.9755C16.9762 15.9076 16.8369 15.8056 16.708 15.6933C16.5826 15.5839 16.4407 15.4403 16.2754 15.2743C16.1822 15.1807 16.1299 15.0539 16.1299 14.9218C16.1299 13.8617 15.0658 13.3655 14.2861 13.9101C14.0874 14.0486 13.8178 14.0247 13.6465 13.8534L10.1465 10.3534C10.0309 10.2378 9.97912 10.073 10.0078 9.91201C10.2824 8.37481 10.2416 7.33231 9.88088 6.50576C9.52222 5.68409 8.80901 4.98937 7.53908 4.23526C7.21343 4.04174 7.00005 3.68908 7.00002 3.2958C7.00003 2.78992 7.35494 2.33842 7.86916 2.24307Z",fill:"currentColor"})),P=a;export{a as IconHammer2,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHammer2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconHammer2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 14.4999L7.25002 20.2499C6.28349 21.2161 4.71642 21.2163 3.75002 20.2499C2.78382 19.2835 2.78388 17.7164 3.75002 16.7499L9.50002 10.9999L13 14.4999Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.86916 2.24307C10.0618 1.83662 12.0847 1.92948 13.9082 2.60049C15.7344 3.2725 17.3244 4.51138 18.669 6.33779C18.7824 6.49185 18.859 6.59568 18.9444 6.7499C19.2693 7.33697 19.2742 7.96962 19.2969 8.43447C19.3213 8.93565 19.3628 9.29265 19.5908 9.60928C19.717 9.78443 19.8672 9.92508 20.0567 10.1093H20.9258L21.0244 10.119C21.1206 10.1384 21.21 10.1853 21.2803 10.2558C21.4482 10.4243 21.5927 10.5701 21.7031 10.6981C21.8166 10.8298 21.9202 10.9714 21.9873 11.1444C22.1227 11.4933 22.1225 11.8805 21.9873 12.2294C21.9201 12.4025 21.8167 12.545 21.7031 12.6767C21.5928 12.8046 21.4481 12.9496 21.2803 13.1181L19.1319 15.2743C18.9665 15.4403 18.8247 15.5839 18.6992 15.6933C18.5704 15.8056 18.4311 15.9076 18.2617 15.9755C17.9037 16.1189 17.5035 16.1189 17.1455 15.9755C16.9762 15.9076 16.8369 15.8056 16.708 15.6933C16.5826 15.5839 16.4407 15.4403 16.2754 15.2743C16.1822 15.1807 16.1299 15.0539 16.1299 14.9218C16.1299 13.8617 15.0658 13.3655 14.2861 13.9101C14.0874 14.0486 13.8178 14.0247 13.6465 13.8534L10.1465 10.3534C10.0309 10.2378 9.97912 10.073 10.0078 9.91201C10.2824 8.37481 10.2416 7.33231 9.88088 6.50576C9.52222 5.68409 8.80901 4.98937 7.53908 4.23526C7.21343 4.04174 7.00005 3.68908 7.00002 3.2958C7.00003 2.78992 7.35494 2.33842 7.86916 2.24307Z\"\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,0JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gvCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHammer2","props","React","CentralIconBase","IconHammer2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=d(r,t))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},C(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>C(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconShield2:()=>i,default:()=>g});module.exports=P(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0481 1.85127C11.6579 1.6002 12.3421 1.6002 12.9519 1.85127L19.4519 4.52774C20.3886 4.91346 21 5.82638 21 6.83943V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V6.83943C3 5.82638 3.61137 4.91346 4.54813 4.52774L11.0481 1.85127Z",fill:"currentColor"})),g=i;0&&(module.exports={IconShield2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShield2/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 IconShield2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0481 1.85127C11.6579 1.6002 12.3421 1.6002 12.9519 1.85127L19.4519 4.52774C20.3886 4.91346 21 5.82638 21 6.83943V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V6.83943C3 5.82638 3.61137 4.91346 4.54813 4.52774L11.0481 1.85127Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShield2;\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,SAAS,UACT,SAAS,UACT,EAAE,mPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShield2_exports","__export","IconShield2","IconShield2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShield2","props","React","CentralIconBase","IconShield2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as C}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0481 1.85127C11.6579 1.6002 12.3421 1.6002 12.9519 1.85127L19.4519 4.52774C20.3886 4.91346 21 5.82638 21 6.83943V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V6.83943C3 5.82638 3.61137 4.91346 4.54813 4.52774L11.0481 1.85127Z",fill:"currentColor"})),v=a;export{a as IconShield2,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShield2/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 IconShield2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0481 1.85127C11.6579 1.6002 12.3421 1.6002 12.9519 1.85127L19.4519 4.52774C20.3886 4.91346 21 5.82638 21 6.83943V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V6.83943C3 5.82638 3.61137 4.91346 4.54813 4.52774L11.0481 1.85127Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShield2;\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,SAAS,UACT,SAAS,UACT,EAAE,mPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShield2","props","React","CentralIconBase","IconShield2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=d(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?L(B(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconShieldCode:()=>i,default:()=>P});module.exports=x(g);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0479 1.85176C11.6576 1.60068 12.3424 1.60068 12.9521 1.85176L19.4521 4.52754C20.3888 4.91329 21 5.82702 21 6.84004V13.0002C21 17.9708 16.9706 22.0002 12 22.0002C7.02944 22.0002 3 17.9708 3 13.0002V6.84004C3 5.82702 3.61116 4.91329 4.54785 4.52754L11.0479 1.85176ZM10.3535 9.14668C10.1583 8.95142 9.84175 8.95142 9.64648 9.14668L7.14648 11.6467C6.95131 11.8419 6.95125 12.1585 7.14648 12.3537L9.64648 14.8537C9.84172 15.0489 10.1583 15.0489 10.3535 14.8537C10.5487 14.6585 10.5487 14.3419 10.3535 14.1467L8.20703 12.0002L10.3535 9.85371C10.5487 9.65848 10.5487 9.34195 10.3535 9.14668ZM14.3535 9.14668C14.1583 8.95142 13.8417 8.95142 13.6465 9.14668C13.4513 9.34195 13.4513 9.65848 13.6465 9.85371L15.793 12.0002L13.6465 14.1467C13.4513 14.3419 13.4513 14.6585 13.6465 14.8537C13.8417 15.0489 14.1583 15.0489 14.3535 14.8537L16.8535 12.3537C17.0487 12.1585 17.0487 11.8419 16.8535 11.6467L14.3535 9.14668Z",fill:"currentColor"})),P=i;0&&(module.exports={IconShieldCode});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldCode/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 IconShieldCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0479 1.85176C11.6576 1.60068 12.3424 1.60068 12.9521 1.85176L19.4521 4.52754C20.3888 4.91329 21 5.82702 21 6.84004V13.0002C21 17.9708 16.9706 22.0002 12 22.0002C7.02944 22.0002 3 17.9708 3 13.0002V6.84004C3 5.82702 3.61116 4.91329 4.54785 4.52754L11.0479 1.85176ZM10.3535 9.14668C10.1583 8.95142 9.84175 8.95142 9.64648 9.14668L7.14648 11.6467C6.95131 11.8419 6.95125 12.1585 7.14648 12.3537L9.64648 14.8537C9.84172 15.0489 10.1583 15.0489 10.3535 14.8537C10.5487 14.6585 10.5487 14.3419 10.3535 14.1467L8.20703 12.0002L10.3535 9.85371C10.5487 9.65848 10.5487 9.34195 10.3535 9.14668ZM14.3535 9.14668C14.1583 8.95142 13.8417 8.95142 13.6465 9.14668C13.4513 9.34195 13.4513 9.65848 13.6465 9.85371L15.793 12.0002L13.6465 14.1467C13.4513 14.3419 13.4513 14.6585 13.6465 14.8537C13.8417 15.0489 14.1583 15.0489 14.3535 14.8537L16.8535 12.3537C17.0487 12.1585 17.0487 11.8419 16.8535 11.6467L14.3535 9.14668Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldCode;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+4BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShieldCode_exports","__export","IconShieldCode","IconShieldCode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShieldCode","props","React","CentralIconBase","IconShieldCode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0479 1.85176C11.6576 1.60068 12.3424 1.60068 12.9521 1.85176L19.4521 4.52754C20.3888 4.91329 21 5.82702 21 6.84004V13.0002C21 17.9708 16.9706 22.0002 12 22.0002C7.02944 22.0002 3 17.9708 3 13.0002V6.84004C3 5.82702 3.61116 4.91329 4.54785 4.52754L11.0479 1.85176ZM10.3535 9.14668C10.1583 8.95142 9.84175 8.95142 9.64648 9.14668L7.14648 11.6467C6.95131 11.8419 6.95125 12.1585 7.14648 12.3537L9.64648 14.8537C9.84172 15.0489 10.1583 15.0489 10.3535 14.8537C10.5487 14.6585 10.5487 14.3419 10.3535 14.1467L8.20703 12.0002L10.3535 9.85371C10.5487 9.65848 10.5487 9.34195 10.3535 9.14668ZM14.3535 9.14668C14.1583 8.95142 13.8417 8.95142 13.6465 9.14668C13.4513 9.34195 13.4513 9.65848 13.6465 9.85371L15.793 12.0002L13.6465 14.1467C13.4513 14.3419 13.4513 14.6585 13.6465 14.8537C13.8417 15.0489 14.1583 15.0489 14.3535 14.8537L16.8535 12.3537C17.0487 12.1585 17.0487 11.8419 16.8535 11.6467L14.3535 9.14668Z",fill:"currentColor"})),I=a;export{a as IconShieldCode,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldCode/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 IconShieldCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0479 1.85176C11.6576 1.60068 12.3424 1.60068 12.9521 1.85176L19.4521 4.52754C20.3888 4.91329 21 5.82702 21 6.84004V13.0002C21 17.9708 16.9706 22.0002 12 22.0002C7.02944 22.0002 3 17.9708 3 13.0002V6.84004C3 5.82702 3.61116 4.91329 4.54785 4.52754L11.0479 1.85176ZM10.3535 9.14668C10.1583 8.95142 9.84175 8.95142 9.64648 9.14668L7.14648 11.6467C6.95131 11.8419 6.95125 12.1585 7.14648 12.3537L9.64648 14.8537C9.84172 15.0489 10.1583 15.0489 10.3535 14.8537C10.5487 14.6585 10.5487 14.3419 10.3535 14.1467L8.20703 12.0002L10.3535 9.85371C10.5487 9.65848 10.5487 9.34195 10.3535 9.14668ZM14.3535 9.14668C14.1583 8.95142 13.8417 8.95142 13.6465 9.14668C13.4513 9.34195 13.4513 9.65848 13.6465 9.85371L15.793 12.0002L13.6465 14.1467C13.4513 14.3419 13.4513 14.6585 13.6465 14.8537C13.8417 15.0489 14.1583 15.0489 14.3535 14.8537L16.8535 12.3537C17.0487 12.1585 17.0487 11.8419 16.8535 11.6467L14.3535 9.14668Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldCode;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+4BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShieldCode","props","React","CentralIconBase","IconShieldCode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0})},l=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!v.call(o,e)&&e!==C&&n(o,e,{get:()=>r[e],enumerable:!(p=i(r,e))||p.enumerable});return o};var a=(o,r,C)=>(C=o!=null?d(I(o)):{},l(r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconTrashRounded:()=>u,default:()=>g});module.exports=P(h);var t=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),u=o=>t.default.createElement(c,{...o},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.25C14.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.25Z",fill:"currentColor"})),g=u;0&&(module.exports={IconTrashRounded});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrashRounded/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTrashRounded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2.25C14.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrashRounded;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,osCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTrashRounded_exports","__export","IconTrashRounded","IconTrashRounded_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrashRounded","props","React","CentralIconBase","IconTrashRounded_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...n})=>t.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.25C14.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.25Z",fill:"currentColor"})),v=a;export{a as IconTrashRounded,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrashRounded/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTrashRounded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2.25C14.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrashRounded;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,osCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrashRounded","props","React","CentralIconBase","IconTrashRounded_default"]}
|
package/README.md
CHANGED
|
@@ -455,6 +455,7 @@ Below is a complete list of available icons:
|
|
|
455
455
|
- IconDraft
|
|
456
456
|
- IconForkCode
|
|
457
457
|
- IconHammer
|
|
458
|
+
- IconHammer2
|
|
458
459
|
- IconHook
|
|
459
460
|
- IconLadybug
|
|
460
461
|
- IconPullRequest
|
|
@@ -1140,6 +1141,7 @@ Below is a complete list of available icons:
|
|
|
1140
1141
|
- IconTrashCanSimple
|
|
1141
1142
|
- IconTrashPaper
|
|
1142
1143
|
- IconTrashPermanently
|
|
1144
|
+
- IconTrashRounded
|
|
1143
1145
|
- IconUnarchiv
|
|
1144
1146
|
- IconUnpin
|
|
1145
1147
|
- IconUntrash
|
|
@@ -1408,10 +1410,12 @@ Below is a complete list of available icons:
|
|
|
1408
1410
|
- IconPasswordStars
|
|
1409
1411
|
- IconSafeSimple
|
|
1410
1412
|
- IconShield
|
|
1413
|
+
- IconShield2
|
|
1411
1414
|
- IconShieldBreak
|
|
1412
1415
|
- IconShieldCheck
|
|
1413
1416
|
- IconShieldCheck2
|
|
1414
1417
|
- IconShieldCheck3
|
|
1418
|
+
- IconShieldCode
|
|
1415
1419
|
- IconShieldCrossed
|
|
1416
1420
|
- IconShieldKeyhole
|
|
1417
1421
|
- IconSiren
|
|
@@ -1738,6 +1742,7 @@ Below is a complete list of available icons:
|
|
|
1738
1742
|
- IconBooks
|
|
1739
1743
|
- IconBronceMedal
|
|
1740
1744
|
- IconBroom
|
|
1745
|
+
- IconBuildingBlocks
|
|
1741
1746
|
- IconCap
|
|
1742
1747
|
- IconCelebrate
|
|
1743
1748
|
- IconCirclesThree
|
package/filtered-icons.json
CHANGED
|
@@ -4466,6 +4466,20 @@
|
|
|
4466
4466
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
4467
4467
|
"componentName": "IconBugFace"
|
|
4468
4468
|
},
|
|
4469
|
+
{
|
|
4470
|
+
"category": "Things",
|
|
4471
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 14.9442C2 15.778 2 16.1949 2.12048 16.5688C2.22709 16.8997 2.40152 17.2046 2.63263 17.4643C2.89382 17.7577 3.25317 17.9691 3.97186 18.3919L10.5251 22.2469V18.4902L2 13.4752V14.9442ZM11.2892 18.4763V22.201L20.2187 16.2486C20.8699 15.8145 21.1956 15.5974 21.4313 15.3106C21.64 15.0567 21.7966 14.7641 21.8921 14.4496C22 14.0944 22 13.703 22 12.9203V11.3354L11.2892 18.4763ZM2 12.5873L10.5251 17.6022V13.8456L2 8.83063V12.5873ZM11.2892 13.8306V17.5564L22 10.4155V6.69082L11.2892 13.8306ZM2.35752 8.154L10.8943 13.1753L21.635 6.01419L15.1336 2.57269C14.3949 2.18169 14.0256 1.98619 13.6379 1.91785C13.2949 1.85738 12.9431 1.86925 12.6049 1.95271C12.2227 2.04702 11.8674 2.26697 11.1568 2.70687L2.35752 8.154Z\" fill=\"currentColor\"/>",
|
|
4472
|
+
"iconName": "building-blocks, skills, stack",
|
|
4473
|
+
"variant": {
|
|
4474
|
+
"join": "round",
|
|
4475
|
+
"filled": "on",
|
|
4476
|
+
"radius": "2",
|
|
4477
|
+
"stroke": "1"
|
|
4478
|
+
},
|
|
4479
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
4480
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
4481
|
+
"componentName": "IconBuildingBlocks"
|
|
4482
|
+
},
|
|
4469
4483
|
{
|
|
4470
4484
|
"category": "Building",
|
|
4471
4485
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 3C4.11929 3 3 4.11929 3 5.5V19H1.5C1.22386 19 1 19.2239 1 19.5C1 19.7761 1.22386 20 1.5 20H22.5C22.7761 20 23 19.7761 23 19.5C23 19.2239 22.7761 19 22.5 19H21V9.5C21 8.11929 19.8807 7 18.5 7H16V19H15V5.5C15 4.11929 13.8807 3 12.5 3H5.5ZM7.5 8C7.22386 8 7 8.22386 7 8.5C7 8.77614 7.22386 9 7.5 9H10.5C10.7761 9 11 8.77614 11 8.5C11 8.22386 10.7761 8 10.5 8H7.5ZM7.5 12C7.22386 12 7 12.2239 7 12.5C7 12.7761 7.22386 13 7.5 13H10.5C10.7761 13 11 12.7761 11 12.5C11 12.2239 10.7761 12 10.5 12H7.5Z\" fill=\"currentColor\"/>",
|
|
@@ -12208,6 +12222,20 @@
|
|
|
12208
12222
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
12209
12223
|
"componentName": "IconHammer"
|
|
12210
12224
|
},
|
|
12225
|
+
{
|
|
12226
|
+
"category": "Code",
|
|
12227
|
+
"svg": "<path d=\"M13 14.4999L7.25002 20.2499C6.28349 21.2161 4.71642 21.2163 3.75002 20.2499C2.78382 19.2835 2.78388 17.7164 3.75002 16.7499L9.50002 10.9999L13 14.4999Z\" fill=\"currentColor\"/><path d=\"M7.86916 2.24307C10.0618 1.83662 12.0847 1.92948 13.9082 2.60049C15.7344 3.2725 17.3244 4.51138 18.669 6.33779C18.7824 6.49185 18.859 6.59568 18.9444 6.7499C19.2693 7.33697 19.2742 7.96962 19.2969 8.43447C19.3213 8.93565 19.3628 9.29265 19.5908 9.60928C19.717 9.78443 19.8672 9.92508 20.0567 10.1093H20.9258L21.0244 10.119C21.1206 10.1384 21.21 10.1853 21.2803 10.2558C21.4482 10.4243 21.5927 10.5701 21.7031 10.6981C21.8166 10.8298 21.9202 10.9714 21.9873 11.1444C22.1227 11.4933 22.1225 11.8805 21.9873 12.2294C21.9201 12.4025 21.8167 12.545 21.7031 12.6767C21.5928 12.8046 21.4481 12.9496 21.2803 13.1181L19.1319 15.2743C18.9665 15.4403 18.8247 15.5839 18.6992 15.6933C18.5704 15.8056 18.4311 15.9076 18.2617 15.9755C17.9037 16.1189 17.5035 16.1189 17.1455 15.9755C16.9762 15.9076 16.8369 15.8056 16.708 15.6933C16.5826 15.5839 16.4407 15.4403 16.2754 15.2743C16.1822 15.1807 16.1299 15.0539 16.1299 14.9218C16.1299 13.8617 15.0658 13.3655 14.2861 13.9101C14.0874 14.0486 13.8178 14.0247 13.6465 13.8534L10.1465 10.3534C10.0309 10.2378 9.97912 10.073 10.0078 9.91201C10.2824 8.37481 10.2416 7.33231 9.88088 6.50576C9.52222 5.68409 8.80901 4.98937 7.53908 4.23526C7.21343 4.04174 7.00005 3.68908 7.00002 3.2958C7.00003 2.78992 7.35494 2.33842 7.86916 2.24307Z\" fill=\"currentColor\"/>",
|
|
12228
|
+
"iconName": "hammer-2, crafting, building",
|
|
12229
|
+
"variant": {
|
|
12230
|
+
"join": "round",
|
|
12231
|
+
"filled": "on",
|
|
12232
|
+
"radius": "2",
|
|
12233
|
+
"stroke": "1"
|
|
12234
|
+
},
|
|
12235
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
12236
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
12237
|
+
"componentName": "IconHammer2"
|
|
12238
|
+
},
|
|
12211
12239
|
{
|
|
12212
12240
|
"category": "Hands",
|
|
12213
12241
|
"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\"/>",
|
|
@@ -19390,6 +19418,20 @@
|
|
|
19390
19418
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
19391
19419
|
"componentName": "IconShield"
|
|
19392
19420
|
},
|
|
19421
|
+
{
|
|
19422
|
+
"category": "Security",
|
|
19423
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0481 1.85127C11.6579 1.6002 12.3421 1.6002 12.9519 1.85127L19.4519 4.52774C20.3886 4.91346 21 5.82638 21 6.83943V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V6.83943C3 5.82638 3.61137 4.91346 4.54813 4.52774L11.0481 1.85127Z\" fill=\"currentColor\"/>",
|
|
19424
|
+
"iconName": "shield-2, safety, privacy",
|
|
19425
|
+
"variant": {
|
|
19426
|
+
"join": "round",
|
|
19427
|
+
"filled": "on",
|
|
19428
|
+
"radius": "2",
|
|
19429
|
+
"stroke": "1"
|
|
19430
|
+
},
|
|
19431
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19432
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
19433
|
+
"componentName": "IconShield2"
|
|
19434
|
+
},
|
|
19393
19435
|
{
|
|
19394
19436
|
"category": "Security",
|
|
19395
19437
|
"svg": "<path d=\"M19.1667 18.4449L22.1854 20.8886C22.4 21.0624 22.7149 21.0292 22.8886 20.8146C23.0624 20.6 23.0292 20.2851 22.8146 20.1114L1.81462 3.11139C1.59999 2.93765 1.28514 2.97079 1.11139 3.18542C0.937646 3.40005 0.970787 3.71489 1.18542 3.88864L3.31957 5.61629C3.11422 5.98226 3 6.40143 3 6.83931V12.9999C3 17.9705 7.02944 21.9999 12 21.9999C14.9242 21.9999 17.5227 20.6053 19.1667 18.4449Z\" fill=\"currentColor\"/><path d=\"M21 12.9999C21 14.3226 20.7147 15.5786 20.2023 16.7097L4.94958 4.36231L11.0481 1.85115C11.6579 1.60007 12.3421 1.60007 12.9519 1.85115L19.4519 4.52762C20.3886 4.91334 21 5.82625 21 6.83931V12.9999Z\" fill=\"currentColor\"/>",
|
|
@@ -19446,6 +19488,20 @@
|
|
|
19446
19488
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
19447
19489
|
"componentName": "IconShieldCheck3"
|
|
19448
19490
|
},
|
|
19491
|
+
{
|
|
19492
|
+
"category": "Security",
|
|
19493
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0479 1.85176C11.6576 1.60068 12.3424 1.60068 12.9521 1.85176L19.4521 4.52754C20.3888 4.91329 21 5.82702 21 6.84004V13.0002C21 17.9708 16.9706 22.0002 12 22.0002C7.02944 22.0002 3 17.9708 3 13.0002V6.84004C3 5.82702 3.61116 4.91329 4.54785 4.52754L11.0479 1.85176ZM10.3535 9.14668C10.1583 8.95142 9.84175 8.95142 9.64648 9.14668L7.14648 11.6467C6.95131 11.8419 6.95125 12.1585 7.14648 12.3537L9.64648 14.8537C9.84172 15.0489 10.1583 15.0489 10.3535 14.8537C10.5487 14.6585 10.5487 14.3419 10.3535 14.1467L8.20703 12.0002L10.3535 9.85371C10.5487 9.65848 10.5487 9.34195 10.3535 9.14668ZM14.3535 9.14668C14.1583 8.95142 13.8417 8.95142 13.6465 9.14668C13.4513 9.34195 13.4513 9.65848 13.6465 9.85371L15.793 12.0002L13.6465 14.1467C13.4513 14.3419 13.4513 14.6585 13.6465 14.8537C13.8417 15.0489 14.1583 15.0489 14.3535 14.8537L16.8535 12.3537C17.0487 12.1585 17.0487 11.8419 16.8535 11.6467L14.3535 9.14668Z\" fill=\"currentColor\"/>",
|
|
19494
|
+
"iconName": "shield-code, sandbox",
|
|
19495
|
+
"variant": {
|
|
19496
|
+
"join": "round",
|
|
19497
|
+
"filled": "on",
|
|
19498
|
+
"radius": "2",
|
|
19499
|
+
"stroke": "1"
|
|
19500
|
+
},
|
|
19501
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19502
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
19503
|
+
"componentName": "IconShieldCode"
|
|
19504
|
+
},
|
|
19449
19505
|
{
|
|
19450
19506
|
"category": "Security",
|
|
19451
19507
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2304 2.22393C11.7307 2.06208 12.2693 2.06208 12.7696 2.22393L19.2696 4.32687C20.3011 4.66061 21 5.62126 21 6.70548V11.9128C21 14.573 19.7883 16.5929 18.0945 18.2034C16.4145 19.8008 14.2322 21.0223 12.2374 22.0984C12.0892 22.1784 11.9108 22.1784 11.7626 22.0984C9.76777 21.0223 7.58545 19.8008 5.90547 18.2034C4.21165 16.5929 3 14.573 3 11.9128V6.70548C3 5.62126 3.69887 4.66062 4.73045 4.32687L11.2304 2.22393ZM14.1215 14.3522C14.3163 14.5479 14.6328 14.5487 14.8286 14.3539C15.0243 14.1591 15.025 13.8425 14.8302 13.6468L12.6936 11.5001L14.8302 9.3532C15.025 9.15747 15.0243 8.84089 14.8285 8.64609C14.6328 8.4513 14.3162 8.45206 14.1214 8.64779L11.9881 10.7913L9.85438 8.64755C9.65958 8.45183 9.34299 8.45109 9.14727 8.64589C8.95156 8.84069 8.95081 9.15728 9.14562 9.353L11.2827 11.5002L9.1456 13.6476C8.9508 13.8433 8.95156 14.1599 9.14729 14.3547C9.34302 14.5495 9.65961 14.5487 9.8544 14.353L11.9882 12.2089L14.1215 14.3522Z\" fill=\"currentColor\"/>",
|
|
@@ -22694,6 +22750,20 @@
|
|
|
22694
22750
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
22695
22751
|
"componentName": "IconTrashPermanently"
|
|
22696
22752
|
},
|
|
22753
|
+
{
|
|
22754
|
+
"category": "Interface General",
|
|
22755
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.25C14.3811 2.25 16.5557 2.53363 18.1514 3.00293C18.9458 3.23657 19.6252 3.52413 20.1172 3.86621C20.5945 4.19814 21 4.65784 21 5.25C21 5.34646 20.9869 5.43887 20.9668 5.52832L19.71 14.9961C19.4674 16.8223 19.3364 17.8572 18.9238 18.6904C18.2783 19.994 17.1429 20.9888 15.7656 21.457C14.8853 21.7563 13.8422 21.75 12 21.75C10.1578 21.75 9.1147 21.7563 8.23438 21.457C6.85715 20.9888 5.72165 19.994 5.07617 18.6904C4.66361 17.8572 4.53258 16.8223 4.29004 14.9961L3.03223 5.52832C3.01218 5.43894 3 5.34638 3 5.25C3 4.65784 3.40547 4.19814 3.88281 3.86621C4.37485 3.52413 5.05425 3.23657 5.84863 3.00293C7.44426 2.53363 9.61888 2.25 12 2.25ZM12 3.25C9.6868 3.25 7.61162 3.52642 6.13086 3.96191C5.3872 4.18064 4.82131 4.43147 4.45312 4.6875C4.09666 4.93544 4.012 5.12445 4.00195 5.22852L4.0166 5.3418C4.05429 5.45143 4.16595 5.61276 4.45312 5.8125C4.82131 6.06853 5.3872 6.31936 6.13086 6.53809C7.61162 6.97358 9.6868 7.25 12 7.25C14.3132 7.25 16.3884 6.97358 17.8691 6.53809C18.6128 6.31936 19.1787 6.06853 19.5469 5.8125C19.8341 5.61276 19.9457 5.45143 19.9834 5.3418L19.9971 5.22852C19.987 5.12443 19.9032 4.93537 19.5469 4.6875C19.1787 4.43147 18.6128 4.18064 17.8691 3.96191C16.3884 3.52642 14.3132 3.25 12 3.25Z\" fill=\"currentColor\"/>",
|
|
22756
|
+
"iconName": "trash-rounded, delete, remove",
|
|
22757
|
+
"variant": {
|
|
22758
|
+
"join": "round",
|
|
22759
|
+
"filled": "on",
|
|
22760
|
+
"radius": "2",
|
|
22761
|
+
"stroke": "1"
|
|
22762
|
+
},
|
|
22763
|
+
"createdAt": "2026-02-02T13:00:24.339591+00:00",
|
|
22764
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
22765
|
+
"componentName": "IconTrashRounded"
|
|
22766
|
+
},
|
|
22697
22767
|
{
|
|
22698
22768
|
"category": "Things",
|
|
22699
22769
|
"svg": "<path d=\"M22 17.5C22 18.8807 20.8807 20 19.5 20H18V11H22V17.5Z\" fill=\"currentColor\"/><path d=\"M22 10H18V4C20.2091 4 22 5.79086 22 8V10Z\" fill=\"currentColor\"/><path d=\"M17 10V4H7V10H11.5V9.5C11.5 9.22386 11.7239 9 12 9C12.2761 9 12.5 9.22386 12.5 9.5V10H17Z\" fill=\"currentColor\"/><path d=\"M11.5 11V11.5C11.5 11.7761 11.7239 12 12 12C12.2761 12 12.5 11.7761 12.5 11.5V11H17V20H7V11H11.5Z\" fill=\"currentColor\"/><path d=\"M6 4V10H2V8C2 5.79086 3.79086 4 6 4Z\" fill=\"currentColor\"/><path d=\"M6 11V20H4.5C3.11929 20 2 18.8807 2 17.5V11H6Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -318,6 +318,7 @@ export type CentralIconName =
|
|
|
318
318
|
| "IconBucket"
|
|
319
319
|
| "IconBug"
|
|
320
320
|
| "IconBugFace"
|
|
321
|
+
| "IconBuildingBlocks"
|
|
321
322
|
| "IconBuildings"
|
|
322
323
|
| "IconBulletList"
|
|
323
324
|
| "IconBun"
|
|
@@ -871,6 +872,7 @@ export type CentralIconName =
|
|
|
871
872
|
| "IconH2"
|
|
872
873
|
| "IconH3"
|
|
873
874
|
| "IconHammer"
|
|
875
|
+
| "IconHammer2"
|
|
874
876
|
| "IconHand4Finger"
|
|
875
877
|
| "IconHand5Finger"
|
|
876
878
|
| "IconHandBell"
|
|
@@ -1384,10 +1386,12 @@ export type CentralIconName =
|
|
|
1384
1386
|
| "IconShareOs"
|
|
1385
1387
|
| "IconShareScreen"
|
|
1386
1388
|
| "IconShield"
|
|
1389
|
+
| "IconShield2"
|
|
1387
1390
|
| "IconShieldBreak"
|
|
1388
1391
|
| "IconShieldCheck"
|
|
1389
1392
|
| "IconShieldCheck2"
|
|
1390
1393
|
| "IconShieldCheck3"
|
|
1394
|
+
| "IconShieldCode"
|
|
1391
1395
|
| "IconShieldCrossed"
|
|
1392
1396
|
| "IconShieldKeyhole"
|
|
1393
1397
|
| "IconShift"
|
|
@@ -1620,6 +1624,7 @@ export type CentralIconName =
|
|
|
1620
1624
|
| "IconTrashCanSimple"
|
|
1621
1625
|
| "IconTrashPaper"
|
|
1622
1626
|
| "IconTrashPermanently"
|
|
1627
|
+
| "IconTrashRounded"
|
|
1623
1628
|
| "IconTreasure"
|
|
1624
1629
|
| "IconTree"
|
|
1625
1630
|
| "IconTrending1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.116",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1750,
|
|
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",
|
|
@@ -1310,7 +1312,7 @@
|
|
|
1310
1312
|
]
|
|
1311
1313
|
},
|
|
1312
1314
|
"Security": {
|
|
1313
|
-
"count":
|
|
1315
|
+
"count": 30,
|
|
1314
1316
|
"icons": [
|
|
1315
1317
|
"IconAnonymous",
|
|
1316
1318
|
"IconAsterisk",
|
|
@@ -1330,10 +1332,12 @@
|
|
|
1330
1332
|
"IconPasswordStars",
|
|
1331
1333
|
"IconSafeSimple",
|
|
1332
1334
|
"IconShield",
|
|
1335
|
+
"IconShield2",
|
|
1333
1336
|
"IconShieldBreak",
|
|
1334
1337
|
"IconShieldCheck",
|
|
1335
1338
|
"IconShieldCheck2",
|
|
1336
1339
|
"IconShieldCheck3",
|
|
1340
|
+
"IconShieldCode",
|
|
1337
1341
|
"IconShieldCrossed",
|
|
1338
1342
|
"IconShieldKeyhole",
|
|
1339
1343
|
"IconSiren",
|
|
@@ -1655,7 +1659,7 @@
|
|
|
1655
1659
|
]
|
|
1656
1660
|
},
|
|
1657
1661
|
"Things": {
|
|
1658
|
-
"count":
|
|
1662
|
+
"count": 120,
|
|
1659
1663
|
"icons": [
|
|
1660
1664
|
"IconAnvil",
|
|
1661
1665
|
"IconBackpack",
|
|
@@ -1672,6 +1676,7 @@
|
|
|
1672
1676
|
"IconBooks",
|
|
1673
1677
|
"IconBronceMedal",
|
|
1674
1678
|
"IconBroom",
|
|
1679
|
+
"IconBuildingBlocks",
|
|
1675
1680
|
"IconCap",
|
|
1676
1681
|
"IconCelebrate",
|
|
1677
1682
|
"IconCirclesThree",
|
|
@@ -2264,6 +2269,7 @@
|
|
|
2264
2269
|
"IconBucket": "bucket, trash, can",
|
|
2265
2270
|
"IconBug": "bug, issue",
|
|
2266
2271
|
"IconBugFace": "bug-face, issue",
|
|
2272
|
+
"IconBuildingBlocks": "building-blocks, skills, stack",
|
|
2267
2273
|
"IconBuildings": "buildings, company, workspace",
|
|
2268
2274
|
"IconBulletList": "bullet-list",
|
|
2269
2275
|
"IconBun": "bun",
|
|
@@ -2817,6 +2823,7 @@
|
|
|
2817
2823
|
"IconH2": "h2, heading, headline",
|
|
2818
2824
|
"IconH3": "h3, heading, headline",
|
|
2819
2825
|
"IconHammer": "hammer, craft, build",
|
|
2826
|
+
"IconHammer2": "hammer-2, crafting, building",
|
|
2820
2827
|
"IconHand4Finger": "hand-4-finger, select",
|
|
2821
2828
|
"IconHand5Finger": "hand-5-finger, select",
|
|
2822
2829
|
"IconHandBell": "hand-bell",
|
|
@@ -3330,10 +3337,12 @@
|
|
|
3330
3337
|
"IconShareOs": "share-os",
|
|
3331
3338
|
"IconShareScreen": "share-screen, screen-sharing",
|
|
3332
3339
|
"IconShield": "shield, security, protection",
|
|
3340
|
+
"IconShield2": "shield-2, safety, privacy",
|
|
3333
3341
|
"IconShieldBreak": "shield-break, not-secure",
|
|
3334
3342
|
"IconShieldCheck": "shield-check, security, protection",
|
|
3335
3343
|
"IconShieldCheck2": "shield-check-2, protect, security, check",
|
|
3336
3344
|
"IconShieldCheck3": "shield-check-3, check",
|
|
3345
|
+
"IconShieldCode": "shield-code, sandbox",
|
|
3337
3346
|
"IconShieldCrossed": "shield-crossed, security, protection",
|
|
3338
3347
|
"IconShieldKeyhole": "shield-keyhole",
|
|
3339
3348
|
"IconShift": "shift",
|
|
@@ -3566,6 +3575,7 @@
|
|
|
3566
3575
|
"IconTrashCanSimple": "trash-can-simple, delete, remove, garbage, waste",
|
|
3567
3576
|
"IconTrashPaper": "trash-paper",
|
|
3568
3577
|
"IconTrashPermanently": "trash-permanently, remove",
|
|
3578
|
+
"IconTrashRounded": "trash-rounded, delete, remove",
|
|
3569
3579
|
"IconTreasure": "treasure, chest",
|
|
3570
3580
|
"IconTree": "tree",
|
|
3571
3581
|
"IconTrending1": "trending-1, trends",
|
package/index.d.ts
CHANGED
|
@@ -317,6 +317,7 @@ export { IconBubbles, default as IconBubblesDefault } from "./IconBubbles";
|
|
|
317
317
|
export { IconBucket, default as IconBucketDefault } from "./IconBucket";
|
|
318
318
|
export { IconBug, default as IconBugDefault } from "./IconBug";
|
|
319
319
|
export { IconBugFace, default as IconBugFaceDefault } from "./IconBugFace";
|
|
320
|
+
export { IconBuildingBlocks, default as IconBuildingBlocksDefault, } from "./IconBuildingBlocks";
|
|
320
321
|
export { IconBuildings, default as IconBuildingsDefault, } from "./IconBuildings";
|
|
321
322
|
export { IconBulletList, default as IconBulletListDefault, } from "./IconBulletList";
|
|
322
323
|
export { IconBun, default as IconBunDefault } from "./IconBun";
|
|
@@ -870,6 +871,7 @@ export { IconH1, default as IconH1Default } from "./IconH1";
|
|
|
870
871
|
export { IconH2, default as IconH2Default } from "./IconH2";
|
|
871
872
|
export { IconH3, default as IconH3Default } from "./IconH3";
|
|
872
873
|
export { IconHammer, default as IconHammerDefault } from "./IconHammer";
|
|
874
|
+
export { IconHammer2, default as IconHammer2Default } from "./IconHammer2";
|
|
873
875
|
export { IconHand4Finger, default as IconHand4FingerDefault, } from "./IconHand4Finger";
|
|
874
876
|
export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5Finger";
|
|
875
877
|
export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
|
|
@@ -1383,10 +1385,12 @@ export { IconShareArrowDown, default as IconShareArrowDownDefault, } from "./Ico
|
|
|
1383
1385
|
export { IconShareOs, default as IconShareOsDefault } from "./IconShareOs";
|
|
1384
1386
|
export { IconShareScreen, default as IconShareScreenDefault, } from "./IconShareScreen";
|
|
1385
1387
|
export { IconShield, default as IconShieldDefault } from "./IconShield";
|
|
1388
|
+
export { IconShield2, default as IconShield2Default } from "./IconShield2";
|
|
1386
1389
|
export { IconShieldBreak, default as IconShieldBreakDefault, } from "./IconShieldBreak";
|
|
1387
1390
|
export { IconShieldCheck, default as IconShieldCheckDefault, } from "./IconShieldCheck";
|
|
1388
1391
|
export { IconShieldCheck2, default as IconShieldCheck2Default, } from "./IconShieldCheck2";
|
|
1389
1392
|
export { IconShieldCheck3, default as IconShieldCheck3Default, } from "./IconShieldCheck3";
|
|
1393
|
+
export { IconShieldCode, default as IconShieldCodeDefault, } from "./IconShieldCode";
|
|
1390
1394
|
export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconShieldCrossed";
|
|
1391
1395
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
|
|
1392
1396
|
export { IconShift, default as IconShiftDefault } from "./IconShift";
|
|
@@ -1619,6 +1623,7 @@ export { IconTrashCan, default as IconTrashCanDefault } from "./IconTrashCan";
|
|
|
1619
1623
|
export { IconTrashCanSimple, default as IconTrashCanSimpleDefault, } from "./IconTrashCanSimple";
|
|
1620
1624
|
export { IconTrashPaper, default as IconTrashPaperDefault, } from "./IconTrashPaper";
|
|
1621
1625
|
export { IconTrashPermanently, default as IconTrashPermanentlyDefault, } from "./IconTrashPermanently";
|
|
1626
|
+
export { IconTrashRounded, default as IconTrashRoundedDefault, } from "./IconTrashRounded";
|
|
1622
1627
|
export { IconTreasure, default as IconTreasureDefault } from "./IconTreasure";
|
|
1623
1628
|
export { IconTree, default as IconTreeDefault } from "./IconTree";
|
|
1624
1629
|
export { IconTrending1, default as IconTrending1Default, } from "./IconTrending1";
|