@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.223 → 1.1.225
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/IconMapEditFlat/index.d.ts +4 -0
- package/IconMapEditFlat/index.js +2 -0
- package/IconMapEditFlat/index.js.map +1 -0
- package/IconMapEditFlat/index.mjs +2 -0
- package/IconMapEditFlat/index.mjs.map +1 -0
- package/IconOwlFace/index.d.ts +4 -0
- package/IconOwlFace/index.js +2 -0
- package/IconOwlFace/index.js.map +1 -0
- package/IconOwlFace/index.mjs +2 -0
- package/IconOwlFace/index.mjs.map +1 -0
- package/IconShieldAccess/index.d.ts +4 -0
- package/IconShieldAccess/index.js +2 -0
- package/IconShieldAccess/index.js.map +1 -0
- package/IconShieldAccess/index.mjs +2 -0
- package/IconShieldAccess/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -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/skills/central-icons-react-native/SKILL.md +4 -1
- package/tsx-icons.json +21 -0
|
@@ -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,H=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!H.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(l=B(o,C))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var d={};P(d,{IconMapEditFlat:()=>i,default:()=>V});module.exports=g(d);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M7 3C7.55228 3 8 3.44772 8 4V6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H8V15C8 15.5523 7.55228 16 7 16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V14C19 13.4477 19.4477 13 20 13C20.5523 13 21 13.4477 21 14V19C21 20.1046 20.1046 21 19 21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H7Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17218 20.54 9.20703L17.04 12.707C16.8525 12.8945 16.5982 13 16.333 13H14C13.4477 13 13 12.5523 13 12V9.66699C13 9.40181 13.1055 9.14749 13.293 8.95996L16.793 5.45996Z",fill:"currentColor"})),V=i;0&&(module.exports={IconMapEditFlat});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMapEditFlat/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 IconMapEditFlat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 3C7.55228 3 8 3.44772 8 4V6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H8V15C8 15.5523 7.55228 16 7 16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V14C19 13.4477 19.4477 13 20 13C20.5523 13 21 13.4477 21 14V19C21 20.1046 20.1046 21 19 21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17218 20.54 9.20703L17.04 12.707C16.8525 12.8945 16.5982 13 16.333 13H14C13.4477 13 13 12.5523 13 12V9.66699C13 9.40181 13.1055 9.14749 13.293 8.95996L16.793 5.45996Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapEditFlat;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0UACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iQACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMapEditFlat_exports","__export","IconMapEditFlat","IconMapEditFlat_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMapEditFlat","props","React","CentralIconBase","IconMapEditFlat_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>t.createElement(C,{...o},t.createElement(e,{d:"M7 3C7.55228 3 8 3.44772 8 4V6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H8V15C8 15.5523 7.55228 16 7 16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V14C19 13.4477 19.4477 13 20 13C20.5523 13 21 13.4477 21 14V19C21 20.1046 20.1046 21 19 21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H7Z",fill:"currentColor"}),t.createElement(e,{d:"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17218 20.54 9.20703L17.04 12.707C16.8525 12.8945 16.5982 13 16.333 13H14C13.4477 13 13 12.5523 13 12V9.66699C13 9.40181 13.1055 9.14749 13.293 8.95996L16.793 5.45996Z",fill:"currentColor"})),H=a;export{a as IconMapEditFlat,H as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMapEditFlat/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 IconMapEditFlat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 3C7.55228 3 8 3.44772 8 4V6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H8V15C8 15.5523 7.55228 16 7 16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V14C19 13.4477 19.4477 13 20 13C20.5523 13 21 13.4477 21 14V19C21 20.1046 20.1046 21 19 21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17218 20.54 9.20703L17.04 12.707C16.8525 12.8945 16.5982 13 16.333 13H14C13.4477 13 13 12.5523 13 12V9.66699C13 9.40181 13.1055 9.14749 13.293 8.95996L16.793 5.45996Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapEditFlat;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0UACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMapEditFlat","props","React","CentralIconBase","IconMapEditFlat_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=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!v.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var F={};x(F,{IconOwlFace:()=>i,default:()=>g});module.exports=P(F);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>c.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 l=require("react-native-svg"),i=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z",fill:"currentColor"})),g=i;0&&(module.exports={IconOwlFace});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconOwlFace/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 IconOwlFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOwlFace;\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,yoBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconOwlFace_exports","__export","IconOwlFace","IconOwlFace_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconOwlFace","props","React","CentralIconBase","IconOwlFace_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z",fill:"currentColor"}),C.createElement(n,{d:"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z",fill:"currentColor"})),v=a;export{a as IconOwlFace,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconOwlFace/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 IconOwlFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOwlFace;\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,yoBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconOwlFace","props","React","CentralIconBase","IconOwlFace_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=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)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=d(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconShieldAccess:()=>i,default:()=>g});module.exports=P(h);var n=a(require("react"));var s=a(require("react")),c=require("react-native-svg"),m=({children:o,size:r=24,...e})=>s.default.createElement(c.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=>n.default.createElement(m,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.1982 1.75912C11.7093 1.53554 12.2907 1.53554 12.8018 1.75912L19.8018 4.82162C20.5296 5.14011 20.9999 5.85918 21 6.65365V12.9994C21 17.9699 16.9706 21.9993 12 21.9993C7.02944 21.9993 3 17.9699 3 12.9994V6.65365C3.00008 5.85918 3.4704 5.14011 4.19824 4.82162L11.1982 1.75912ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4175 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4175 13.2998 15.6995C13.2996 14.9818 12.7178 14.3997 12 14.3997ZM12 7.34994C11.6748 7.34994 11.3647 7.47141 11.1494 7.68685C10.9335 7.9025 10.8293 8.1954 10.8496 8.50033C10.8538 8.56357 10.8581 8.62752 10.8623 8.69076C10.9373 9.83052 11.0129 10.9709 11.0879 12.1107C11.092 12.1737 11.0955 12.2371 11.0996 12.3001C11.1146 12.5235 11.2232 12.7379 11.3916 12.8958C11.5606 13.0538 11.7763 13.1429 12 13.1429C12.2237 13.1429 12.4394 13.0538 12.6084 12.8958C12.7768 12.7379 12.8854 12.5235 12.9004 12.3001C12.9045 12.2371 12.908 12.1737 12.9121 12.1107C12.9871 10.9709 13.0627 9.83052 13.1377 8.69076C13.1419 8.62752 13.1462 8.56357 13.1504 8.50033C13.1707 8.1954 13.0665 7.9025 12.8506 7.68685C12.6353 7.47141 12.3252 7.34994 12 7.34994Z",fill:"currentColor"})),g=i;0&&(module.exports={IconShieldAccess});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldAccess/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 IconShieldAccess: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.1982 1.75912C11.7093 1.53554 12.2907 1.53554 12.8018 1.75912L19.8018 4.82162C20.5296 5.14011 20.9999 5.85918 21 6.65365V12.9994C21 17.9699 16.9706 21.9993 12 21.9993C7.02944 21.9993 3 17.9699 3 12.9994V6.65365C3.00008 5.85918 3.4704 5.14011 4.19824 4.82162L11.1982 1.75912ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4175 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4175 13.2998 15.6995C13.2996 14.9818 12.7178 14.3997 12 14.3997ZM12 7.34994C11.6748 7.34994 11.3647 7.47141 11.1494 7.68685C10.9335 7.9025 10.8293 8.1954 10.8496 8.50033C10.8538 8.56357 10.8581 8.62752 10.8623 8.69076C10.9373 9.83052 11.0129 10.9709 11.0879 12.1107C11.092 12.1737 11.0955 12.2371 11.0996 12.3001C11.1146 12.5235 11.2232 12.7379 11.3916 12.8958C11.5606 13.0538 11.7763 13.1429 12 13.1429C12.2237 13.1429 12.4394 13.0538 12.6084 12.8958C12.7768 12.7379 12.8854 12.5235 12.9004 12.3001C12.9045 12.2371 12.908 12.1737 12.9121 12.1107C12.9871 10.9709 13.0627 9.83052 13.1377 8.69076C13.1419 8.62752 13.1462 8.56357 13.1504 8.50033C13.1707 8.1954 13.0665 7.9025 12.8506 7.68685C12.6353 7.47141 12.3252 7.34994 12 7.34994Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldAccess;\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,qnCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShieldAccess_exports","__export","IconShieldAccess","IconShieldAccess_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShieldAccess","props","React","CentralIconBase","IconShieldAccess_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...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=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.1982 1.75912C11.7093 1.53554 12.2907 1.53554 12.8018 1.75912L19.8018 4.82162C20.5296 5.14011 20.9999 5.85918 21 6.65365V12.9994C21 17.9699 16.9706 21.9993 12 21.9993C7.02944 21.9993 3 17.9699 3 12.9994V6.65365C3.00008 5.85918 3.4704 5.14011 4.19824 4.82162L11.1982 1.75912ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4175 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4175 13.2998 15.6995C13.2996 14.9818 12.7178 14.3997 12 14.3997ZM12 7.34994C11.6748 7.34994 11.3647 7.47141 11.1494 7.68685C10.9335 7.9025 10.8293 8.1954 10.8496 8.50033C10.8538 8.56357 10.8581 8.62752 10.8623 8.69076C10.9373 9.83052 11.0129 10.9709 11.0879 12.1107C11.092 12.1737 11.0955 12.2371 11.0996 12.3001C11.1146 12.5235 11.2232 12.7379 11.3916 12.8958C11.5606 13.0538 11.7763 13.1429 12 13.1429C12.2237 13.1429 12.4394 13.0538 12.6084 12.8958C12.7768 12.7379 12.8854 12.5235 12.9004 12.3001C12.9045 12.2371 12.908 12.1737 12.9121 12.1107C12.9871 10.9709 13.0627 9.83052 13.1377 8.69076C13.1419 8.62752 13.1462 8.56357 13.1504 8.50033C13.1707 8.1954 13.0665 7.9025 12.8506 7.68685C12.6353 7.47141 12.3252 7.34994 12 7.34994Z",fill:"currentColor"})),v=a;export{a as IconShieldAccess,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldAccess/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 IconShieldAccess: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.1982 1.75912C11.7093 1.53554 12.2907 1.53554 12.8018 1.75912L19.8018 4.82162C20.5296 5.14011 20.9999 5.85918 21 6.65365V12.9994C21 17.9699 16.9706 21.9993 12 21.9993C7.02944 21.9993 3 17.9699 3 12.9994V6.65365C3.00008 5.85918 3.4704 5.14011 4.19824 4.82162L11.1982 1.75912ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4175 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4175 13.2998 15.6995C13.2996 14.9818 12.7178 14.3997 12 14.3997ZM12 7.34994C11.6748 7.34994 11.3647 7.47141 11.1494 7.68685C10.9335 7.9025 10.8293 8.1954 10.8496 8.50033C10.8538 8.56357 10.8581 8.62752 10.8623 8.69076C10.9373 9.83052 11.0129 10.9709 11.0879 12.1107C11.092 12.1737 11.0955 12.2371 11.0996 12.3001C11.1146 12.5235 11.2232 12.7379 11.3916 12.8958C11.5606 13.0538 11.7763 13.1429 12 13.1429C12.2237 13.1429 12.4394 13.0538 12.6084 12.8958C12.7768 12.7379 12.8854 12.5235 12.9004 12.3001C12.9045 12.2371 12.908 12.1737 12.9121 12.1107C12.9871 10.9709 13.0627 9.83052 13.1377 8.69076C13.1419 8.62752 13.1462 8.56357 13.1504 8.50033C13.1707 8.1954 13.0665 7.9025 12.8506 7.68685C12.6353 7.47141 12.3252 7.34994 12 7.34994Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldAccess;\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,qnCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShieldAccess","props","React","CentralIconBase","IconShieldAccess_default"]}
|
package/README.md
CHANGED
|
@@ -1333,6 +1333,7 @@ Below is a complete list of available icons:
|
|
|
1333
1333
|
- IconInitiatives
|
|
1334
1334
|
- IconLocation
|
|
1335
1335
|
- IconMap
|
|
1336
|
+
- IconMapEditFlat
|
|
1336
1337
|
- IconMapPin
|
|
1337
1338
|
- IconMapPin2
|
|
1338
1339
|
- IconMapPinFlat
|
|
@@ -1537,6 +1538,7 @@ Below is a complete list of available icons:
|
|
|
1537
1538
|
- IconSafeSimple
|
|
1538
1539
|
- IconShield
|
|
1539
1540
|
- IconShield2
|
|
1541
|
+
- IconShieldAccess
|
|
1540
1542
|
- IconShieldBreak
|
|
1541
1543
|
- IconShieldCheck
|
|
1542
1544
|
- IconShieldCheck2
|
|
@@ -1974,6 +1976,7 @@ Below is a complete list of available icons:
|
|
|
1974
1976
|
- IconMouth
|
|
1975
1977
|
- IconNailedIt
|
|
1976
1978
|
- IconOrganisation
|
|
1979
|
+
- IconOwlFace
|
|
1977
1980
|
- IconParachute
|
|
1978
1981
|
- IconParasol
|
|
1979
1982
|
- IconPeace
|
package/filtered-icons.json
CHANGED
|
@@ -15974,6 +15974,20 @@
|
|
|
15974
15974
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
15975
15975
|
"componentName": "IconMap"
|
|
15976
15976
|
},
|
|
15977
|
+
{
|
|
15978
|
+
"category": "Location",
|
|
15979
|
+
"svg": "<path d=\"M7 3C7.55228 3 8 3.44772 8 4V6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H8V15C8 15.5523 7.55228 16 7 16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H19V14C19 13.4477 19.4477 13 20 13C20.5523 13 21 13.4477 21 14V19C21 20.1046 20.1046 21 19 21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H7Z\" fill=\"currentColor\"/><path d=\"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17218 20.54 9.20703L17.04 12.707C16.8525 12.8945 16.5982 13 16.333 13H14C13.4477 13 13 12.5523 13 12V9.66699C13 9.40181 13.1055 9.14749 13.293 8.95996L16.793 5.45996Z\" fill=\"currentColor\"/>",
|
|
15980
|
+
"iconName": "map-edit-flat, route, plan",
|
|
15981
|
+
"variant": {
|
|
15982
|
+
"join": "round",
|
|
15983
|
+
"filled": "on",
|
|
15984
|
+
"radius": "1",
|
|
15985
|
+
"stroke": "2"
|
|
15986
|
+
},
|
|
15987
|
+
"createdAt": "2026-05-05T09:01:52.83652+00:00",
|
|
15988
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
15989
|
+
"componentName": "IconMapEditFlat"
|
|
15990
|
+
},
|
|
15977
15991
|
{
|
|
15978
15992
|
"category": "Location",
|
|
15979
15993
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10C20 12.7337 18.6645 15.2398 17.2124 17.1725C15.748 19.1217 14.0748 20.6072 13.2077 21.3207C12.5014 21.9017 11.4986 21.9017 10.7923 21.3207C9.9252 20.6072 8.25198 19.1217 6.78758 17.1725C5.33555 15.2398 4 12.7337 4 10ZM11.9978 12.5C13.3785 12.5 14.4978 11.3807 14.4978 10C14.4978 8.61929 13.3785 7.5 11.9978 7.5C10.6171 7.5 9.4978 8.61929 9.4978 10C9.4978 11.3807 10.6171 12.5 11.9978 12.5Z\" fill=\"currentColor\"/>",
|
|
@@ -17794,6 +17808,20 @@
|
|
|
17794
17808
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
17795
17809
|
"componentName": "IconOrganisation"
|
|
17796
17810
|
},
|
|
17811
|
+
{
|
|
17812
|
+
"category": "Things",
|
|
17813
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z\" fill=\"currentColor\"/><path d=\"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z\" fill=\"currentColor\"/>",
|
|
17814
|
+
"iconName": "owl-face, learning, reading, research",
|
|
17815
|
+
"variant": {
|
|
17816
|
+
"join": "round",
|
|
17817
|
+
"filled": "on",
|
|
17818
|
+
"radius": "1",
|
|
17819
|
+
"stroke": "2"
|
|
17820
|
+
},
|
|
17821
|
+
"createdAt": "2026-05-04T07:02:04.556443+00:00",
|
|
17822
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
17823
|
+
"componentName": "IconOwlFace"
|
|
17824
|
+
},
|
|
17797
17825
|
{
|
|
17798
17826
|
"category": "Shopping & Payment",
|
|
17799
17827
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H16V8C16 9.10457 15.1046 10 14 10H10C8.89543 10 8 9.10457 8 8V3ZM14 17C14 16.4477 14.4477 16 15 16H17C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18H15C14.4477 18 14 17.5523 14 17Z\" fill=\"currentColor\"/><path d=\"M14 3H10V8H14V3Z\" fill=\"currentColor\"/>",
|
|
@@ -21896,6 +21924,20 @@
|
|
|
21896
21924
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
21897
21925
|
"componentName": "IconShield2"
|
|
21898
21926
|
},
|
|
21927
|
+
{
|
|
21928
|
+
"category": "Security",
|
|
21929
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1982 1.75912C11.7093 1.53554 12.2907 1.53554 12.8018 1.75912L19.8018 4.82162C20.5296 5.14011 20.9999 5.85918 21 6.65365V12.9994C21 17.9699 16.9706 21.9993 12 21.9993C7.02944 21.9993 3 17.9699 3 12.9994V6.65365C3.00008 5.85918 3.4704 5.14011 4.19824 4.82162L11.1982 1.75912ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4175 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4175 13.2998 15.6995C13.2996 14.9818 12.7178 14.3997 12 14.3997ZM12 7.34994C11.6748 7.34994 11.3647 7.47141 11.1494 7.68685C10.9335 7.9025 10.8293 8.1954 10.8496 8.50033C10.8538 8.56357 10.8581 8.62752 10.8623 8.69076C10.9373 9.83052 11.0129 10.9709 11.0879 12.1107C11.092 12.1737 11.0955 12.2371 11.0996 12.3001C11.1146 12.5235 11.2232 12.7379 11.3916 12.8958C11.5606 13.0538 11.7763 13.1429 12 13.1429C12.2237 13.1429 12.4394 13.0538 12.6084 12.8958C12.7768 12.7379 12.8854 12.5235 12.9004 12.3001C12.9045 12.2371 12.908 12.1737 12.9121 12.1107C12.9871 10.9709 13.0627 9.83052 13.1377 8.69076C13.1419 8.62752 13.1462 8.56357 13.1504 8.50033C13.1707 8.1954 13.0665 7.9025 12.8506 7.68685C12.6353 7.47141 12.3252 7.34994 12 7.34994Z\" fill=\"currentColor\"/>",
|
|
21930
|
+
"iconName": "shield-access, full-access",
|
|
21931
|
+
"variant": {
|
|
21932
|
+
"join": "round",
|
|
21933
|
+
"filled": "on",
|
|
21934
|
+
"radius": "1",
|
|
21935
|
+
"stroke": "2"
|
|
21936
|
+
},
|
|
21937
|
+
"createdAt": "2026-05-04T07:02:04.556443+00:00",
|
|
21938
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
21939
|
+
"componentName": "IconShieldAccess"
|
|
21940
|
+
},
|
|
21899
21941
|
{
|
|
21900
21942
|
"category": "AI & Magic",
|
|
21901
21943
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1982 1.75948C11.7093 1.5359 12.2907 1.5359 12.8018 1.75948L19.8018 4.82198C20.5296 5.14047 20.9999 5.85955 21 6.65401V12.9997C21 17.9703 16.9706 21.9997 12 21.9997C7.02944 21.9997 3 17.9703 3 12.9997V6.65401C3.00008 5.85955 3.4704 5.14047 4.19824 4.82198L11.1982 1.75948ZM12 7.95479C11.759 7.95479 11.5426 8.10292 11.4561 8.32784L10.7598 10.1394C10.6583 10.4033 10.4494 10.6119 10.1855 10.7136L8.37305 11.4108C8.14825 11.4974 8 11.7139 8 11.9548C8.00012 12.1955 8.14842 12.4112 8.37305 12.4978L10.1855 13.195C10.4495 13.2967 10.6582 13.5053 10.7598 13.7692L11.4561 15.5808C11.5426 15.8057 11.759 15.9548 12 15.9548C12.241 15.9548 12.4574 15.8057 12.5439 15.5808L13.2402 13.7692C13.3418 13.5053 13.5505 13.2967 13.8145 13.195L15.627 12.4978C15.8516 12.4112 15.9999 12.1955 16 11.9548C16 11.7139 15.8517 11.4974 15.627 11.4108L13.8145 10.7136C13.5506 10.6119 13.3417 10.4033 13.2402 10.1394L12.5439 8.32784C12.4574 8.10292 12.241 7.95479 12 7.95479Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1140,6 +1140,7 @@ export type CentralIconName =
|
|
|
1140
1140
|
| "IconMall"
|
|
1141
1141
|
| "IconManusAi"
|
|
1142
1142
|
| "IconMap"
|
|
1143
|
+
| "IconMapEditFlat"
|
|
1143
1144
|
| "IconMapPin"
|
|
1144
1145
|
| "IconMapPin2"
|
|
1145
1146
|
| "IconMapPinFlat"
|
|
@@ -1270,6 +1271,7 @@ export type CentralIconName =
|
|
|
1270
1271
|
| "IconOptionKey"
|
|
1271
1272
|
| "IconOrange"
|
|
1272
1273
|
| "IconOrganisation"
|
|
1274
|
+
| "IconOwlFace"
|
|
1273
1275
|
| "IconPackage"
|
|
1274
1276
|
| "IconPackageAdd"
|
|
1275
1277
|
| "IconPackageBlock"
|
|
@@ -1563,6 +1565,7 @@ export type CentralIconName =
|
|
|
1563
1565
|
| "IconShareScreen"
|
|
1564
1566
|
| "IconShield"
|
|
1565
1567
|
| "IconShield2"
|
|
1568
|
+
| "IconShieldAccess"
|
|
1566
1569
|
| "IconShieldAi"
|
|
1567
1570
|
| "IconShieldBreak"
|
|
1568
1571
|
| "IconShieldCheck"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.225",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-2/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": 1984,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
]
|
|
1237
1237
|
},
|
|
1238
1238
|
"Location": {
|
|
1239
|
-
"count":
|
|
1239
|
+
"count": 19,
|
|
1240
1240
|
"icons": [
|
|
1241
1241
|
"IconDirection1",
|
|
1242
1242
|
"IconDirection2",
|
|
@@ -1246,6 +1246,7 @@
|
|
|
1246
1246
|
"IconInitiatives",
|
|
1247
1247
|
"IconLocation",
|
|
1248
1248
|
"IconMap",
|
|
1249
|
+
"IconMapEditFlat",
|
|
1249
1250
|
"IconMapPin",
|
|
1250
1251
|
"IconMapPin2",
|
|
1251
1252
|
"IconMapPinFlat",
|
|
@@ -1436,7 +1437,7 @@
|
|
|
1436
1437
|
]
|
|
1437
1438
|
},
|
|
1438
1439
|
"Security": {
|
|
1439
|
-
"count":
|
|
1440
|
+
"count": 33,
|
|
1440
1441
|
"icons": [
|
|
1441
1442
|
"IconAnonymous",
|
|
1442
1443
|
"IconAsterisk",
|
|
@@ -1458,6 +1459,7 @@
|
|
|
1458
1459
|
"IconSafeSimple",
|
|
1459
1460
|
"IconShield",
|
|
1460
1461
|
"IconShield2",
|
|
1462
|
+
"IconShieldAccess",
|
|
1461
1463
|
"IconShieldBreak",
|
|
1462
1464
|
"IconShieldCheck",
|
|
1463
1465
|
"IconShieldCheck2",
|
|
@@ -1830,7 +1832,7 @@
|
|
|
1830
1832
|
]
|
|
1831
1833
|
},
|
|
1832
1834
|
"Things": {
|
|
1833
|
-
"count":
|
|
1835
|
+
"count": 141,
|
|
1834
1836
|
"icons": [
|
|
1835
1837
|
"IconAnvil",
|
|
1836
1838
|
"IconApps",
|
|
@@ -1907,6 +1909,7 @@
|
|
|
1907
1909
|
"IconMouth",
|
|
1908
1910
|
"IconNailedIt",
|
|
1909
1911
|
"IconOrganisation",
|
|
1912
|
+
"IconOwlFace",
|
|
1910
1913
|
"IconParachute",
|
|
1911
1914
|
"IconParasol",
|
|
1912
1915
|
"IconPeace",
|
|
@@ -3323,6 +3326,7 @@
|
|
|
3323
3326
|
"IconMall": "mall, store, shop, business",
|
|
3324
3327
|
"IconManusAi": "manus-ai",
|
|
3325
3328
|
"IconMap": "map, paper",
|
|
3329
|
+
"IconMapEditFlat": "map-edit-flat, route, plan",
|
|
3326
3330
|
"IconMapPin": "map-pin, location",
|
|
3327
3331
|
"IconMapPin2": "map-pin-2, location",
|
|
3328
3332
|
"IconMapPinFlat": "map-pin-flat, route",
|
|
@@ -3453,6 +3457,7 @@
|
|
|
3453
3457
|
"IconOptionKey": "option-key",
|
|
3454
3458
|
"IconOrange": "orange",
|
|
3455
3459
|
"IconOrganisation": "organisation, organimgram",
|
|
3460
|
+
"IconOwlFace": "owl-face, learning, reading, research",
|
|
3456
3461
|
"IconPackage": "package, delivery",
|
|
3457
3462
|
"IconPackageAdd": "package-add, delivery",
|
|
3458
3463
|
"IconPackageBlock": "package-block, delivery",
|
|
@@ -3746,6 +3751,7 @@
|
|
|
3746
3751
|
"IconShareScreen": "share-screen, screen-sharing",
|
|
3747
3752
|
"IconShield": "shield, security, protection",
|
|
3748
3753
|
"IconShield2": "shield-2, safety, privacy",
|
|
3754
|
+
"IconShieldAccess": "shield-access, full-access",
|
|
3749
3755
|
"IconShieldAi": "shield-ai, security, safety, privacy, cyber",
|
|
3750
3756
|
"IconShieldBreak": "shield-break, not-secure",
|
|
3751
3757
|
"IconShieldCheck": "shield-check, security, protection",
|
package/index.d.ts
CHANGED
|
@@ -1139,6 +1139,7 @@ export { IconMakeItPop, default as IconMakeItPopDefault, } from "./IconMakeItPop
|
|
|
1139
1139
|
export { IconMall, default as IconMallDefault } from "./IconMall";
|
|
1140
1140
|
export { IconManusAi, default as IconManusAiDefault } from "./IconManusAi";
|
|
1141
1141
|
export { IconMap, default as IconMapDefault } from "./IconMap";
|
|
1142
|
+
export { IconMapEditFlat, default as IconMapEditFlatDefault, } from "./IconMapEditFlat";
|
|
1142
1143
|
export { IconMapPin, default as IconMapPinDefault } from "./IconMapPin";
|
|
1143
1144
|
export { IconMapPin2, default as IconMapPin2Default } from "./IconMapPin2";
|
|
1144
1145
|
export { IconMapPinFlat, default as IconMapPinFlatDefault, } from "./IconMapPinFlat";
|
|
@@ -1269,6 +1270,7 @@ export { IconOptAlt, default as IconOptAltDefault } from "./IconOptAlt";
|
|
|
1269
1270
|
export { IconOptionKey, default as IconOptionKeyDefault, } from "./IconOptionKey";
|
|
1270
1271
|
export { IconOrange, default as IconOrangeDefault } from "./IconOrange";
|
|
1271
1272
|
export { IconOrganisation, default as IconOrganisationDefault, } from "./IconOrganisation";
|
|
1273
|
+
export { IconOwlFace, default as IconOwlFaceDefault } from "./IconOwlFace";
|
|
1272
1274
|
export { IconPackage, default as IconPackageDefault } from "./IconPackage";
|
|
1273
1275
|
export { IconPackageAdd, default as IconPackageAddDefault, } from "./IconPackageAdd";
|
|
1274
1276
|
export { IconPackageBlock, default as IconPackageBlockDefault, } from "./IconPackageBlock";
|
|
@@ -1562,6 +1564,7 @@ export { IconShareOs, default as IconShareOsDefault } from "./IconShareOs";
|
|
|
1562
1564
|
export { IconShareScreen, default as IconShareScreenDefault, } from "./IconShareScreen";
|
|
1563
1565
|
export { IconShield, default as IconShieldDefault } from "./IconShield";
|
|
1564
1566
|
export { IconShield2, default as IconShield2Default } from "./IconShield2";
|
|
1567
|
+
export { IconShieldAccess, default as IconShieldAccessDefault, } from "./IconShieldAccess";
|
|
1565
1568
|
export { IconShieldAi, default as IconShieldAiDefault } from "./IconShieldAi";
|
|
1566
1569
|
export { IconShieldBreak, default as IconShieldBreakDefault, } from "./IconShieldBreak";
|
|
1567
1570
|
export { IconShieldCheck, default as IconShieldCheckDefault, } from "./IconShieldCheck";
|