@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.92 → 1.1.94
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/IconIconists/index.d.ts +4 -0
- package/IconIconists/index.js +2 -0
- package/IconIconists/index.js.map +1 -0
- package/IconIconists/index.mjs +2 -0
- package/IconIconists/index.mjs.map +1 -0
- package/IconListBullets/index.js +1 -1
- package/IconListBullets/index.js.map +1 -1
- package/IconListBullets/index.mjs +1 -1
- package/IconListBullets/index.mjs.map +1 -1
- package/IconListBulletsSquare/index.d.ts +4 -0
- package/IconListBulletsSquare/index.js +2 -0
- package/IconListBulletsSquare/index.js.map +1 -0
- package/IconListBulletsSquare/index.mjs +2 -0
- package/IconListBulletsSquare/index.mjs.map +1 -0
- package/IconVoiceLow/index.d.ts +4 -0
- package/IconVoiceLow/index.js +2 -0
- package/IconVoiceLow/index.js.map +1 -0
- package/IconVoiceLow/index.mjs +2 -0
- package/IconVoiceLow/index.mjs.map +1 -0
- package/README.md +4 -1
- package/filtered-icons.json +44 -2
- package/icons/index.d.ts +3 -0
- package/icons-index.json +12 -6
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +22 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(a=u(o,n))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(x(r)):{},s(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>s(e({},"__esModule",{value:!0}),r);var d={};g(d,{IconIconists:()=>i,default:()=>y});module.exports=v(d);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>C.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 l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M12 2V22L8 20V4L12 2Z",fill:"currentColor"}),p.default.createElement(l.Path,{opacity:"0.35",d:"M16 4V20L12 22V2L16 4Z",fill:"currentColor"})),y=i;0&&(module.exports={IconIconists});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIconists/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 IconIconists: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\" />\n <Path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIconists;\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,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,QAAQ,OAAO,EAAE,yBAAyB,KAAK,eAAe,CACtE,EAIGE,EAAQJ","names":["IconIconists_exports","__export","IconIconists","IconIconists_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIconists","props","React","CentralIconBase","IconIconists_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import l from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.createElement(a,{...p,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 s=o=>t.createElement(n,{...o},t.createElement(e,{d:"M12 2V22L8 20V4L12 2Z",fill:"currentColor"}),t.createElement(e,{opacity:"0.35",d:"M16 4V20L12 22V2L16 4Z",fill:"currentColor"})),P=s;export{s as IconIconists,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIconists/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 IconIconists: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\" />\n <Path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIconists;\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,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,QAAQ,OAAO,EAAE,yBAAyB,KAAK,eAAe,CACtE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIconists","props","React","CentralIconBase","IconIconists_default"]}
|
package/IconListBullets/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var c=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)e(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of d(o))!x.call(r,C)&&C!==n&&e(r,C,{get:()=>o[C],enumerable:!(p=B(o,C))||p.enumerable});return r};var s=(r,o,n)=>(n=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?e(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>f(e({},"__esModule",{value:!0}),r);var M={};P(M,{IconListBullets:()=>a,default:()=>H});module.exports=g(M);var t=s(require("react"));var i=s(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...n})=>i.default.createElement(m.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 l=require("react-native-svg"),a=r=>t.default.createElement(u,{...r},t.default.createElement(l.Path,{d:"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M21 18H8V17H21V18Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M21 12.5H8V11.5H21V12.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M21 7H8V6H21V7Z",fill:"currentColor"})),H=a;0&&(module.exports={IconListBullets});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n
|
|
1
|
+
{"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 18H8V17H21V18Z\" fill=\"currentColor\" />\n <Path\n d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 12.5H8V11.5H21V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 7H8V6H21V7Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,iHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,CAChD,EAIGE,EAAQJ","names":["IconListBullets_exports","__export","IconListBullets","IconListBullets_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var l=({children:t,size:o=24,...C})=>e.createElement(p,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>r.createElement(l,{...t},r.createElement(n,{d:"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z",fill:"currentColor"}),r.createElement(n,{d:"M21 18H8V17H21V18Z",fill:"currentColor"}),r.createElement(n,{d:"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z",fill:"currentColor"}),r.createElement(n,{d:"M21 12.5H8V11.5H21V12.5Z",fill:"currentColor"}),r.createElement(n,{d:"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z",fill:"currentColor"}),r.createElement(n,{d:"M21 7H8V6H21V7Z",fill:"currentColor"})),x=f;export{f as IconListBullets,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n
|
|
1
|
+
{"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 18H8V17H21V18Z\" fill=\"currentColor\" />\n <Path\n d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 12.5H8V11.5H21V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 7H8V6H21V7Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CACC,EAAE,iHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,CAChD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var S={};x(S,{IconListBulletsSquare:()=>u,default:()=>g});module.exports=P(S);var C=a(require("react"));var s=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 3H3V21H21V3ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z",fill:"currentColor"})),g=u;0&&(module.exports={IconListBulletsSquare});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconListBulletsSquare/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 IconListBulletsSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 3H3V21H21V3ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBulletsSquare;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wbACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListBulletsSquare_exports","__export","IconListBulletsSquare","IconListBulletsSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListBulletsSquare","props","React","CentralIconBase","IconListBulletsSquare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 3H3V21H21V3ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z",fill:"currentColor"})),v=a;export{a as IconListBulletsSquare,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconListBulletsSquare/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 IconListBulletsSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 3H3V21H21V3ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBulletsSquare;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wbACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListBulletsSquare","props","React","CentralIconBase","IconListBulletsSquare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of H(o))!I.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=V(o,l))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?u(B(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>f(p({},"__esModule",{value:!0}),r);var g={};d(g,{IconVoiceLow:()=>c,default:()=>P});module.exports=x(g);var t=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),a=({children:r,size:o=24,...n})=>i.default.createElement(s.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 e=require("react-native-svg"),c=r=>t.default.createElement(a,{...r},t.default.createElement(e.Path,{d:"M8 18H7V6H8V18Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M17 16H16V8H17V16Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12.5 14H11.5V10H12.5V14Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M4 13.5H3V10.5H4V13.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 13.5H20V10.5H21V13.5Z",fill:"currentColor"})),P=c;0&&(module.exports={IconVoiceLow});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceLow/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 IconVoiceLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M8 18H7V6H8V18Z\" fill=\"currentColor\" />\n <Path d=\"M17 16H16V8H17V16Z\" fill=\"currentColor\" />\n <Path d=\"M12.5 14H11.5V10H12.5V14Z\" fill=\"currentColor\" />\n <Path d=\"M4 13.5H3V10.5H4V13.5Z\" fill=\"currentColor\" />\n <Path d=\"M21 13.5H20V10.5H21V13.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceLow;\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,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,EAIGE,EAAQJ","names":["IconVoiceLow_exports","__export","IconVoiceLow","IconVoiceLow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceLow","props","React","CentralIconBase","IconVoiceLow_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>o.createElement(e,{...t},o.createElement(n,{d:"M8 18H7V6H8V18Z",fill:"currentColor"}),o.createElement(n,{d:"M17 16H16V8H17V16Z",fill:"currentColor"}),o.createElement(n,{d:"M12.5 14H11.5V10H12.5V14Z",fill:"currentColor"}),o.createElement(n,{d:"M4 13.5H3V10.5H4V13.5Z",fill:"currentColor"}),o.createElement(n,{d:"M21 13.5H20V10.5H21V13.5Z",fill:"currentColor"})),I=f;export{f as IconVoiceLow,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceLow/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 IconVoiceLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M8 18H7V6H8V18Z\" fill=\"currentColor\" />\n <Path d=\"M17 16H16V8H17V16Z\" fill=\"currentColor\" />\n <Path d=\"M12.5 14H11.5V10H12.5V14Z\" fill=\"currentColor\" />\n <Path d=\"M4 13.5H3V10.5H4V13.5Z\" fill=\"currentColor\" />\n <Path d=\"M21 13.5H20V10.5H21V13.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceLow;\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,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceLow","props","React","CentralIconBase","IconVoiceLow_default"]}
|
package/README.md
CHANGED
|
@@ -782,7 +782,7 @@ Below is a complete list of available icons:
|
|
|
782
782
|
- IconFolderShield
|
|
783
783
|
- IconFolderUpload
|
|
784
784
|
- IconLibrary
|
|
785
|
-
-
|
|
785
|
+
- IconListBulletsSquare
|
|
786
786
|
- IconMoveFolder
|
|
787
787
|
- IconNote1
|
|
788
788
|
- IconNote2
|
|
@@ -1030,6 +1030,7 @@ Below is a complete list of available icons:
|
|
|
1030
1030
|
- IconLightBulb
|
|
1031
1031
|
- IconLightbulbGlow
|
|
1032
1032
|
- IconLightBulbSimple
|
|
1033
|
+
- IconListBullets
|
|
1033
1034
|
- IconLoader
|
|
1034
1035
|
- IconLoadingCircle
|
|
1035
1036
|
- IconMagnifyingGlass
|
|
@@ -1500,6 +1501,7 @@ Below is a complete list of available icons:
|
|
|
1500
1501
|
- IconGoose
|
|
1501
1502
|
- IconGrok
|
|
1502
1503
|
- IconGumroad
|
|
1504
|
+
- IconIconists
|
|
1503
1505
|
- IconImessage
|
|
1504
1506
|
- IconInstagram
|
|
1505
1507
|
- IconJava
|
|
@@ -1615,6 +1617,7 @@ Below is a complete list of available icons:
|
|
|
1615
1617
|
- IconVocalMicrophone
|
|
1616
1618
|
- IconVoice3
|
|
1617
1619
|
- IconVoiceHigh
|
|
1620
|
+
- IconVoiceLow
|
|
1618
1621
|
- IconVoiceMid
|
|
1619
1622
|
- IconVoiceMode
|
|
1620
1623
|
- IconVoiceRecord
|
package/filtered-icons.json
CHANGED
|
@@ -12292,6 +12292,20 @@
|
|
|
12292
12292
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
12293
12293
|
"componentName": "IconIceHockey"
|
|
12294
12294
|
},
|
|
12295
|
+
{
|
|
12296
|
+
"category": "Social Media & Brands",
|
|
12297
|
+
"svg": "<path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\"/><path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\"/>",
|
|
12298
|
+
"iconName": "iconists",
|
|
12299
|
+
"variant": {
|
|
12300
|
+
"join": "square",
|
|
12301
|
+
"filled": "on",
|
|
12302
|
+
"radius": "0",
|
|
12303
|
+
"stroke": "1"
|
|
12304
|
+
},
|
|
12305
|
+
"createdAt": "2026-01-17T09:03:18.498678+00:00",
|
|
12306
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
12307
|
+
"componentName": "IconIconists"
|
|
12308
|
+
},
|
|
12295
12309
|
{
|
|
12296
12310
|
"category": "Devices & Signals",
|
|
12297
12311
|
"svg": "<path d=\"M2 3V13H22V3H2Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 18V14H22V18H15V22H9V18H2ZM10 18V21H14V18H10Z\" fill=\"currentColor\"/>",
|
|
@@ -13510,10 +13524,24 @@
|
|
|
13510
13524
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
13511
13525
|
"componentName": "IconLiquidGlass"
|
|
13512
13526
|
},
|
|
13527
|
+
{
|
|
13528
|
+
"category": "Interface General",
|
|
13529
|
+
"svg": "<path d=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\" fill=\"currentColor\"/><path d=\"M21 18H8V17H21V18Z\" fill=\"currentColor\"/><path d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\" fill=\"currentColor\"/><path d=\"M21 12.5H8V11.5H21V12.5Z\" fill=\"currentColor\"/><path d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\" fill=\"currentColor\"/><path d=\"M21 7H8V6H21V7Z\" fill=\"currentColor\"/>",
|
|
13530
|
+
"iconName": "list-bullets",
|
|
13531
|
+
"variant": {
|
|
13532
|
+
"join": "square",
|
|
13533
|
+
"filled": "on",
|
|
13534
|
+
"radius": "0",
|
|
13535
|
+
"stroke": "1"
|
|
13536
|
+
},
|
|
13537
|
+
"createdAt": "2026-01-17T09:03:18.498678+00:00",
|
|
13538
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
13539
|
+
"componentName": "IconListBullets"
|
|
13540
|
+
},
|
|
13513
13541
|
{
|
|
13514
13542
|
"category": "Folders & Files",
|
|
13515
13543
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 3H3V21H21V3ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z\" fill=\"currentColor\"/>",
|
|
13516
|
-
"iconName": "list-bullets",
|
|
13544
|
+
"iconName": "list-bullets-square",
|
|
13517
13545
|
"variant": {
|
|
13518
13546
|
"join": "square",
|
|
13519
13547
|
"filled": "on",
|
|
@@ -13522,7 +13550,7 @@
|
|
|
13522
13550
|
},
|
|
13523
13551
|
"createdAt": "2025-02-15T21:11:33.829321+00:00",
|
|
13524
13552
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
13525
|
-
"componentName": "
|
|
13553
|
+
"componentName": "IconListBulletsSquare"
|
|
13526
13554
|
},
|
|
13527
13555
|
{
|
|
13528
13556
|
"category": "AI & Magic",
|
|
@@ -22876,6 +22904,20 @@
|
|
|
22876
22904
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
22877
22905
|
"componentName": "IconVoiceHigh"
|
|
22878
22906
|
},
|
|
22907
|
+
{
|
|
22908
|
+
"category": "Sound & Music",
|
|
22909
|
+
"svg": "<path d=\"M8 18H7V6H8V18Z\" fill=\"currentColor\"/><path d=\"M17 16H16V8H17V16Z\" fill=\"currentColor\"/><path d=\"M12.5 14H11.5V10H12.5V14Z\" fill=\"currentColor\"/><path d=\"M4 13.5H3V10.5H4V13.5Z\" fill=\"currentColor\"/><path d=\"M21 13.5H20V10.5H21V13.5Z\" fill=\"currentColor\"/>",
|
|
22910
|
+
"iconName": "voice-low, wave",
|
|
22911
|
+
"variant": {
|
|
22912
|
+
"join": "square",
|
|
22913
|
+
"filled": "on",
|
|
22914
|
+
"radius": "0",
|
|
22915
|
+
"stroke": "1"
|
|
22916
|
+
},
|
|
22917
|
+
"createdAt": "2026-01-17T09:03:18.498678+00:00",
|
|
22918
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22919
|
+
"componentName": "IconVoiceLow"
|
|
22920
|
+
},
|
|
22879
22921
|
{
|
|
22880
22922
|
"category": "Sound & Music",
|
|
22881
22923
|
"svg": "<path d=\"M8 19H7V5H8V19Z\" fill=\"currentColor\"/><path d=\"M17 17H16V7H17V17Z\" fill=\"currentColor\"/><path d=\"M12.5 15H11.5V9H12.5V15Z\" fill=\"currentColor\"/><path d=\"M4 14H3V10H4V14Z\" fill=\"currentColor\"/><path d=\"M21 14H20V10H21V14Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -877,6 +877,7 @@ export type CentralIconName =
|
|
|
877
877
|
| "IconHumanMashine"
|
|
878
878
|
| "IconIcebowl"
|
|
879
879
|
| "IconIceHockey"
|
|
880
|
+
| "IconIconists"
|
|
880
881
|
| "IconImac"
|
|
881
882
|
| "IconImageAltText"
|
|
882
883
|
| "IconImageAvatarSparkle"
|
|
@@ -965,6 +966,7 @@ export type CentralIconName =
|
|
|
965
966
|
| "IconLinktree"
|
|
966
967
|
| "IconLiquidGlass"
|
|
967
968
|
| "IconListBullets"
|
|
969
|
+
| "IconListBulletsSquare"
|
|
968
970
|
| "IconListSparkle"
|
|
969
971
|
| "IconLiveActivity"
|
|
970
972
|
| "IconLiveFull"
|
|
@@ -1633,6 +1635,7 @@ export type CentralIconName =
|
|
|
1633
1635
|
| "IconVoice3"
|
|
1634
1636
|
| "IconVoiceAndVideo"
|
|
1635
1637
|
| "IconVoiceHigh"
|
|
1638
|
+
| "IconVoiceLow"
|
|
1636
1639
|
| "IconVoiceMid"
|
|
1637
1640
|
| "IconVoiceMode"
|
|
1638
1641
|
| "IconVoiceRecord"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.94",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1698,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 66,
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
"IconFolderShield",
|
|
679
679
|
"IconFolderUpload",
|
|
680
680
|
"IconLibrary",
|
|
681
|
-
"
|
|
681
|
+
"IconListBulletsSquare",
|
|
682
682
|
"IconMoveFolder",
|
|
683
683
|
"IconNote1",
|
|
684
684
|
"IconNote2",
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
]
|
|
842
842
|
},
|
|
843
843
|
"Interface General": {
|
|
844
|
-
"count":
|
|
844
|
+
"count": 177,
|
|
845
845
|
"icons": [
|
|
846
846
|
"IconAnchor1",
|
|
847
847
|
"IconAnchor2",
|
|
@@ -936,6 +936,7 @@
|
|
|
936
936
|
"IconLightBulb",
|
|
937
937
|
"IconLightbulbGlow",
|
|
938
938
|
"IconLightBulbSimple",
|
|
939
|
+
"IconListBullets",
|
|
939
940
|
"IconLoader",
|
|
940
941
|
"IconLoadingCircle",
|
|
941
942
|
"IconMagnifyingGlass",
|
|
@@ -1376,7 +1377,7 @@
|
|
|
1376
1377
|
]
|
|
1377
1378
|
},
|
|
1378
1379
|
"Social Media & Brands": {
|
|
1379
|
-
"count":
|
|
1380
|
+
"count": 118,
|
|
1380
1381
|
"icons": [
|
|
1381
1382
|
"IconAdobeAcrobat",
|
|
1382
1383
|
"IconAffinity",
|
|
@@ -1424,6 +1425,7 @@
|
|
|
1424
1425
|
"IconGoose",
|
|
1425
1426
|
"IconGrok",
|
|
1426
1427
|
"IconGumroad",
|
|
1428
|
+
"IconIconists",
|
|
1427
1429
|
"IconImessage",
|
|
1428
1430
|
"IconInstagram",
|
|
1429
1431
|
"IconJava",
|
|
@@ -1498,7 +1500,7 @@
|
|
|
1498
1500
|
]
|
|
1499
1501
|
},
|
|
1500
1502
|
"Sound & Music": {
|
|
1501
|
-
"count":
|
|
1503
|
+
"count": 52,
|
|
1502
1504
|
"icons": [
|
|
1503
1505
|
"IconAirpodLeft",
|
|
1504
1506
|
"IconAirpodRight",
|
|
@@ -1541,6 +1543,7 @@
|
|
|
1541
1543
|
"IconVocalMicrophone",
|
|
1542
1544
|
"IconVoice3",
|
|
1543
1545
|
"IconVoiceHigh",
|
|
1546
|
+
"IconVoiceLow",
|
|
1544
1547
|
"IconVoiceMid",
|
|
1545
1548
|
"IconVoiceMode",
|
|
1546
1549
|
"IconVoiceRecord",
|
|
@@ -2768,6 +2771,7 @@
|
|
|
2768
2771
|
"IconHumanMashine": "human-mashine, high-five, ai, hands",
|
|
2769
2772
|
"IconIcebowl": "icebowl, cooling, vibe",
|
|
2770
2773
|
"IconIceHockey": "ice-hockey",
|
|
2774
|
+
"IconIconists": "iconists",
|
|
2771
2775
|
"IconImac": "imac, computer",
|
|
2772
2776
|
"IconImageAltText": "image-alt-text",
|
|
2773
2777
|
"IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
|
|
@@ -2856,6 +2860,7 @@
|
|
|
2856
2860
|
"IconLinktree": "linktree",
|
|
2857
2861
|
"IconLiquidGlass": "liquid-glass, glass-effect",
|
|
2858
2862
|
"IconListBullets": "list-bullets",
|
|
2863
|
+
"IconListBulletsSquare": "list-bullets-square",
|
|
2859
2864
|
"IconListSparkle": "list-sparkle, ai text, text generation",
|
|
2860
2865
|
"IconLiveActivity": "live-activity, fitness",
|
|
2861
2866
|
"IconLiveFull": "live-full, signal, podcast",
|
|
@@ -3524,6 +3529,7 @@
|
|
|
3524
3529
|
"IconVoice3": "voice-3, wave",
|
|
3525
3530
|
"IconVoiceAndVideo": "voice-and-video, media",
|
|
3526
3531
|
"IconVoiceHigh": "voice-high, wave",
|
|
3532
|
+
"IconVoiceLow": "voice-low, wave",
|
|
3527
3533
|
"IconVoiceMid": "voice-mid, wave",
|
|
3528
3534
|
"IconVoiceMode": "voice-mode, voice-settings",
|
|
3529
3535
|
"IconVoiceRecord": "voice-record",
|
package/index.d.ts
CHANGED
|
@@ -876,6 +876,7 @@ export { IconHourglass, default as IconHourglassDefault, } from "./IconHourglass
|
|
|
876
876
|
export { IconHumanMashine, default as IconHumanMashineDefault, } from "./IconHumanMashine";
|
|
877
877
|
export { IconIceHockey, default as IconIceHockeyDefault, } from "./IconIceHockey";
|
|
878
878
|
export { IconIcebowl, default as IconIcebowlDefault } from "./IconIcebowl";
|
|
879
|
+
export { IconIconists, default as IconIconistsDefault } from "./IconIconists";
|
|
879
880
|
export { IconImac, default as IconImacDefault } from "./IconImac";
|
|
880
881
|
export { IconImageAltText, default as IconImageAltTextDefault, } from "./IconImageAltText";
|
|
881
882
|
export { IconImageAvatarSparkle, default as IconImageAvatarSparkleDefault, } from "./IconImageAvatarSparkle";
|
|
@@ -964,6 +965,7 @@ export { IconLinkedin, default as IconLinkedinDefault } from "./IconLinkedin";
|
|
|
964
965
|
export { IconLinktree, default as IconLinktreeDefault } from "./IconLinktree";
|
|
965
966
|
export { IconLiquidGlass, default as IconLiquidGlassDefault, } from "./IconLiquidGlass";
|
|
966
967
|
export { IconListBullets, default as IconListBulletsDefault, } from "./IconListBullets";
|
|
968
|
+
export { IconListBulletsSquare, default as IconListBulletsSquareDefault, } from "./IconListBulletsSquare";
|
|
967
969
|
export { IconListSparkle, default as IconListSparkleDefault, } from "./IconListSparkle";
|
|
968
970
|
export { IconLiveActivity, default as IconLiveActivityDefault, } from "./IconLiveActivity";
|
|
969
971
|
export { IconLiveFull, default as IconLiveFullDefault } from "./IconLiveFull";
|
|
@@ -1632,6 +1634,7 @@ export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
|
1632
1634
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|
|
1633
1635
|
export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
|
|
1634
1636
|
export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
|
|
1637
|
+
export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
|
|
1635
1638
|
export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";
|
|
1636
1639
|
export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
|
|
1637
1640
|
export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
|