@central-icons-react-native/round-outlined-radius-2-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 f=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of d(r))!x.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(s=B(r,n))||s.enumerable});return o};var m=(o,r,e)=>(e=o!=null?f(I(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),g=o=>a(t({},"__esModule",{value:!0}),o);var L={};P(L,{IconBoat:()=>u,default:()=>k});module.exports=g(L);var p=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:o,size:r=24,...e})=>c.default.createElement(i.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 C=require("react-native-svg"),u=o=>p.default.createElement(l,{...o},p.default.createElement(C.Path,{d:"M13.5 16.5V3.30371C13.5 2.51839 12.6531 2.05813 12.0203 2.52318C9.75445 4.18831 5.48466 7.73631 3.5477 12.0526C3.25038 12.7152 3.81632 13.3994 4.53948 13.333C9.12373 12.9124 14.9853 12.9934 19.5499 13.367C20.2496 13.4242 20.7948 12.7715 20.5165 12.127C19.0891 8.8207 16.0255 6.11846 13.75 4.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M4.89951 20.7494L2.79976 18.1247C2.27595 17.4699 2.74212 16.5 3.58063 16.5H20.4194C21.2579 16.5 21.7241 17.4699 21.2002 18.1247L19.1005 20.7494C18.7209 21.2238 18.1463 21.5 17.5388 21.5H6.46125C5.85368 21.5 5.27906 21.2238 4.89951 20.7494Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;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=\"M13.5 16.5V3.30371C13.5 2.51839 12.6531 2.05813 12.0203 2.52318C9.75445 4.18831 5.48466 7.73631 3.5477 12.0526C3.25038 12.7152 3.81632 13.3994 4.53948 13.333C9.12373 12.9124 14.9853 12.9934 19.5499 13.367C20.2496 13.4242 20.7948 12.7715 20.5165 12.127C19.0891 8.8207 16.0255 6.11846 13.75 4.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.89951 20.7494L2.79976 18.1247C2.27595 17.4699 2.74212 16.5 3.58063 16.5H20.4194C21.2579 16.5 21.7241 17.4699 21.2002 18.1247L19.1005 20.7494C18.7209 21.2238 18.1463 21.5 17.5388 21.5H6.46125C5.85368 21.5 5.27906 21.2238 4.89951 20.7494Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,wSACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 e from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:r,size:o=24,...p})=>C.createElement(s,{...p,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 t}from"react-native-svg";var a=r=>e.createElement(n,{...r},e.createElement(t,{d:"M13.5 16.5V3.30371C13.5 2.51839 12.6531 2.05813 12.0203 2.52318C9.75445 4.18831 5.48466 7.73631 3.5477 12.0526C3.25038 12.7152 3.81632 13.3994 4.53948 13.333C9.12373 12.9124 14.9853 12.9934 19.5499 13.367C20.2496 13.4242 20.7948 12.7715 20.5165 12.127C19.0891 8.8207 16.0255 6.11846 13.75 4.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M4.89951 20.7494L2.79976 18.1247C2.27595 17.4699 2.74212 16.5 3.58063 16.5H20.4194C21.2579 16.5 21.7241 17.4699 21.2002 18.1247L19.1005 20.7494C18.7209 21.2238 18.1463 21.5 17.5388 21.5H6.46125C5.85368 21.5 5.27906 21.2238 4.89951 20.7494Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),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=\"M13.5 16.5V3.30371C13.5 2.51839 12.6531 2.05813 12.0203 2.52318C9.75445 4.18831 5.48466 7.73631 3.5477 12.0526C3.25038 12.7152 3.81632 13.3994 4.53948 13.333C9.12373 12.9124 14.9853 12.9934 19.5499 13.367C20.2496 13.4242 20.7948 12.7715 20.5165 12.127C19.0891 8.8207 16.0255 6.11846 13.75 4.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.89951 20.7494L2.79976 18.1247C2.27595 17.4699 2.74212 16.5 3.58063 16.5H20.4194C21.2579 16.5 21.7241 17.4699 21.2002 18.1247L19.1005 20.7494C18.7209 21.2238 18.1463 21.5 17.5388 21.5H6.46125C5.85368 21.5 5.27906 21.2238 4.89951 20.7494Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,wSACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 s=Object.create;var p=Object.defineProperty;var c=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})},x=(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=c(o,e))||i.enumerable});return r};var C=(r,o,t)=>(t=r!=null?s(u(r)):{},x(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>x(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3HorizontalTight:()=>f,default:()=>d});module.exports=y(P);var n=C(require("react"));var a=C(require("react")),h=require("react-native-svg"),m=({children:r,size:o=24,...t})=>a.default.createElement(h.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(m,{...r},n.default.createElement(l.Rect,{x:"3",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"17",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"})),d=f;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\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" 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,GAAG,IAAI,KAAK,eAAe,EACnE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,CACtE,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 x=t=>o.createElement(n,{...t},o.createElement(e,{x:"3",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),o.createElement(e,{x:"17",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"})),B=x;export{x 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\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" 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,GAAG,IAAI,KAAK,eAAe,EACnEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,CACtE,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 f=Object.create;var p=Object.defineProperty;var s=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})},x=(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=s(o,e))||i.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(u(r)):{},x(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>x(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3VerticalTight:()=>c,default:()=>d});module.exports=y(P);var n=C(require("react"));var a=C(require("react")),h=require("react-native-svg"),m=({children:r,size:o=24,...t})=>a.default.createElement(h.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"),c=r=>n.default.createElement(m,{...r},n.default.createElement(l.Rect,{x:"10",y:"3",width:"4",height:"4",rx:"2",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"17",width:"4",height:"4",rx:"2",fill:"currentColor"})),d=c;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\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"2\" 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,GAAG,IAAI,KAAK,eAAe,EACnE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,CACtE,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 x=t=>o.createElement(n,{...t},o.createElement(e,{x:"10",y:"3",width:"4",height:"4",rx:"2",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),o.createElement(e,{x:"10",y:"17",width:"4",height:"4",rx:"2",fill:"currentColor"})),B=x;export{x 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\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"2\" 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,GAAG,IAAI,KAAK,eAAe,EACnEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,CACtE,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 m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of L(o))!x.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(s=k(o,C))||s.enumerable});return r};var l=(r,o,n)=>(n=r!=null?m(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var g={};B(g,{IconPolitics:()=>d,default:()=>P});module.exports=I(g);var e=l(require("react"));var c=l(require("react")),u=require("react-native-svg"),a=({children:r,size:o=24,...n})=>c.default.createElement(u.Svg,{...n,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"),d=r=>e.default.createElement(a,{...r},e.default.createElement(t.Path,{d:"M5.5 7.5V5.48062C5.5 5.17684 5.63809 4.88953 5.8753 4.69976L8 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M18.5 7.5V5.48062C18.5 5.17684 18.3619 4.88953 18.1247 4.69976L16 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"8",cy:"3.0498",r:"1.5",fill:"currentColor"}),e.default.createElement(t.Circle,{cx:"16",cy:"3.0498",r:"1.5",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M3.5 8.5C3.5 7.94772 3.94772 7.5 4.5 7.5H19.5C20.0523 7.5 20.5 7.94772 20.5 8.5V9.5C20.5 10.6046 19.6046 11.5 18.5 11.5H5.5C4.39543 11.5 3.5 10.6046 3.5 9.5V8.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M4.5 11.5L5.30232 18.7209C5.41486 19.7337 6.27099 20.5 7.29009 20.5H16.7099C17.729 20.5 18.5851 19.7337 18.6977 18.7209L19.5 11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 7.5V5.48062C5.5 5.17684 5.63809 4.88953 5.8753 4.69976L8 3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 7.5V5.48062C18.5 5.17684 18.3619 4.88953 18.1247 4.69976L16 3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"8\" cy=\"3.0498\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"16\" cy=\"3.0498\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M3.5 8.5C3.5 7.94772 3.94772 7.5 4.5 7.5H19.5C20.0523 7.5 20.5 7.94772 20.5 8.5V9.5C20.5 10.6046 19.6046 11.5 18.5 11.5H5.5C4.39543 11.5 3.5 10.6046 3.5 9.5V8.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 11.5L5.30232 18.7209C5.41486 19.7337 6.27099 20.5 7.29009 20.5H16.7099C17.729 20.5 18.5851 19.7337 18.6977 18.7209L19.5 11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,SAAS,EAAE,MAAM,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,SAAS,EAAE,MAAM,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,oKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import s from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(i,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as C,Path as n}from"react-native-svg";var l=e=>r.createElement(t,{...e},r.createElement(n,{d:"M5.5 7.5V5.48062C5.5 5.17684 5.63809 4.88953 5.8753 4.69976L8 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M18.5 7.5V5.48062C18.5 5.17684 18.3619 4.88953 18.1247 4.69976L16 3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(C,{cx:"8",cy:"3.0498",r:"1.5",fill:"currentColor"}),r.createElement(C,{cx:"16",cy:"3.0498",r:"1.5",fill:"currentColor"}),r.createElement(n,{d:"M3.5 8.5C3.5 7.94772 3.94772 7.5 4.5 7.5H19.5C20.0523 7.5 20.5 7.94772 20.5 8.5V9.5C20.5 10.6046 19.6046 11.5 18.5 11.5H5.5C4.39543 11.5 3.5 10.6046 3.5 9.5V8.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M4.5 11.5L5.30232 18.7209C5.41486 19.7337 6.27099 20.5 7.29009 20.5H16.7099C17.729 20.5 18.5851 19.7337 18.6977 18.7209L19.5 11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=l;export{l as IconPolitics,B 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 7.5V5.48062C5.5 5.17684 5.63809 4.88953 5.8753 4.69976L8 3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 7.5V5.48062C18.5 5.17684 18.3619 4.88953 18.1247 4.69976L16 3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"8\" cy=\"3.0498\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"16\" cy=\"3.0498\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M3.5 8.5C3.5 7.94772 3.94772 7.5 4.5 7.5H19.5C20.0523 7.5 20.5 7.94772 20.5 8.5V9.5C20.5 10.6046 19.6046 11.5 18.5 11.5H5.5C4.39543 11.5 3.5 10.6046 3.5 9.5V8.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 11.5L5.30232 18.7209C5.41486 19.7337 6.27099 20.5 7.29009 20.5H16.7099C17.729 20.5 18.5851 19.7337 18.6977 18.7209L19.5 11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,SAAS,EAAE,MAAM,KAAK,eAAe,EACvDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,SAAS,EAAE,MAAM,KAAK,eAAe,EACxDI,EAAA,cAACH,EAAA,CACC,EAAE,oKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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": "round-outlined-radius-2-stroke-1",
|
|
3445
3445
|
"componentName": "IconBoard"
|
|
3446
3446
|
},
|
|
3447
|
+
{
|
|
3448
|
+
"category": "Vehicles",
|
|
3449
|
+
"svg": "<path d=\"M13.5 16.5V3.30371C13.5 2.51839 12.6531 2.05813 12.0203 2.52318C9.75445 4.18831 5.48466 7.73631 3.5477 12.0526C3.25038 12.7152 3.81632 13.3994 4.53948 13.333C9.12373 12.9124 14.9853 12.9934 19.5499 13.367C20.2496 13.4242 20.7948 12.7715 20.5165 12.127C19.0891 8.8207 16.0255 6.11846 13.75 4.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.89951 20.7494L2.79976 18.1247C2.27595 17.4699 2.74212 16.5 3.58063 16.5H20.4194C21.2579 16.5 21.7241 17.4699 21.2002 18.1247L19.1005 20.7494C18.7209 21.2238 18.1463 21.5 17.5388 21.5H6.46125C5.85368 21.5 5.27906 21.2238 4.89951 20.7494Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
3450
|
+
"iconName": "boat, ship, sailing",
|
|
3451
|
+
"variant": {
|
|
3452
|
+
"join": "round",
|
|
3453
|
+
"filled": "off",
|
|
3454
|
+
"radius": "2",
|
|
3455
|
+
"stroke": "1"
|
|
3456
|
+
},
|
|
3457
|
+
"createdAt": "2026-02-12T18:00:19.026123+00:00",
|
|
3458
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
3459
|
+
"componentName": "IconBoat"
|
|
3460
|
+
},
|
|
3447
3461
|
{
|
|
3448
3462
|
"category": "Typography",
|
|
3449
3463
|
"svg": "<path d=\"M5.5 10C5.5 11.1046 6.39543 12 7.5 12H13.5C15.7091 12 17.5 10.0972 17.5 7.75C17.5 5.40279 15.7091 3.5 13.5 3.5H7.5C6.39543 3.5 5.5 4.39543 5.5 5.5V10Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M13.5 12H14.5C16.7091 12 18.5 13.9028 18.5 16.25C18.5 18.5972 16.7091 20.5 14.5 20.5H7.5C6.39543 20.5 5.5 19.6046 5.5 18.5V12\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
@@ -8750,6 +8764,20 @@
|
|
|
8750
8764
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
8751
8765
|
"componentName": "IconDotGrid1x3Horizontal"
|
|
8752
8766
|
},
|
|
8767
|
+
{
|
|
8768
|
+
"category": "Interface General",
|
|
8769
|
+
"svg": "<rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/><rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/>",
|
|
8770
|
+
"iconName": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
|
|
8771
|
+
"variant": {
|
|
8772
|
+
"join": "round",
|
|
8773
|
+
"filled": "off",
|
|
8774
|
+
"radius": "2",
|
|
8775
|
+
"stroke": "1"
|
|
8776
|
+
},
|
|
8777
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8778
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
8779
|
+
"componentName": "IconDotGrid1x3HorizontalTight"
|
|
8780
|
+
},
|
|
8753
8781
|
{
|
|
8754
8782
|
"category": "Interface General",
|
|
8755
8783
|
"svg": "<path d=\"M12 4.5C12.5523 4.5 13 4.05228 13 3.5C13 2.94772 12.5523 2.5 12 2.5C11.4477 2.5 11 2.94772 11 3.5C11 4.05228 11.4477 4.5 12 4.5Z\" fill=\"currentColor\"/><path d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\" fill=\"currentColor\"/><path d=\"M12 21.75C12.5523 21.75 13 21.3023 13 20.75C13 20.1977 12.5523 19.75 12 19.75C11.4477 19.75 11 20.1977 11 20.75C11 21.3023 11.4477 21.75 12 21.75Z\" fill=\"currentColor\"/><path d=\"M12 4.5C12.5523 4.5 13 4.05228 13 3.5C13 2.94772 12.5523 2.5 12 2.5C11.4477 2.5 11 2.94772 11 3.5C11 4.05228 11.4477 4.5 12 4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 21.75C12.5523 21.75 13 21.3023 13 20.75C13 20.1977 12.5523 19.75 12 19.75C11.4477 19.75 11 20.1977 11 20.75C11 21.3023 11.4477 21.75 12 21.75Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -8764,6 +8792,20 @@
|
|
|
8764
8792
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
8765
8793
|
"componentName": "IconDotGrid1x3Vertical"
|
|
8766
8794
|
},
|
|
8795
|
+
{
|
|
8796
|
+
"category": "Interface General",
|
|
8797
|
+
"svg": "<rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/><rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/>",
|
|
8798
|
+
"iconName": "dot-grid-1x3-vertical-tight, menu, drag, grab",
|
|
8799
|
+
"variant": {
|
|
8800
|
+
"join": "round",
|
|
8801
|
+
"filled": "off",
|
|
8802
|
+
"radius": "2",
|
|
8803
|
+
"stroke": "1"
|
|
8804
|
+
},
|
|
8805
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8806
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
8807
|
+
"componentName": "IconDotGrid1x3VerticalTight"
|
|
8808
|
+
},
|
|
8767
8809
|
{
|
|
8768
8810
|
"category": "Interface General",
|
|
8769
8811
|
"svg": "<path d=\"M9 5.5H10M14 5.5H15M9 18.5H10M14 18.5H15M9 12H10M14 12H15M10.5 5.5C10.5 6.05228 10.0523 6.5 9.5 6.5C8.94772 6.5 8.5 6.05228 8.5 5.5C8.5 4.94772 8.94772 4.5 9.5 4.5C10.0523 4.5 10.5 4.94772 10.5 5.5ZM15.5 5.5C15.5 6.05228 15.0523 6.5 14.5 6.5C13.9477 6.5 13.5 6.05228 13.5 5.5C13.5 4.94772 13.9477 4.5 14.5 4.5C15.0523 4.5 15.5 4.94772 15.5 5.5ZM10.5 18.5C10.5 19.0523 10.0523 19.5 9.5 19.5C8.94772 19.5 8.5 19.0523 8.5 18.5C8.5 17.9477 8.94772 17.5 9.5 17.5C10.0523 17.5 10.5 17.9477 10.5 18.5ZM15.5 18.5C15.5 19.0523 15.0523 19.5 14.5 19.5C13.9477 19.5 13.5 19.0523 13.5 18.5C13.5 17.9477 13.9477 17.5 14.5 17.5C15.0523 17.5 15.5 17.9477 15.5 18.5ZM10.5 12C10.5 12.5523 10.0523 13 9.5 13C8.94772 13 8.5 12.5523 8.5 12C8.5 11.4477 8.94772 11 9.5 11C10.0523 11 10.5 11.4477 10.5 12ZM15.5 12C15.5 12.5523 15.0523 13 14.5 13C13.9477 13 13.5 12.5523 13.5 12C13.5 11.4477 13.9477 11 14.5 11C15.0523 11 15.5 11.4477 15.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -12533,7 +12575,7 @@
|
|
|
12533
12575
|
{
|
|
12534
12576
|
"category": "Edit",
|
|
12535
12577
|
"svg": "<path d=\"M10.5 13.5H12.6716C13.202 13.5 13.7107 13.2893 14.0858 12.9142L20.5858 6.41421C21.3668 5.63316 21.3668 4.36684 20.5858 3.58579L20.4142 3.41421C19.6332 2.63317 18.3668 2.63317 17.5858 3.41421L11.0858 9.91421C10.7107 10.2893 10.5 10.798 10.5 11.3284V13.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.4124 21.5001C10.4024 21.2431 8.31961 20.6053 6.0785 18.3241C2.3324 14.5111 1.3734 9.30506 3.93652 6.69614C6.04251 4.55253 10.1234 4.71808 13.5 7.00005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.9998 10.5C19.914 13.9238 20.7163 17.1099 18.4804 18.9305C16.8054 20.2945 14.6859 18.7172 13.4492 17.5013\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
12536
|
-
"iconName": "highlight, mark, freehand",
|
|
12578
|
+
"iconName": "highlight, mark, freehand, drawing, paint",
|
|
12537
12579
|
"variant": {
|
|
12538
12580
|
"join": "round",
|
|
12539
12581
|
"filled": "off",
|
|
@@ -13205,7 +13247,7 @@
|
|
|
13205
13247
|
{
|
|
13206
13248
|
"category": "Edit",
|
|
13207
13249
|
"svg": "<path d=\"M11 6.5H19.5C20.6046 6.5 21.5 7.39543 21.5 8.5V15.5C21.5 16.6046 20.6046 17.5 19.5 17.5H11\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M6 6.5H4.5C3.39543 6.5 2.5 7.39543 2.5 8.5V15.5C2.5 16.6046 3.39543 17.5 4.5 17.5H6\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M8.5 3V21\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
13208
|
-
"iconName": "input-form, text-area, prompt",
|
|
13250
|
+
"iconName": "input-form, text-area, prompt, rename",
|
|
13209
13251
|
"variant": {
|
|
13210
13252
|
"join": "round",
|
|
13211
13253
|
"filled": "off",
|
|
@@ -16705,7 +16747,7 @@
|
|
|
16705
16747
|
{
|
|
16706
16748
|
"category": "Edit",
|
|
16707
16749
|
"svg": "<path d=\"M19.2628 3.08054L20.9195 4.73716C21.6935 5.51122 21.6935 6.76622 20.9195 7.54027L7.54027 20.9195C7.16856 21.2912 6.6644 21.5 6.13872 21.5H2.5V17.8613C2.5 17.3356 2.70883 16.8314 3.08054 16.4597L16.4597 3.08054C17.2338 2.30649 18.4888 2.30648 19.2628 3.08054Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M11.5 21.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
16708
|
-
"iconName": "pencil-line",
|
|
16750
|
+
"iconName": "pencil-line, signature, write",
|
|
16709
16751
|
"variant": {
|
|
16710
16752
|
"join": "round",
|
|
16711
16753
|
"filled": "off",
|
|
@@ -16733,7 +16775,7 @@
|
|
|
16733
16775
|
{
|
|
16734
16776
|
"category": "Edit",
|
|
16735
16777
|
"svg": "<path d=\"M18.8358 4.83573L18.1642 4.16415C17.3832 3.38311 16.1168 3.38311 15.3358 4.16416L3.08579 16.4142C2.71071 16.7892 2.5 17.2979 2.5 17.8284V20.4999H5.17157C5.70201 20.4999 6.21071 20.2892 6.58579 19.9142L18.8358 7.66416C19.6168 6.88311 19.6168 5.61678 18.8358 4.83573Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.25 17.75C21.25 17.75 20.0611 19.5444 18.166 19.5444C16.271 19.5444 15.4594 18.115 13.9866 18.115C12.5138 18.115 11.4964 18.9148 10.5 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
16736
|
-
"iconName": "pencil-wave",
|
|
16778
|
+
"iconName": "pencil-wave, signature, write",
|
|
16737
16779
|
"variant": {
|
|
16738
16780
|
"join": "round",
|
|
16739
16781
|
"filled": "off",
|
|
@@ -17584,6 +17626,20 @@
|
|
|
17584
17626
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
17585
17627
|
"componentName": "IconPokeball"
|
|
17586
17628
|
},
|
|
17629
|
+
{
|
|
17630
|
+
"category": "Things",
|
|
17631
|
+
"svg": "<path d=\"M5.5 7.5V5.48062C5.5 5.17684 5.63809 4.88953 5.8753 4.69976L8 3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 7.5V5.48062C18.5 5.17684 18.3619 4.88953 18.1247 4.69976L16 3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8\" cy=\"3.0498\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"16\" cy=\"3.0498\" r=\"1.5\" fill=\"currentColor\"/><path d=\"M3.5 8.5C3.5 7.94772 3.94772 7.5 4.5 7.5H19.5C20.0523 7.5 20.5 7.94772 20.5 8.5V9.5C20.5 10.6046 19.6046 11.5 18.5 11.5H5.5C4.39543 11.5 3.5 10.6046 3.5 9.5V8.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 11.5L5.30232 18.7209C5.41486 19.7337 6.27099 20.5 7.29009 20.5H16.7099C17.729 20.5 18.5851 19.7337 18.6977 18.7209L19.5 11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
17632
|
+
"iconName": "politics, speaker, press-conference, speech",
|
|
17633
|
+
"variant": {
|
|
17634
|
+
"join": "round",
|
|
17635
|
+
"filled": "off",
|
|
17636
|
+
"radius": "2",
|
|
17637
|
+
"stroke": "1"
|
|
17638
|
+
},
|
|
17639
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
17640
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
17641
|
+
"componentName": "IconPolitics"
|
|
17642
|
+
},
|
|
17587
17643
|
{
|
|
17588
17644
|
"category": "Emoji",
|
|
17589
17645
|
"svg": "<path d=\"M9.5 9.5H7.5C7.42315 9.5 7.34698 9.50289 7.27159 9.50857C5.72144 9.62527 4.5 10.92 4.5 12.5C4.5 13.1515 4.70767 13.7545 5.06043 14.2464M13.5 9.5H16.5C18.1569 9.5 19.5 10.8431 19.5 12.5C19.5 13.1515 19.2923 13.7545 18.9396 14.2464M16.5 14.5H18.5C20.1569 14.5 21.5 15.8431 21.5 17.5C21.5 19.1569 20.1569 20.5 18.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H12.5M16.4058 9.24891C17.084 8.53219 17.5 7.56467 17.5 6.5C17.5 4.29086 15.7091 2.5 13.5 2.5L13.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5C6.5 8.15261 6.70838 8.75655 7.06224 9.24891\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -22249,7 +22305,7 @@
|
|
|
22249
22305
|
{
|
|
22250
22306
|
"category": "Edit",
|
|
22251
22307
|
"svg": "<path d=\"M1.5 5.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.5 9.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5858 6.58573L20.4142 5.41416C19.6332 4.63311 18.3668 4.63311 17.5858 5.41416L8.08579 14.9142C7.71071 15.2892 7.5 15.7979 7.5 16.3284V19.4999H10.6716C11.202 19.4999 11.7107 19.2892 12.0858 18.9142L21.5858 9.41416C22.3668 8.63311 22.3668 7.36678 21.5858 6.58573Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
22252
|
-
"iconName": "text-edit, prompts, comment",
|
|
22308
|
+
"iconName": "text-edit, prompts, comment, draft",
|
|
22253
22309
|
"variant": {
|
|
22254
22310
|
"join": "round",
|
|
22255
22311
|
"filled": "off",
|
|
@@ -24671,7 +24727,7 @@
|
|
|
24671
24727
|
{
|
|
24672
24728
|
"category": "Edit",
|
|
24673
24729
|
"svg": "<path d=\"M19.9142 3.91416C19.1332 3.13311 17.8668 3.13311 17.0858 3.91415L12.0858 8.91416C11.7107 9.28923 11.5 9.79794 11.5 10.3284V12.4999H13.6716C14.202 12.4999 14.7107 12.2892 15.0858 11.9142L20.0858 6.91416C20.8668 6.13311 20.8668 4.86678 20.0858 4.08573L19.9142 3.91416Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 12.5H5.5C4.39543 12.5 3.5 13.3954 3.5 14.5C3.5 15.6046 4.39543 16.5 5.5 16.5H16.5C17.6046 16.5 18.5 17.3954 18.5 18.5C18.5 19.6046 17.6046 20.5 16.5 20.5H11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24674
|
-
"iconName": "writing",
|
|
24730
|
+
"iconName": "writing, sketching, drawing",
|
|
24675
24731
|
"variant": {
|
|
24676
24732
|
"join": "round",
|
|
24677
24733
|
"filled": "off",
|
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/round-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.124",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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";
|