@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.85 → 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/IconBoard/index.d.ts +4 -0
- package/IconBoard/index.js +2 -0
- package/IconBoard/index.js.map +1 -0
- package/IconBoard/index.mjs +2 -0
- package/IconBoard/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 +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 d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of k(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=f(r,t))||C.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(B(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconBlocks:()=>u,default:()=>g});module.exports=P(h);var p=i(require("react"));var c=i(require("react")),l=require("react-native-svg"),m=({children:o,size:r=24,...e})=>c.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"),u=o=>p.default.createElement(m,{...o},p.default.createElement(s.Path,{d:"M17 4H14V10H20V7C20 5.34315 18.6569 4 17 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M10 20V8H7C5.34315 8 4 9.34315 4 11V14M4 14H16V17C16 18.6569 14.6569 20 13 20H7C5.34315 20 4 18.6569 4 17V14Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=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=\"M17 4H14V10H20V7C20 5.34315 18.6569 4 17 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 20V8H7C5.34315 8 4 9.34315 4 11V14M4 14H16V17C16 18.6569 14.6569 20 13 20H7C5.34315 20 4 18.6569 4 17V14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\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,8CACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,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 t=({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 n}from"react-native-svg";var a=r=>e.createElement(t,{...r},e.createElement(n,{d:"M17 4H14V10H20V7C20 5.34315 18.6569 4 17 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M10 20V8H7C5.34315 8 4 9.34315 4 11V14M4 14H16V17C16 18.6569 14.6569 20 13 20H7C5.34315 20 4 18.6569 4 17V14Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconBlocks,I 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=\"M17 4H14V10H20V7C20 5.34315 18.6569 4 17 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 20V8H7C5.34315 8 4 9.34315 4 11V14M4 14H16V17C16 18.6569 14.6569 20 13 20H7C5.34315 20 4 18.6569 4 17V14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\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,8CACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,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 l=Object.create;var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var f=(C,r)=>{for(var L in r)t(C,L,{get:r[L],enumerable:!0})},M=(C,r,L,V)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of c(r))!u.call(C,o)&&o!==L&&t(C,o,{get:()=>r[o],enumerable:!(V=m(r,o))||V.enumerable});return C};var H=(C,r,L)=>(L=C!=null?l(i(C)):{},M(r||!C||!C.__esModule?t(L,"default",{value:C,enumerable:!0}):L,C)),B=C=>M(t({},"__esModule",{value:!0}),C);var I={};f(I,{IconBoard:()=>a,default:()=>d});module.exports=B(I);var e=H(require("react"));var Z=H(require("react")),p=require("react-native-svg"),s=({children:C,size:r=24,...L})=>Z.default.createElement(p.Svg,{...L,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var n=require("react-native-svg"),a=C=>e.default.createElement(s,{...C},e.default.createElement(n.Path,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM20 8.8H19V15.2H20H21V8.8H20ZM15.2 20V19H8.8V20V21H15.2V20ZM4 15.2H5V8.8H4H3V15.2H4ZM8.8 4V5H15.2V4V3H8.8V4ZM8.8 20V19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.63803 19.673L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V20ZM4 15.2H3C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L4.32698 18.362L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H4ZM5.63803 19.673L6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L4.32698 18.362L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L5.63803 19.673ZM20 15.2H19C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L19.673 18.362L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H20ZM15.2 20V21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L18.362 19.673L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V20ZM19.673 18.362L18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.362 19.673L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L19.673 18.362ZM20 8.8H21C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L19.673 5.63803L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H20ZM15.2 4V5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.362 4.32698L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V4ZM19.673 5.63803L20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L18.362 4.32698L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L19.673 5.63803ZM4 8.8H5C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L4.32698 5.63803L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H4ZM8.8 4V3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L5.63803 4.32698L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V4ZM4.32698 5.63803L5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.63803 4.32698L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L4.32698 5.63803Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M12 4V12V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.default.createElement(n.Path,{d:"M12 12H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),d=a;0&&(module.exports={IconBoard});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoard/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 IconBoard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM20 8.8H19V15.2H20H21V8.8H20ZM15.2 20V19H8.8V20V21H15.2V20ZM4 15.2H5V8.8H4H3V15.2H4ZM8.8 4V5H15.2V4V3H8.8V4ZM8.8 20V19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.63803 19.673L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V20ZM4 15.2H3C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L4.32698 18.362L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H4ZM5.63803 19.673L6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L4.32698 18.362L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L5.63803 19.673ZM20 15.2H19C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L19.673 18.362L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H20ZM15.2 20V21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L18.362 19.673L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V20ZM19.673 18.362L18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.362 19.673L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L19.673 18.362ZM20 8.8H21C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L19.673 5.63803L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H20ZM15.2 4V5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.362 4.32698L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V4ZM19.673 5.63803L20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L18.362 4.32698L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L19.673 5.63803ZM4 8.8H5C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L4.32698 5.63803L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H4ZM8.8 4V3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L5.63803 4.32698L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V4ZM4.32698 5.63803L5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.63803 4.32698L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L4.32698 5.63803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4V12V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 12H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoard;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,u2FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconBoard_exports","__export","IconBoard","IconBoard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBoard","props","React","CentralIconBase","IconBoard_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import n from"react";import{Svg as V}from"react-native-svg";var e=({children:L,size:C=24,...t})=>n.createElement(V,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},L);import{Path as o}from"react-native-svg";var M=L=>r.createElement(e,{...L},r.createElement(o,{d:"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM20 8.8H19V15.2H20H21V8.8H20ZM15.2 20V19H8.8V20V21H15.2V20ZM4 15.2H5V8.8H4H3V15.2H4ZM8.8 4V5H15.2V4V3H8.8V4ZM8.8 20V19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.63803 19.673L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V20ZM4 15.2H3C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L4.32698 18.362L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H4ZM5.63803 19.673L6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L4.32698 18.362L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L5.63803 19.673ZM20 15.2H19C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L19.673 18.362L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H20ZM15.2 20V21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L18.362 19.673L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V20ZM19.673 18.362L18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.362 19.673L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L19.673 18.362ZM20 8.8H21C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L19.673 5.63803L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H20ZM15.2 4V5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.362 4.32698L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V4ZM19.673 5.63803L20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L18.362 4.32698L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L19.673 5.63803ZM4 8.8H5C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L4.32698 5.63803L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H4ZM8.8 4V3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L5.63803 4.32698L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V4ZM4.32698 5.63803L5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.63803 4.32698L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L4.32698 5.63803Z",fill:"currentColor"}),r.createElement(o,{d:"M12 4V12V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement(o,{d:"M12 12H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),u=M;export{M as IconBoard,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoard/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 IconBoard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM20 8.8H19V15.2H20H21V8.8H20ZM15.2 20V19H8.8V20V21H15.2V20ZM4 15.2H5V8.8H4H3V15.2H4ZM8.8 4V5H15.2V4V3H8.8V4ZM8.8 20V19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.63803 19.673L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V20ZM4 15.2H3C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L4.32698 18.362L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H4ZM5.63803 19.673L6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L4.32698 18.362L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L5.63803 19.673ZM20 15.2H19C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L19.673 18.362L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H20ZM15.2 20V21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L18.362 19.673L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V20ZM19.673 18.362L18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.362 19.673L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L19.673 18.362ZM20 8.8H21C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L19.673 5.63803L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H20ZM15.2 4V5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.362 4.32698L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V4ZM19.673 5.63803L20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L18.362 4.32698L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L19.673 5.63803ZM4 8.8H5C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L4.32698 5.63803L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H4ZM8.8 4V3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L5.63803 4.32698L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V4ZM4.32698 5.63803L5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.63803 4.32698L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L4.32698 5.63803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4V12V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 12H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoard;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,u2FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBoard","props","React","CentralIconBase","IconBoard_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!L.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>a(n({},"__esModule",{value:!0}),r);var P={};h(P,{IconFolderShield:()=>d,default:()=>x});module.exports=k(P);var C=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),d=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M21 8C21 7.44772 20.5523 7 20 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M18.0751 11.6994L15.5751 12.8729C15.2241 13.0377 15 13.3904 15 13.7782V15.9554C15 17.6862 16.1131 19.2206 17.7584 19.7578L18.5 20L19.2416 19.7578C20.8869 19.2206 22 17.6862 22 15.9554V13.7782C22 13.3904 21.7759 13.0377 21.4249 12.8729L18.9249 11.6994C18.6557 11.5731 18.3443 11.5731 18.0751 11.6994Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),x=d;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=\"M21 8C21 7.44772 20.5523 7 20 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.0751 11.6994L15.5751 12.8729C15.2241 13.0377 15 13.3904 15 13.7782V15.9554C15 17.6862 16.1131 19.2206 17.7584 19.7578L18.5 20L19.2416 19.7578C20.8869 19.2206 22 17.6862 22 15.9554V13.7782C22 13.3904 21.7759 13.0377 21.4249 12.8729L18.9249 11.6994C18.6557 11.5731 18.3443 11.5731 18.0751 11.6994Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,8LACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8SACF,OAAO,eACP,YAAY,IACZ,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 p from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M21 8C21 7.44772 20.5523 7 20 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M18.0751 11.6994L15.5751 12.8729C15.2241 13.0377 15 13.3904 15 13.7782V15.9554C15 17.6862 16.1131 19.2206 17.7584 19.7578L18.5 20L19.2416 19.7578C20.8869 19.2206 22 17.6862 22 15.9554V13.7782C22 13.3904 21.7759 13.0377 21.4249 12.8729L18.9249 11.6994C18.6557 11.5731 18.3443 11.5731 18.0751 11.6994Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),L=a;export{a as IconFolderShield,L 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=\"M21 8C21 7.44772 20.5523 7 20 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.0751 11.6994L15.5751 12.8729C15.2241 13.0377 15 13.3904 15 13.7782V15.9554C15 17.6862 16.1131 19.2206 17.7584 19.7578L18.5 20L19.2416 19.7578C20.8869 19.2206 22 17.6862 22 15.9554V13.7782C22 13.3904 21.7759 13.0377 21.4249 12.8729L18.9249 11.6994C18.6557 11.5731 18.3443 11.5731 18.0751 11.6994Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,8LACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8SACF,OAAO,eACP,YAAY,IACZ,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 n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=d(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?L(k(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};I(g,{IconMarker2:()=>u,default:()=>P});module.exports=x(g);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M20 12.5L17.5497 10.0497C17.1892 9.68918 16.7427 9.4265 16.2525 9.28644L15.1973 8.98494C14.1497 8.68563 13.0222 8.9778 12.2518 9.74819L8.74819 13.2518C7.9778 14.0222 7.68563 15.1497 7.98494 16.1973L8.28644 17.2525C8.4265 17.7427 8.68918 18.1892 9.04969 18.5497L11.5 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M7.5 13.5L5.65399 11.654C5.2391 11.2391 5.02733 10.663 5.07475 10.0781L5.57524 3.90537C5.64413 3.05574 6.67633 2.67633 7.27908 3.27908L12.5 8.5",stroke:"currentColor",strokeWidth:"2",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 12.5L17.5497 10.0497C17.1892 9.68918 16.7427 9.4265 16.2525 9.28644L15.1973 8.98494C14.1497 8.68563 13.0222 8.9778 12.2518 9.74819L8.74819 13.2518C7.9778 14.0222 7.68563 15.1497 7.98494 16.1973L8.28644 17.2525C8.4265 17.7427 8.68918 18.1892 9.04969 18.5497L11.5 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 13.5L5.65399 11.654C5.2391 11.2391 5.02733 10.663 5.07475 10.0781L5.57524 3.90537C5.64413 3.05574 6.67633 2.67633 7.27908 3.27908L12.5 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,+QACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kJACF,OAAO,eACP,YAAY,IACZ,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 s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(C,{...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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M20 12.5L17.5497 10.0497C17.1892 9.68918 16.7427 9.4265 16.2525 9.28644L15.1973 8.98494C14.1497 8.68563 13.0222 8.9778 12.2518 9.74819L8.74819 13.2518C7.9778 14.0222 7.68563 15.1497 7.98494 16.1973L8.28644 17.2525C8.4265 17.7427 8.68918 18.1892 9.04969 18.5497L11.5 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M7.5 13.5L5.65399 11.654C5.2391 11.2391 5.02733 10.663 5.07475 10.0781L5.57524 3.90537C5.64413 3.05574 6.67633 2.67633 7.27908 3.27908L12.5 8.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconMarker2,B 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 12.5L17.5497 10.0497C17.1892 9.68918 16.7427 9.4265 16.2525 9.28644L15.1973 8.98494C14.1497 8.68563 13.0222 8.9778 12.2518 9.74819L8.74819 13.2518C7.9778 14.0222 7.68563 15.1497 7.98494 16.1973L8.28644 17.2525C8.4265 17.7427 8.68918 18.1892 9.04969 18.5497L11.5 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 13.5L5.65399 11.654C5.2391 11.2391 5.02733 10.663 5.07475 10.0781L5.57524 3.90537C5.64413 3.05574 6.67633 2.67633 7.27908 3.27908L12.5 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,+QACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kJACF,OAAO,eACP,YAAY,IACZ,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 m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=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})},i=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!B.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(L(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(p({},"__esModule",{value:!0}),o);var P={};I(P,{IconMoveFolder:()=>c,default:()=>x});module.exports=h(P);var n=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),l=({children:o,size:r=24,...e})=>d.default.createElement(u.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"),c=o=>n.default.createElement(l,{...o},n.default.createElement(s.Path,{d:"M21 10C21 8.34315 19.6569 7 18 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M14 17H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M19 14L22 17L19 20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;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=\"M21 10C21 8.34315 19.6569 7 18 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H10.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 17H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 14L22 17L19 20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,iMACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,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 n=({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 t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M21 10C21 8.34315 19.6569 7 18 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M14 17H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M19 14L22 17L19 20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i 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=\"M21 10C21 8.34315 19.6569 7 18 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H10.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 17H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 14L22 17L19 20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,iMACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,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
|
|
@@ -1127,6 +1130,7 @@ Below is a complete list of available icons:
|
|
|
1127
1130
|
- IconAlignHorizontalCenter
|
|
1128
1131
|
- IconAlignVerticalCenter
|
|
1129
1132
|
- IconBento
|
|
1133
|
+
- IconBoard
|
|
1130
1134
|
- IconCarussel
|
|
1131
1135
|
- IconColumns3
|
|
1132
1136
|
- IconColumns3Wide
|
|
@@ -1670,6 +1674,7 @@ Below is a complete list of available icons:
|
|
|
1670
1674
|
- IconBean
|
|
1671
1675
|
- IconBee
|
|
1672
1676
|
- IconBlackHole
|
|
1677
|
+
- IconBlocks
|
|
1673
1678
|
- IconBomb
|
|
1674
1679
|
- IconBooks
|
|
1675
1680
|
- IconBronceMedal
|
package/filtered-icons.json
CHANGED
|
@@ -3206,6 +3206,20 @@
|
|
|
3206
3206
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
3207
3207
|
"componentName": "IconBlock"
|
|
3208
3208
|
},
|
|
3209
|
+
{
|
|
3210
|
+
"category": "Things",
|
|
3211
|
+
"svg": "<path d=\"M17 4H14V10H20V7C20 5.34315 18.6569 4 17 4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 20V8H7C5.34315 8 4 9.34315 4 11V14M4 14H16V17C16 18.6569 14.6569 20 13 20H7C5.34315 20 4 18.6569 4 17V14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
3212
|
+
"iconName": "blocks, integration, apps",
|
|
3213
|
+
"variant": {
|
|
3214
|
+
"join": "round",
|
|
3215
|
+
"filled": "off",
|
|
3216
|
+
"radius": "3",
|
|
3217
|
+
"stroke": "2"
|
|
3218
|
+
},
|
|
3219
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
3220
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
3221
|
+
"componentName": "IconBlocks"
|
|
3222
|
+
},
|
|
3209
3223
|
{
|
|
3210
3224
|
"category": "Filter & Settings",
|
|
3211
3225
|
"svg": "<path d=\"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 17V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 10.5L18 7L21.5 10.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -3290,6 +3304,20 @@
|
|
|
3290
3304
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
3291
3305
|
"componentName": "IconBlur"
|
|
3292
3306
|
},
|
|
3307
|
+
{
|
|
3308
|
+
"category": "Layout",
|
|
3309
|
+
"svg": "<path d=\"M5.63803 19.673L6.09202 18.782H6.09202L5.63803 19.673ZM4.32698 18.362L3.43597 18.816H3.43597L4.32698 18.362ZM19.673 18.362L18.782 17.908V17.908L19.673 18.362ZM18.362 19.673L17.908 18.782H17.908L18.362 19.673ZM19.673 5.63803L18.782 6.09202V6.09202L19.673 5.63803ZM18.362 4.32698L18.816 3.43597V3.43597L18.362 4.32698ZM4.32698 5.63803L5.21799 6.09202V6.09202L4.32698 5.63803ZM5.63803 4.32698L6.09202 5.21799V5.21799L5.63803 4.32698ZM20 8.8H19V15.2H20H21V8.8H20ZM15.2 20V19H8.8V20V21H15.2V20ZM4 15.2H5V8.8H4H3V15.2H4ZM8.8 4V5H15.2V4V3H8.8V4ZM8.8 20V19C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782L5.63803 19.673L5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74817 20.9558C7.2986 21.0008 7.97642 21 8.8 21V20ZM4 15.2H3C3 16.0236 2.99922 16.7014 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43597 18.816L4.32698 18.362L5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2H4ZM5.63803 19.673L6.09202 18.782C5.7157 18.5903 5.40973 18.2843 5.21799 17.908L4.32698 18.362L3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564L5.63803 19.673ZM20 15.2H19C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908L19.673 18.362L20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21.0008 16.7014 21 16.0236 21 15.2H20ZM15.2 20V21C16.0236 21 16.7014 21.0008 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564L18.362 19.673L17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19V20ZM19.673 18.362L18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782L18.362 19.673L18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816L19.673 18.362ZM20 8.8H21C21 7.97642 21.0008 7.2986 20.9558 6.74817C20.9099 6.18608 20.8113 5.66937 20.564 5.18404L19.673 5.63803L18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8H20ZM15.2 4V5C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799L18.362 4.32698L18.816 3.43597C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7014 2.99922 16.0236 3 15.2 3V4ZM19.673 5.63803L20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597L18.362 4.32698L17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202L19.673 5.63803ZM4 8.8H5C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202L4.32698 5.63803L3.43597 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74817C2.99922 7.2986 3 7.97642 3 8.8H4ZM8.8 4V3C7.97642 3 7.2986 2.99922 6.74817 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43597L5.63803 4.32698L6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5V4ZM4.32698 5.63803L5.21799 6.09202C5.40973 5.71569 5.71569 5.40973 6.09202 5.21799L5.63803 4.32698L5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404L4.32698 5.63803Z\" fill=\"currentColor\"/><path d=\"M12 4V12V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 12H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
3310
|
+
"iconName": "board, moodboard, layout, template",
|
|
3311
|
+
"variant": {
|
|
3312
|
+
"join": "round",
|
|
3313
|
+
"filled": "off",
|
|
3314
|
+
"radius": "3",
|
|
3315
|
+
"stroke": "2"
|
|
3316
|
+
},
|
|
3317
|
+
"createdAt": "2026-01-09T08:00:55.6867+00:00",
|
|
3318
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
3319
|
+
"componentName": "IconBoard"
|
|
3320
|
+
},
|
|
3293
3321
|
{
|
|
3294
3322
|
"category": "Typography",
|
|
3295
3323
|
"svg": "<path d=\"M6 9C6 10.6569 7.34315 12 9 12H13C15.2091 12 17 10.2091 17 8C17 5.79086 15.2091 4 13 4H9C7.34315 4 6 5.34315 6 7V9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M13 12H14C16.2091 12 18 13.7909 18 16C18 18.2091 16.2091 20 14 20H9C7.34315 20 6 18.6569 6 17V12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
@@ -10668,6 +10696,20 @@
|
|
|
10668
10696
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
10669
10697
|
"componentName": "IconFolderShared"
|
|
10670
10698
|
},
|
|
10699
|
+
{
|
|
10700
|
+
"category": "Folders & Files",
|
|
10701
|
+
"svg": "<path d=\"M21 8C21 7.44772 20.5523 7 20 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.0751 11.6994L15.5751 12.8729C15.2241 13.0377 15 13.3904 15 13.7782V15.9554C15 17.6862 16.1131 19.2206 17.7584 19.7578L18.5 20L19.2416 19.7578C20.8869 19.2206 22 17.6862 22 15.9554V13.7782C22 13.3904 21.7759 13.0377 21.4249 12.8729L18.9249 11.6994C18.6557 11.5731 18.3443 11.5731 18.0751 11.6994Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
10702
|
+
"iconName": "folder-shield, folder-security",
|
|
10703
|
+
"variant": {
|
|
10704
|
+
"join": "round",
|
|
10705
|
+
"filled": "off",
|
|
10706
|
+
"radius": "3",
|
|
10707
|
+
"stroke": "2"
|
|
10708
|
+
},
|
|
10709
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
10710
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
10711
|
+
"componentName": "IconFolderShield"
|
|
10712
|
+
},
|
|
10671
10713
|
{
|
|
10672
10714
|
"category": "AI & Magic",
|
|
10673
10715
|
"svg": "<path d=\"M3 10V7C3 5.34315 4.34315 4 6 4H8.92963C9.59834 4 10.2228 4.3342 10.5937 4.8906L11.4063 6.1094C11.7772 6.6658 12.4017 7 13.0704 7H18C19.6569 7 21 8.34315 21 10V16C21 17.6569 19.6569 19 18 19H12\" stroke=\"currentColor\" stroke-width=\"2\" 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\"/>",
|
|
@@ -13916,6 +13958,20 @@
|
|
|
13916
13958
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
13917
13959
|
"componentName": "IconMarker"
|
|
13918
13960
|
},
|
|
13961
|
+
{
|
|
13962
|
+
"category": "Edit",
|
|
13963
|
+
"svg": "<path d=\"M20 12.5L17.5497 10.0497C17.1892 9.68918 16.7427 9.4265 16.2525 9.28644L15.1973 8.98494C14.1497 8.68563 13.0222 8.9778 12.2518 9.74819L8.74819 13.2518C7.9778 14.0222 7.68563 15.1497 7.98494 16.1973L8.28644 17.2525C8.4265 17.7427 8.68918 18.1892 9.04969 18.5497L11.5 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 13.5L5.65399 11.654C5.2391 11.2391 5.02733 10.663 5.07475 10.0781L5.57524 3.90537C5.64413 3.05574 6.67633 2.67633 7.27908 3.27908L12.5 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
13964
|
+
"iconName": "marker-2, highlight",
|
|
13965
|
+
"variant": {
|
|
13966
|
+
"join": "round",
|
|
13967
|
+
"filled": "off",
|
|
13968
|
+
"radius": "3",
|
|
13969
|
+
"stroke": "2"
|
|
13970
|
+
},
|
|
13971
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
13972
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
13973
|
+
"componentName": "IconMarker2"
|
|
13974
|
+
},
|
|
13919
13975
|
{
|
|
13920
13976
|
"category": "Edit",
|
|
13921
13977
|
"svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M9 14V10.7808C9 10.3219 9.3123 9.92192 9.75746 9.81062L13.7575 8.81062C14.3886 8.65284 15 9.1302 15 9.78077V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M5.5 18C6.76628 16.6493 7.31991 15.8687 7.7625 14.6957C7.9169 14.2865 8.29781 14 8.73519 14H15.2648C15.7022 14 16.0831 14.2865 16.2375 14.6957C16.6801 15.8687 17.2337 16.6493 18.5 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
@@ -14532,6 +14588,20 @@
|
|
|
14532
14588
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
14533
14589
|
"componentName": "IconMouth"
|
|
14534
14590
|
},
|
|
14591
|
+
{
|
|
14592
|
+
"category": "Folders & Files",
|
|
14593
|
+
"svg": "<path d=\"M21 10C21 8.34315 19.6569 7 18 7H13.6056C12.6025 7 11.6658 6.4987 11.1094 5.6641L10.8906 5.3359C10.3342 4.5013 9.39751 4 8.39445 4H6C4.34315 4 3 5.34315 3 7V16C3 17.6569 4.34315 19 6 19H10.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 17H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 14L22 17L19 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
14594
|
+
"iconName": "move-folder",
|
|
14595
|
+
"variant": {
|
|
14596
|
+
"join": "round",
|
|
14597
|
+
"filled": "off",
|
|
14598
|
+
"radius": "3",
|
|
14599
|
+
"stroke": "2"
|
|
14600
|
+
},
|
|
14601
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
14602
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
14603
|
+
"componentName": "IconMoveFolder"
|
|
14604
|
+
},
|
|
14535
14605
|
{
|
|
14536
14606
|
"category": "Photography & Video",
|
|
14537
14607
|
"svg": "<path d=\"M14 9V10H16V9H14ZM9 16H10V14H9V16ZM6.25 5.25C5.69772 5.25 5.25 5.69772 5.25 6.25C5.25 6.80228 5.69772 7.25 6.25 7.25V5.25ZM6.26 7.25C6.81228 7.25 7.26 6.80228 7.26 6.25C7.26 5.69772 6.81228 5.25 6.26 5.25V7.25ZM14 13.4L14.5795 12.585C14.2746 12.3682 13.874 12.3397 13.5415 12.5113C13.2089 12.6829 13 13.0258 13 13.4H14ZM14 16.6H13C13 16.9742 13.2089 17.3171 13.5415 17.4887C13.874 17.6603 14.2746 17.6318 14.5795 17.415L14 16.6ZM16.25 15L16.8295 15.815C17.0933 15.6274 17.25 15.3237 17.25 15C17.25 14.6763 17.0933 14.3726 16.8295 14.185L16.25 15ZM2.9453 10.8346C2.48577 11.141 2.3616 11.7618 2.66795 12.2214C2.9743 12.6809 3.59517 12.8051 4.0547 12.4987L2.9453 10.8346ZM7.9453 12.4987C8.40483 12.8051 9.0257 12.6809 9.33205 12.2214C9.6384 11.7618 9.51423 11.141 9.0547 10.8346L7.9453 12.4987ZM4.3359 11.1094L3.7812 10.2774H3.7812L4.3359 11.1094ZM7.6641 11.1094L7.1094 11.9415H7.1094L7.6641 11.1094ZM6 4H12V2H6V4ZM14 6V9H16V6H14ZM6 16H9V14H6V16ZM12 10H18V8H12V10ZM12 22H18V20H12V22ZM20 12V18H22V12H20ZM5.5 6.25C5.5 5.83579 5.83579 5.5 6.25 5.5V7.5C6.94036 7.5 7.5 6.94036 7.5 6.25H5.5ZM6.25 5.5C6.66421 5.5 7 5.83579 7 6.25H5C5 6.94036 5.55964 7.5 6.25 7.5V5.5ZM7 6.25C7 6.66421 6.66421 7 6.25 7V5C5.55964 5 5 5.55964 5 6.25H7ZM6.25 7C5.83579 7 5.5 6.66421 5.5 6.25H7.5C7.5 5.55964 6.94036 5 6.25 5V7ZM6.25 7.25H6.26V5.25H6.25V7.25ZM13 13.4V16.6H15V13.4H13ZM14.5795 17.415L16.8295 15.815L15.6705 14.185L13.4205 15.785L14.5795 17.415ZM16.8295 14.185L14.5795 12.585L13.4205 14.215L15.6705 15.815L16.8295 14.185ZM4.0547 12.4987L4.8906 11.9415L3.7812 10.2774L2.9453 10.8346L4.0547 12.4987ZM2 6V12H4V6H2ZM7.1094 11.9415L7.9453 12.4987L9.0547 10.8346L8.2188 10.2774L7.1094 11.9415ZM8 12V18H10V12H8ZM4.8906 11.9415C5.5624 11.4936 6.4376 11.4936 7.1094 11.9415L8.2188 10.2774C6.8752 9.38162 5.1248 9.38162 3.7812 10.2774L4.8906 11.9415ZM18 22C20.2091 22 22 20.2091 22 18H20C20 19.1046 19.1046 20 18 20V22ZM12 20C10.8954 20 10 19.1046 10 18H8C8 20.2091 9.79086 22 12 22V20ZM6 14C4.89543 14 4 13.1046 4 12H2C2 14.2091 3.79086 16 6 16V14ZM18 10C19.1046 10 20 10.8954 20 12H22C22 9.79086 20.2091 8 18 8V10ZM12 4C13.1046 4 14 4.89543 14 6H16C16 3.79086 14.2091 2 12 2V4ZM12 8C9.79086 8 8 9.79086 8 12H10C10 10.8954 10.8954 10 12 10V8ZM6 2C3.79086 2 2 3.79086 2 6H4C4 4.89543 4.89543 4 6 4V2Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -228,12 +228,14 @@ export type CentralIconName =
|
|
|
228
228
|
| "IconBlankPagePortrait"
|
|
229
229
|
| "IconBlip"
|
|
230
230
|
| "IconBlock"
|
|
231
|
+
| "IconBlocks"
|
|
231
232
|
| "IconBlockSortAscending"
|
|
232
233
|
| "IconBlockSortDescending"
|
|
233
234
|
| "IconBlossom"
|
|
234
235
|
| "IconBluesky"
|
|
235
236
|
| "IconBluetooth"
|
|
236
237
|
| "IconBlur"
|
|
238
|
+
| "IconBoard"
|
|
237
239
|
| "IconBold"
|
|
238
240
|
| "IconBolt"
|
|
239
241
|
| "IconBomb"
|
|
@@ -761,6 +763,7 @@ export type CentralIconName =
|
|
|
761
763
|
| "IconFolderRestricted"
|
|
762
764
|
| "IconFolders"
|
|
763
765
|
| "IconFolderShared"
|
|
766
|
+
| "IconFolderShield"
|
|
764
767
|
| "IconFolderSparkle"
|
|
765
768
|
| "IconFolderUpload"
|
|
766
769
|
| "IconFontStyle"
|
|
@@ -993,6 +996,7 @@ export type CentralIconName =
|
|
|
993
996
|
| "IconMapPinFlat"
|
|
994
997
|
| "IconMarkdown"
|
|
995
998
|
| "IconMarker"
|
|
999
|
+
| "IconMarker2"
|
|
996
1000
|
| "IconMarkerCircle"
|
|
997
1001
|
| "IconMarkup"
|
|
998
1002
|
| "IconMask"
|
|
@@ -1037,6 +1041,7 @@ export type CentralIconName =
|
|
|
1037
1041
|
| "IconMouseScrollDown"
|
|
1038
1042
|
| "IconMouseScrollUp"
|
|
1039
1043
|
| "IconMouth"
|
|
1044
|
+
| "IconMoveFolder"
|
|
1040
1045
|
| "IconMultiMedia"
|
|
1041
1046
|
| "IconMute"
|
|
1042
1047
|
| "IconNailedIt"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.87",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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": 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",
|
|
@@ -1032,11 +1035,12 @@
|
|
|
1032
1035
|
]
|
|
1033
1036
|
},
|
|
1034
1037
|
"Layout": {
|
|
1035
|
-
"count":
|
|
1038
|
+
"count": 51,
|
|
1036
1039
|
"icons": [
|
|
1037
1040
|
"IconAlignHorizontalCenter",
|
|
1038
1041
|
"IconAlignVerticalCenter",
|
|
1039
1042
|
"IconBento",
|
|
1043
|
+
"IconBoard",
|
|
1040
1044
|
"IconCarussel",
|
|
1041
1045
|
"IconColumns3",
|
|
1042
1046
|
"IconColumns3Wide",
|
|
@@ -1591,7 +1595,7 @@
|
|
|
1591
1595
|
]
|
|
1592
1596
|
},
|
|
1593
1597
|
"Things": {
|
|
1594
|
-
"count":
|
|
1598
|
+
"count": 116,
|
|
1595
1599
|
"icons": [
|
|
1596
1600
|
"IconAnvil",
|
|
1597
1601
|
"IconBackpack",
|
|
@@ -1602,6 +1606,7 @@
|
|
|
1602
1606
|
"IconBean",
|
|
1603
1607
|
"IconBee",
|
|
1604
1608
|
"IconBlackHole",
|
|
1609
|
+
"IconBlocks",
|
|
1605
1610
|
"IconBomb",
|
|
1606
1611
|
"IconBooks",
|
|
1607
1612
|
"IconBronceMedal",
|
|
@@ -2105,12 +2110,14 @@
|
|
|
2105
2110
|
"IconBlankPagePortrait": "blank-page-portrait",
|
|
2106
2111
|
"IconBlip": "blip, flick, snip, snap, easy, thanos",
|
|
2107
2112
|
"IconBlock": "block, workspace",
|
|
2113
|
+
"IconBlocks": "blocks, integration, apps",
|
|
2108
2114
|
"IconBlockSortAscending": "block-sort-ascending",
|
|
2109
2115
|
"IconBlockSortDescending": "block-sort-descending",
|
|
2110
2116
|
"IconBlossom": "blossom, flower, growing",
|
|
2111
2117
|
"IconBluesky": "bluesky",
|
|
2112
2118
|
"IconBluetooth": "bluetooth",
|
|
2113
2119
|
"IconBlur": "blur",
|
|
2120
|
+
"IconBoard": "board, moodboard, layout, template",
|
|
2114
2121
|
"IconBold": "bold",
|
|
2115
2122
|
"IconBolt": "bolt",
|
|
2116
2123
|
"IconBomb": "bomb, boom",
|
|
@@ -2638,6 +2645,7 @@
|
|
|
2638
2645
|
"IconFolderRestricted": "folder-restricted",
|
|
2639
2646
|
"IconFolders": "folders",
|
|
2640
2647
|
"IconFolderShared": "folder-shared",
|
|
2648
|
+
"IconFolderShield": "folder-shield, folder-security",
|
|
2641
2649
|
"IconFolderSparkle": "Folder-sparkle, plus",
|
|
2642
2650
|
"IconFolderUpload": "folder-upload",
|
|
2643
2651
|
"IconFontStyle": "font-style, fonts, serif",
|
|
@@ -2870,6 +2878,7 @@
|
|
|
2870
2878
|
"IconMapPinFlat": "map-pin-flat, route",
|
|
2871
2879
|
"IconMarkdown": "markdown",
|
|
2872
2880
|
"IconMarker": "marker, highlight",
|
|
2881
|
+
"IconMarker2": "marker-2, highlight",
|
|
2873
2882
|
"IconMarkerCircle": "marker-circle, highlight",
|
|
2874
2883
|
"IconMarkup": "markup, marker, highlight",
|
|
2875
2884
|
"IconMask": "mask, theatre",
|
|
@@ -2914,6 +2923,7 @@
|
|
|
2914
2923
|
"IconMouseScrollDown": "mouse-scroll-down",
|
|
2915
2924
|
"IconMouseScrollUp": "mouse-scroll-up",
|
|
2916
2925
|
"IconMouth": "mouth, kiss",
|
|
2926
|
+
"IconMoveFolder": "move-folder",
|
|
2917
2927
|
"IconMultiMedia": "multi-media, media, image-video",
|
|
2918
2928
|
"IconMute": "mute, sound-off",
|
|
2919
2929
|
"IconNailedIt": "nailed-it",
|
package/index.d.ts
CHANGED
|
@@ -229,10 +229,12 @@ 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";
|
|
235
236
|
export { IconBlur, default as IconBlurDefault } from "./IconBlur";
|
|
237
|
+
export { IconBoard, default as IconBoardDefault } from "./IconBoard";
|
|
236
238
|
export { IconBold, default as IconBoldDefault } from "./IconBold";
|
|
237
239
|
export { IconBolt, default as IconBoltDefault } from "./IconBolt";
|
|
238
240
|
export { IconBomb, default as IconBombDefault } from "./IconBomb";
|
|
@@ -759,6 +761,7 @@ export { IconFolderOpen, default as IconFolderOpenDefault, } from "./IconFolderO
|
|
|
759
761
|
export { IconFolderPaper, default as IconFolderPaperDefault, } from "./IconFolderPaper";
|
|
760
762
|
export { IconFolderRestricted, default as IconFolderRestrictedDefault, } from "./IconFolderRestricted";
|
|
761
763
|
export { IconFolderShared, default as IconFolderSharedDefault, } from "./IconFolderShared";
|
|
764
|
+
export { IconFolderShield, default as IconFolderShieldDefault, } from "./IconFolderShield";
|
|
762
765
|
export { IconFolderSparkle, default as IconFolderSparkleDefault, } from "./IconFolderSparkle";
|
|
763
766
|
export { IconFolderUpload, default as IconFolderUploadDefault, } from "./IconFolderUpload";
|
|
764
767
|
export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
|
|
@@ -992,6 +995,7 @@ export { IconMapPin, default as IconMapPinDefault } from "./IconMapPin";
|
|
|
992
995
|
export { IconMapPinFlat, default as IconMapPinFlatDefault, } from "./IconMapPinFlat";
|
|
993
996
|
export { IconMarkdown, default as IconMarkdownDefault } from "./IconMarkdown";
|
|
994
997
|
export { IconMarker, default as IconMarkerDefault } from "./IconMarker";
|
|
998
|
+
export { IconMarker2, default as IconMarker2Default } from "./IconMarker2";
|
|
995
999
|
export { IconMarkerCircle, default as IconMarkerCircleDefault, } from "./IconMarkerCircle";
|
|
996
1000
|
export { IconMarkup, default as IconMarkupDefault } from "./IconMarkup";
|
|
997
1001
|
export { IconMask, default as IconMaskDefault } from "./IconMask";
|
|
@@ -1036,6 +1040,7 @@ export { IconMouseClassic2, default as IconMouseClassic2Default, } from "./IconM
|
|
|
1036
1040
|
export { IconMouseScrollDown, default as IconMouseScrollDownDefault, } from "./IconMouseScrollDown";
|
|
1037
1041
|
export { IconMouseScrollUp, default as IconMouseScrollUpDefault, } from "./IconMouseScrollUp";
|
|
1038
1042
|
export { IconMouth, default as IconMouthDefault } from "./IconMouth";
|
|
1043
|
+
export { IconMoveFolder, default as IconMoveFolderDefault, } from "./IconMoveFolder";
|
|
1039
1044
|
export { IconMultiMedia, default as IconMultiMediaDefault, } from "./IconMultiMedia";
|
|
1040
1045
|
export { IconMute, default as IconMuteDefault } from "./IconMute";
|
|
1041
1046
|
export { IconNailedIt, default as IconNailedItDefault } from "./IconNailedIt";
|