@central-icons-react-native/round-filled-radius-0-stroke-2 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 i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconBoat:()=>B,default:()=>d});module.exports=v(h);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,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=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z",fill:"currentColor"})),d=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=\"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z\"\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,k3BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wNACF,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z",fill:"currentColor"}),C.createElement(e,{d:"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z",fill:"currentColor"})),P=a;export{a as IconBoat,P 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=\"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z\"\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,k3BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wNACF,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 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:"1",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"1",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"17",y:"10",width:"4",height:"4",rx:"1",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=\"1\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" 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:"1",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"1",fill:"currentColor"}),o.createElement(e,{x:"17",y:"10",width:"4",height:"4",rx:"1",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=\"1\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" 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:"1",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"1",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"17",width:"4",height:"4",rx:"1",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=\"1\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"1\" 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:"1",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"1",fill:"currentColor"}),o.createElement(e,{x:"10",y:"17",width:"4",height:"4",rx:"1",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=\"1\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"1\" 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 u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!x.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(l=B(o,C))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(e({},"__esModule",{value:!0}),r);var V={};g(V,{IconPolitics:()=>i,default:()=>L});module.exports=H(V);var n=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=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M18.9961 20.083C18.9529 20.6013 18.5201 21 18 21H6C5.47991 21 5.0471 20.6013 5.00391 20.083L4.41309 13H19.5869L18.9961 20.083Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z",fill:"currentColor"})),L=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.9961 20.083C18.9529 20.6013 18.5201 21 18 21H6C5.47991 21 5.0471 20.6013 5.00391 20.083L4.41309 13H19.5869L18.9961 20.083Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z\"\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,iIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mfACF,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 C=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>t.createElement(C,{...o},t.createElement(e,{d:"M18.9961 20.083C18.9529 20.6013 18.5201 21 18 21H6C5.47991 21 5.0471 20.6013 5.00391 20.083L4.41309 13H19.5869L18.9961 20.083Z",fill:"currentColor"}),t.createElement(e,{d:"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z",fill:"currentColor"})),x=a;export{a as IconPolitics,x 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.9961 20.083C18.9529 20.6013 18.5201 21 18 21H6C5.47991 21 5.0471 20.6013 5.00391 20.083L4.41309 13H19.5869L18.9961 20.083Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z\"\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,iIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mfACF,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": "round-filled-radius-0-stroke-2",
|
|
3445
3445
|
"componentName": "IconBoard"
|
|
3446
3446
|
},
|
|
3447
|
+
{
|
|
3448
|
+
"category": "Vehicles",
|
|
3449
|
+
"svg": "<path d=\"M12.5527 2.10542C12.8626 1.95051 13.2306 1.9673 13.5253 2.14937C13.8201 2.33159 13.9999 2.65343 13.9999 2.99995V16H20.9999C21.3787 16 21.7251 16.2139 21.8945 16.5527C22.0638 16.8914 22.0269 17.2966 21.7997 17.5996L18.7997 21.5996C18.6109 21.8513 18.3146 21.9999 17.9999 22H5.99995C5.68524 22 5.389 21.8513 5.20014 21.5996L2.20014 17.5996C1.97299 17.2966 1.93606 16.8914 2.10541 16.5527C2.27481 16.2139 2.62117 16 2.99995 16H11.9999V13.5742C9.37994 13.5373 6.76875 13.6575 4.12592 13.9921C3.78905 14.0348 3.45289 13.9034 3.23432 13.6435C3.01589 13.3836 2.94415 13.0305 3.04389 12.706C4.12304 9.19878 6.53196 6.54728 8.60541 4.7978C9.64871 3.91756 10.6262 3.24982 11.3447 2.80073C11.7043 2.57594 12.001 2.40497 12.2099 2.28901C12.3141 2.23117 12.397 2.18674 12.455 2.1562C12.4675 2.14961 12.479 2.1431 12.4892 2.13765C12.5026 2.13053 12.5142 2.1248 12.5234 2.12007L12.5527 2.10542Z\" fill=\"currentColor\"/><path d=\"M15.9999 5.66597C17.788 7.38134 19.157 9.7752 19.9648 12.7373C20.0513 13.0551 19.9756 13.3952 19.7626 13.6464C19.5495 13.8978 19.2262 14.0285 18.8984 13.9951C17.9271 13.8958 16.9615 13.8128 15.9999 13.746V5.66597Z\" fill=\"currentColor\"/>",
|
|
3450
|
+
"iconName": "boat, ship, sailing",
|
|
3451
|
+
"variant": {
|
|
3452
|
+
"join": "round",
|
|
3453
|
+
"filled": "on",
|
|
3454
|
+
"radius": "0",
|
|
3455
|
+
"stroke": "2"
|
|
3456
|
+
},
|
|
3457
|
+
"createdAt": "2026-02-12T18:00:19.026123+00:00",
|
|
3458
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
3459
|
+
"componentName": "IconBoat"
|
|
3460
|
+
},
|
|
3447
3461
|
{
|
|
3448
3462
|
"category": "Typography",
|
|
3449
3463
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5C5 3.89543 5.89543 3 7 3H12.8333C15.8697 3 18.1667 5.55551 18.1667 8.5C18.1667 9.58312 17.8559 10.6136 17.3118 11.4836C18.3611 12.5023 19 13.9471 19 15.5C19 18.4445 16.703 21 13.6667 21H7C5.89543 21 5 20.1046 5 19V5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8333 10C13.4789 10 14.1667 9.4215 14.1667 8.5C14.1667 7.5785 13.4789 7 12.8333 7H9V10H12.8333Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14H13.6667C14.3122 14 15 14.5785 15 15.5C15 16.4215 14.3122 17 13.6667 17H9V14Z\" fill=\"currentColor\"/>",
|
|
@@ -8750,6 +8764,20 @@
|
|
|
8750
8764
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
8751
8765
|
"componentName": "IconDotGrid1x3Horizontal"
|
|
8752
8766
|
},
|
|
8767
|
+
{
|
|
8768
|
+
"category": "Interface General",
|
|
8769
|
+
"svg": "<rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\"/><rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\"/>",
|
|
8770
|
+
"iconName": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
|
|
8771
|
+
"variant": {
|
|
8772
|
+
"join": "round",
|
|
8773
|
+
"filled": "on",
|
|
8774
|
+
"radius": "0",
|
|
8775
|
+
"stroke": "2"
|
|
8776
|
+
},
|
|
8777
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8778
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
8779
|
+
"componentName": "IconDotGrid1x3HorizontalTight"
|
|
8780
|
+
},
|
|
8753
8781
|
{
|
|
8754
8782
|
"category": "Interface General",
|
|
8755
8783
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4C14 5.10457 13.1046 6 12 6C10.8954 6 10 5.10457 10 4ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12ZM10 20C10 18.8954 10.8954 18 12 18C13.1046 18 14 18.8954 14 20C14 21.1046 13.1046 22 12 22C10.8954 22 10 21.1046 10 20Z\" fill=\"currentColor\"/>",
|
|
@@ -8764,6 +8792,20 @@
|
|
|
8764
8792
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
8765
8793
|
"componentName": "IconDotGrid1x3Vertical"
|
|
8766
8794
|
},
|
|
8795
|
+
{
|
|
8796
|
+
"category": "Interface General",
|
|
8797
|
+
"svg": "<rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\"/><rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"1\" fill=\"currentColor\"/>",
|
|
8798
|
+
"iconName": "dot-grid-1x3-vertical-tight, menu, drag, grab",
|
|
8799
|
+
"variant": {
|
|
8800
|
+
"join": "round",
|
|
8801
|
+
"filled": "on",
|
|
8802
|
+
"radius": "0",
|
|
8803
|
+
"stroke": "2"
|
|
8804
|
+
},
|
|
8805
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8806
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
8807
|
+
"componentName": "IconDotGrid1x3VerticalTight"
|
|
8808
|
+
},
|
|
8767
8809
|
{
|
|
8768
8810
|
"category": "Interface General",
|
|
8769
8811
|
"svg": "<path d=\"M9 3C7.89543 3 7 3.89543 7 5C7 6.10457 7.89543 7 9 7C10.1046 7 11 6.10457 11 5C11 3.89543 10.1046 3 9 3Z\" fill=\"currentColor\"/><path d=\"M15 3C13.8954 3 13 3.89543 13 5C13 6.10457 13.8954 7 15 7C16.1046 7 17 6.10457 17 5C17 3.89543 16.1046 3 15 3Z\" fill=\"currentColor\"/><path d=\"M9 10C7.89543 10 7 10.8954 7 12C7 13.1046 7.89543 14 9 14C10.1046 14 11 13.1046 11 12C11 10.8954 10.1046 10 9 10Z\" fill=\"currentColor\"/><path d=\"M15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10Z\" fill=\"currentColor\"/><path d=\"M9 17C7.89543 17 7 17.8954 7 19C7 20.1046 7.89543 21 9 21C10.1046 21 11 20.1046 11 19C11 17.8954 10.1046 17 9 17Z\" fill=\"currentColor\"/><path d=\"M15 17C13.8954 17 13 17.8954 13 19C13 20.1046 13.8954 21 15 21C16.1046 21 17 20.1046 17 19C17 17.8954 16.1046 17 15 17Z\" fill=\"currentColor\"/>",
|
|
@@ -12533,7 +12575,7 @@
|
|
|
12533
12575
|
{
|
|
12534
12576
|
"category": "Edit",
|
|
12535
12577
|
"svg": "<path d=\"M18.7067 2.29289C18.5192 2.10536 18.2648 2 17.9996 2C17.7344 2 17.48 2.10536 17.2925 2.2929L13.7854 5.79998C10.3895 3.79041 6.33541 3.44241 3.88873 5.88909C2.31808 7.45974 1.90595 9.73386 2.33048 11.998C2.75608 14.2678 4.03118 16.6381 6.01005 18.617C7.20752 19.8145 8.49446 20.6458 9.55254 21.18C10.0821 21.4473 10.5625 21.6444 10.9562 21.777C11.3068 21.8951 11.6967 22 11.9996 22C12.5519 22 12.9996 21.5523 12.9996 21C12.9996 20.4478 12.5519 20 11.9996 20C12.0179 20 12.0158 19.9996 11.991 19.9942C11.9443 19.9841 11.8169 19.9565 11.5946 19.8816C11.2978 19.7816 10.905 19.6223 10.4539 19.3946C9.5506 18.9386 8.4463 18.2248 7.42426 17.2028C5.69316 15.4717 4.63839 13.4543 4.29622 11.6294C3.95298 9.7988 4.33519 8.27106 5.30294 7.3033C6.72865 5.8776 9.46289 5.73499 12.3189 7.26652L10.2925 9.29291C10.105 9.48044 9.99964 9.73479 9.99964 10V13C9.99964 13.5523 10.4474 14 10.9996 14H14.017C14.2826 14 14.5374 13.8943 14.725 13.7062L16.9919 11.4337C18.0283 12.7604 18.718 14.0187 18.9981 15.0883C19.3215 16.3234 19.0807 17.1545 18.3749 17.7191C17.9278 18.0769 17.4104 18.1039 16.7273 17.8217C16.0153 17.5276 15.2921 16.9507 14.7117 16.3901C14.3145 16.0064 13.6814 16.0174 13.2977 16.4146C12.914 16.8119 12.925 17.4449 13.3222 17.8286C13.9666 18.4511 14.9054 19.233 15.9638 19.6702C17.0511 20.1194 18.4127 20.2502 19.6243 19.2809C21.1329 18.074 21.3883 16.3207 20.9328 14.5816C20.545 13.1007 19.631 11.5278 18.4141 10.0079L21.7076 6.70623C22.0973 6.31556 22.0969 5.68307 21.7067 5.29289L18.7067 2.29289Z\" fill=\"currentColor\"/>",
|
|
12536
|
-
"iconName": "highlight, mark, freehand",
|
|
12578
|
+
"iconName": "highlight, mark, freehand, drawing, paint",
|
|
12537
12579
|
"variant": {
|
|
12538
12580
|
"join": "round",
|
|
12539
12581
|
"filled": "on",
|
|
@@ -13205,7 +13247,7 @@
|
|
|
13205
13247
|
{
|
|
13206
13248
|
"category": "Edit",
|
|
13207
13249
|
"svg": "<path d=\"M9 3C9.55228 3 10 3.44772 10 4V20C10 20.5523 9.55228 21 9 21C8.44772 21 8 20.5523 8 20V4C8 3.44772 8.44772 3 9 3ZM6 18H3C2.44772 18 2 17.5523 2 17V7C2 6.44772 2.44772 6 3 6H6V18ZM21 6C21.5523 6 22 6.44772 22 7V17C22 17.5523 21.5523 18 21 18H12V6H21Z\" fill=\"currentColor\"/>",
|
|
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": "on",
|
|
@@ -16705,7 +16747,7 @@
|
|
|
16705
16747
|
{
|
|
16706
16748
|
"category": "Edit",
|
|
16707
16749
|
"svg": "<path d=\"M15.7929 2.29289C16.1834 1.90237 16.8166 1.90237 17.2071 2.29289L21.7071 6.79289C22.0976 7.18342 22.0976 7.81658 21.7071 8.20711L8.20711 21.7071C8.01957 21.8946 7.76522 22 7.5 22H3C2.44772 22 2 21.5523 2 21V16.5C2 16.2348 2.10536 15.9804 2.29289 15.7929L15.7929 2.29289Z\" fill=\"currentColor\"/><path d=\"M14 20C13.4477 20 13 20.4477 13 21C13 21.5523 13.4477 22 14 22H21C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20H14Z\" fill=\"currentColor\"/>",
|
|
16708
|
-
"iconName": "pencil-line",
|
|
16750
|
+
"iconName": "pencil-line, signature, write",
|
|
16709
16751
|
"variant": {
|
|
16710
16752
|
"join": "round",
|
|
16711
16753
|
"filled": "on",
|
|
@@ -16733,7 +16775,7 @@
|
|
|
16733
16775
|
{
|
|
16734
16776
|
"category": "Edit",
|
|
16735
16777
|
"svg": "<path d=\"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z\" fill=\"currentColor\"/><path d=\"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.1661 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6725 11.7268 20.2312C11.3475 20.6326 10.7146 20.6506 10.3132 20.2712C9.91177 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.1661 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z\" fill=\"currentColor\"/>",
|
|
16736
|
-
"iconName": "pencil-wave",
|
|
16778
|
+
"iconName": "pencil-wave, signature, write",
|
|
16737
16779
|
"variant": {
|
|
16738
16780
|
"join": "round",
|
|
16739
16781
|
"filled": "on",
|
|
@@ -17584,6 +17626,20 @@
|
|
|
17584
17626
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
17585
17627
|
"componentName": "IconPokeball"
|
|
17586
17628
|
},
|
|
17629
|
+
{
|
|
17630
|
+
"category": "Things",
|
|
17631
|
+
"svg": "<path d=\"M18.9961 20.083C18.9529 20.6013 18.5201 21 18 21H6C5.47991 21 5.0471 20.6013 5.00391 20.083L4.41309 13H19.5869L18.9961 20.083Z\" fill=\"currentColor\"/><path d=\"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z\" fill=\"currentColor\"/>",
|
|
17632
|
+
"iconName": "politics, speaker, press-conference, speech",
|
|
17633
|
+
"variant": {
|
|
17634
|
+
"join": "round",
|
|
17635
|
+
"filled": "on",
|
|
17636
|
+
"radius": "0",
|
|
17637
|
+
"stroke": "2"
|
|
17638
|
+
},
|
|
17639
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
17640
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
17641
|
+
"componentName": "IconPolitics"
|
|
17642
|
+
},
|
|
17587
17643
|
{
|
|
17588
17644
|
"category": "Emoji",
|
|
17589
17645
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3C12 2.44772 12.4477 2 13 2C15.7614 2 18 4.23858 18 7C18 7.81825 17.8031 8.59088 17.4546 9.27269C18.9445 9.85457 20 11.304 20 13C20 13.4377 19.9295 13.8573 19.7997 14.2493C21.0892 14.7653 22 16.0263 22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5C2 16.0263 2.91085 14.7653 4.2003 14.2493C4.07052 13.8573 4 13.4377 4 13C4 11.4173 4.91885 10.0497 6.25252 9.40106C6.08934 8.96485 6 8.49259 6 8C6 5.79086 7.79086 4 10 4H12V3ZM11 9C10.4477 9 10 9.44772 10 10C10 10.5523 10.4477 11 11 11H12C12.5523 11 13 10.5523 13 10C13 9.44772 12.5523 9 12 9H11ZM14 14C13.4477 14 13 14.4477 13 15C13 15.5523 13.4477 16 14 16H15C15.5523 16 16 15.5523 16 15C16 14.4477 15.5523 14 15 14H14Z\" fill=\"currentColor\"/>",
|
|
@@ -22249,7 +22305,7 @@
|
|
|
22249
22305
|
{
|
|
22250
22306
|
"category": "Edit",
|
|
22251
22307
|
"svg": "<path d=\"M19.2071 3.79289C18.8166 3.40237 18.1834 3.40237 17.7929 3.79289L7.29289 14.2929C7.10536 14.4804 7 14.7348 7 15V19C7 19.5523 7.44772 20 8 20H12C12.2652 20 12.5196 19.8946 12.7071 19.7071L23.2071 9.20711C23.5976 8.81658 23.5976 8.18342 23.2071 7.79289L19.2071 3.79289Z\" fill=\"currentColor\"/><path d=\"M2 5C1.44772 5 1 5.44772 1 6C1 6.55228 1.44772 7 2 7H9C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5H2Z\" fill=\"currentColor\"/><path d=\"M2 9C1.44772 9 1 9.44772 1 10C1 10.5523 1.44772 11 2 11H6C6.55228 11 7 10.5523 7 10C7 9.44772 6.55228 9 6 9H2Z\" fill=\"currentColor\"/>",
|
|
22252
|
-
"iconName": "text-edit, prompts, comment",
|
|
22308
|
+
"iconName": "text-edit, prompts, comment, draft",
|
|
22253
22309
|
"variant": {
|
|
22254
22310
|
"join": "round",
|
|
22255
22311
|
"filled": "on",
|
|
@@ -24671,7 +24727,7 @@
|
|
|
24671
24727
|
{
|
|
24672
24728
|
"category": "Edit",
|
|
24673
24729
|
"svg": "<path d=\"M18.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z\" fill=\"currentColor\"/><path d=\"M6 11C4.34315 11 3 12.3431 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3431 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4477 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11H6Z\" fill=\"currentColor\"/>",
|
|
24674
|
-
"iconName": "writing",
|
|
24730
|
+
"iconName": "writing, sketching, drawing",
|
|
24675
24731
|
"variant": {
|
|
24676
24732
|
"join": "round",
|
|
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/round-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.124",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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";
|