@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.86 → 1.1.87
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/IconBlocks/index.d.ts +4 -0
- package/IconBlocks/index.js +2 -0
- package/IconBlocks/index.js.map +1 -0
- package/IconBlocks/index.mjs +2 -0
- package/IconBlocks/index.mjs.map +1 -0
- package/IconFolderShield/index.d.ts +4 -0
- package/IconFolderShield/index.js +2 -0
- package/IconFolderShield/index.js.map +1 -0
- package/IconFolderShield/index.mjs +2 -0
- package/IconFolderShield/index.mjs.map +1 -0
- package/IconMarker2/index.d.ts +4 -0
- package/IconMarker2/index.js +2 -0
- package/IconMarker2/index.js.map +1 -0
- package/IconMarker2/index.mjs +2 -0
- package/IconMarker2/index.mjs.map +1 -0
- package/IconMoveFolder/index.d.ts +4 -0
- package/IconMoveFolder/index.js +2 -0
- package/IconMoveFolder/index.js.map +1 -0
- package/IconMoveFolder/index.mjs +2 -0
- package/IconMoveFolder/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +13 -5
- package/index.d.ts +4 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of I(r))!P.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(C=B(r,n))||C.enumerable});return o};var l=(o,r,e)=>(e=o!=null?f(x(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),g=o=>a(t({},"__esModule",{value:!0}),o);var V={};d(V,{IconBlocks:()=>u,default:()=>H});module.exports=g(V);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:o,size:r=24,...e})=>m.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 s=require("react-native-svg"),u=o=>p.default.createElement(i,{...o},p.default.createElement(s.Path,{d:"M10.5 20.5V6.5H4.5C3.94772 6.5 3.5 6.94772 3.5 7.5V13.5M10.5 20.5H16.5C17.0523 20.5 17.5 20.0523 17.5 19.5V13.5H3.5M10.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V13.5",stroke:"currentColor",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M20.5 4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H13.5V10.5H20.5V4.5Z",stroke:"currentColor",strokeLinejoin:"round"})),H=u;0&&(module.exports={IconBlocks});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBlocks/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 IconBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 20.5V6.5H4.5C3.94772 6.5 3.5 6.94772 3.5 7.5V13.5M10.5 20.5H16.5C17.0523 20.5 17.5 20.0523 17.5 19.5V13.5H3.5M10.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V13.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H13.5V10.5H20.5V4.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBlocks;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2KACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kEACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconBlocks_exports","__export","IconBlocks","IconBlocks_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBlocks","props","React","CentralIconBase","IconBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:r,size:o=24,...p})=>s.createElement(C,{...p,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 t}from"react-native-svg";var a=r=>e.createElement(n,{...r},e.createElement(t,{d:"M10.5 20.5V6.5H4.5C3.94772 6.5 3.5 6.94772 3.5 7.5V13.5M10.5 20.5H16.5C17.0523 20.5 17.5 20.0523 17.5 19.5V13.5H3.5M10.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V13.5",stroke:"currentColor",strokeLinejoin:"round"}),e.createElement(t,{d:"M20.5 4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H13.5V10.5H20.5V4.5Z",stroke:"currentColor",strokeLinejoin:"round"})),P=a;export{a as IconBlocks,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBlocks/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 IconBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 20.5V6.5H4.5C3.94772 6.5 3.5 6.94772 3.5 7.5V13.5M10.5 20.5H16.5C17.0523 20.5 17.5 20.0523 17.5 19.5V13.5H3.5M10.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V13.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H13.5V10.5H20.5V4.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBlocks;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2KACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kEACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBlocks","props","React","CentralIconBase","IconBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var k={};x(k,{IconFolderShield:()=>u,default:()=>g});module.exports=P(k);var p=l(require("react"));var i=l(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>i.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M19 12L16.1061 13.2403C15.7384 13.3978 15.5 13.7594 15.5 14.1594V16.3624C15.5 17.9625 16.4536 19.4087 17.9243 20.039L19 20.5L20.0757 20.039C21.5464 19.4087 22.5 17.9625 22.5 16.3624V14.1594C22.5 13.7594 22.2616 13.3978 21.8939 13.2403L19 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconFolderShield});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolderShield/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 IconFolderShield: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 12L16.1061 13.2403C15.7384 13.3978 15.5 13.7594 15.5 14.1594V16.3624C15.5 17.9625 16.4536 19.4087 17.9243 20.039L19 20.5L20.0757 20.039C21.5464 19.4087 22.5 17.9625 22.5 16.3624V14.1594C22.5 13.7594 22.2616 13.3978 21.8939 13.2403L19 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderShield;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFolderShield_exports","__export","IconFolderShield","IconFolderShield_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderShield","props","React","CentralIconBase","IconFolderShield_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M19 12L16.1061 13.2403C15.7384 13.3978 15.5 13.7594 15.5 14.1594V16.3624C15.5 17.9625 16.4536 19.4087 17.9243 20.039L19 20.5L20.0757 20.039C21.5464 19.4087 22.5 17.9625 22.5 16.3624V14.1594C22.5 13.7594 22.2616 13.3978 21.8939 13.2403L19 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconFolderShield,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolderShield/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 IconFolderShield: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 12L16.1061 13.2403C15.7384 13.3978 15.5 13.7594 15.5 14.1594V16.3624C15.5 17.9625 16.4536 19.4087 17.9243 20.039L19 20.5L20.0757 20.039C21.5464 19.4087 22.5 17.9625 22.5 16.3624V14.1594C22.5 13.7594 22.2616 13.3978 21.8939 13.2403L19 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderShield;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oPACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderShield","props","React","CentralIconBase","IconFolderShield_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?L(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var g={};k(g,{IconMarker2:()=>u,default:()=>P});module.exports=x(g);var p=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.default.createElement(i.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(C.Path,{d:"M20.5 12.5L17.6959 9.69586C17.5677 9.5677 17.4071 9.47678 17.2313 9.43282L14.0493 8.63732C13.7085 8.55213 13.348 8.65198 13.0996 8.90036L7.90036 14.0996C7.65198 14.348 7.55213 14.7085 7.63732 15.0493L8.43282 18.2313C8.47678 18.4071 8.5677 18.5677 8.69586 18.6959L11.5 21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M8 14L5.33985 11.3399C5.12505 11.125 5.01953 10.8242 5.05308 10.5223L5.77023 4.0679C5.86283 3.23452 6.87831 2.87831 7.47122 3.47122L13 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={IconMarker2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMarker2/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 IconMarker2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 12.5L17.6959 9.69586C17.5677 9.5677 17.4071 9.47678 17.2313 9.43282L14.0493 8.63732C13.7085 8.55213 13.348 8.65198 13.0996 8.90036L7.90036 14.0996C7.65198 14.348 7.55213 14.7085 7.63732 15.0493L8.43282 18.2313C8.47678 18.4071 8.5677 18.5677 8.69586 18.6959L11.5 21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 14L5.33985 11.3399C5.12505 11.125 5.01953 10.8242 5.05308 10.5223L5.77023 4.0679C5.86283 3.23452 6.87831 2.87831 7.47122 3.47122L13 9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarker2;\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,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMarker2_exports","__export","IconMarker2","IconMarker2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMarker2","props","React","CentralIconBase","IconMarker2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M20.5 12.5L17.6959 9.69586C17.5677 9.5677 17.4071 9.47678 17.2313 9.43282L14.0493 8.63732C13.7085 8.55213 13.348 8.65198 13.0996 8.90036L7.90036 14.0996C7.65198 14.348 7.55213 14.7085 7.63732 15.0493L8.43282 18.2313C8.47678 18.4071 8.5677 18.5677 8.69586 18.6959L11.5 21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M8 14L5.33985 11.3399C5.12505 11.125 5.01953 10.8242 5.05308 10.5223L5.77023 4.0679C5.86283 3.23452 6.87831 2.87831 7.47122 3.47122L13 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconMarker2,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMarker2/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 IconMarker2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 12.5L17.6959 9.69586C17.5677 9.5677 17.4071 9.47678 17.2313 9.43282L14.0493 8.63732C13.7085 8.55213 13.348 8.65198 13.0996 8.90036L7.90036 14.0996C7.65198 14.348 7.55213 14.7085 7.63732 15.0493L8.43282 18.2313C8.47678 18.4071 8.5677 18.5677 8.69586 18.6959L11.5 21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 14L5.33985 11.3399C5.12505 11.125 5.01953 10.8242 5.05308 10.5223L5.77023 4.0679C5.86283 3.23452 6.87831 2.87831 7.47122 3.47122L13 9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarker2;\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,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMarker2","props","React","CentralIconBase","IconMarker2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of k(r))!B.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(C=f(r,n))||C.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(L(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconMoveFolder:()=>m,default:()=>P});module.exports=x(g);var t=i(require("react"));var u=i(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...e})=>u.default.createElement(l.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 s=require("react-native-svg"),m=o=>t.default.createElement(c,{...o},t.default.createElement(s.Path,{d:"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M15.5 17.5H18.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M19.5 14.5L22.5 17.5L19.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconMoveFolder});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMoveFolder/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 IconMoveFolder: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 17.5H18.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 14.5L22.5 17.5L19.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoveFolder;\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,EAAE,2OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMoveFolder_exports","__export","IconMoveFolder","IconMoveFolder_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoveFolder","props","React","CentralIconBase","IconMoveFolder_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{d:"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M15.5 17.5H18.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M19.5 14.5L22.5 17.5L19.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconMoveFolder,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMoveFolder/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 IconMoveFolder: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 17.5H18.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 14.5L22.5 17.5L19.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoveFolder;\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,EAAE,2OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMoveFolder","props","React","CentralIconBase","IconMoveFolder_default"]}
|
package/README.md
CHANGED
|
@@ -655,6 +655,7 @@ Below is a complete list of available icons:
|
|
|
655
655
|
- IconMagnet
|
|
656
656
|
- IconMarkdown
|
|
657
657
|
- IconMarker
|
|
658
|
+
- IconMarker2
|
|
658
659
|
- IconMarkerCircle
|
|
659
660
|
- IconMarkup
|
|
660
661
|
- IconPaintBrush
|
|
@@ -776,9 +777,11 @@ Below is a complete list of available icons:
|
|
|
776
777
|
- IconFolderRestricted
|
|
777
778
|
- IconFolders
|
|
778
779
|
- IconFolderShared
|
|
780
|
+
- IconFolderShield
|
|
779
781
|
- IconFolderUpload
|
|
780
782
|
- IconLibrary
|
|
781
783
|
- IconListBullets
|
|
784
|
+
- IconMoveFolder
|
|
782
785
|
- IconNote1
|
|
783
786
|
- IconNote2
|
|
784
787
|
- IconNotebook
|
|
@@ -1671,6 +1674,7 @@ Below is a complete list of available icons:
|
|
|
1671
1674
|
- IconBean
|
|
1672
1675
|
- IconBee
|
|
1673
1676
|
- IconBlackHole
|
|
1677
|
+
- IconBlocks
|
|
1674
1678
|
- IconBomb
|
|
1675
1679
|
- IconBooks
|
|
1676
1680
|
- IconBronceMedal
|
package/filtered-icons.json
CHANGED
|
@@ -3206,6 +3206,20 @@
|
|
|
3206
3206
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
3207
3207
|
"componentName": "IconBlock"
|
|
3208
3208
|
},
|
|
3209
|
+
{
|
|
3210
|
+
"category": "Things",
|
|
3211
|
+
"svg": "<path d=\"M10.5 20.5V6.5H4.5C3.94772 6.5 3.5 6.94772 3.5 7.5V13.5M10.5 20.5H16.5C17.0523 20.5 17.5 20.0523 17.5 19.5V13.5H3.5M10.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V13.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M20.5 4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H13.5V10.5H20.5V4.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
3212
|
+
"iconName": "blocks, integration, apps",
|
|
3213
|
+
"variant": {
|
|
3214
|
+
"join": "round",
|
|
3215
|
+
"filled": "off",
|
|
3216
|
+
"radius": "1",
|
|
3217
|
+
"stroke": "1"
|
|
3218
|
+
},
|
|
3219
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
3220
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
3221
|
+
"componentName": "IconBlocks"
|
|
3222
|
+
},
|
|
3209
3223
|
{
|
|
3210
3224
|
"category": "Filter & Settings",
|
|
3211
3225
|
"svg": "<path d=\"M9.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V9.5C3.5 10.0523 3.94772 10.5 4.5 10.5H9.5C10.0523 10.5 10.5 10.0523 10.5 9.5V4.5C10.5 3.94772 10.0523 3.5 9.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 13.5H4.5C3.94772 13.5 3.5 13.9477 3.5 14.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H9.5C10.0523 20.5 10.5 20.0523 10.5 19.5V14.5C10.5 13.9477 10.0523 13.5 9.5 13.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 17.5V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 10.5L17.5 6.5L21.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -10682,6 +10696,20 @@
|
|
|
10682
10696
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
10683
10697
|
"componentName": "IconFolderShared"
|
|
10684
10698
|
},
|
|
10699
|
+
{
|
|
10700
|
+
"category": "Folders & Files",
|
|
10701
|
+
"svg": "<path d=\"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 12L16.1061 13.2403C15.7384 13.3978 15.5 13.7594 15.5 14.1594V16.3624C15.5 17.9625 16.4536 19.4087 17.9243 20.039L19 20.5L20.0757 20.039C21.5464 19.4087 22.5 17.9625 22.5 16.3624V14.1594C22.5 13.7594 22.2616 13.3978 21.8939 13.2403L19 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
10702
|
+
"iconName": "folder-shield, folder-security",
|
|
10703
|
+
"variant": {
|
|
10704
|
+
"join": "round",
|
|
10705
|
+
"filled": "off",
|
|
10706
|
+
"radius": "1",
|
|
10707
|
+
"stroke": "1"
|
|
10708
|
+
},
|
|
10709
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
10710
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
10711
|
+
"componentName": "IconFolderShield"
|
|
10712
|
+
},
|
|
10685
10713
|
{
|
|
10686
10714
|
"category": "AI & Magic",
|
|
10687
10715
|
"svg": "<path d=\"M2.5 10.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.24045 15.1852L5.54359 13.3733C5.45708 13.1484 5.24099 13 5 13C4.75901 13 4.54292 13.1484 4.45641 13.3733L3.75955 15.1852C3.65797 15.4493 3.44927 15.658 3.18518 15.7595L1.37334 16.4564C1.14842 16.5429 1 16.759 1 17C1 17.241 1.14842 17.4571 1.37334 17.5436L3.18518 18.2405C3.44927 18.342 3.65797 18.5507 3.75955 18.8148L4.45641 20.6267C4.54292 20.8516 4.75901 21 5 21C5.24099 21 5.45708 20.8516 5.54359 20.6267L6.24045 18.8148C6.34203 18.5507 6.55073 18.342 6.81482 18.2405L8.62666 17.5436C8.85158 17.4571 9 17.241 9 17C9 16.759 8.85158 16.5429 8.62666 16.4564L6.81482 15.7595C6.55073 15.658 6.34203 15.4493 6.24045 15.1852Z\" fill=\"currentColor\"/>",
|
|
@@ -13930,6 +13958,20 @@
|
|
|
13930
13958
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
13931
13959
|
"componentName": "IconMarker"
|
|
13932
13960
|
},
|
|
13961
|
+
{
|
|
13962
|
+
"category": "Edit",
|
|
13963
|
+
"svg": "<path d=\"M20.5 12.5L17.6959 9.69586C17.5677 9.5677 17.4071 9.47678 17.2313 9.43282L14.0493 8.63732C13.7085 8.55213 13.348 8.65198 13.0996 8.90036L7.90036 14.0996C7.65198 14.348 7.55213 14.7085 7.63732 15.0493L8.43282 18.2313C8.47678 18.4071 8.5677 18.5677 8.69586 18.6959L11.5 21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 14L5.33985 11.3399C5.12505 11.125 5.01953 10.8242 5.05308 10.5223L5.77023 4.0679C5.86283 3.23452 6.87831 2.87831 7.47122 3.47122L13 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
13964
|
+
"iconName": "marker-2, highlight",
|
|
13965
|
+
"variant": {
|
|
13966
|
+
"join": "round",
|
|
13967
|
+
"filled": "off",
|
|
13968
|
+
"radius": "1",
|
|
13969
|
+
"stroke": "1"
|
|
13970
|
+
},
|
|
13971
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
13972
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
13973
|
+
"componentName": "IconMarker2"
|
|
13974
|
+
},
|
|
13933
13975
|
{
|
|
13934
13976
|
"category": "Edit",
|
|
13935
13977
|
"svg": "<path d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 18.5C6.75371 17.8731 7.22153 16.4604 7.39609 15.4934C7.4942 14.9499 7.94772 14.5 8.5 14.5H15.5C16.0523 14.5 16.5058 14.9499 16.6039 15.4934C16.7785 16.4604 17.2463 17.8731 18.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 14.25V10.3084C8.5 9.83685 8.8294 9.42938 9.29047 9.33058L14.2905 8.25915C14.913 8.12576 15.5 8.60031 15.5 9.23695V14.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -14546,6 +14588,20 @@
|
|
|
14546
14588
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
14547
14589
|
"componentName": "IconMouth"
|
|
14548
14590
|
},
|
|
14591
|
+
{
|
|
14592
|
+
"category": "Folders & Files",
|
|
14593
|
+
"svg": "<path d=\"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 17.5H18.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 14.5L22.5 17.5L19.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
14594
|
+
"iconName": "move-folder",
|
|
14595
|
+
"variant": {
|
|
14596
|
+
"join": "round",
|
|
14597
|
+
"filled": "off",
|
|
14598
|
+
"radius": "1",
|
|
14599
|
+
"stroke": "1"
|
|
14600
|
+
},
|
|
14601
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
14602
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
14603
|
+
"componentName": "IconMoveFolder"
|
|
14604
|
+
},
|
|
14549
14605
|
{
|
|
14550
14606
|
"category": "Photography & Video",
|
|
14551
14607
|
"svg": "<path d=\"M15.5 8.5V3.5C15.5 2.94772 15.0523 2.5 14.5 2.5H3.5C2.94772 2.5 2.5 2.94772 2.5 3.5V14.5C2.5 15.0523 2.94772 15.5 3.5 15.5H8.5M2.5 12.5L5.46648 10.3811C5.79045 10.1497 6.22082 10.1325 6.56221 10.3373L8.5 11.5M5.625 5.75H6.375M6 5C6.41421 5 6.75 5.33579 6.75 5.75C6.75 6.16421 6.41421 6.5 6 6.5C5.58579 6.5 5.25 6.16421 5.25 5.75C5.25 5.33579 5.58579 5 6 5ZM16.7152 15.2034L13.8953 17.2176C13.7298 17.3358 13.5 17.2175 13.5 17.0142V12.9858C13.5 12.7825 13.7298 12.6642 13.8953 12.7824L16.7152 14.7966C16.8548 14.8963 16.8548 15.1037 16.7152 15.2034ZM20.5 21.5H9.5C8.94772 21.5 8.5 21.0523 8.5 20.5V9.5C8.5 8.94772 8.94772 8.5 9.5 8.5H20.5C21.0523 8.5 21.5 8.94772 21.5 9.5V20.5C21.5 21.0523 21.0523 21.5 20.5 21.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -228,6 +228,7 @@ export type CentralIconName =
|
|
|
228
228
|
| "IconBlankPagePortrait"
|
|
229
229
|
| "IconBlip"
|
|
230
230
|
| "IconBlock"
|
|
231
|
+
| "IconBlocks"
|
|
231
232
|
| "IconBlockSortAscending"
|
|
232
233
|
| "IconBlockSortDescending"
|
|
233
234
|
| "IconBlossom"
|
|
@@ -762,6 +763,7 @@ export type CentralIconName =
|
|
|
762
763
|
| "IconFolderRestricted"
|
|
763
764
|
| "IconFolders"
|
|
764
765
|
| "IconFolderShared"
|
|
766
|
+
| "IconFolderShield"
|
|
765
767
|
| "IconFolderSparkle"
|
|
766
768
|
| "IconFolderUpload"
|
|
767
769
|
| "IconFontStyle"
|
|
@@ -994,6 +996,7 @@ export type CentralIconName =
|
|
|
994
996
|
| "IconMapPinFlat"
|
|
995
997
|
| "IconMarkdown"
|
|
996
998
|
| "IconMarker"
|
|
999
|
+
| "IconMarker2"
|
|
997
1000
|
| "IconMarkerCircle"
|
|
998
1001
|
| "IconMarkup"
|
|
999
1002
|
| "IconMask"
|
|
@@ -1038,6 +1041,7 @@ export type CentralIconName =
|
|
|
1038
1041
|
| "IconMouseScrollDown"
|
|
1039
1042
|
| "IconMouseScrollUp"
|
|
1040
1043
|
| "IconMouth"
|
|
1044
|
+
| "IconMoveFolder"
|
|
1041
1045
|
| "IconMultiMedia"
|
|
1042
1046
|
| "IconMute"
|
|
1043
1047
|
| "IconNailedIt"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.87",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1686,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 66,
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
]
|
|
498
498
|
},
|
|
499
499
|
"Edit": {
|
|
500
|
-
"count":
|
|
500
|
+
"count": 80,
|
|
501
501
|
"icons": [
|
|
502
502
|
"Icon3d",
|
|
503
503
|
"IconAddKeyframe",
|
|
@@ -545,6 +545,7 @@
|
|
|
545
545
|
"IconMagnet",
|
|
546
546
|
"IconMarkdown",
|
|
547
547
|
"IconMarker",
|
|
548
|
+
"IconMarker2",
|
|
548
549
|
"IconMarkerCircle",
|
|
549
550
|
"IconMarkup",
|
|
550
551
|
"IconPaintBrush",
|
|
@@ -633,7 +634,7 @@
|
|
|
633
634
|
]
|
|
634
635
|
},
|
|
635
636
|
"Folders & Files": {
|
|
636
|
-
"count":
|
|
637
|
+
"count": 78,
|
|
637
638
|
"icons": [
|
|
638
639
|
"IconArchive",
|
|
639
640
|
"IconBlankPageLandscape",
|
|
@@ -672,9 +673,11 @@
|
|
|
672
673
|
"IconFolderRestricted",
|
|
673
674
|
"IconFolders",
|
|
674
675
|
"IconFolderShared",
|
|
676
|
+
"IconFolderShield",
|
|
675
677
|
"IconFolderUpload",
|
|
676
678
|
"IconLibrary",
|
|
677
679
|
"IconListBullets",
|
|
680
|
+
"IconMoveFolder",
|
|
678
681
|
"IconNote1",
|
|
679
682
|
"IconNote2",
|
|
680
683
|
"IconNotebook",
|
|
@@ -1592,7 +1595,7 @@
|
|
|
1592
1595
|
]
|
|
1593
1596
|
},
|
|
1594
1597
|
"Things": {
|
|
1595
|
-
"count":
|
|
1598
|
+
"count": 116,
|
|
1596
1599
|
"icons": [
|
|
1597
1600
|
"IconAnvil",
|
|
1598
1601
|
"IconBackpack",
|
|
@@ -1603,6 +1606,7 @@
|
|
|
1603
1606
|
"IconBean",
|
|
1604
1607
|
"IconBee",
|
|
1605
1608
|
"IconBlackHole",
|
|
1609
|
+
"IconBlocks",
|
|
1606
1610
|
"IconBomb",
|
|
1607
1611
|
"IconBooks",
|
|
1608
1612
|
"IconBronceMedal",
|
|
@@ -2106,6 +2110,7 @@
|
|
|
2106
2110
|
"IconBlankPagePortrait": "blank-page-portrait",
|
|
2107
2111
|
"IconBlip": "blip, flick, snip, snap, easy, thanos",
|
|
2108
2112
|
"IconBlock": "block, workspace",
|
|
2113
|
+
"IconBlocks": "blocks, integration, apps",
|
|
2109
2114
|
"IconBlockSortAscending": "block-sort-ascending",
|
|
2110
2115
|
"IconBlockSortDescending": "block-sort-descending",
|
|
2111
2116
|
"IconBlossom": "blossom, flower, growing",
|
|
@@ -2640,6 +2645,7 @@
|
|
|
2640
2645
|
"IconFolderRestricted": "folder-restricted",
|
|
2641
2646
|
"IconFolders": "folders",
|
|
2642
2647
|
"IconFolderShared": "folder-shared",
|
|
2648
|
+
"IconFolderShield": "folder-shield, folder-security",
|
|
2643
2649
|
"IconFolderSparkle": "Folder-sparkle, plus",
|
|
2644
2650
|
"IconFolderUpload": "folder-upload",
|
|
2645
2651
|
"IconFontStyle": "font-style, fonts, serif",
|
|
@@ -2872,6 +2878,7 @@
|
|
|
2872
2878
|
"IconMapPinFlat": "map-pin-flat, route",
|
|
2873
2879
|
"IconMarkdown": "markdown",
|
|
2874
2880
|
"IconMarker": "marker, highlight",
|
|
2881
|
+
"IconMarker2": "marker-2, highlight",
|
|
2875
2882
|
"IconMarkerCircle": "marker-circle, highlight",
|
|
2876
2883
|
"IconMarkup": "markup, marker, highlight",
|
|
2877
2884
|
"IconMask": "mask, theatre",
|
|
@@ -2916,6 +2923,7 @@
|
|
|
2916
2923
|
"IconMouseScrollDown": "mouse-scroll-down",
|
|
2917
2924
|
"IconMouseScrollUp": "mouse-scroll-up",
|
|
2918
2925
|
"IconMouth": "mouth, kiss",
|
|
2926
|
+
"IconMoveFolder": "move-folder",
|
|
2919
2927
|
"IconMultiMedia": "multi-media, media, image-video",
|
|
2920
2928
|
"IconMute": "mute, sound-off",
|
|
2921
2929
|
"IconNailedIt": "nailed-it",
|
package/index.d.ts
CHANGED
|
@@ -229,6 +229,7 @@ export { IconBlip, default as IconBlipDefault } from "./IconBlip";
|
|
|
229
229
|
export { IconBlock, default as IconBlockDefault } from "./IconBlock";
|
|
230
230
|
export { IconBlockSortAscending, default as IconBlockSortAscendingDefault, } from "./IconBlockSortAscending";
|
|
231
231
|
export { IconBlockSortDescending, default as IconBlockSortDescendingDefault, } from "./IconBlockSortDescending";
|
|
232
|
+
export { IconBlocks, default as IconBlocksDefault } from "./IconBlocks";
|
|
232
233
|
export { IconBlossom, default as IconBlossomDefault } from "./IconBlossom";
|
|
233
234
|
export { IconBluesky, default as IconBlueskyDefault } from "./IconBluesky";
|
|
234
235
|
export { IconBluetooth, default as IconBluetoothDefault, } from "./IconBluetooth";
|
|
@@ -760,6 +761,7 @@ export { IconFolderOpen, default as IconFolderOpenDefault, } from "./IconFolderO
|
|
|
760
761
|
export { IconFolderPaper, default as IconFolderPaperDefault, } from "./IconFolderPaper";
|
|
761
762
|
export { IconFolderRestricted, default as IconFolderRestrictedDefault, } from "./IconFolderRestricted";
|
|
762
763
|
export { IconFolderShared, default as IconFolderSharedDefault, } from "./IconFolderShared";
|
|
764
|
+
export { IconFolderShield, default as IconFolderShieldDefault, } from "./IconFolderShield";
|
|
763
765
|
export { IconFolderSparkle, default as IconFolderSparkleDefault, } from "./IconFolderSparkle";
|
|
764
766
|
export { IconFolderUpload, default as IconFolderUploadDefault, } from "./IconFolderUpload";
|
|
765
767
|
export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
|
|
@@ -993,6 +995,7 @@ export { IconMapPin, default as IconMapPinDefault } from "./IconMapPin";
|
|
|
993
995
|
export { IconMapPinFlat, default as IconMapPinFlatDefault, } from "./IconMapPinFlat";
|
|
994
996
|
export { IconMarkdown, default as IconMarkdownDefault } from "./IconMarkdown";
|
|
995
997
|
export { IconMarker, default as IconMarkerDefault } from "./IconMarker";
|
|
998
|
+
export { IconMarker2, default as IconMarker2Default } from "./IconMarker2";
|
|
996
999
|
export { IconMarkerCircle, default as IconMarkerCircleDefault, } from "./IconMarkerCircle";
|
|
997
1000
|
export { IconMarkup, default as IconMarkupDefault } from "./IconMarkup";
|
|
998
1001
|
export { IconMask, default as IconMaskDefault } from "./IconMask";
|
|
@@ -1037,6 +1040,7 @@ export { IconMouseClassic2, default as IconMouseClassic2Default, } from "./IconM
|
|
|
1037
1040
|
export { IconMouseScrollDown, default as IconMouseScrollDownDefault, } from "./IconMouseScrollDown";
|
|
1038
1041
|
export { IconMouseScrollUp, default as IconMouseScrollUpDefault, } from "./IconMouseScrollUp";
|
|
1039
1042
|
export { IconMouth, default as IconMouthDefault } from "./IconMouth";
|
|
1043
|
+
export { IconMoveFolder, default as IconMoveFolderDefault, } from "./IconMoveFolder";
|
|
1040
1044
|
export { IconMultiMedia, default as IconMultiMediaDefault, } from "./IconMultiMedia";
|
|
1041
1045
|
export { IconMute, default as IconMuteDefault } from "./IconMute";
|
|
1042
1046
|
export { IconNailedIt, default as IconNailedItDefault } from "./IconNailedIt";
|