@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.95 → 1.1.97
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/IconArrowSplitDown1/index.d.ts +4 -0
- package/IconArrowSplitDown1/index.js +2 -0
- package/IconArrowSplitDown1/index.js.map +1 -0
- package/IconArrowSplitDown1/index.mjs +2 -0
- package/IconArrowSplitDown1/index.mjs.map +1 -0
- package/IconListAdd/index.d.ts +4 -0
- package/IconListAdd/index.js +2 -0
- package/IconListAdd/index.js.map +1 -0
- package/IconListAdd/index.mjs +2 -0
- package/IconListAdd/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +9 -5
- package/index.d.ts +2 -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 +15 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var S={};g(S,{IconArrowSplitDown1:()=>i,default:()=>v});module.exports=V(S);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M12 3C12.4142 3 12.75 3.33579 12.75 3.75V11.6895L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L12 13.0605L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L11.25 11.6895V3.75C11.25 3.33579 11.5858 3 12 3Z",fill:"currentColor"})),v=i;0&&(module.exports={IconArrowSplitDown1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitDown1/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 IconArrowSplitDown1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C12.4142 3 12.75 3.33579 12.75 3.75V11.6895L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L12 13.0605L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L11.25 11.6895V3.75C11.25 3.33579 11.5858 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitDown1;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,obACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowSplitDown1_exports","__export","IconArrowSplitDown1","IconArrowSplitDown1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplitDown1","props","React","CentralIconBase","IconArrowSplitDown1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 3C12.4142 3 12.75 3.33579 12.75 3.75V11.6895L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L12 13.0605L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L11.25 11.6895V3.75C11.25 3.33579 11.5858 3 12 3Z",fill:"currentColor"})),P=l;export{l as IconArrowSplitDown1,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitDown1/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 IconArrowSplitDown1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C12.4142 3 12.75 3.33579 12.75 3.75V11.6895L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L12 13.0605L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L11.25 11.6895V3.75C11.25 3.33579 11.5858 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitDown1;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,obACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitDown1","props","React","CentralIconBase","IconArrowSplitDown1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=H(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(B(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var v={};x(v,{IconListAdd:()=>c,default:()=>g});module.exports=P(v);var t=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...C})=>s.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>t.default.createElement(i,{...r},t.default.createElement(e.Path,{d:"M18 11C18.4142 11 18.75 11.3358 18.75 11.75V14H21.25C21.6642 14 22 14.3358 22 14.75C22 15.1642 21.6642 15.5 21.25 15.5H18.75V18.25C18.75 18.6642 18.4142 19 18 19C17.5858 19 17.25 18.6642 17.25 18.25V15.5H14.75C14.3358 15.5 14 15.1642 14 14.75C14 14.3358 14.3358 14 14.75 14H17.25V11.75C17.25 11.3358 17.5858 11 18 11Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M10.25 17.25C10.6642 17.25 11 17.5858 11 18C11 18.4142 10.6642 18.75 10.25 18.75H3.75C3.33579 18.75 3 18.4142 3 18C3 17.5858 3.33579 17.25 3.75 17.25H10.25Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M10.25 11.25C10.6642 11.25 11 11.5858 11 12C11 12.4142 10.6642 12.75 10.25 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H10.25Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M20.25 5.25C20.6642 5.25 21 5.58579 21 6C21 6.41421 20.6642 6.75 20.25 6.75H3.75C3.33579 6.75 3 6.41421 3 6C3 5.58579 3.33579 5.25 3.75 5.25H20.25Z",fill:"currentColor"})),g=c;0&&(module.exports={IconListAdd});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconListAdd/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 IconListAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 11C18.4142 11 18.75 11.3358 18.75 11.75V14H21.25C21.6642 14 22 14.3358 22 14.75C22 15.1642 21.6642 15.5 21.25 15.5H18.75V18.25C18.75 18.6642 18.4142 19 18 19C17.5858 19 17.25 18.6642 17.25 18.25V15.5H14.75C14.3358 15.5 14 15.1642 14 14.75C14 14.3358 14.3358 14 14.75 14H17.25V11.75C17.25 11.3358 17.5858 11 18 11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.25 17.25C10.6642 17.25 11 17.5858 11 18C11 18.4142 10.6642 18.75 10.25 18.75H3.75C3.33579 18.75 3 18.4142 3 18C3 17.5858 3.33579 17.25 3.75 17.25H10.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.25 11.25C10.6642 11.25 11 11.5858 11 12C11 12.4142 10.6642 12.75 10.25 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H10.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.25 5.25C20.6642 5.25 21 5.58579 21 6C21 6.41421 20.6642 6.75 20.25 6.75H3.75C3.33579 6.75 3 6.41421 3 6C3 5.58579 3.33579 5.25 3.75 5.25H20.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListAdd;\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,gUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListAdd_exports","__export","IconListAdd","IconListAdd_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListAdd","props","React","CentralIconBase","IconListAdd_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as C}from"react-native-svg";var f=t=>o.createElement(n,{...t},o.createElement(C,{d:"M18 11C18.4142 11 18.75 11.3358 18.75 11.75V14H21.25C21.6642 14 22 14.3358 22 14.75C22 15.1642 21.6642 15.5 21.25 15.5H18.75V18.25C18.75 18.6642 18.4142 19 18 19C17.5858 19 17.25 18.6642 17.25 18.25V15.5H14.75C14.3358 15.5 14 15.1642 14 14.75C14 14.3358 14.3358 14 14.75 14H17.25V11.75C17.25 11.3358 17.5858 11 18 11Z",fill:"currentColor"}),o.createElement(C,{d:"M10.25 17.25C10.6642 17.25 11 17.5858 11 18C11 18.4142 10.6642 18.75 10.25 18.75H3.75C3.33579 18.75 3 18.4142 3 18C3 17.5858 3.33579 17.25 3.75 17.25H10.25Z",fill:"currentColor"}),o.createElement(C,{d:"M10.25 11.25C10.6642 11.25 11 11.5858 11 12C11 12.4142 10.6642 12.75 10.25 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H10.25Z",fill:"currentColor"}),o.createElement(C,{d:"M20.25 5.25C20.6642 5.25 21 5.58579 21 6C21 6.41421 20.6642 6.75 20.25 6.75H3.75C3.33579 6.75 3 6.41421 3 6C3 5.58579 3.33579 5.25 3.75 5.25H20.25Z",fill:"currentColor"})),I=f;export{f as IconListAdd,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconListAdd/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 IconListAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 11C18.4142 11 18.75 11.3358 18.75 11.75V14H21.25C21.6642 14 22 14.3358 22 14.75C22 15.1642 21.6642 15.5 21.25 15.5H18.75V18.25C18.75 18.6642 18.4142 19 18 19C17.5858 19 17.25 18.6642 17.25 18.25V15.5H14.75C14.3358 15.5 14 15.1642 14 14.75C14 14.3358 14.3358 14 14.75 14H17.25V11.75C17.25 11.3358 17.5858 11 18 11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.25 17.25C10.6642 17.25 11 17.5858 11 18C11 18.4142 10.6642 18.75 10.25 18.75H3.75C3.33579 18.75 3 18.4142 3 18C3 17.5858 3.33579 17.25 3.75 17.25H10.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.25 11.25C10.6642 11.25 11 11.5858 11 12C11 12.4142 10.6642 12.75 10.25 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H10.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.25 5.25C20.6642 5.25 21 5.58579 21 6C21 6.41421 20.6642 6.75 20.25 6.75H3.75C3.33579 6.75 3 6.41421 3 6C3 5.58579 3.33579 5.25 3.75 5.25H20.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListAdd;\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,gUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListAdd","props","React","CentralIconBase","IconListAdd_default"]}
|
package/README.md
CHANGED
|
@@ -272,6 +272,7 @@ Below is a complete list of available icons:
|
|
|
272
272
|
- IconArrowsHide
|
|
273
273
|
- IconArrowSplit
|
|
274
274
|
- IconArrowSplitDown
|
|
275
|
+
- IconArrowSplitDown1
|
|
275
276
|
- IconArrowsRepeat
|
|
276
277
|
- IconArrowsRepeatCircle
|
|
277
278
|
- IconArrowsRepeatRightLeft
|
|
@@ -1032,6 +1033,7 @@ Below is a complete list of available icons:
|
|
|
1032
1033
|
- IconLightBulb
|
|
1033
1034
|
- IconLightbulbGlow
|
|
1034
1035
|
- IconLightBulbSimple
|
|
1036
|
+
- IconListAdd
|
|
1035
1037
|
- IconListBullets
|
|
1036
1038
|
- IconLoader
|
|
1037
1039
|
- IconLoadingCircle
|
package/filtered-icons.json
CHANGED
|
@@ -1764,6 +1764,20 @@
|
|
|
1764
1764
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
1765
1765
|
"componentName": "IconArrowSplitDown"
|
|
1766
1766
|
},
|
|
1767
|
+
{
|
|
1768
|
+
"category": "Arrows",
|
|
1769
|
+
"svg": "<path d=\"M12 3C12.4142 3 12.75 3.33579 12.75 3.75V11.6895L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L12 13.0605L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L11.25 11.6895V3.75C11.25 3.33579 11.5858 3 12 3Z\" fill=\"currentColor\"/>",
|
|
1770
|
+
"iconName": "arrow-split-down",
|
|
1771
|
+
"variant": {
|
|
1772
|
+
"join": "round",
|
|
1773
|
+
"filled": "on",
|
|
1774
|
+
"radius": "1",
|
|
1775
|
+
"stroke": "1.5"
|
|
1776
|
+
},
|
|
1777
|
+
"createdAt": "2026-01-25T14:00:21.596949+00:00",
|
|
1778
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
1779
|
+
"componentName": "IconArrowSplitDown1"
|
|
1780
|
+
},
|
|
1767
1781
|
{
|
|
1768
1782
|
"category": "Arrows",
|
|
1769
1783
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.1062 1.22905C12.3939 0.931069 12.8687 0.922739 13.1667 1.21045L16.2738 4.21045C16.4202 4.35178 16.5029 4.54653 16.5029 4.75C16.5029 4.95348 16.4202 5.14822 16.2738 5.28955L13.1667 8.28955C12.8687 8.57726 12.3939 8.56893 12.1062 8.27095C11.8185 7.97296 11.8268 7.49816 12.1248 7.21045L13.8963 5.5H4.75C4.61193 5.5 4.5 5.61193 4.5 5.75V13.25C4.5 13.6642 4.16421 14 3.75 14C3.33579 14 3 13.6642 3 13.25V5.75C3 4.7835 3.7835 4 4.75 4H13.8963L12.1248 2.28955C11.8268 2.00184 11.8185 1.52704 12.1062 1.22905ZM20.25 10C20.6642 10 21 10.3358 21 10.75V18.25C21 19.2165 20.2165 20 19.25 20H10.1037L11.8752 21.7104C12.1732 21.9982 12.1815 22.473 11.8938 22.7709C11.6061 23.0689 11.1313 23.0773 10.8333 22.7896L7.7262 19.7896C7.57982 19.6482 7.49714 19.4535 7.49714 19.25C7.49714 19.0465 7.57982 18.8518 7.7262 18.7104L10.8333 15.7105C11.1313 15.4227 11.6061 15.4311 11.8938 15.7291C12.1815 16.027 12.1732 16.5018 11.8752 16.7896L10.1037 18.5H19.25C19.3881 18.5 19.5 18.3881 19.5 18.25V10.75C19.5 10.3358 19.8358 10 20.25 10Z\" fill=\"currentColor\"/>",
|
|
@@ -13317,7 +13331,7 @@
|
|
|
13317
13331
|
{
|
|
13318
13332
|
"category": "Folders & Files",
|
|
13319
13333
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4396 3.06741C12.8167 2.89601 13.2614 3.06275 13.4328 3.43983L20.9328 19.9398C21.1042 20.3169 20.9374 20.7616 20.5604 20.933C20.1833 21.1044 19.7386 20.9376 19.5672 20.5605L12.0672 4.06054C11.8958 3.68345 12.0626 3.23881 12.4396 3.06741ZM3.75 3.00018C4.16421 3.00018 4.5 3.33597 4.5 3.75018V20.2502C4.5 20.6644 4.16421 21.0002 3.75 21.0002C3.33579 21.0002 3 20.6644 3 20.2502V3.75018C3 3.33597 3.33579 3.00018 3.75 3.00018ZM8.75 3.00018C9.16421 3.00018 9.5 3.33597 9.5 3.75018V20.2502C9.5 20.6644 9.16421 21.0002 8.75 21.0002C8.33579 21.0002 8 20.6644 8 20.2502V3.75018C8 3.33597 8.33579 3.00018 8.75 3.00018Z\" fill=\"currentColor\"/>",
|
|
13320
|
-
"iconName": "library",
|
|
13334
|
+
"iconName": "library, stuff, vinyl-records",
|
|
13321
13335
|
"variant": {
|
|
13322
13336
|
"join": "round",
|
|
13323
13337
|
"filled": "on",
|
|
@@ -13566,6 +13580,20 @@
|
|
|
13566
13580
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
13567
13581
|
"componentName": "IconLiquidGlass"
|
|
13568
13582
|
},
|
|
13583
|
+
{
|
|
13584
|
+
"category": "Interface General",
|
|
13585
|
+
"svg": "<path d=\"M18 11C18.4142 11 18.75 11.3358 18.75 11.75V14H21.25C21.6642 14 22 14.3358 22 14.75C22 15.1642 21.6642 15.5 21.25 15.5H18.75V18.25C18.75 18.6642 18.4142 19 18 19C17.5858 19 17.25 18.6642 17.25 18.25V15.5H14.75C14.3358 15.5 14 15.1642 14 14.75C14 14.3358 14.3358 14 14.75 14H17.25V11.75C17.25 11.3358 17.5858 11 18 11Z\" fill=\"currentColor\"/><path d=\"M10.25 17.25C10.6642 17.25 11 17.5858 11 18C11 18.4142 10.6642 18.75 10.25 18.75H3.75C3.33579 18.75 3 18.4142 3 18C3 17.5858 3.33579 17.25 3.75 17.25H10.25Z\" fill=\"currentColor\"/><path d=\"M10.25 11.25C10.6642 11.25 11 11.5858 11 12C11 12.4142 10.6642 12.75 10.25 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H10.25Z\" fill=\"currentColor\"/><path d=\"M20.25 5.25C20.6642 5.25 21 5.58579 21 6C21 6.41421 20.6642 6.75 20.25 6.75H3.75C3.33579 6.75 3 6.41421 3 6C3 5.58579 3.33579 5.25 3.75 5.25H20.25Z\" fill=\"currentColor\"/>",
|
|
13586
|
+
"iconName": "list-add, list-plus, new-list",
|
|
13587
|
+
"variant": {
|
|
13588
|
+
"join": "round",
|
|
13589
|
+
"filled": "on",
|
|
13590
|
+
"radius": "1",
|
|
13591
|
+
"stroke": "1.5"
|
|
13592
|
+
},
|
|
13593
|
+
"createdAt": "2026-01-25T14:00:21.596949+00:00",
|
|
13594
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
13595
|
+
"componentName": "IconListAdd"
|
|
13596
|
+
},
|
|
13569
13597
|
{
|
|
13570
13598
|
"category": "Interface General",
|
|
13571
13599
|
"svg": "<path d=\"M4.2002 16.7998C4.86285 16.7999 5.40039 17.3373 5.40039 18C5.40029 18.6626 4.86278 19.2001 4.2002 19.2002C3.53752 19.2002 3.00011 18.6627 3 18C3 17.3373 3.53745 16.7998 4.2002 16.7998Z\" fill=\"currentColor\"/><path d=\"M20.25 17.25C20.6642 17.25 21 17.5858 21 18C21 18.4142 20.6642 18.75 20.25 18.75H8.75C8.33579 18.75 8 18.4142 8 18C8 17.5858 8.33579 17.25 8.75 17.25H20.25Z\" fill=\"currentColor\"/><path d=\"M4.2002 10.7998C4.86285 10.7999 5.40039 11.3373 5.40039 12C5.40029 12.6626 4.86278 13.2001 4.2002 13.2002C3.53752 13.2002 3.00011 12.6627 3 12C3 11.3373 3.53745 10.7998 4.2002 10.7998Z\" fill=\"currentColor\"/><path d=\"M20.25 11.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H8.75C8.33579 12.75 8 12.4142 8 12C8 11.5858 8.33579 11.25 8.75 11.25H20.25Z\" fill=\"currentColor\"/><path d=\"M4.2002 4.7998C4.86285 4.79991 5.40039 5.33732 5.40039 6C5.40029 6.66259 4.86278 7.20009 4.2002 7.2002C3.53752 7.2002 3.00011 6.66265 3 6C3 5.33726 3.53745 4.7998 4.2002 4.7998Z\" fill=\"currentColor\"/><path d=\"M20.25 5.25C20.6642 5.25 21 5.58579 21 6C21 6.41421 20.6642 6.75 20.25 6.75H8.75C8.33579 6.75 8 6.41421 8 6C8 5.58579 8.33579 5.25 8.75 5.25H20.25Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ export type CentralIconName =
|
|
|
125
125
|
| "IconArrowsHide"
|
|
126
126
|
| "IconArrowSplit"
|
|
127
127
|
| "IconArrowSplitDown"
|
|
128
|
+
| "IconArrowSplitDown1"
|
|
128
129
|
| "IconArrowsRepeat"
|
|
129
130
|
| "IconArrowsRepeatCircle"
|
|
130
131
|
| "IconArrowsRepeatRightLeft"
|
|
@@ -968,6 +969,7 @@ export type CentralIconName =
|
|
|
968
969
|
| "IconLinkedin"
|
|
969
970
|
| "IconLinktree"
|
|
970
971
|
| "IconLiquidGlass"
|
|
972
|
+
| "IconListAdd"
|
|
971
973
|
| "IconListBullets"
|
|
972
974
|
| "IconListBulletsSquare"
|
|
973
975
|
| "IconListSparkle"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.97",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/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": 1703,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 66,
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
]
|
|
100
100
|
},
|
|
101
101
|
"Arrows": {
|
|
102
|
-
"count":
|
|
102
|
+
"count": 124,
|
|
103
103
|
"icons": [
|
|
104
104
|
"IconArrow",
|
|
105
105
|
"IconArrowBottomTop",
|
|
@@ -146,6 +146,7 @@
|
|
|
146
146
|
"IconArrowsHide",
|
|
147
147
|
"IconArrowSplit",
|
|
148
148
|
"IconArrowSplitDown",
|
|
149
|
+
"IconArrowSplitDown1",
|
|
149
150
|
"IconArrowsRepeat",
|
|
150
151
|
"IconArrowsRepeatCircle",
|
|
151
152
|
"IconArrowsRepeatRightLeft",
|
|
@@ -843,7 +844,7 @@
|
|
|
843
844
|
]
|
|
844
845
|
},
|
|
845
846
|
"Interface General": {
|
|
846
|
-
"count":
|
|
847
|
+
"count": 178,
|
|
847
848
|
"icons": [
|
|
848
849
|
"IconAnchor1",
|
|
849
850
|
"IconAnchor2",
|
|
@@ -938,6 +939,7 @@
|
|
|
938
939
|
"IconLightBulb",
|
|
939
940
|
"IconLightbulbGlow",
|
|
940
941
|
"IconLightBulbSimple",
|
|
942
|
+
"IconListAdd",
|
|
941
943
|
"IconListBullets",
|
|
942
944
|
"IconLoader",
|
|
943
945
|
"IconLoadingCircle",
|
|
@@ -2022,6 +2024,7 @@
|
|
|
2022
2024
|
"IconArrowsHide": "arrows-hide, collapse, minimize",
|
|
2023
2025
|
"IconArrowSplit": "arrow-split, rules, direction, split",
|
|
2024
2026
|
"IconArrowSplitDown": "arrow-split-down, branch",
|
|
2027
|
+
"IconArrowSplitDown1": "arrow-split-down",
|
|
2025
2028
|
"IconArrowsRepeat": "arrows-repeat, repost",
|
|
2026
2029
|
"IconArrowsRepeatCircle": "arrows-repeat-circle, repost",
|
|
2027
2030
|
"IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
|
|
@@ -2847,7 +2850,7 @@
|
|
|
2847
2850
|
"IconLayoutWindow": "layout-window, grid, window",
|
|
2848
2851
|
"IconLeaderboard": "leaderboard, winner, stats, graph",
|
|
2849
2852
|
"IconLemonsqueezy": "lemonsqueezy",
|
|
2850
|
-
"IconLibrary": "library",
|
|
2853
|
+
"IconLibrary": "library, stuff, vinyl-records",
|
|
2851
2854
|
"IconLifeVest": "life-vest, vest",
|
|
2852
2855
|
"IconLightBulb": "light-bulb, idea, light",
|
|
2853
2856
|
"IconLightbulbGlow": "lightbulb-glow, idea, reasoning, think",
|
|
@@ -2865,6 +2868,7 @@
|
|
|
2865
2868
|
"IconLinkedin": "linkedin",
|
|
2866
2869
|
"IconLinktree": "linktree",
|
|
2867
2870
|
"IconLiquidGlass": "liquid-glass, glass-effect",
|
|
2871
|
+
"IconListAdd": "list-add, list-plus, new-list",
|
|
2868
2872
|
"IconListBullets": "list-bullets",
|
|
2869
2873
|
"IconListBulletsSquare": "list-bullets-square",
|
|
2870
2874
|
"IconListSparkle": "list-sparkle, ai text, text generation",
|
package/index.d.ts
CHANGED
|
@@ -122,6 +122,7 @@ export { IconArrowShareLeft, default as IconArrowShareLeftDefault, } from "./Ico
|
|
|
122
122
|
export { IconArrowShareRight, default as IconArrowShareRightDefault, } from "./IconArrowShareRight";
|
|
123
123
|
export { IconArrowSplit, default as IconArrowSplitDefault, } from "./IconArrowSplit";
|
|
124
124
|
export { IconArrowSplitDown, default as IconArrowSplitDownDefault, } from "./IconArrowSplitDown";
|
|
125
|
+
export { IconArrowSplitDown1, default as IconArrowSplitDown1Default, } from "./IconArrowSplitDown1";
|
|
125
126
|
export { IconArrowTopBottom, default as IconArrowTopBottomDefault, } from "./IconArrowTopBottom";
|
|
126
127
|
export { IconArrowTriangleBottom, default as IconArrowTriangleBottomDefault, } from "./IconArrowTriangleBottom";
|
|
127
128
|
export { IconArrowTriangleLeft, default as IconArrowTriangleLeftDefault, } from "./IconArrowTriangleLeft";
|
|
@@ -967,6 +968,7 @@ export { IconLinebreak, default as IconLinebreakDefault, } from "./IconLinebreak
|
|
|
967
968
|
export { IconLinkedin, default as IconLinkedinDefault } from "./IconLinkedin";
|
|
968
969
|
export { IconLinktree, default as IconLinktreeDefault } from "./IconLinktree";
|
|
969
970
|
export { IconLiquidGlass, default as IconLiquidGlassDefault, } from "./IconLiquidGlass";
|
|
971
|
+
export { IconListAdd, default as IconListAddDefault } from "./IconListAdd";
|
|
970
972
|
export { IconListBullets, default as IconListBulletsDefault, } from "./IconListBullets";
|
|
971
973
|
export { IconListBulletsSquare, default as IconListBulletsSquareDefault, } from "./IconListBulletsSquare";
|
|
972
974
|
export { IconListSparkle, default as IconListSparkleDefault, } from "./IconListSparkle";
|