@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.122 → 1.1.124
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/IconBoat/index.d.ts +4 -0
- package/IconBoat/index.js +2 -0
- package/IconBoat/index.js.map +1 -0
- package/IconBoat/index.mjs +2 -0
- package/IconBoat/index.mjs.map +1 -0
- package/IconDotGrid1x3HorizontalTight/index.d.ts +4 -0
- package/IconDotGrid1x3HorizontalTight/index.js +2 -0
- package/IconDotGrid1x3HorizontalTight/index.js.map +1 -0
- package/IconDotGrid1x3HorizontalTight/index.mjs +2 -0
- package/IconDotGrid1x3HorizontalTight/index.mjs.map +1 -0
- package/IconDotGrid1x3VerticalTight/index.d.ts +4 -0
- package/IconDotGrid1x3VerticalTight/index.js +2 -0
- package/IconDotGrid1x3VerticalTight/index.js.map +1 -0
- package/IconDotGrid1x3VerticalTight/index.mjs +2 -0
- package/IconDotGrid1x3VerticalTight/index.mjs.map +1 -0
- package/IconPolitics/index.d.ts +4 -0
- package/IconPolitics/index.js +2 -0
- package/IconPolitics/index.js.map +1 -0
- package/IconPolitics/index.mjs +2 -0
- package/IconPolitics/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +62 -6
- package/icons/index.d.ts +4 -0
- package/icons-index.json +19 -12
- package/index.d.ts +4 -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 +34 -6
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var I=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,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=i(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?L(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconBoat:()=>B,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 p=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M14 16H22.3828L18.9287 21.7568L18.7832 22H5.2168L5.07129 21.7568L1.61719 16H13V13.5781C9.82263 13.4953 6.62572 13.6073 3.5625 13.9961L2.79492 14.0938L3.02246 13.3535C4.09679 9.85391 6.68054 7.02787 8.95117 5.09473C10.0915 4.12387 11.1656 3.36761 11.9551 2.85352C12.3499 2.59642 12.6745 2.39894 12.9014 2.26562C13.0148 2.19895 13.1047 2.14772 13.166 2.11328C13.1964 2.09621 13.22 2.08318 13.2363 2.07422C13.2445 2.06972 13.2514 2.0659 13.2559 2.06348C13.2579 2.06238 13.2607 2.06055 13.2607 2.06055H13.2627L14 1.66309V16Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M15 5.06934C17.3424 6.81328 18.9983 9.75247 19.9824 13.3691L20.1738 14.0713L19.4492 13.9971C17.9895 13.8476 16.5009 13.7334 15 13.6572V5.06934Z",fill:"currentColor"})),v=B;0&&(module.exports={IconBoat});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoat/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 IconBoat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14 16H22.3828L18.9287 21.7568L18.7832 22H5.2168L5.07129 21.7568L1.61719 16H13V13.5781C9.82263 13.4953 6.62572 13.6073 3.5625 13.9961L2.79492 14.0938L3.02246 13.3535C4.09679 9.85391 6.68054 7.02787 8.95117 5.09473C10.0915 4.12387 11.1656 3.36761 11.9551 2.85352C12.3499 2.59642 12.6745 2.39894 12.9014 2.26562C13.0148 2.19895 13.1047 2.14772 13.166 2.11328C13.1964 2.09621 13.22 2.08318 13.2363 2.07422C13.2445 2.06972 13.2514 2.0659 13.2559 2.06348C13.2579 2.06238 13.2607 2.06055 13.2607 2.06055H13.2627L14 1.66309V16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 5.06934C17.3424 6.81328 18.9983 9.75247 19.9824 13.3691L20.1738 14.0713L19.4492 13.9971C17.9895 13.8476 16.5009 13.7334 15 13.6572V5.06934Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoat;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2gBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBoat_exports","__export","IconBoat","IconBoat_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBoat","props","React","CentralIconBase","IconBoat_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M14 16H22.3828L18.9287 21.7568L18.7832 22H5.2168L5.07129 21.7568L1.61719 16H13V13.5781C9.82263 13.4953 6.62572 13.6073 3.5625 13.9961L2.79492 14.0938L3.02246 13.3535C4.09679 9.85391 6.68054 7.02787 8.95117 5.09473C10.0915 4.12387 11.1656 3.36761 11.9551 2.85352C12.3499 2.59642 12.6745 2.39894 12.9014 2.26562C13.0148 2.19895 13.1047 2.14772 13.166 2.11328C13.1964 2.09621 13.22 2.08318 13.2363 2.07422C13.2445 2.06972 13.2514 2.0659 13.2559 2.06348C13.2579 2.06238 13.2607 2.06055 13.2607 2.06055H13.2627L14 1.66309V16Z",fill:"currentColor"}),t.createElement(n,{d:"M15 5.06934C17.3424 6.81328 18.9983 9.75247 19.9824 13.3691L20.1738 14.0713L19.4492 13.9971C17.9895 13.8476 16.5009 13.7334 15 13.6572V5.06934Z",fill:"currentColor"})),x=a;export{a as IconBoat,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoat/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 IconBoat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14 16H22.3828L18.9287 21.7568L18.7832 22H5.2168L5.07129 21.7568L1.61719 16H13V13.5781C9.82263 13.4953 6.62572 13.6073 3.5625 13.9961L2.79492 14.0938L3.02246 13.3535C4.09679 9.85391 6.68054 7.02787 8.95117 5.09473C10.0915 4.12387 11.1656 3.36761 11.9551 2.85352C12.3499 2.59642 12.6745 2.39894 12.9014 2.26562C13.0148 2.19895 13.1047 2.14772 13.166 2.11328C13.1964 2.09621 13.22 2.08318 13.2363 2.07422C13.2445 2.06972 13.2514 2.0659 13.2559 2.06348C13.2579 2.06238 13.2607 2.06055 13.2607 2.06055H13.2627L14 1.66309V16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 5.06934C17.3424 6.81328 18.9983 9.75247 19.9824 13.3691L20.1738 14.0713L19.4492 13.9971C17.9895 13.8476 16.5009 13.7334 15 13.6572V5.06934Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoat;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2gBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBoat","props","React","CentralIconBase","IconBoat_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!B.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(i=x(o,e))||i.enumerable});return r};var a=(r,o,t)=>(t=r!=null?c(u(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3HorizontalTight:()=>s,default:()=>d});module.exports=y(P);var n=a(require("react"));var h=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>h.default.createElement(m.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 l=require("react-native-svg"),s=r=>n.default.createElement(f,{...r},n.default.createElement(l.Rect,{x:"3",y:"10",width:"4",height:"4",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"17",y:"10",width:"4",height:"4",fill:"currentColor"})),d=s;0&&(module.exports={IconDotGrid1x3HorizontalTight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3HorizontalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3HorizontalTight;\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,mCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,CAC/D,EAIGE,EAAQJ","names":["IconDotGrid1x3HorizontalTight_exports","__export","IconDotGrid1x3HorizontalTight","IconDotGrid1x3HorizontalTight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDotGrid1x3HorizontalTight","props","React","CentralIconBase","IconDotGrid1x3HorizontalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Rect as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{x:"3",y:"10",width:"4",height:"4",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",fill:"currentColor"}),o.createElement(e,{x:"17",y:"10",width:"4",height:"4",fill:"currentColor"})),B=C;export{C as IconDotGrid1x3HorizontalTight,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3HorizontalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3HorizontalTight;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,IAAI,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,CAC/D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconDotGrid1x3HorizontalTight","props","React","CentralIconBase","IconDotGrid1x3HorizontalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var s=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!B.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(i=x(o,e))||i.enumerable});return r};var a=(r,o,t)=>(t=r!=null?s(u(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3VerticalTight:()=>f,default:()=>d});module.exports=y(P);var n=a(require("react"));var h=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>h.default.createElement(m.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 l=require("react-native-svg"),f=r=>n.default.createElement(c,{...r},n.default.createElement(l.Rect,{x:"10",y:"3",width:"4",height:"4",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"17",width:"4",height:"4",fill:"currentColor"})),d=f;0&&(module.exports={IconDotGrid1x3VerticalTight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3VerticalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3VerticalTight;\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,iCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,IAAI,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,CAC/D,EAIGE,EAAQJ","names":["IconDotGrid1x3VerticalTight_exports","__export","IconDotGrid1x3VerticalTight","IconDotGrid1x3VerticalTight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDotGrid1x3VerticalTight","props","React","CentralIconBase","IconDotGrid1x3VerticalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Rect as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{x:"10",y:"3",width:"4",height:"4",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",fill:"currentColor"}),o.createElement(e,{x:"10",y:"17",width:"4",height:"4",fill:"currentColor"})),B=C;export{C as IconDotGrid1x3VerticalTight,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3VerticalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3VerticalTight;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,IAAI,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,CAC/D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconDotGrid1x3VerticalTight","props","React","CentralIconBase","IconDotGrid1x3VerticalTight_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 L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var V={};x(V,{IconPolitics:()=>i,default:()=>H});module.exports=g(V);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.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 p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z",fill:"currentColor"})),H=i;0&&(module.exports={IconPolitics});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPolitics/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 IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPolitics;\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,EAAE,qDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,miBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPolitics_exports","__export","IconPolitics","IconPolitics_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPolitics","props","React","CentralIconBase","IconPolitics_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z",fill:"currentColor"}),t.createElement(n,{d:"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z",fill:"currentColor"})),P=a;export{a as IconPolitics,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPolitics/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 IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPolitics;\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,EAAE,qDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,miBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPolitics","props","React","CentralIconBase","IconPolitics_default"]}
|
package/README.md
CHANGED
|
@@ -1043,7 +1043,9 @@ Below is a complete list of available icons:
|
|
|
1043
1043
|
- IconCrossSmall
|
|
1044
1044
|
- IconDeepSearch
|
|
1045
1045
|
- IconDotGrid1x3Horizontal
|
|
1046
|
+
- IconDotGrid1x3HorizontalTight
|
|
1046
1047
|
- IconDotGrid1x3Vertical
|
|
1048
|
+
- IconDotGrid1x3VerticalTight
|
|
1047
1049
|
- IconDotGrid2x3
|
|
1048
1050
|
- IconDotGrid3x3
|
|
1049
1051
|
- IconDoupleCheck
|
|
@@ -1822,6 +1824,7 @@ Below is a complete list of available icons:
|
|
|
1822
1824
|
- IconPlugin1
|
|
1823
1825
|
- IconPlugin2
|
|
1824
1826
|
- IconPokeball
|
|
1827
|
+
- IconPolitics
|
|
1825
1828
|
- IconPropeller
|
|
1826
1829
|
- IconPushTheButton
|
|
1827
1830
|
- IconPuzzle
|
|
@@ -1967,6 +1970,7 @@ Below is a complete list of available icons:
|
|
|
1967
1970
|
|
|
1968
1971
|
### Vehicles
|
|
1969
1972
|
|
|
1973
|
+
- IconBoat
|
|
1970
1974
|
- IconSteeringWheel1
|
|
1971
1975
|
|
|
1972
1976
|
### Vehicles & Aircrafts
|
package/filtered-icons.json
CHANGED
|
@@ -3444,6 +3444,20 @@
|
|
|
3444
3444
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
3445
3445
|
"componentName": "IconBoard"
|
|
3446
3446
|
},
|
|
3447
|
+
{
|
|
3448
|
+
"category": "Vehicles",
|
|
3449
|
+
"svg": "<path d=\"M14 16H22.3828L18.9287 21.7568L18.7832 22H5.2168L5.07129 21.7568L1.61719 16H13V13.5781C9.82263 13.4953 6.62572 13.6073 3.5625 13.9961L2.79492 14.0938L3.02246 13.3535C4.09679 9.85391 6.68054 7.02787 8.95117 5.09473C10.0915 4.12387 11.1656 3.36761 11.9551 2.85352C12.3499 2.59642 12.6745 2.39894 12.9014 2.26562C13.0148 2.19895 13.1047 2.14772 13.166 2.11328C13.1964 2.09621 13.22 2.08318 13.2363 2.07422C13.2445 2.06972 13.2514 2.0659 13.2559 2.06348C13.2579 2.06238 13.2607 2.06055 13.2607 2.06055H13.2627L14 1.66309V16Z\" fill=\"currentColor\"/><path d=\"M15 5.06934C17.3424 6.81328 18.9983 9.75247 19.9824 13.3691L20.1738 14.0713L19.4492 13.9971C17.9895 13.8476 16.5009 13.7334 15 13.6572V5.06934Z\" fill=\"currentColor\"/>",
|
|
3450
|
+
"iconName": "boat, ship, sailing",
|
|
3451
|
+
"variant": {
|
|
3452
|
+
"join": "square",
|
|
3453
|
+
"filled": "on",
|
|
3454
|
+
"radius": "0",
|
|
3455
|
+
"stroke": "1"
|
|
3456
|
+
},
|
|
3457
|
+
"createdAt": "2026-02-12T18:00:19.026123+00:00",
|
|
3458
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
3459
|
+
"componentName": "IconBoat"
|
|
3460
|
+
},
|
|
3447
3461
|
{
|
|
3448
3462
|
"category": "Typography",
|
|
3449
3463
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3H13C15.7614 3 18 5.23858 18 8C18 9.43071 17.3991 10.7211 16.4359 11.6325C17.9657 12.4875 19 14.123 19 16C19 18.7614 16.7614 21 14 21H5V3Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 11C14.6569 11 16 9.65685 16 8C16 6.34315 14.6569 5 13 5H7V11H13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 13H14C15.6569 13 17 14.3431 17 16C17 17.6569 15.6569 19 14 19H7V13Z\" fill=\"currentColor\"/>",
|
|
@@ -8750,6 +8764,20 @@
|
|
|
8750
8764
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
8751
8765
|
"componentName": "IconDotGrid1x3Horizontal"
|
|
8752
8766
|
},
|
|
8767
|
+
{
|
|
8768
|
+
"category": "Interface General",
|
|
8769
|
+
"svg": "<rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\"/><rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\"/>",
|
|
8770
|
+
"iconName": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
|
|
8771
|
+
"variant": {
|
|
8772
|
+
"join": "square",
|
|
8773
|
+
"filled": "on",
|
|
8774
|
+
"radius": "0",
|
|
8775
|
+
"stroke": "1"
|
|
8776
|
+
},
|
|
8777
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8778
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
8779
|
+
"componentName": "IconDotGrid1x3HorizontalTight"
|
|
8780
|
+
},
|
|
8753
8781
|
{
|
|
8754
8782
|
"category": "Interface General",
|
|
8755
8783
|
"svg": "<path d=\"M13.5 2H10.5V5H13.5V2Z\" fill=\"currentColor\"/><path d=\"M13.5 10.5H10.5V13.5H13.5V10.5Z\" fill=\"currentColor\"/><path d=\"M13.5 19H10.5V22H13.5V19Z\" fill=\"currentColor\"/>",
|
|
@@ -8764,6 +8792,20 @@
|
|
|
8764
8792
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
8765
8793
|
"componentName": "IconDotGrid1x3Vertical"
|
|
8766
8794
|
},
|
|
8795
|
+
{
|
|
8796
|
+
"category": "Interface General",
|
|
8797
|
+
"svg": "<rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\"/><rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" fill=\"currentColor\"/>",
|
|
8798
|
+
"iconName": "dot-grid-1x3-vertical-tight, menu, drag, grab",
|
|
8799
|
+
"variant": {
|
|
8800
|
+
"join": "square",
|
|
8801
|
+
"filled": "on",
|
|
8802
|
+
"radius": "0",
|
|
8803
|
+
"stroke": "1"
|
|
8804
|
+
},
|
|
8805
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8806
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
8807
|
+
"componentName": "IconDotGrid1x3VerticalTight"
|
|
8808
|
+
},
|
|
8767
8809
|
{
|
|
8768
8810
|
"category": "Interface General",
|
|
8769
8811
|
"svg": "<path d=\"M8 4H11V7H8V4Z\" fill=\"currentColor\"/><path d=\"M8 17H11V20H8V17Z\" fill=\"currentColor\"/><path d=\"M8 10.5H11V13.5H8V10.5Z\" fill=\"currentColor\"/><path d=\"M13 4H16V7H13V4Z\" fill=\"currentColor\"/><path d=\"M13 17H16V20H13V17Z\" fill=\"currentColor\"/><path d=\"M13 10.5H16V13.5H13V10.5Z\" fill=\"currentColor\"/>",
|
|
@@ -12533,7 +12575,7 @@
|
|
|
12533
12575
|
{
|
|
12534
12576
|
"category": "Edit",
|
|
12535
12577
|
"svg": "<path d=\"M18.4787 1.79346L13.7309 6.55281C11.9854 5.38552 10.0506 4.75026 8.25865 4.6886C6.45174 4.62643 4.75491 5.14916 3.57954 6.34553C2.14972 7.80089 1.74244 9.93915 2.14951 12.149C2.55728 14.3626 3.787 16.7052 5.72151 18.6743C8.04746 21.0418 10.2241 21.7136 11.2888 21.9844L11.7733 22.1077L12.0199 21.1386L11.5353 21.0153C10.58 20.7722 8.59113 20.1683 6.43485 17.9735C4.62326 16.1295 3.50043 13.9626 3.13296 11.9678C2.76478 9.96912 3.15956 8.19991 4.29288 7.04635C5.22349 6.09911 6.62008 5.63281 8.22426 5.68801C9.75771 5.74077 11.4487 6.27158 13.0098 7.27569L9.99968 10.2931V13.9999H13.7068L16.7396 10.967C18.0984 12.594 18.9261 14.1176 19.1806 15.4127C19.4363 16.7137 19.1168 17.7673 18.1646 18.5427C17.5193 19.0681 16.7851 19.0548 15.9941 18.7223C15.1875 18.3831 14.4023 17.7372 13.7996 17.1446L13.4431 16.7941L12.742 17.5071L13.0985 17.8577C13.7325 18.481 14.6255 19.2316 15.6065 19.6441C16.6032 20.0632 17.7662 20.1566 18.796 19.3181C20.0796 18.2729 20.4769 16.823 20.1619 15.2199C19.8579 13.6732 18.8948 11.9728 17.4494 10.2572L22.2079 5.49871L18.4787 1.79346Z\" fill=\"currentColor\"/>",
|
|
12536
|
-
"iconName": "highlight, mark, freehand",
|
|
12578
|
+
"iconName": "highlight, mark, freehand, drawing, paint",
|
|
12537
12579
|
"variant": {
|
|
12538
12580
|
"join": "square",
|
|
12539
12581
|
"filled": "on",
|
|
@@ -13205,7 +13247,7 @@
|
|
|
13205
13247
|
{
|
|
13206
13248
|
"category": "Edit",
|
|
13207
13249
|
"svg": "<path d=\"M9 21H8V3H9V21Z\" fill=\"currentColor\"/><path d=\"M6.5 18H2V6H6.5V18Z\" fill=\"currentColor\"/><path d=\"M22 18H10.5V6H22V18Z\" fill=\"currentColor\"/>",
|
|
13208
|
-
"iconName": "input-form, text-area, prompt",
|
|
13250
|
+
"iconName": "input-form, text-area, prompt, rename",
|
|
13209
13251
|
"variant": {
|
|
13210
13252
|
"join": "square",
|
|
13211
13253
|
"filled": "on",
|
|
@@ -16705,7 +16747,7 @@
|
|
|
16705
16747
|
{
|
|
16706
16748
|
"category": "Edit",
|
|
16707
16749
|
"svg": "<path d=\"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z\" fill=\"currentColor\"/><path d=\"M11 21V22H22V21H11Z\" fill=\"currentColor\"/>",
|
|
16708
|
-
"iconName": "pencil-line",
|
|
16750
|
+
"iconName": "pencil-line, signature, write",
|
|
16709
16751
|
"variant": {
|
|
16710
16752
|
"join": "square",
|
|
16711
16753
|
"filled": "on",
|
|
@@ -16733,7 +16775,7 @@
|
|
|
16733
16775
|
{
|
|
16734
16776
|
"category": "Edit",
|
|
16735
16777
|
"svg": "<path d=\"M16.75 2.04297L20.9571 6.25008L6.20711 21.0001H2V16.793L16.75 2.04297Z\" fill=\"currentColor\"/><path d=\"M21.6652 18.0273L21.6662 18.0258L21.9424 17.609L21.1088 17.0566L20.8332 17.4726L20.8324 17.4737L20.8256 17.4837C20.8188 17.4934 20.8077 17.509 20.7923 17.5298C20.7616 17.5715 20.7141 17.6333 20.6509 17.7087C20.524 17.8601 20.3365 18.0624 20.0965 18.2639C19.6112 18.6716 18.9508 19.044 18.1655 19.044C17.3572 19.044 16.778 18.7461 16.1659 18.3955C16.1226 18.3706 16.0787 18.3453 16.0342 18.3195L16.033 18.3188C15.4721 17.9944 14.8155 17.6146 13.986 17.6146C12.2962 17.6146 11.1531 18.5485 10.1311 19.6614L9.79297 20.0297L10.5295 20.7061L10.8677 20.3378C11.8387 19.2803 12.7304 18.6146 13.986 18.6146C14.5385 18.6146 14.9728 18.8638 15.5865 19.216L15.6689 19.2632C16.3045 19.6273 17.0787 20.044 18.1655 20.044C19.2752 20.044 20.1568 19.5192 20.7397 19.0297C21.0338 18.7826 21.262 18.5363 21.4172 18.3513C21.495 18.2584 21.5553 18.1801 21.597 18.1236C21.6178 18.0954 21.6341 18.0725 21.6457 18.0559L21.6595 18.0358L21.6638 18.0295L21.6652 18.0273Z\" fill=\"currentColor\"/>",
|
|
16736
|
-
"iconName": "pencil-wave",
|
|
16778
|
+
"iconName": "pencil-wave, signature, write",
|
|
16737
16779
|
"variant": {
|
|
16738
16780
|
"join": "square",
|
|
16739
16781
|
"filled": "on",
|
|
@@ -17584,6 +17626,20 @@
|
|
|
17584
17626
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
17585
17627
|
"componentName": "IconPokeball"
|
|
17586
17628
|
},
|
|
17629
|
+
{
|
|
17630
|
+
"category": "Things",
|
|
17631
|
+
"svg": "<path d=\"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z\" fill=\"currentColor\"/><path d=\"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z\" fill=\"currentColor\"/>",
|
|
17632
|
+
"iconName": "politics, speaker, press-conference, speech",
|
|
17633
|
+
"variant": {
|
|
17634
|
+
"join": "square",
|
|
17635
|
+
"filled": "on",
|
|
17636
|
+
"radius": "0",
|
|
17637
|
+
"stroke": "1"
|
|
17638
|
+
},
|
|
17639
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
17640
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
17641
|
+
"componentName": "IconPolitics"
|
|
17642
|
+
},
|
|
17587
17643
|
{
|
|
17588
17644
|
"category": "Emoji",
|
|
17589
17645
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 2H13.5C15.9853 2 18 4.01472 18 6.5C18 7.45498 17.7022 8.34072 17.195 9.069C18.7951 9.39136 20 10.805 20 12.5C20 13.104 19.8467 13.6728 19.5771 14.169C20.9832 14.6233 22 15.9427 22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5C2 15.9427 3.01679 14.6233 4.42291 14.169C4.15332 13.6728 4 13.104 4 12.5C4 10.9427 5.01679 9.6233 6.42291 9.16895C6.15331 8.67281 6 8.10405 6 7.5C6 5.567 7.567 4 9.5 4H13L13 2ZM13 9H10V10H13V9ZM16 14H13V15H16V14Z\" fill=\"currentColor\"/>",
|
|
@@ -22249,7 +22305,7 @@
|
|
|
22249
22305
|
{
|
|
22250
22306
|
"category": "Edit",
|
|
22251
22307
|
"svg": "<path d=\"M18.5 3.79297L7 15.293V20.0001H11.7071L23.2071 8.50008L18.5 3.79297Z\" fill=\"currentColor\"/><path d=\"M1 5.00008V6.00008H10V5.00008H1Z\" fill=\"currentColor\"/><path d=\"M1 9.00008V10.0001H7V9.00008H1Z\" fill=\"currentColor\"/>",
|
|
22252
|
-
"iconName": "text-edit, prompts, comment",
|
|
22308
|
+
"iconName": "text-edit, prompts, comment, draft",
|
|
22253
22309
|
"variant": {
|
|
22254
22310
|
"join": "square",
|
|
22255
22311
|
"filled": "on",
|
|
@@ -24671,7 +24727,7 @@
|
|
|
24671
24727
|
{
|
|
24672
24728
|
"category": "Edit",
|
|
24673
24729
|
"svg": "<path d=\"M18.5 1.79297L11 9.29297V13.0001H14.7071L22.2071 5.50008L18.5 1.79297Z\" fill=\"currentColor\"/><path d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11V21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H9V12H5.5Z\" fill=\"currentColor\"/>",
|
|
24674
|
-
"iconName": "writing",
|
|
24730
|
+
"iconName": "writing, sketching, drawing",
|
|
24675
24731
|
"variant": {
|
|
24676
24732
|
"join": "square",
|
|
24677
24733
|
"filled": "on",
|
package/icons/index.d.ts
CHANGED
|
@@ -245,6 +245,7 @@ export type CentralIconName =
|
|
|
245
245
|
| "IconBluetooth"
|
|
246
246
|
| "IconBlur"
|
|
247
247
|
| "IconBoard"
|
|
248
|
+
| "IconBoat"
|
|
248
249
|
| "IconBold"
|
|
249
250
|
| "IconBolt"
|
|
250
251
|
| "IconBomb"
|
|
@@ -624,7 +625,9 @@ export type CentralIconName =
|
|
|
624
625
|
| "IconDoorHanger"
|
|
625
626
|
| "IconDossier"
|
|
626
627
|
| "IconDotGrid1x3Horizontal"
|
|
628
|
+
| "IconDotGrid1x3HorizontalTight"
|
|
627
629
|
| "IconDotGrid1x3Vertical"
|
|
630
|
+
| "IconDotGrid1x3VerticalTight"
|
|
628
631
|
| "IconDotGrid2x3"
|
|
629
632
|
| "IconDotGrid3x3"
|
|
630
633
|
| "IconDoupleCheck"
|
|
@@ -1255,6 +1258,7 @@ export type CentralIconName =
|
|
|
1255
1258
|
| "IconPointChart"
|
|
1256
1259
|
| "IconPointer"
|
|
1257
1260
|
| "IconPokeball"
|
|
1261
|
+
| "IconPolitics"
|
|
1258
1262
|
| "IconPoop"
|
|
1259
1263
|
| "IconPopcorn"
|
|
1260
1264
|
| "IconPopsicle1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.124",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/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": 1775,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
]
|
|
881
881
|
},
|
|
882
882
|
"Interface General": {
|
|
883
|
-
"count":
|
|
883
|
+
"count": 182,
|
|
884
884
|
"icons": [
|
|
885
885
|
"IconAnchor1",
|
|
886
886
|
"IconAnchor2",
|
|
@@ -951,7 +951,9 @@
|
|
|
951
951
|
"IconCrossSmall",
|
|
952
952
|
"IconDeepSearch",
|
|
953
953
|
"IconDotGrid1x3Horizontal",
|
|
954
|
+
"IconDotGrid1x3HorizontalTight",
|
|
954
955
|
"IconDotGrid1x3Vertical",
|
|
956
|
+
"IconDotGrid1x3VerticalTight",
|
|
955
957
|
"IconDotGrid2x3",
|
|
956
958
|
"IconDotGrid3x3",
|
|
957
959
|
"IconDoupleCheck",
|
|
@@ -1677,7 +1679,7 @@
|
|
|
1677
1679
|
]
|
|
1678
1680
|
},
|
|
1679
1681
|
"Things": {
|
|
1680
|
-
"count":
|
|
1682
|
+
"count": 123,
|
|
1681
1683
|
"icons": [
|
|
1682
1684
|
"IconAnvil",
|
|
1683
1685
|
"IconBackpack",
|
|
@@ -1756,6 +1758,7 @@
|
|
|
1756
1758
|
"IconPlugin1",
|
|
1757
1759
|
"IconPlugin2",
|
|
1758
1760
|
"IconPokeball",
|
|
1761
|
+
"IconPolitics",
|
|
1759
1762
|
"IconPropeller",
|
|
1760
1763
|
"IconPushTheButton",
|
|
1761
1764
|
"IconPuzzle",
|
|
@@ -1905,8 +1908,8 @@
|
|
|
1905
1908
|
]
|
|
1906
1909
|
},
|
|
1907
1910
|
"Vehicles": {
|
|
1908
|
-
"count":
|
|
1909
|
-
"icons": ["IconSteeringWheel1"]
|
|
1911
|
+
"count": 2,
|
|
1912
|
+
"icons": ["IconBoat", "IconSteeringWheel1"]
|
|
1910
1913
|
},
|
|
1911
1914
|
"Vehicles & Aircrafts": {
|
|
1912
1915
|
"count": 35,
|
|
@@ -2220,6 +2223,7 @@
|
|
|
2220
2223
|
"IconBluetooth": "bluetooth",
|
|
2221
2224
|
"IconBlur": "blur",
|
|
2222
2225
|
"IconBoard": "board, moodboard, layout, template",
|
|
2226
|
+
"IconBoat": "boat, ship, sailing",
|
|
2223
2227
|
"IconBold": "bold",
|
|
2224
2228
|
"IconBolt": "bolt",
|
|
2225
2229
|
"IconBomb": "bomb, boom",
|
|
@@ -2599,7 +2603,9 @@
|
|
|
2599
2603
|
"IconDoorHanger": "door-hanger, sign, do-not-disdurb",
|
|
2600
2604
|
"IconDossier": "dossier",
|
|
2601
2605
|
"IconDotGrid1x3Horizontal": "dot-grid-1x3-horizontal, menu, drag, grab",
|
|
2606
|
+
"IconDotGrid1x3HorizontalTight": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
|
|
2602
2607
|
"IconDotGrid1x3Vertical": "dot-grid-1x3-vertical, menu, drag, grab",
|
|
2608
|
+
"IconDotGrid1x3VerticalTight": "dot-grid-1x3-vertical-tight, menu, drag, grab",
|
|
2603
2609
|
"IconDotGrid2x3": "dot-grid-2x3, menu, drag, grab",
|
|
2604
2610
|
"IconDotGrid3x3": "dot-grid-3x3, menu, drag, grab",
|
|
2605
2611
|
"IconDoupleCheck": "douple-check",
|
|
@@ -2869,7 +2875,7 @@
|
|
|
2869
2875
|
"IconHeart": "heart, like, health, life, favorite",
|
|
2870
2876
|
"IconHeart2": "heart-2, like, health, life, fav",
|
|
2871
2877
|
"IconHeartBeat": "heart-beat, heart rate, pulse",
|
|
2872
|
-
"IconHighlight": "highlight, mark, freehand",
|
|
2878
|
+
"IconHighlight": "highlight, mark, freehand, drawing, paint",
|
|
2873
2879
|
"IconHighlights": "highlights",
|
|
2874
2880
|
"IconHistory": "history, back, timeline",
|
|
2875
2881
|
"IconHome": "home, house",
|
|
@@ -2917,7 +2923,7 @@
|
|
|
2917
2923
|
"IconInfinity": "infinity, loop, boomerang",
|
|
2918
2924
|
"IconInitiatives": "initiatives, nav, rooting",
|
|
2919
2925
|
"IconInjection": "injection",
|
|
2920
|
-
"IconInputForm": "input-form, text-area, prompt",
|
|
2926
|
+
"IconInputForm": "input-form, text-area, prompt, rename",
|
|
2921
2927
|
"IconInsights": "insights, analyze",
|
|
2922
2928
|
"IconInstagram": "instagram",
|
|
2923
2929
|
"IconIntegrations": "integrations, frames, keyframes, interactions",
|
|
@@ -3167,9 +3173,9 @@
|
|
|
3167
3173
|
"IconPayment": "payment, flow, connection",
|
|
3168
3174
|
"IconPeace": "peace",
|
|
3169
3175
|
"IconPencil": "pencil, edit, write",
|
|
3170
|
-
"IconPencilLine": "pencil-line",
|
|
3176
|
+
"IconPencilLine": "pencil-line, signature, write",
|
|
3171
3177
|
"IconPencilSparkle": "pencil-sparkle, magic pencil, magic brush",
|
|
3172
|
-
"IconPencilWave": "pencil-wave",
|
|
3178
|
+
"IconPencilWave": "pencil-wave, signature, write",
|
|
3173
3179
|
"IconPeople": "people, user, person, avatar",
|
|
3174
3180
|
"IconPeople2": "people-2",
|
|
3175
3181
|
"IconPeopleAdd": "people-add, user-add",
|
|
@@ -3230,6 +3236,7 @@
|
|
|
3230
3236
|
"IconPointChart": "point-chart, dots",
|
|
3231
3237
|
"IconPointer": "pointer, hand",
|
|
3232
3238
|
"IconPokeball": "pokeball, catch",
|
|
3239
|
+
"IconPolitics": "politics, speaker, press-conference, speech",
|
|
3233
3240
|
"IconPoop": "poop, spam",
|
|
3234
3241
|
"IconPopcorn": "popcorn, movies, series",
|
|
3235
3242
|
"IconPopsicle1": "popsicle-1, ice-cream, sweets",
|
|
@@ -3563,7 +3570,7 @@
|
|
|
3563
3570
|
"IconTextareaDrag": "textarea-drag",
|
|
3564
3571
|
"IconTextBlock": "text-block",
|
|
3565
3572
|
"IconTextColor": "text-color",
|
|
3566
|
-
"IconTextEdit": "text-edit, prompts, comment",
|
|
3573
|
+
"IconTextEdit": "text-edit, prompts, comment, draft",
|
|
3567
3574
|
"IconTextIndentLeft": "text-indent-left",
|
|
3568
3575
|
"IconTextIndentRight": "text-indent-right",
|
|
3569
3576
|
"IconTextIndicator": "text-indicator",
|
|
@@ -3736,7 +3743,7 @@
|
|
|
3736
3743
|
"IconWrite": "write, edit-list, list",
|
|
3737
3744
|
"IconWrite1": "write-1, fountain-pen",
|
|
3738
3745
|
"IconWrite2": "write-2, fountain-pen",
|
|
3739
|
-
"IconWriting": "writing",
|
|
3746
|
+
"IconWriting": "writing, sketching, drawing",
|
|
3740
3747
|
"IconX": "x",
|
|
3741
3748
|
"IconXbox": "xbox",
|
|
3742
3749
|
"IconYen": "yen, currency, money, coin",
|
package/index.d.ts
CHANGED
|
@@ -244,6 +244,7 @@ export { IconBluesky, default as IconBlueskyDefault } from "./IconBluesky";
|
|
|
244
244
|
export { IconBluetooth, default as IconBluetoothDefault, } from "./IconBluetooth";
|
|
245
245
|
export { IconBlur, default as IconBlurDefault } from "./IconBlur";
|
|
246
246
|
export { IconBoard, default as IconBoardDefault } from "./IconBoard";
|
|
247
|
+
export { IconBoat, default as IconBoatDefault } from "./IconBoat";
|
|
247
248
|
export { IconBold, default as IconBoldDefault } from "./IconBold";
|
|
248
249
|
export { IconBolt, default as IconBoltDefault } from "./IconBolt";
|
|
249
250
|
export { IconBomb, default as IconBombDefault } from "./IconBomb";
|
|
@@ -623,7 +624,9 @@ export { IconDoor, default as IconDoorDefault } from "./IconDoor";
|
|
|
623
624
|
export { IconDoorHanger, default as IconDoorHangerDefault, } from "./IconDoorHanger";
|
|
624
625
|
export { IconDossier, default as IconDossierDefault } from "./IconDossier";
|
|
625
626
|
export { IconDotGrid1x3Horizontal, default as IconDotGrid1x3HorizontalDefault, } from "./IconDotGrid1x3Horizontal";
|
|
627
|
+
export { IconDotGrid1x3HorizontalTight, default as IconDotGrid1x3HorizontalTightDefault, } from "./IconDotGrid1x3HorizontalTight";
|
|
626
628
|
export { IconDotGrid1x3Vertical, default as IconDotGrid1x3VerticalDefault, } from "./IconDotGrid1x3Vertical";
|
|
629
|
+
export { IconDotGrid1x3VerticalTight, default as IconDotGrid1x3VerticalTightDefault, } from "./IconDotGrid1x3VerticalTight";
|
|
627
630
|
export { IconDotGrid2x3, default as IconDotGrid2x3Default, } from "./IconDotGrid2x3";
|
|
628
631
|
export { IconDotGrid3x3, default as IconDotGrid3x3Default, } from "./IconDotGrid3x3";
|
|
629
632
|
export { IconDoupleCheck, default as IconDoupleCheckDefault, } from "./IconDoupleCheck";
|
|
@@ -1254,6 +1257,7 @@ export { IconPodcast2, default as IconPodcast2Default } from "./IconPodcast2";
|
|
|
1254
1257
|
export { IconPointChart, default as IconPointChartDefault, } from "./IconPointChart";
|
|
1255
1258
|
export { IconPointer, default as IconPointerDefault } from "./IconPointer";
|
|
1256
1259
|
export { IconPokeball, default as IconPokeballDefault } from "./IconPokeball";
|
|
1260
|
+
export { IconPolitics, default as IconPoliticsDefault } from "./IconPolitics";
|
|
1257
1261
|
export { IconPoop, default as IconPoopDefault } from "./IconPoop";
|
|
1258
1262
|
export { IconPopcorn, default as IconPopcornDefault } from "./IconPopcorn";
|
|
1259
1263
|
export { IconPopsicle1, default as IconPopsicle1Default, } from "./IconPopsicle1";
|