@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.97 → 1.1.99
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/IconArrowSplitLeft/index.d.ts +4 -0
- package/IconArrowSplitLeft/index.js +2 -0
- package/IconArrowSplitLeft/index.js.map +1 -0
- package/IconArrowSplitLeft/index.mjs +2 -0
- package/IconArrowSplitLeft/index.mjs.map +1 -0
- package/IconArrowSplitRight/index.d.ts +4 -0
- package/IconArrowSplitRight/index.js +2 -0
- package/IconArrowSplitRight/index.js.map +1 -0
- package/IconArrowSplitRight/index.mjs +2 -0
- package/IconArrowSplitRight/index.mjs.map +1 -0
- package/IconArrowSplitUp/index.d.ts +4 -0
- package/IconArrowSplitUp/index.js +2 -0
- package/IconArrowSplitUp/index.js.map +1 -0
- package/{IconArrowSplit → IconArrowSplitUp}/index.mjs +1 -1
- package/IconArrowSplitUp/index.mjs.map +1 -0
- package/IconClawdbot/index.d.ts +4 -0
- package/IconClawdbot/index.js +2 -0
- package/IconClawdbot/index.js.map +1 -0
- package/IconClawdbot/index.mjs +2 -0
- package/IconClawdbot/index.mjs.map +1 -0
- package/README.md +4 -1
- package/filtered-icons.json +54 -12
- package/icons/index.d.ts +4 -1
- package/icons-index.json +13 -7
- package/index.d.ts +4 -1
- 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 +29 -8
- package/IconArrowSplit/index.d.ts +0 -4
- package/IconArrowSplit/index.js +0 -2
- package/IconArrowSplit/index.js.map +0 -1
- package/IconArrowSplit/index.mjs.map +0 -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,p)=>{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:!(p=I(o,e))||p.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)),H=r=>a(n({},"__esModule",{value:!0}),r);var L={};g(L,{IconArrowSplitLeft:()=>i,default:()=>v});module.exports=H(L);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({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 c=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(c.Path,{d:"M9.25 3C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56055L12.3105 11.25H20.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H12.3105L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3.75C3.33579 21 3 20.6642 3 20.25V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L10.9395 12L4.5 5.56055V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75C3 3.33579 3.33579 3 3.75 3H9.25Z",fill:"currentColor"})),v=i;0&&(module.exports={IconArrowSplitLeft});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitLeft/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 IconArrowSplitLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.25 3C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56055L12.3105 11.25H20.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H12.3105L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3.75C3.33579 21 3 20.6642 3 20.25V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L10.9395 12L4.5 5.56055V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75C3 3.33579 3.33579 3 3.75 3H9.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitLeft;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2eACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowSplitLeft_exports","__export","IconArrowSplitLeft","IconArrowSplitLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplitLeft","props","React","CentralIconBase","IconArrowSplitLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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:"M9.25 3C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56055L12.3105 11.25H20.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H12.3105L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3.75C3.33579 21 3 20.6642 3 20.25V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L10.9395 12L4.5 5.56055V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75C3 3.33579 3.33579 3 3.75 3H9.25Z",fill:"currentColor"})),P=l;export{l as IconArrowSplitLeft,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitLeft/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 IconArrowSplitLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.25 3C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56055L12.3105 11.25H20.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H12.3105L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3.75C3.33579 21 3 20.6642 3 20.25V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L10.9395 12L4.5 5.56055V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75C3 3.33579 3.33579 3 3.75 3H9.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitLeft;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2eACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitLeft","props","React","CentralIconBase","IconArrowSplitLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconArrowSplitRight:()=>i,default:()=>h});module.exports=H(v);var C=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=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M20.25 3C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56055L13.0605 12L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V20.25C21 20.6642 20.6642 21 20.25 21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L11.6895 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H11.6895L18.4395 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25Z",fill:"currentColor"})),h=i;0&&(module.exports={IconArrowSplitRight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitRight/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 IconArrowSplitRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56055L13.0605 12L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V20.25C21 20.6642 20.6642 21 20.25 21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L11.6895 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H11.6895L18.4395 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitRight;\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,yfACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowSplitRight_exports","__export","IconArrowSplitRight","IconArrowSplitRight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplitRight","props","React","CentralIconBase","IconArrowSplitRight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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:"M20.25 3C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56055L13.0605 12L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V20.25C21 20.6642 20.6642 21 20.25 21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L11.6895 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H11.6895L18.4395 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25Z",fill:"currentColor"})),x=l;export{l as IconArrowSplitRight,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitRight/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 IconArrowSplitRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56055L13.0605 12L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V20.25C21 20.6642 20.6642 21 20.25 21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L11.6895 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H11.6895L18.4395 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitRight;\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,yfACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitRight","props","React","CentralIconBase","IconArrowSplitRight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var V={};x(V,{IconArrowSplitUp:()=>i,default:()=>g});module.exports=P(V);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.75C3 3.33579 3.33579 3 3.75 3H9.25C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56066L12 10.9393L18.4393 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56066L12.75 12.3107V20.25C12.75 20.6642 12.4142 21 12 21C11.5858 21 11.25 20.6642 11.25 20.25V12.3107L4.5 5.56066V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75Z",fill:"currentColor"})),g=i;0&&(module.exports={IconArrowSplitUp});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitUp/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 IconArrowSplitUp: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 3.75C3 3.33579 3.33579 3 3.75 3H9.25C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56066L12 10.9393L18.4393 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56066L12.75 12.3107V20.25C12.75 20.6642 12.4142 21 12 21C11.5858 21 11.25 20.6642 11.25 20.25V12.3107L4.5 5.56066V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitUp;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2eACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowSplitUp_exports","__export","IconArrowSplitUp","IconArrowSplitUp_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplitUp","props","React","CentralIconBase","IconArrowSplitUp_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import
|
|
1
|
+
import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.75C3 3.33579 3.33579 3 3.75 3H9.25C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56066L12 10.9393L18.4393 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56066L12.75 12.3107V20.25C12.75 20.6642 12.4142 21 12 21C11.5858 21 11.25 20.6642 11.25 20.25V12.3107L4.5 5.56066V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75Z",fill:"currentColor"})),v=a;export{a as IconArrowSplitUp,v as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitUp/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 IconArrowSplitUp: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 3.75C3 3.33579 3.33579 3 3.75 3H9.25C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56066L12 10.9393L18.4393 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56066L12.75 12.3107V20.25C12.75 20.6642 12.4142 21 12 21C11.5858 21 11.25 20.6642 11.25 20.25V12.3107L4.5 5.56066V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitUp;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2eACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitUp","props","React","CentralIconBase","IconArrowSplitUp_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!B.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=i(r,t))||p.enumerable});return o};var V=(o,r,e)=>(e=o!=null?f(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),L=o=>l(n({},"__esModule",{value:!0}),o);var x={};I(x,{IconClawdbot:()=>c,default:()=>v});module.exports=L(x);var C=V(require("react"));var a=V(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>a.default.createElement(m.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 H=require("react-native-svg"),c=o=>C.default.createElement(s,{...o},C.default.createElement(H.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z",fill:"currentColor"})),v=c;0&&(module.exports={IconClawdbot});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconClawdbot/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 IconClawdbot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClawdbot;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,muBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconClawdbot_exports","__export","IconClawdbot","IconClawdbot_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClawdbot","props","React","CentralIconBase","IconClawdbot_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var V=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z",fill:"currentColor"})),B=V;export{V as IconClawdbot,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconClawdbot/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 IconClawdbot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClawdbot;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,muBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClawdbot","props","React","CentralIconBase","IconClawdbot_default"]}
|
package/README.md
CHANGED
|
@@ -270,9 +270,11 @@ Below is a complete list of available icons:
|
|
|
270
270
|
- IconArrowShareLeft
|
|
271
271
|
- IconArrowShareRight
|
|
272
272
|
- IconArrowsHide
|
|
273
|
-
- IconArrowSplit
|
|
274
273
|
- IconArrowSplitDown
|
|
275
274
|
- IconArrowSplitDown1
|
|
275
|
+
- IconArrowSplitLeft
|
|
276
|
+
- IconArrowSplitRight
|
|
277
|
+
- IconArrowSplitUp
|
|
276
278
|
- IconArrowsRepeat
|
|
277
279
|
- IconArrowsRepeatCircle
|
|
278
280
|
- IconArrowsRepeatRightLeft
|
|
@@ -1479,6 +1481,7 @@ Below is a complete list of available icons:
|
|
|
1479
1481
|
- IconCentralIconSystem
|
|
1480
1482
|
- IconChrome
|
|
1481
1483
|
- IconClaudeai
|
|
1484
|
+
- IconClawdbot
|
|
1482
1485
|
- IconCodepen
|
|
1483
1486
|
- IconCopilot
|
|
1484
1487
|
- IconCosmos
|
package/filtered-icons.json
CHANGED
|
@@ -1738,45 +1738,73 @@
|
|
|
1738
1738
|
},
|
|
1739
1739
|
{
|
|
1740
1740
|
"category": "Arrows",
|
|
1741
|
-
"svg": "<path
|
|
1742
|
-
"iconName": "arrow-split,
|
|
1741
|
+
"svg": "<path d=\"M5.46967 17.4697C5.76257 17.1769 6.23733 17.1768 6.53022 17.4697C6.82307 17.7626 6.82307 18.2374 6.53022 18.5303L5.28022 19.7803C4.98733 20.0732 4.51257 20.0731 4.21967 19.7803C3.92678 19.4874 3.92678 19.0126 4.21967 18.7197L5.46967 17.4697Z\" fill=\"currentColor\"/><path d=\"M11.9999 3C12.4141 3.00003 12.7499 3.33581 12.7499 3.75V11.5859C12.75 11.6522 12.7763 11.7158 12.8232 11.7627L18.4999 17.4395V13.75C18.4999 13.3358 18.8357 13 19.2499 13C19.6641 13 19.9999 13.3358 19.9999 13.75V19.25C19.9999 19.6642 19.6641 20 19.2499 20H13.7499C13.3357 20 12.9999 19.6642 12.9999 19.25C12.9999 18.8358 13.3357 18.5 13.7499 18.5H17.4394L11.7626 12.8232C11.4345 12.4951 11.25 12.05 11.2499 11.5859V3.75C11.2499 3.33579 11.5857 3 11.9999 3Z\" fill=\"currentColor\"/><path d=\"M8.96967 13.9697C9.26257 13.6769 9.73733 13.6768 10.0302 13.9697C10.3231 14.2626 10.3231 14.7374 10.0302 15.0303L8.78022 16.2803C8.48733 16.5732 8.01257 16.5731 7.71967 16.2803C7.42678 15.9874 7.42678 15.5126 7.71967 15.2197L8.96967 13.9697Z\" fill=\"currentColor\"/>",
|
|
1742
|
+
"iconName": "arrow-split-down, branch",
|
|
1743
1743
|
"variant": {
|
|
1744
1744
|
"join": "round",
|
|
1745
1745
|
"filled": "on",
|
|
1746
1746
|
"radius": "1",
|
|
1747
1747
|
"stroke": "1.5"
|
|
1748
1748
|
},
|
|
1749
|
-
"createdAt": "
|
|
1749
|
+
"createdAt": "2026-01-16T11:00:58.280999+00:00",
|
|
1750
1750
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
1751
|
-
"componentName": "
|
|
1751
|
+
"componentName": "IconArrowSplitDown"
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|
|
1754
1754
|
"category": "Arrows",
|
|
1755
|
-
"svg": "<path d=\"
|
|
1756
|
-
"iconName": "arrow-split-down,
|
|
1755
|
+
"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\"/>",
|
|
1756
|
+
"iconName": "arrow-split-down, rules, direction, split",
|
|
1757
1757
|
"variant": {
|
|
1758
1758
|
"join": "round",
|
|
1759
1759
|
"filled": "on",
|
|
1760
1760
|
"radius": "1",
|
|
1761
1761
|
"stroke": "1.5"
|
|
1762
1762
|
},
|
|
1763
|
-
"createdAt": "2026-01-
|
|
1763
|
+
"createdAt": "2026-01-25T14:00:21.596949+00:00",
|
|
1764
1764
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
1765
|
-
"componentName": "
|
|
1765
|
+
"componentName": "IconArrowSplitDown1"
|
|
1766
1766
|
},
|
|
1767
1767
|
{
|
|
1768
1768
|
"category": "Arrows",
|
|
1769
|
-
"svg": "<path d=\"
|
|
1770
|
-
"iconName": "arrow-split-
|
|
1769
|
+
"svg": "<path d=\"M9.25 3C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56055L12.3105 11.25H20.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H12.3105L5.56055 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H3.75C3.33579 21 3 20.6642 3 20.25V14.75C3 14.3358 3.33579 14 3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V18.4395L10.9395 12L4.5 5.56055V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75C3 3.33579 3.33579 3 3.75 3H9.25Z\" fill=\"currentColor\"/>",
|
|
1770
|
+
"iconName": "arrow-split-left, rules, direction, split",
|
|
1771
1771
|
"variant": {
|
|
1772
1772
|
"join": "round",
|
|
1773
1773
|
"filled": "on",
|
|
1774
1774
|
"radius": "1",
|
|
1775
1775
|
"stroke": "1.5"
|
|
1776
1776
|
},
|
|
1777
|
-
"createdAt": "2026-01-
|
|
1777
|
+
"createdAt": "2026-01-25T15:00:48.328154+00:00",
|
|
1778
1778
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
1779
|
-
"componentName": "
|
|
1779
|
+
"componentName": "IconArrowSplitLeft"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"category": "Arrows",
|
|
1783
|
+
"svg": "<path d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56055L13.0605 12L19.5 18.4395V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V20.25C21 20.6642 20.6642 21 20.25 21H14.75C14.3358 21 14 20.6642 14 20.25C14 19.8358 14.3358 19.5 14.75 19.5H18.4395L11.6895 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H11.6895L18.4395 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25Z\" fill=\"currentColor\"/>",
|
|
1784
|
+
"iconName": "arrow-split-right, rules, direction, split",
|
|
1785
|
+
"variant": {
|
|
1786
|
+
"join": "round",
|
|
1787
|
+
"filled": "on",
|
|
1788
|
+
"radius": "1",
|
|
1789
|
+
"stroke": "1.5"
|
|
1790
|
+
},
|
|
1791
|
+
"createdAt": "2026-01-25T15:00:48.328154+00:00",
|
|
1792
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
1793
|
+
"componentName": "IconArrowSplitRight"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"category": "Arrows",
|
|
1797
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3.75C3 3.33579 3.33579 3 3.75 3H9.25C9.66421 3 10 3.33579 10 3.75C10 4.16421 9.66421 4.5 9.25 4.5H5.56066L12 10.9393L18.4393 4.5H14.75C14.3358 4.5 14 4.16421 14 3.75C14 3.33579 14.3358 3 14.75 3H20.25C20.6642 3 21 3.33579 21 3.75V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V5.56066L12.75 12.3107V20.25C12.75 20.6642 12.4142 21 12 21C11.5858 21 11.25 20.6642 11.25 20.25V12.3107L4.5 5.56066V9.25C4.5 9.66421 4.16421 10 3.75 10C3.33579 10 3 9.66421 3 9.25V3.75Z\" fill=\"currentColor\"/>",
|
|
1798
|
+
"iconName": "arrow-split-up, rules, direction, split",
|
|
1799
|
+
"variant": {
|
|
1800
|
+
"join": "round",
|
|
1801
|
+
"filled": "on",
|
|
1802
|
+
"radius": "1",
|
|
1803
|
+
"stroke": "1.5"
|
|
1804
|
+
},
|
|
1805
|
+
"createdAt": "2025-02-15T21:11:33.661733+00:00",
|
|
1806
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
1807
|
+
"componentName": "IconArrowSplitUp"
|
|
1780
1808
|
},
|
|
1781
1809
|
{
|
|
1782
1810
|
"category": "Arrows",
|
|
@@ -6426,6 +6454,20 @@
|
|
|
6426
6454
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
6427
6455
|
"componentName": "IconClaudeai"
|
|
6428
6456
|
},
|
|
6457
|
+
{
|
|
6458
|
+
"category": "Social Media & Brands",
|
|
6459
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z\" fill=\"currentColor\"/>",
|
|
6460
|
+
"iconName": "clawdbot",
|
|
6461
|
+
"variant": {
|
|
6462
|
+
"join": "round",
|
|
6463
|
+
"filled": "on",
|
|
6464
|
+
"radius": "1",
|
|
6465
|
+
"stroke": "1.5"
|
|
6466
|
+
},
|
|
6467
|
+
"createdAt": "2026-01-26T11:00:52.600029+00:00",
|
|
6468
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
6469
|
+
"componentName": "IconClawdbot"
|
|
6470
|
+
},
|
|
6429
6471
|
{
|
|
6430
6472
|
"category": "Interface General",
|
|
6431
6473
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 3.75C8 2.7835 8.7835 2 9.75 2H14.25C15.2165 2 16 2.7835 16 3.75V4H18.25C19.2165 4 20 4.7835 20 5.75V20.25C20 21.2165 19.2165 22 18.25 22H5.75C4.7835 22 4 21.2165 4 20.25V5.75C4 4.7835 4.7835 4 5.75 4H8V3.75ZM9.5 6.25C9.5 6.38807 9.61193 6.5 9.75 6.5H14.25C14.3881 6.5 14.5 6.38807 14.5 6.25V3.75C14.5 3.61193 14.3881 3.5 14.25 3.5H9.75C9.61193 3.5 9.5 3.61193 9.5 3.75V6.25Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -123,9 +123,11 @@ export type CentralIconName =
|
|
|
123
123
|
| "IconArrowShareLeft"
|
|
124
124
|
| "IconArrowShareRight"
|
|
125
125
|
| "IconArrowsHide"
|
|
126
|
-
| "IconArrowSplit"
|
|
127
126
|
| "IconArrowSplitDown"
|
|
128
127
|
| "IconArrowSplitDown1"
|
|
128
|
+
| "IconArrowSplitLeft"
|
|
129
|
+
| "IconArrowSplitRight"
|
|
130
|
+
| "IconArrowSplitUp"
|
|
129
131
|
| "IconArrowsRepeat"
|
|
130
132
|
| "IconArrowsRepeatCircle"
|
|
131
133
|
| "IconArrowsRepeatRightLeft"
|
|
@@ -458,6 +460,7 @@ export type CentralIconName =
|
|
|
458
460
|
| "IconClapboard"
|
|
459
461
|
| "IconClapboardWide"
|
|
460
462
|
| "IconClaudeai"
|
|
463
|
+
| "IconClawdbot"
|
|
461
464
|
| "IconClipboard"
|
|
462
465
|
| "IconClipboard2"
|
|
463
466
|
| "IconClipboard2Sparkle"
|
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.99",
|
|
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": 1706,
|
|
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": 126,
|
|
103
103
|
"icons": [
|
|
104
104
|
"IconArrow",
|
|
105
105
|
"IconArrowBottomTop",
|
|
@@ -144,9 +144,11 @@
|
|
|
144
144
|
"IconArrowShareLeft",
|
|
145
145
|
"IconArrowShareRight",
|
|
146
146
|
"IconArrowsHide",
|
|
147
|
-
"IconArrowSplit",
|
|
148
147
|
"IconArrowSplitDown",
|
|
149
148
|
"IconArrowSplitDown1",
|
|
149
|
+
"IconArrowSplitLeft",
|
|
150
|
+
"IconArrowSplitRight",
|
|
151
|
+
"IconArrowSplitUp",
|
|
150
152
|
"IconArrowsRepeat",
|
|
151
153
|
"IconArrowsRepeatCircle",
|
|
152
154
|
"IconArrowsRepeatRightLeft",
|
|
@@ -1381,7 +1383,7 @@
|
|
|
1381
1383
|
]
|
|
1382
1384
|
},
|
|
1383
1385
|
"Social Media & Brands": {
|
|
1384
|
-
"count":
|
|
1386
|
+
"count": 119,
|
|
1385
1387
|
"icons": [
|
|
1386
1388
|
"IconAdobeAcrobat",
|
|
1387
1389
|
"IconAffinity",
|
|
@@ -1403,6 +1405,7 @@
|
|
|
1403
1405
|
"IconCentralIconSystem",
|
|
1404
1406
|
"IconChrome",
|
|
1405
1407
|
"IconClaudeai",
|
|
1408
|
+
"IconClawdbot",
|
|
1406
1409
|
"IconCodepen",
|
|
1407
1410
|
"IconCopilot",
|
|
1408
1411
|
"IconCosmos",
|
|
@@ -2022,9 +2025,11 @@
|
|
|
2022
2025
|
"IconArrowShareLeft": "arrow-share-left, back, last, reply",
|
|
2023
2026
|
"IconArrowShareRight": "arrow-share-right, next, forward",
|
|
2024
2027
|
"IconArrowsHide": "arrows-hide, collapse, minimize",
|
|
2025
|
-
"IconArrowSplit": "arrow-split, rules, direction, split",
|
|
2026
2028
|
"IconArrowSplitDown": "arrow-split-down, branch",
|
|
2027
|
-
"IconArrowSplitDown1": "arrow-split-down",
|
|
2029
|
+
"IconArrowSplitDown1": "arrow-split-down, rules, direction, split",
|
|
2030
|
+
"IconArrowSplitLeft": "arrow-split-left, rules, direction, split",
|
|
2031
|
+
"IconArrowSplitRight": "arrow-split-right, rules, direction, split",
|
|
2032
|
+
"IconArrowSplitUp": "arrow-split-up, rules, direction, split",
|
|
2028
2033
|
"IconArrowsRepeat": "arrows-repeat, repost",
|
|
2029
2034
|
"IconArrowsRepeatCircle": "arrows-repeat-circle, repost",
|
|
2030
2035
|
"IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
|
|
@@ -2357,6 +2362,7 @@
|
|
|
2357
2362
|
"IconClapboard": "clapboard, movie, film",
|
|
2358
2363
|
"IconClapboardWide": "clapboard-wide, movie, film",
|
|
2359
2364
|
"IconClaudeai": "claudeai",
|
|
2365
|
+
"IconClawdbot": "clawdbot",
|
|
2360
2366
|
"IconClipboard": "clipboard, copy, list",
|
|
2361
2367
|
"IconClipboard2": "clipboard-2, copy, list",
|
|
2362
2368
|
"IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list",
|
package/index.d.ts
CHANGED
|
@@ -120,9 +120,11 @@ export { IconArrowRotateRightLeft, default as IconArrowRotateRightLeftDefault, }
|
|
|
120
120
|
export { IconArrowRounded, default as IconArrowRoundedDefault, } from "./IconArrowRounded";
|
|
121
121
|
export { IconArrowShareLeft, default as IconArrowShareLeftDefault, } from "./IconArrowShareLeft";
|
|
122
122
|
export { IconArrowShareRight, default as IconArrowShareRightDefault, } from "./IconArrowShareRight";
|
|
123
|
-
export { IconArrowSplit, default as IconArrowSplitDefault, } from "./IconArrowSplit";
|
|
124
123
|
export { IconArrowSplitDown, default as IconArrowSplitDownDefault, } from "./IconArrowSplitDown";
|
|
125
124
|
export { IconArrowSplitDown1, default as IconArrowSplitDown1Default, } from "./IconArrowSplitDown1";
|
|
125
|
+
export { IconArrowSplitLeft, default as IconArrowSplitLeftDefault, } from "./IconArrowSplitLeft";
|
|
126
|
+
export { IconArrowSplitRight, default as IconArrowSplitRightDefault, } from "./IconArrowSplitRight";
|
|
127
|
+
export { IconArrowSplitUp, default as IconArrowSplitUpDefault, } from "./IconArrowSplitUp";
|
|
126
128
|
export { IconArrowTopBottom, default as IconArrowTopBottomDefault, } from "./IconArrowTopBottom";
|
|
127
129
|
export { IconArrowTriangleBottom, default as IconArrowTriangleBottomDefault, } from "./IconArrowTriangleBottom";
|
|
128
130
|
export { IconArrowTriangleLeft, default as IconArrowTriangleLeftDefault, } from "./IconArrowTriangleLeft";
|
|
@@ -457,6 +459,7 @@ export { IconCirclesThree, default as IconCirclesThreeDefault, } from "./IconCir
|
|
|
457
459
|
export { IconClapboard, default as IconClapboardDefault, } from "./IconClapboard";
|
|
458
460
|
export { IconClapboardWide, default as IconClapboardWideDefault, } from "./IconClapboardWide";
|
|
459
461
|
export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
|
|
462
|
+
export { IconClawdbot, default as IconClawdbotDefault } from "./IconClawdbot";
|
|
460
463
|
export { IconClipboard, default as IconClipboardDefault, } from "./IconClipboard";
|
|
461
464
|
export { IconClipboard2, default as IconClipboard2Default, } from "./IconClipboard2";
|
|
462
465
|
export { IconClipboard2Sparkle, default as IconClipboard2SparkleDefault, } from "./IconClipboard2Sparkle";
|