@central-icons-react-native/round-outlined-radius-1-stroke-1.5 1.1.157 → 1.1.158
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/IconCodeTree/index.d.ts +4 -0
- package/IconCodeTree/index.js +2 -0
- package/IconCodeTree/index.js.map +1 -0
- package/IconCodeTree/index.mjs +2 -0
- package/IconCodeTree/index.mjs.map +1 -0
- package/IconRacingFlag/index.d.ts +4 -0
- package/IconRacingFlag/index.js +2 -0
- package/IconRacingFlag/index.js.map +1 -0
- package/IconRacingFlag/index.mjs +2 -0
- package/IconRacingFlag/index.mjs.map +1 -0
- package/IconReference/index.d.ts +4 -0
- package/IconReference/index.js +2 -0
- package/IconReference/index.js.map +1 -0
- package/IconReference/index.mjs +2 -0
- package/IconReference/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!h.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(i=m(o,s))||i.enumerable});return r};var C=(r,o,e)=>(e=r!=null?l(x(r)):{},c(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>c(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconCodeTree:()=>k,default:()=>L});module.exports=I(P);var n=C(require("react"));var u=C(require("react")),d=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.default.createElement(d.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 t=require("react-native-svg"),k=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M4.75 3.75V16.75C4.75 17.3023 5.19772 17.75 5.75 17.75H13.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M13.75 9.74994H5.75293C5.20064 9.74994 4.75293 9.30223 4.75293 8.74994V4.32324",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"16.5",cy:"17.75",r:"2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"16.5",cy:"9.75",r:"2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),L=k;0&&(module.exports={IconCodeTree});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCodeTree/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCodeTree: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.75 3.75V16.75C4.75 17.3023 5.19772 17.75 5.75 17.75H13.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.75 9.74994H5.75293C5.20064 9.74994 4.75293 9.30223 4.75293 8.74994V4.32324\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"16.5\"\n cy=\"17.75\"\n r=\"2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"16.5\"\n cy=\"9.75\"\n r=\"2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeTree;\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,EAA6B,4BAEhBC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,QACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,OACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCodeTree_exports","__export","IconCodeTree","IconCodeTree_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCodeTree","props","React","CentralIconBase","IconCodeTree_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import i from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...p})=>i.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as s}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(s,{d:"M4.75 3.75V16.75C4.75 17.3023 5.19772 17.75 5.75 17.75H13.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(s,{d:"M13.75 9.74994H5.75293C5.20064 9.74994 4.75293 9.30223 4.75293 8.74994V4.32324",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{cx:"16.5",cy:"17.75",r:"2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{cx:"16.5",cy:"9.75",r:"2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=C;export{C as IconCodeTree,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCodeTree/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCodeTree: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.75 3.75V16.75C4.75 17.3023 5.19772 17.75 5.75 17.75H13.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.75 9.74994H5.75293C5.20064 9.74994 4.75293 9.30223 4.75293 8.74994V4.32324\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"16.5\"\n cy=\"17.75\"\n r=\"2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"16.5\"\n cy=\"9.75\"\n r=\"2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeTree;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,QACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCodeTree","props","React","CentralIconBase","IconCodeTree_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var M=Object.create;var t=Object.defineProperty;var Z=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var m=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty;var g=(l,n)=>{for(var H in n)t(l,H,{get:n[H],enumerable:!0})},C=(l,n,H,e)=>{if(n&&typeof n=="object"||typeof n=="function")for(let V of s(n))!c.call(l,V)&&V!==H&&t(l,V,{get:()=>n[V],enumerable:!(e=Z(n,V))||e.enumerable});return l};var i=(l,n,H)=>(H=l!=null?M(m(l)):{},C(n||!l||!l.__esModule?t(H,"default",{value:l,enumerable:!0}):H,l)),B=l=>C(t({},"__esModule",{value:!0}),l);var x={};g(x,{IconRacingFlag:()=>p,default:()=>I});module.exports=B(x);var r=i(require("react"));var f=i(require("react")),u=require("react-native-svg"),d=({children:l,size:n=24,...H})=>f.default.createElement(u.Svg,{...H,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},l);var o=require("react-native-svg"),p=l=>r.default.createElement(d,{...l},r.default.createElement(o.Path,{d:"M4.25 15.25H18.75C19.3023 15.25 19.75 14.8023 19.75 14.25V4.75C19.75 4.19772 19.3023 3.75 18.75 3.75H5.25C4.69772 3.75 4.25 4.19772 4.25 4.75V20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.default.createElement(o.Path,{d:"M9 14.5H7V12.5H9V14.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M13 14.5H11V12.5H13V14.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M17 14.5H15V12.5H17V14.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M7 12.5H5V10.5H7V12.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M11 12.5H9V10.5H11V12.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M15 12.5H13V10.5H15V12.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M19 12.5H17V10.5H19V12.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M9 10.5H7V8.5H9V10.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M13 10.5H11V8.5H13V10.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M17 10.5H15V8.5H17V10.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M7 8.5H5V6.5H7V8.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M11 8.5H9V6.5H11V8.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M15 8.5H13V6.5H15V8.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M19 8.5H17V6.5H19V8.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M9 6.5H7V4.5H9V6.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M13 6.5H11V4.5H13V6.5Z",fill:"currentColor"}),r.default.createElement(o.Path,{d:"M17 6.5H15V4.5H17V6.5Z",fill:"currentColor"})),I=p;0&&(module.exports={IconRacingFlag});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRacingFlag/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 IconRacingFlag: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.25 15.25H18.75C19.3023 15.25 19.75 14.8023 19.75 14.25V4.75C19.75 4.19772 19.3023 3.75 18.75 3.75H5.25C4.69772 3.75 4.25 4.19772 4.25 4.75V20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M9 14.5H7V12.5H9V14.5Z\" fill=\"currentColor\" />\n <Path d=\"M13 14.5H11V12.5H13V14.5Z\" fill=\"currentColor\" />\n <Path d=\"M17 14.5H15V12.5H17V14.5Z\" fill=\"currentColor\" />\n <Path d=\"M7 12.5H5V10.5H7V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M11 12.5H9V10.5H11V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M15 12.5H13V10.5H15V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M19 12.5H17V10.5H19V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M9 10.5H7V8.5H9V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M13 10.5H11V8.5H13V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M17 10.5H15V8.5H17V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M7 8.5H5V6.5H7V8.5Z\" fill=\"currentColor\" />\n <Path d=\"M11 8.5H9V6.5H11V8.5Z\" fill=\"currentColor\" />\n <Path d=\"M15 8.5H13V6.5H15V8.5Z\" fill=\"currentColor\" />\n <Path d=\"M19 8.5H17V6.5H19V8.5Z\" fill=\"currentColor\" />\n <Path d=\"M9 6.5H7V4.5H9V6.5Z\" fill=\"currentColor\" />\n <Path d=\"M13 6.5H11V4.5H13V6.5Z\" fill=\"currentColor\" />\n <Path d=\"M17 6.5H15V4.5H17V6.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconRacingFlag;\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,sJACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,EAIGE,EAAQJ","names":["IconRacingFlag_exports","__export","IconRacingFlag","IconRacingFlag_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRacingFlag","props","React","CentralIconBase","IconRacingFlag_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import t from"react";import{Svg as e}from"react-native-svg";var H=({children:n,size:l=24,...V})=>t.createElement(e,{...V,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var C=n=>r.createElement(H,{...n},r.createElement(o,{d:"M4.25 15.25H18.75C19.3023 15.25 19.75 14.8023 19.75 14.25V4.75C19.75 4.19772 19.3023 3.75 18.75 3.75H5.25C4.69772 3.75 4.25 4.19772 4.25 4.75V20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M9 14.5H7V12.5H9V14.5Z",fill:"currentColor"}),r.createElement(o,{d:"M13 14.5H11V12.5H13V14.5Z",fill:"currentColor"}),r.createElement(o,{d:"M17 14.5H15V12.5H17V14.5Z",fill:"currentColor"}),r.createElement(o,{d:"M7 12.5H5V10.5H7V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M11 12.5H9V10.5H11V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M15 12.5H13V10.5H15V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M19 12.5H17V10.5H19V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M9 10.5H7V8.5H9V10.5Z",fill:"currentColor"}),r.createElement(o,{d:"M13 10.5H11V8.5H13V10.5Z",fill:"currentColor"}),r.createElement(o,{d:"M17 10.5H15V8.5H17V10.5Z",fill:"currentColor"}),r.createElement(o,{d:"M7 8.5H5V6.5H7V8.5Z",fill:"currentColor"}),r.createElement(o,{d:"M11 8.5H9V6.5H11V8.5Z",fill:"currentColor"}),r.createElement(o,{d:"M15 8.5H13V6.5H15V8.5Z",fill:"currentColor"}),r.createElement(o,{d:"M19 8.5H17V6.5H19V8.5Z",fill:"currentColor"}),r.createElement(o,{d:"M9 6.5H7V4.5H9V6.5Z",fill:"currentColor"}),r.createElement(o,{d:"M13 6.5H11V4.5H13V6.5Z",fill:"currentColor"}),r.createElement(o,{d:"M17 6.5H15V4.5H17V6.5Z",fill:"currentColor"})),c=C;export{C as IconRacingFlag,c as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRacingFlag/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 IconRacingFlag: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.25 15.25H18.75C19.3023 15.25 19.75 14.8023 19.75 14.25V4.75C19.75 4.19772 19.3023 3.75 18.75 3.75H5.25C4.69772 3.75 4.25 4.19772 4.25 4.75V20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M9 14.5H7V12.5H9V14.5Z\" fill=\"currentColor\" />\n <Path d=\"M13 14.5H11V12.5H13V14.5Z\" fill=\"currentColor\" />\n <Path d=\"M17 14.5H15V12.5H17V14.5Z\" fill=\"currentColor\" />\n <Path d=\"M7 12.5H5V10.5H7V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M11 12.5H9V10.5H11V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M15 12.5H13V10.5H15V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M19 12.5H17V10.5H19V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M9 10.5H7V8.5H9V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M13 10.5H11V8.5H13V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M17 10.5H15V8.5H17V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M7 8.5H5V6.5H7V8.5Z\" fill=\"currentColor\" />\n <Path d=\"M11 8.5H9V6.5H11V8.5Z\" fill=\"currentColor\" />\n <Path d=\"M15 8.5H13V6.5H15V8.5Z\" fill=\"currentColor\" />\n <Path d=\"M19 8.5H17V6.5H19V8.5Z\" fill=\"currentColor\" />\n <Path d=\"M9 6.5H7V4.5H9V6.5Z\" fill=\"currentColor\" />\n <Path d=\"M13 6.5H11V4.5H13V6.5Z\" fill=\"currentColor\" />\n <Path d=\"M17 6.5H15V4.5H17V6.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconRacingFlag;\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,sJACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDG,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRacingFlag","props","React","CentralIconBase","IconRacingFlag_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=m(o,t))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconReference:()=>c,default:()=>x});module.exports=L(P);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({children:r,size:o=24,...e})=>u.default.createElement(a.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"),c=r=>n.default.createElement(k,{...r},n.default.createElement(s.Path,{d:"M8.75 6.75H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M19.25 16V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H6.75C5.64543 2.75 4.75 3.64543 4.75 4.75V19.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M19.25 15.25H6.25C5.42157 15.25 4.75 15.9216 4.75 16.75C4.75 17.5784 5.42157 18.25 6.25 18.25H19.25V15.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M19.25 18.25H6.25C5.42157 18.25 4.75 18.9216 4.75 19.75C4.75 20.5784 5.42157 21.25 6.25 21.25H19.25V18.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconReference});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconReference/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 IconReference: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.75 6.75H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 16V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H6.75C5.64543 2.75 4.75 3.64543 4.75 4.75V19.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 15.25H6.25C5.42157 15.25 4.75 15.9216 4.75 16.75C4.75 17.5784 5.42157 18.25 6.25 18.25H19.25V15.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 18.25H6.25C5.42157 18.25 4.75 18.9216 4.75 19.75C4.75 20.5784 5.42157 21.25 6.25 21.25H19.25V18.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReference;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconReference_exports","__export","IconReference","IconReference_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconReference","props","React","CentralIconBase","IconReference_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var C=n=>o.createElement(t,{...n},o.createElement(e,{d:"M8.75 6.75H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19.25 16V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H6.75C5.64543 2.75 4.75 3.64543 4.75 4.75V19.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19.25 15.25H6.25C5.42157 15.25 4.75 15.9216 4.75 16.75C4.75 17.5784 5.42157 18.25 6.25 18.25H19.25V15.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19.25 18.25H6.25C5.42157 18.25 4.75 18.9216 4.75 19.75C4.75 20.5784 5.42157 21.25 6.25 21.25H19.25V18.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=C;export{C as IconReference,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconReference/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 IconReference: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.75 6.75H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 16V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H6.75C5.64543 2.75 4.75 3.64543 4.75 4.75V19.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 15.25H6.25C5.42157 15.25 4.75 15.9216 4.75 16.75C4.75 17.5784 5.42157 18.25 6.25 18.25H19.25V15.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 18.25H6.25C5.42157 18.25 4.75 18.9216 4.75 19.75C4.75 20.5784 5.42157 21.25 6.25 21.25H19.25V18.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReference;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6GACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6GACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconReference","props","React","CentralIconBase","IconReference_default"]}
|
package/README.md
CHANGED
|
@@ -451,6 +451,7 @@ Below is a complete list of available icons:
|
|
|
451
451
|
- IconCodeLarge
|
|
452
452
|
- IconCodeLines
|
|
453
453
|
- IconCodeMedium
|
|
454
|
+
- IconCodeTree
|
|
454
455
|
- IconCommits
|
|
455
456
|
- IconConsole
|
|
456
457
|
- IconConsoleSimple
|
|
@@ -527,6 +528,7 @@ Below is a complete list of available icons:
|
|
|
527
528
|
- IconPaperPlaneTopRight
|
|
528
529
|
- IconPostcard1
|
|
529
530
|
- IconPostcard2
|
|
531
|
+
- IconReference
|
|
530
532
|
- IconTelephone
|
|
531
533
|
- IconVoiceAndVideo
|
|
532
534
|
|
|
@@ -1877,6 +1879,7 @@ Below is a complete list of available icons:
|
|
|
1877
1879
|
- IconPropeller
|
|
1878
1880
|
- IconPushTheButton
|
|
1879
1881
|
- IconPuzzle
|
|
1882
|
+
- IconRacingFlag
|
|
1880
1883
|
- IconReadingList
|
|
1881
1884
|
- IconReceiptionBell
|
|
1882
1885
|
- IconRescueRing
|
package/filtered-icons.json
CHANGED
|
@@ -7294,6 +7294,20 @@
|
|
|
7294
7294
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
7295
7295
|
"componentName": "IconCodepen"
|
|
7296
7296
|
},
|
|
7297
|
+
{
|
|
7298
|
+
"category": "Code",
|
|
7299
|
+
"svg": "<path d=\"M4.75 3.75V16.75C4.75 17.3023 5.19772 17.75 5.75 17.75H13.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.75 9.74994H5.75293C5.20064 9.74994 4.75293 9.30223 4.75293 8.74994V4.32324\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"16.5\" cy=\"17.75\" r=\"2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"16.5\" cy=\"9.75\" r=\"2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
7300
|
+
"iconName": "code-tree, file-tree",
|
|
7301
|
+
"variant": {
|
|
7302
|
+
"join": "round",
|
|
7303
|
+
"filled": "off",
|
|
7304
|
+
"radius": "1",
|
|
7305
|
+
"stroke": "1.5"
|
|
7306
|
+
},
|
|
7307
|
+
"createdAt": "2026-03-16T08:00:47.167404+00:00",
|
|
7308
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
7309
|
+
"componentName": "IconCodeTree"
|
|
7310
|
+
},
|
|
7297
7311
|
{
|
|
7298
7312
|
"category": "Crypto",
|
|
7299
7313
|
"svg": "<path d=\"M13.5 21.25C17.7802 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.7802 2.75 13.5 2.75M13.5 21.25C9.21979 21.25 5.75 17.1086 5.75 12C5.75 6.89137 9.21979 2.75 13.5 2.75M13.5 21.25H10.5C6.21979 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.21979 2.75 10.5 2.75H13.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
@@ -19026,6 +19040,20 @@
|
|
|
19026
19040
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
19027
19041
|
"componentName": "IconQuora"
|
|
19028
19042
|
},
|
|
19043
|
+
{
|
|
19044
|
+
"category": "Things",
|
|
19045
|
+
"svg": "<path d=\"M4.25 15.25H18.75C19.3023 15.25 19.75 14.8023 19.75 14.25V4.75C19.75 4.19772 19.3023 3.75 18.75 3.75H5.25C4.69772 3.75 4.25 4.19772 4.25 4.75V20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 14.5H7V12.5H9V14.5Z\" fill=\"currentColor\"/><path d=\"M13 14.5H11V12.5H13V14.5Z\" fill=\"currentColor\"/><path d=\"M17 14.5H15V12.5H17V14.5Z\" fill=\"currentColor\"/><path d=\"M7 12.5H5V10.5H7V12.5Z\" fill=\"currentColor\"/><path d=\"M11 12.5H9V10.5H11V12.5Z\" fill=\"currentColor\"/><path d=\"M15 12.5H13V10.5H15V12.5Z\" fill=\"currentColor\"/><path d=\"M19 12.5H17V10.5H19V12.5Z\" fill=\"currentColor\"/><path d=\"M9 10.5H7V8.5H9V10.5Z\" fill=\"currentColor\"/><path d=\"M13 10.5H11V8.5H13V10.5Z\" fill=\"currentColor\"/><path d=\"M17 10.5H15V8.5H17V10.5Z\" fill=\"currentColor\"/><path d=\"M7 8.5H5V6.5H7V8.5Z\" fill=\"currentColor\"/><path d=\"M11 8.5H9V6.5H11V8.5Z\" fill=\"currentColor\"/><path d=\"M15 8.5H13V6.5H15V8.5Z\" fill=\"currentColor\"/><path d=\"M19 8.5H17V6.5H19V8.5Z\" fill=\"currentColor\"/><path d=\"M9 6.5H7V4.5H9V6.5Z\" fill=\"currentColor\"/><path d=\"M13 6.5H11V4.5H13V6.5Z\" fill=\"currentColor\"/><path d=\"M17 6.5H15V4.5H17V6.5Z\" fill=\"currentColor\"/>",
|
|
19046
|
+
"iconName": "racing-flag, target",
|
|
19047
|
+
"variant": {
|
|
19048
|
+
"join": "round",
|
|
19049
|
+
"filled": "off",
|
|
19050
|
+
"radius": "1",
|
|
19051
|
+
"stroke": "1.5"
|
|
19052
|
+
},
|
|
19053
|
+
"createdAt": "2026-03-16T08:00:47.167404+00:00",
|
|
19054
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
19055
|
+
"componentName": "IconRacingFlag"
|
|
19056
|
+
},
|
|
19029
19057
|
{
|
|
19030
19058
|
"category": "Devices & Signals",
|
|
19031
19059
|
"svg": "<path d=\"M18.5407 5.45926C14.9284 1.84691 9.07161 1.84691 5.45926 5.45926C1.84691 9.07161 1.84691 14.9284 5.45926 18.5407C9.07161 22.1531 14.9284 22.1531 18.5407 18.5407C20.9891 16.0923 21.778 12.6129 20.9075 9.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M15.7123 8.28769C13.6621 6.23744 10.3379 6.23744 8.28769 8.28769C6.23744 10.3379 6.23744 13.6621 8.28769 15.7123C10.3379 17.7626 13.6621 17.7626 15.7123 15.7123C16.8648 14.5599 17.3694 13.0049 17.2263 11.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M12 12L19.5 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"/>",
|
|
@@ -19348,6 +19376,20 @@
|
|
|
19348
19376
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
19349
19377
|
"componentName": "IconRedirectArrow"
|
|
19350
19378
|
},
|
|
19379
|
+
{
|
|
19380
|
+
"category": "Communication",
|
|
19381
|
+
"svg": "<path d=\"M8.75 6.75H15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.25 16V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H6.75C5.64543 2.75 4.75 3.64543 4.75 4.75V19.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.25 15.25H6.25C5.42157 15.25 4.75 15.9216 4.75 16.75C4.75 17.5784 5.42157 18.25 6.25 18.25H19.25V15.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.25 18.25H6.25C5.42157 18.25 4.75 18.9216 4.75 19.75C4.75 20.5784 5.42157 21.25 6.25 21.25H19.25V18.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19382
|
+
"iconName": "reference, books, study, library, knowledge",
|
|
19383
|
+
"variant": {
|
|
19384
|
+
"join": "round",
|
|
19385
|
+
"filled": "off",
|
|
19386
|
+
"radius": "1",
|
|
19387
|
+
"stroke": "1.5"
|
|
19388
|
+
},
|
|
19389
|
+
"createdAt": "2026-03-16T08:00:47.167404+00:00",
|
|
19390
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
19391
|
+
"componentName": "IconReference"
|
|
19392
|
+
},
|
|
19351
19393
|
{
|
|
19352
19394
|
"category": "Arrows",
|
|
19353
19395
|
"svg": "<path d=\"M3.75 13V5.75C3.75 5.19772 4.19772 4.75 4.75 4.75H19.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 2L20.25 4.74979L17.5 7.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 22L3.75 19.2501L6.5 16.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 19.25H19.25C19.8023 19.25 20.25 18.8023 20.25 18.25V11\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 8.75V15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.74023 12H15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -520,6 +520,7 @@ export type CentralIconName =
|
|
|
520
520
|
| "IconCodeLines"
|
|
521
521
|
| "IconCodeMedium"
|
|
522
522
|
| "IconCodepen"
|
|
523
|
+
| "IconCodeTree"
|
|
523
524
|
| "IconCoin1"
|
|
524
525
|
| "IconCoin2"
|
|
525
526
|
| "IconCoinLira"
|
|
@@ -1358,6 +1359,7 @@ export type CentralIconName =
|
|
|
1358
1359
|
| "IconQrCode"
|
|
1359
1360
|
| "IconQuickSearch"
|
|
1360
1361
|
| "IconQuora"
|
|
1362
|
+
| "IconRacingFlag"
|
|
1361
1363
|
| "IconRadar"
|
|
1362
1364
|
| "IconRadar1"
|
|
1363
1365
|
| "IconRadio"
|
|
@@ -1381,6 +1383,7 @@ export type CentralIconName =
|
|
|
1381
1383
|
| "IconReddit"
|
|
1382
1384
|
| "IconRedDotAward"
|
|
1383
1385
|
| "IconRedirectArrow"
|
|
1386
|
+
| "IconReference"
|
|
1384
1387
|
| "IconRemix"
|
|
1385
1388
|
| "IconRemoveBackground"
|
|
1386
1389
|
| "IconRemoveBackground2"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.158",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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": 1857,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 70,
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
]
|
|
302
302
|
},
|
|
303
303
|
"Code": {
|
|
304
|
-
"count":
|
|
304
|
+
"count": 57,
|
|
305
305
|
"icons": [
|
|
306
306
|
"IconAgent",
|
|
307
307
|
"IconAgenticCoding",
|
|
@@ -333,6 +333,7 @@
|
|
|
333
333
|
"IconCodeLarge",
|
|
334
334
|
"IconCodeLines",
|
|
335
335
|
"IconCodeMedium",
|
|
336
|
+
"IconCodeTree",
|
|
336
337
|
"IconCommits",
|
|
337
338
|
"IconConsole",
|
|
338
339
|
"IconConsoleSimple",
|
|
@@ -362,7 +363,7 @@
|
|
|
362
363
|
]
|
|
363
364
|
},
|
|
364
365
|
"Communication": {
|
|
365
|
-
"count":
|
|
366
|
+
"count": 50,
|
|
366
367
|
"icons": [
|
|
367
368
|
"IconBook",
|
|
368
369
|
"IconBookSimple",
|
|
@@ -411,6 +412,7 @@
|
|
|
411
412
|
"IconPaperPlaneTopRight",
|
|
412
413
|
"IconPostcard1",
|
|
413
414
|
"IconPostcard2",
|
|
415
|
+
"IconReference",
|
|
414
416
|
"IconTelephone",
|
|
415
417
|
"IconVoiceAndVideo"
|
|
416
418
|
]
|
|
@@ -1722,7 +1724,7 @@
|
|
|
1722
1724
|
]
|
|
1723
1725
|
},
|
|
1724
1726
|
"Things": {
|
|
1725
|
-
"count":
|
|
1727
|
+
"count": 130,
|
|
1726
1728
|
"icons": [
|
|
1727
1729
|
"IconAnvil",
|
|
1728
1730
|
"IconApps",
|
|
@@ -1811,6 +1813,7 @@
|
|
|
1811
1813
|
"IconPropeller",
|
|
1812
1814
|
"IconPushTheButton",
|
|
1813
1815
|
"IconPuzzle",
|
|
1816
|
+
"IconRacingFlag",
|
|
1814
1817
|
"IconReadingList",
|
|
1815
1818
|
"IconReceiptionBell",
|
|
1816
1819
|
"IconRescueRing",
|
|
@@ -2577,6 +2580,7 @@
|
|
|
2577
2580
|
"IconCodeLines": "code-lines",
|
|
2578
2581
|
"IconCodeMedium": "code-medium, syntax, brackets, dev",
|
|
2579
2582
|
"IconCodepen": "codepen",
|
|
2583
|
+
"IconCodeTree": "code-tree, file-tree",
|
|
2580
2584
|
"IconCoin1": "coin-1, credits, money",
|
|
2581
2585
|
"IconCoin2": "coin-2, credits",
|
|
2582
2586
|
"IconCoinLira": "coin-lira, currency, money",
|
|
@@ -3415,6 +3419,7 @@
|
|
|
3415
3419
|
"IconQrCode": "qr-code, barcode, scan",
|
|
3416
3420
|
"IconQuickSearch": "quick-search, quick-menu, command-k",
|
|
3417
3421
|
"IconQuora": "quora",
|
|
3422
|
+
"IconRacingFlag": "racing-flag, target",
|
|
3418
3423
|
"IconRadar": "radar, control, check",
|
|
3419
3424
|
"IconRadar1": "radar, location, search",
|
|
3420
3425
|
"IconRadio": "radio, antenna, signal, broadcast, speaker",
|
|
@@ -3438,6 +3443,7 @@
|
|
|
3438
3443
|
"IconReddit": "reddit",
|
|
3439
3444
|
"IconRedDotAward": "red-dot-award",
|
|
3440
3445
|
"IconRedirectArrow": "redirect-arrow",
|
|
3446
|
+
"IconReference": "reference, books, study, library, knowledge",
|
|
3441
3447
|
"IconRemix": "remix, new-try, repeat",
|
|
3442
3448
|
"IconRemoveBackground": "remove-background",
|
|
3443
3449
|
"IconRemoveBackground2": "remove-background-2",
|
package/index.d.ts
CHANGED
|
@@ -518,6 +518,7 @@ export { IconCodeInsert, default as IconCodeInsertDefault, } from "./IconCodeIns
|
|
|
518
518
|
export { IconCodeLarge, default as IconCodeLargeDefault, } from "./IconCodeLarge";
|
|
519
519
|
export { IconCodeLines, default as IconCodeLinesDefault, } from "./IconCodeLines";
|
|
520
520
|
export { IconCodeMedium, default as IconCodeMediumDefault, } from "./IconCodeMedium";
|
|
521
|
+
export { IconCodeTree, default as IconCodeTreeDefault } from "./IconCodeTree";
|
|
521
522
|
export { IconCodepen, default as IconCodepenDefault } from "./IconCodepen";
|
|
522
523
|
export { IconCoin1, default as IconCoin1Default } from "./IconCoin1";
|
|
523
524
|
export { IconCoin2, default as IconCoin2Default } from "./IconCoin2";
|
|
@@ -1357,6 +1358,7 @@ export { IconQm3, default as IconQm3Default } from "./IconQm3";
|
|
|
1357
1358
|
export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
1358
1359
|
export { IconQuickSearch, default as IconQuickSearchDefault, } from "./IconQuickSearch";
|
|
1359
1360
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
1361
|
+
export { IconRacingFlag, default as IconRacingFlagDefault, } from "./IconRacingFlag";
|
|
1360
1362
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar";
|
|
1361
1363
|
export { IconRadar1, default as IconRadar1Default } from "./IconRadar1";
|
|
1362
1364
|
export { IconRadio, default as IconRadioDefault } from "./IconRadio";
|
|
@@ -1380,6 +1382,7 @@ export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
|
|
|
1380
1382
|
export { IconRedDotAward, default as IconRedDotAwardDefault, } from "./IconRedDotAward";
|
|
1381
1383
|
export { IconReddit, default as IconRedditDefault } from "./IconReddit";
|
|
1382
1384
|
export { IconRedirectArrow, default as IconRedirectArrowDefault, } from "./IconRedirectArrow";
|
|
1385
|
+
export { IconReference, default as IconReferenceDefault, } from "./IconReference";
|
|
1383
1386
|
export { IconRemix, default as IconRemixDefault } from "./IconRemix";
|
|
1384
1387
|
export { IconRemoveBackground, default as IconRemoveBackgroundDefault, } from "./IconRemoveBackground";
|
|
1385
1388
|
export { IconRemoveBackground2, default as IconRemoveBackground2Default, } from "./IconRemoveBackground2";
|