@central-icons-react-native/square-filled-radius-0-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCodeTree: FC<CentralIconBaseProps>;
4
+ export default IconCodeTree;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=d(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var H={};x(H,{IconCodeTree:()=>i,default:()=>g});module.exports=P(H);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 8.5H13.1455C13.5758 7.05434 14.9145 6 16.5 6C18.433 6 20 7.567 20 9.5C20 11.433 18.433 13 16.5 13C14.9145 13 13.5758 11.9457 13.1455 10.5H6V16.5H13.1455C13.5758 15.0543 14.9145 14 16.5 14C18.433 14 20 15.567 20 17.5C20 19.433 18.433 21 16.5 21C14.9145 21 13.5758 19.9457 13.1455 18.5H4V3H6V8.5Z",fill:"currentColor"})),g=i;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 { Path } from \"react-native-svg\";\n\nexport const IconCodeTree: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6 8.5H13.1455C13.5758 7.05434 14.9145 6 16.5 6C18.433 6 20 7.567 20 9.5C20 11.433 18.433 13 16.5 13C14.9145 13 13.5758 11.9457 13.1455 10.5H6V16.5H13.1455C13.5758 15.0543 14.9145 14 16.5 14C18.433 14 20 15.567 20 17.5C20 19.433 18.433 21 16.5 21C14.9145 21 13.5758 19.9457 13.1455 18.5H4V3H6V8.5Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4SACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...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 a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 8.5H13.1455C13.5758 7.05434 14.9145 6 16.5 6C18.433 6 20 7.567 20 9.5C20 11.433 18.433 13 16.5 13C14.9145 13 13.5758 11.9457 13.1455 10.5H6V16.5H13.1455C13.5758 15.0543 14.9145 14 16.5 14C18.433 14 20 15.567 20 17.5C20 19.433 18.433 21 16.5 21C14.9145 21 13.5758 19.9457 13.1455 18.5H4V3H6V8.5Z",fill:"currentColor"})),v=a;export{a as IconCodeTree,v 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 { Path } from \"react-native-svg\";\n\nexport const IconCodeTree: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6 8.5H13.1455C13.5758 7.05434 14.9145 6 16.5 6C18.433 6 20 7.567 20 9.5C20 11.433 18.433 13 16.5 13C14.9145 13 13.5758 11.9457 13.1455 10.5H6V16.5H13.1455C13.5758 15.0543 14.9145 14 16.5 14C18.433 14 20 15.567 20 17.5C20 19.433 18.433 21 16.5 21C14.9145 21 13.5758 19.9457 13.1455 18.5H4V3H6V8.5Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4SACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCodeTree","props","React","CentralIconBase","IconCodeTree_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRacingFlag: FC<CentralIconBaseProps>;
4
+ export default IconRacingFlag;
@@ -0,0 +1,2 @@
1
+ "use strict";var s=Object.create;var e=Object.defineProperty;var C=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var H in r)e(o,H,{get:r[H],enumerable:!0})},p=(o,r,H,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let V of f(r))!u.call(o,V)&&V!==H&&e(o,V,{get:()=>r[V],enumerable:!(t=C(r,V))||t.enumerable});return o};var l=(o,r,H)=>(H=o!=null?s(i(o)):{},p(r||!o||!o.__esModule?e(H,"default",{value:o,enumerable:!0}):H,o)),B=o=>p(e({},"__esModule",{value:!0}),o);var d={};g(d,{IconRacingFlag:()=>c,default:()=>I});module.exports=B(d);var n=l(require("react"));var M=l(require("react")),Z=require("react-native-svg"),a=({children:o,size:r=24,...H})=>M.default.createElement(Z.Svg,{...H,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var m=require("react-native-svg"),c=o=>n.default.createElement(a,{...o},n.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 17H5V21H3V3H21V17ZM7 13V15H9V13H7ZM11 13V15H13V13H11ZM15 13V15H17V13H15ZM5 11V13H7V11H5ZM9 11V13H11V11H9ZM13 11V13H15V11H13ZM17 11V13H19V11H17ZM7 9V11H9V9H7ZM11 9V11H13V9H11ZM15 9V11H17V9H15ZM5 7V9H7V7H5ZM9 7V9H11V7H9ZM13 7V9H15V7H13ZM17 7V9H19V7H17ZM7 5V7H9V5H7ZM11 5V7H13V5H11ZM15 5V7H17V5H15Z",fill:"currentColor"})),I=c;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 17H5V21H3V3H21V17ZM7 13V15H9V13H7ZM11 13V15H13V13H11ZM15 13V15H17V13H15ZM5 11V13H7V11H5ZM9 11V13H11V11H9ZM13 11V13H15V11H13ZM17 11V13H19V11H17ZM7 9V11H9V9H7ZM11 9V11H13V9H11ZM15 9V11H17V9H15ZM5 7V9H7V7H5ZM9 7V9H11V7H9ZM13 7V9H15V7H13ZM17 7V9H19V7H17ZM7 5V7H9V5H7ZM11 5V7H13V5H11ZM15 5V7H17V5H15Z\"\n fill=\"currentColor\"\n />\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,SAAS,UACT,SAAS,UACT,EAAE,8SACF,KAAK,eACP,CACF,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 V from"react";import n from"react";import{Svg as t}from"react-native-svg";var H=({children:r,size:o=24,...e})=>n.createElement(t,{...e,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 p}from"react-native-svg";var l=r=>V.createElement(H,{...r},V.createElement(p,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 17H5V21H3V3H21V17ZM7 13V15H9V13H7ZM11 13V15H13V13H11ZM15 13V15H17V13H15ZM5 11V13H7V11H5ZM9 11V13H11V11H9ZM13 11V13H15V11H13ZM17 11V13H19V11H17ZM7 9V11H9V9H7ZM11 9V11H13V9H11ZM15 9V11H17V9H15ZM5 7V9H7V7H5ZM9 7V9H11V7H9ZM13 7V9H15V7H13ZM17 7V9H19V7H17ZM7 5V7H9V5H7ZM11 5V7H13V5H11ZM15 5V7H17V5H15Z",fill:"currentColor"})),u=l;export{l as IconRacingFlag,u 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 17H5V21H3V3H21V17ZM7 13V15H9V13H7ZM11 13V15H13V13H11ZM15 13V15H17V13H15ZM5 11V13H7V11H5ZM9 11V13H11V11H9ZM13 11V13H15V11H13ZM17 11V13H19V11H17ZM7 9V11H9V9H7ZM11 9V11H13V9H11ZM15 9V11H17V9H15ZM5 7V9H7V7H5ZM9 7V9H11V7H9ZM13 7V9H15V7H13ZM17 7V9H19V7H17ZM7 5V7H9V5H7ZM11 5V7H13V5H11ZM15 5V7H17V5H15Z\"\n fill=\"currentColor\"\n />\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,SAAS,UACT,SAAS,UACT,EAAE,8SACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRacingFlag","props","React","CentralIconBase","IconRacingFlag_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconReference: FC<CentralIconBaseProps>;
4
+ export default IconReference;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of H(o))!d.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(t({},"__esModule",{value:!0}),r);var g={};v(g,{IconReference:()=>i,default:()=>P});module.exports=x(g);var p=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 22H6.75C5.23122 22 4 20.7688 4 19.25V5C4 3.34315 5.34315 2 7 2H20V22ZM6.75 18.5C6.33579 18.5 6 18.8358 6 19.25C6 19.6642 6.33579 20 6.75 20H18V18.5H6.75ZM6.75 15C6.33579 15 6 15.3358 6 15.75C6 16.1642 6.33579 16.5 6.75 16.5H18V15H6.75ZM8 6V8H16V6H8Z",fill:"currentColor"})),P=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 22H6.75C5.23122 22 4 20.7688 4 19.25V5C4 3.34315 5.34315 2 7 2H20V22ZM6.75 18.5C6.33579 18.5 6 18.8358 6 19.25C6 19.6642 6.33579 20 6.75 20H18V18.5H6.75ZM6.75 15C6.33579 15 6 15.3358 6 15.75C6 16.1642 6.33579 16.5 6.75 16.5H18V15H6.75ZM8 6V8H16V6H8Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,gQACF,KAAK,eACP,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 n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(l,{...t,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 C}from"react-native-svg";var a=o=>n.createElement(e,{...o},n.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 22H6.75C5.23122 22 4 20.7688 4 19.25V5C4 3.34315 5.34315 2 7 2H20V22ZM6.75 18.5C6.33579 18.5 6 18.8358 6 19.25C6 19.6642 6.33579 20 6.75 20H18V18.5H6.75ZM6.75 15C6.33579 15 6 15.3358 6 15.75C6 16.1642 6.33579 16.5 6.75 16.5H18V15H6.75ZM8 6V8H16V6H8Z",fill:"currentColor"})),d=a;export{a as IconReference,d 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 22H6.75C5.23122 22 4 20.7688 4 19.25V5C4 3.34315 5.34315 2 7 2H20V22ZM6.75 18.5C6.33579 18.5 6 18.8358 6 19.25C6 19.6642 6.33579 20 6.75 20H18V18.5H6.75ZM6.75 15C6.33579 15 6 15.3358 6 15.75C6 16.1642 6.33579 16.5 6.75 16.5H18V15H6.75ZM8 6V8H16V6H8Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,gQACF,KAAK,eACP,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
@@ -7294,6 +7294,20 @@
7294
7294
  "packageName": "square-filled-radius-0-stroke-2",
7295
7295
  "componentName": "IconCodepen"
7296
7296
  },
7297
+ {
7298
+ "category": "Code",
7299
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 8.5H13.1455C13.5758 7.05434 14.9145 6 16.5 6C18.433 6 20 7.567 20 9.5C20 11.433 18.433 13 16.5 13C14.9145 13 13.5758 11.9457 13.1455 10.5H6V16.5H13.1455C13.5758 15.0543 14.9145 14 16.5 14C18.433 14 20 15.567 20 17.5C20 19.433 18.433 21 16.5 21C14.9145 21 13.5758 19.9457 13.1455 18.5H4V3H6V8.5Z\" fill=\"currentColor\"/>",
7300
+ "iconName": "code-tree, file-tree",
7301
+ "variant": {
7302
+ "join": "square",
7303
+ "filled": "on",
7304
+ "radius": "0",
7305
+ "stroke": "2"
7306
+ },
7307
+ "createdAt": "2026-03-16T08:00:47.167404+00:00",
7308
+ "packageName": "square-filled-radius-0-stroke-2",
7309
+ "componentName": "IconCodeTree"
7310
+ },
7297
7311
  {
7298
7312
  "category": "Crypto",
7299
7313
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.07983 4.09805C6.35341 4.68017 4 7.80007 4 12C4 16.1999 6.35341 19.3198 9.07983 19.902C7.16929 18.0298 6 15.1103 6 12C6 8.88965 7.16929 5.97015 9.07983 4.09805ZM14 22H10C5.3624 22 2 17.2744 2 12C2 6.7256 5.3624 2 10 2H14C18.6376 2 22 6.7256 22 12C22 17.2744 18.6376 22 14 22Z\" fill=\"currentColor\"/>",
@@ -19026,6 +19040,20 @@
19026
19040
  "packageName": "square-filled-radius-0-stroke-2",
19027
19041
  "componentName": "IconQuora"
19028
19042
  },
19043
+ {
19044
+ "category": "Things",
19045
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17H5V21H3V3H21V17ZM7 13V15H9V13H7ZM11 13V15H13V13H11ZM15 13V15H17V13H15ZM5 11V13H7V11H5ZM9 11V13H11V11H9ZM13 11V13H15V11H13ZM17 11V13H19V11H17ZM7 9V11H9V9H7ZM11 9V11H13V9H11ZM15 9V11H17V9H15ZM5 7V9H7V7H5ZM9 7V9H11V7H9ZM13 7V9H15V7H13ZM17 7V9H19V7H17ZM7 5V7H9V5H7ZM11 5V7H13V5H11ZM15 5V7H17V5H15Z\" fill=\"currentColor\"/>",
19046
+ "iconName": "racing-flag, target",
19047
+ "variant": {
19048
+ "join": "square",
19049
+ "filled": "on",
19050
+ "radius": "0",
19051
+ "stroke": "2"
19052
+ },
19053
+ "createdAt": "2026-03-16T08:00:47.167404+00:00",
19054
+ "packageName": "square-filled-radius-0-stroke-2",
19055
+ "componentName": "IconRacingFlag"
19056
+ },
19029
19057
  {
19030
19058
  "category": "Devices & Signals",
19031
19059
  "svg": "<path d=\"M12.0049 2C14.3157 2.00015 16.4426 2.78865 18.1357 4.10547L18.9014 3.33984L20.6699 5.10742L13.9893 11.7939C13.9962 11.8617 14.001 11.9304 14.001 12C14.001 13.1046 13.1055 14 12.001 14C10.8964 14 10.001 13.1046 10.001 12C10.001 10.8954 10.8964 10 12.001 10C12.0793 10 12.1564 10.0059 12.2324 10.0146L13.5186 8.72754C13.0581 8.51425 12.5458 8.39455 12.0049 8.39453C10.0106 8.39453 8.39164 10.0134 8.3916 12.0127C8.39167 14.012 10.0106 15.6309 12.0049 15.6309C13.9991 15.6308 15.6181 14.012 15.6182 12.0127H18.1182C18.1181 15.3903 15.3822 18.1308 12.0049 18.1309C8.62753 18.1309 5.89167 15.3904 5.8916 12.0127C5.89164 8.63501 8.62751 5.89453 12.0049 5.89453C13.24 5.89455 14.3895 6.26331 15.3506 6.89355L16.3516 5.89062C15.1246 5.01544 13.6258 4.50014 12.0049 4.5C7.8619 4.5 4.50103 7.86254 4.50098 12.0127C4.50109 16.1628 7.86194 19.5254 12.0049 19.5254C16.1475 19.525 19.5087 16.1626 19.5088 12.0127C19.5088 11.1324 19.358 10.2895 19.082 9.50781L21.4395 8.67578C21.8085 9.72102 22.0088 10.8451 22.0088 12.0127C22.0087 17.5409 17.5306 22.025 12.0049 22.0254C6.47887 22.0254 2.00012 17.5412 2 12.0127C2.00005 6.48418 6.47883 2 12.0049 2Z\" fill=\"currentColor\"/>",
@@ -19348,6 +19376,20 @@
19348
19376
  "packageName": "square-filled-radius-0-stroke-2",
19349
19377
  "componentName": "IconRedirectArrow"
19350
19378
  },
19379
+ {
19380
+ "category": "Communication",
19381
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 22H6.75C5.23122 22 4 20.7688 4 19.25V5C4 3.34315 5.34315 2 7 2H20V22ZM6.75 18.5C6.33579 18.5 6 18.8358 6 19.25C6 19.6642 6.33579 20 6.75 20H18V18.5H6.75ZM6.75 15C6.33579 15 6 15.3358 6 15.75C6 16.1642 6.33579 16.5 6.75 16.5H18V15H6.75ZM8 6V8H16V6H8Z\" fill=\"currentColor\"/>",
19382
+ "iconName": "reference, books, study, library, knowledge",
19383
+ "variant": {
19384
+ "join": "square",
19385
+ "filled": "on",
19386
+ "radius": "0",
19387
+ "stroke": "2"
19388
+ },
19389
+ "createdAt": "2026-03-16T08:00:47.167404+00:00",
19390
+ "packageName": "square-filled-radius-0-stroke-2",
19391
+ "componentName": "IconReference"
19392
+ },
19351
19393
  {
19352
19394
  "category": "Arrows",
19353
19395
  "svg": "<path d=\"M21 20H6.41406L7.70703 21.293L6.29297 22.707L2.58594 19L6.29297 15.293L7.70703 16.707L6.41406 18H19V11H21V20Z\" fill=\"currentColor\"/><path d=\"M13 11H16V13H13V16H11V13H8V11H11V8H13V11Z\" fill=\"currentColor\"/><path d=\"M21.4141 5L17.707 8.70703L16.293 7.29297L17.5859 6H5V13H3V4H17.5859L16.293 2.70703L17.707 1.29297L21.4141 5Z\" fill=\"currentColor\"/>",
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/square-filled-radius-0-stroke-2",
3
- "version": "1.1.157",
3
+ "version": "1.1.158",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1854,
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": 56,
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": 49,
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": 129,
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";