@central-icons-react/square-outlined-radius-0-stroke-1 1.1.92 → 1.1.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconIconists: React.FC<CentralIconBaseProps>;
4
+ export default IconIconists;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var V=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0})},s=(r,t,o,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of g(t))!B.call(r,e)&&e!==o&&p(r,e,{get:()=>t[e],enumerable:!(n=I(t,e))||n.enumerable});return r};var i=(r,t,o)=>(o=r!=null?u(x(r)):{},s(t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),h=r=>s(p({},"__esModule",{value:!0}),r);var d={};V(d,{IconIconists:()=>m,default:()=>y});module.exports=h(d);var l=i(require("react"));var a=i(require("react")),c=({children:r,size:t=24,ariaLabel:o,color:n,ariaHidden:e=!0,style:f,...C})=>a.default.createElement("svg",{...C,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...f}},o&&!e&&a.default.createElement("title",null,o),r);var m=r=>l.default.createElement(c,{...r,ariaLabel:"iconists"},l.default.createElement("path",{d:"M12 2V22L8 20V4L12 2Z",fill:"currentColor"}),l.default.createElement("path",{opacity:"0.35",d:"M16 4V20L12 22V2L16 4Z",fill:"currentColor"})),y=m;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconIconists: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"iconists\">\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,YACpC,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","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconIconists","props","React","CentralIconBase","IconIconists_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";var l=({children:t,size:r=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:s,...i})=>p.createElement("svg",{...i,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},n&&!o&&p.createElement("title",null,n),t);var c=t=>e.createElement(l,{...t,ariaLabel:"iconists"},e.createElement("path",{d:"M12 2V22L8 20V4L12 2Z",fill:"currentColor"}),e.createElement("path",{opacity:"0.35",d:"M16 4V20L12 22V2L16 4Z",fill:"currentColor"})),I=c;export{c as IconIconists,I 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconIconists: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"iconists\">\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,YACpCC,EAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDA,EAAA,cAAC,QAAK,QAAQ,OAAO,EAAE,yBAAyB,KAAK,eAAe,CACtE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconIconists","props","React","CentralIconBase","IconIconists_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var f=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0})},s=(r,t,o,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of B(t))!g.call(r,e)&&e!==o&&p(r,e,{get:()=>t[e],enumerable:!(l=h(t,e))||l.enumerable});return r};var a=(r,t,o)=>(o=r!=null?f(d(r)):{},s(t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),I=r=>s(p({},"__esModule",{value:!0}),r);var w={};x(w,{IconListBullets:()=>m,default:()=>b});module.exports=I(w);var n=a(require("react"));var C=a(require("react")),i=({children:r,size:t=24,ariaLabel:o,color:l,ariaHidden:e=!0,style:u,...c})=>C.default.createElement("svg",{...c,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...u}},o&&!e&&C.default.createElement("title",null,o),r);var m=r=>n.default.createElement(i,{...r,ariaLabel:"list-bullets"},n.default.createElement("path",{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),n.default.createElement("path",{d:"M7.25 15C7.94036 15 8.5 15.5596 8.5 16.25C8.5 16.9404 7.94036 17.5 7.25 17.5C6.55964 17.5 6 16.9404 6 16.25C6 15.5596 6.55964 15 7.25 15Z",fill:"currentColor"}),n.default.createElement("path",{d:"M7.25 10.75C7.94036 10.75 8.5 11.3096 8.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.75Z",fill:"currentColor"}),n.default.createElement("path",{d:"M7.25 6.5C7.94036 6.5 8.5 7.05964 8.5 7.75C8.5 8.44036 7.94036 9 7.25 9C6.55964 9 6 8.44036 6 7.75C6 7.05964 6.55964 6.5 7.25 6.5Z",fill:"currentColor"})),b=m;0&&(module.exports={IconListBullets});
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of y(o))!g.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(n=x(o,e))||n.enumerable});return r};var i=(r,o,t)=>(t=r!=null?f(B(r)):{},c(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>c(p({},"__esModule",{value:!0}),r);var b={};h(b,{IconListBullets:()=>u,default:()=>d});module.exports=I(b);var l=i(require("react"));var s=i(require("react")),a=({children:r,size:o=24,ariaLabel:t,color:n,ariaHidden:e=!0,style:C,...m})=>s.default.createElement("svg",{...m,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...C}},t&&!e&&s.default.createElement("title",null,t),r);var u=r=>l.default.createElement(a,{...r,ariaLabel:"list-bullets"},l.default.createElement("path",{d:"M8 6.5L21 6.5",stroke:"currentColor"}),l.default.createElement("circle",{cx:"4",cy:"6.5",r:"1",fill:"currentColor"}),l.default.createElement("path",{d:"M8 12L21 12",stroke:"currentColor"}),l.default.createElement("circle",{cx:"4",cy:"12",r:"1",fill:"currentColor"}),l.default.createElement("path",{d:"M8 17.5L21 17.5",stroke:"currentColor"}),l.default.createElement("circle",{cx:"4",cy:"17.5",r:"1",fill:"currentColor"})),d=u;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconListBullets: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"list-bullets\">\n <path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <path\n d=\"M7.25 15C7.94036 15 8.5 15.5596 8.5 16.25C8.5 16.9404 7.94036 17.5 7.25 17.5C6.55964 17.5 6 16.9404 6 16.25C6 15.5596 6.55964 15 7.25 15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.25 10.75C7.94036 10.75 8.5 11.3096 8.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.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.25 6.5C7.94036 6.5 8.5 7.05964 8.5 7.75C8.5 8.44036 7.94036 9 7.25 9C6.55964 9 6 8.44036 6 7.75C6 7.05964 6.55964 6.5 7.25 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,gBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7D,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListBullets_exports","__export","IconListBullets","IconListBullets_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
1
+ {"version":3,"sources":["../src/IconListBullets/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconListBullets: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"list-bullets\">\n <path d=\"M8 6.5L21 6.5\" stroke=\"currentColor\" />\n <circle cx=\"4\" cy=\"6.5\" r=\"1\" fill=\"currentColor\" />\n <path d=\"M8 12L21 12\" stroke=\"currentColor\" />\n <circle cx=\"4\" cy=\"12\" r=\"1\" fill=\"currentColor\" />\n <path d=\"M8 17.5L21 17.5\" stroke=\"currentColor\" />\n <circle cx=\"4\" cy=\"17.5\" r=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,gBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9C,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,MAAM,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,CACrD,EAIGE,EAAQJ","names":["IconListBullets_exports","__export","IconListBullets","IconListBullets_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import l from"react";var p=({children:o,size:r=24,ariaLabel:n,color:C,ariaHidden:e=!0,style:s,...a})=>l.createElement("svg",{...a,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...s}},n&&!e&&l.createElement("title",null,n),o);var i=o=>t.createElement(p,{...o,ariaLabel:"list-bullets"},t.createElement("path",{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),t.createElement("path",{d:"M7.25 15C7.94036 15 8.5 15.5596 8.5 16.25C8.5 16.9404 7.94036 17.5 7.25 17.5C6.55964 17.5 6 16.9404 6 16.25C6 15.5596 6.55964 15 7.25 15Z",fill:"currentColor"}),t.createElement("path",{d:"M7.25 10.75C7.94036 10.75 8.5 11.3096 8.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.75Z",fill:"currentColor"}),t.createElement("path",{d:"M7.25 6.5C7.94036 6.5 8.5 7.05964 8.5 7.75C8.5 8.44036 7.94036 9 7.25 9C6.55964 9 6 8.44036 6 7.75C6 7.05964 6.55964 6.5 7.25 6.5Z",fill:"currentColor"})),h=i;export{i as IconListBullets,h as default};
1
+ import r from"react";import n from"react";var p=({children:t,size:o=24,ariaLabel:l,color:s,ariaHidden:e=!0,style:c,...i})=>n.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...c}},l&&!e&&n.createElement("title",null,l),t);var a=t=>r.createElement(p,{...t,ariaLabel:"list-bullets"},r.createElement("path",{d:"M8 6.5L21 6.5",stroke:"currentColor"}),r.createElement("circle",{cx:"4",cy:"6.5",r:"1",fill:"currentColor"}),r.createElement("path",{d:"M8 12L21 12",stroke:"currentColor"}),r.createElement("circle",{cx:"4",cy:"12",r:"1",fill:"currentColor"}),r.createElement("path",{d:"M8 17.5L21 17.5",stroke:"currentColor"}),r.createElement("circle",{cx:"4",cy:"17.5",r:"1",fill:"currentColor"})),x=a;export{a 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconListBullets: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"list-bullets\">\n <path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <path\n d=\"M7.25 15C7.94036 15 8.5 15.5596 8.5 16.25C8.5 16.9404 7.94036 17.5 7.25 17.5C6.55964 17.5 6 16.9404 6 16.25C6 15.5596 6.55964 15 7.25 15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.25 10.75C7.94036 10.75 8.5 11.3096 8.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.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.25 6.5C7.94036 6.5 8.5 7.05964 8.5 7.75C8.5 8.44036 7.94036 9 7.25 9C6.55964 9 6 8.44036 6 7.75C6 7.05964 6.55964 6.5 7.25 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,gBACpCC,EAAA,cAAC,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7DA,EAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,qIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
1
+ {"version":3,"sources":["../src/IconListBullets/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconListBullets: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"list-bullets\">\n <path d=\"M8 6.5L21 6.5\" stroke=\"currentColor\" />\n <circle cx=\"4\" cy=\"6.5\" r=\"1\" fill=\"currentColor\" />\n <path d=\"M8 12L21 12\" stroke=\"currentColor\" />\n <circle cx=\"4\" cy=\"12\" r=\"1\" fill=\"currentColor\" />\n <path d=\"M8 17.5L21 17.5\" stroke=\"currentColor\" />\n <circle cx=\"4\" cy=\"17.5\" r=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,gBACpCC,EAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9CA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,MAAM,EAAE,IAAI,KAAK,eAAe,EAClDA,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5CA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EACjDA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,CACrD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconListBulletsSquare: React.FC<CentralIconBaseProps>;
4
+ export default IconListBulletsSquare;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,t)=>{for(var e in t)p(r,e,{get:t[e],enumerable:!0})},s=(r,t,e,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of B(t))!g.call(r,o)&&o!==e&&p(r,o,{get:()=>t[o],enumerable:!(l=h(t,o))||l.enumerable});return r};var a=(r,t,e)=>(e=r!=null?f(d(r)):{},s(t||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>s(p({},"__esModule",{value:!0}),r);var w={};x(w,{IconListBulletsSquare:()=>u,default:()=>b});module.exports=I(w);var n=a(require("react"));var C=a(require("react")),i=({children:r,size:t=24,ariaLabel:e,color:l,ariaHidden:o=!0,style:m,...c})=>C.default.createElement("svg",{...c,"aria-hidden":o,role:o?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...m}},e&&!o&&C.default.createElement("title",null,e),r);var u=r=>n.default.createElement(i,{...r,ariaLabel:"list-bullets-square"},n.default.createElement("path",{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),n.default.createElement("path",{d:"M7.25 15C7.94036 15 8.5 15.5596 8.5 16.25C8.5 16.9404 7.94036 17.5 7.25 17.5C6.55964 17.5 6 16.9404 6 16.25C6 15.5596 6.55964 15 7.25 15Z",fill:"currentColor"}),n.default.createElement("path",{d:"M7.25 10.75C7.94036 10.75 8.5 11.3096 8.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.75Z",fill:"currentColor"}),n.default.createElement("path",{d:"M7.25 6.5C7.94036 6.5 8.5 7.05964 8.5 7.75C8.5 8.44036 7.94036 9 7.25 9C6.55964 9 6 8.44036 6 7.75C6 7.05964 6.55964 6.5 7.25 6.5Z",fill:"currentColor"})),b=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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconListBulletsSquare: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"list-bullets-square\">\n <path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <path\n d=\"M7.25 15C7.94036 15 8.5 15.5596 8.5 16.25C8.5 16.9404 7.94036 17.5 7.25 17.5C6.55964 17.5 6 16.9404 6 16.25C6 15.5596 6.55964 15 7.25 15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.25 10.75C7.94036 10.75 8.5 11.3096 8.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.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.25 6.5C7.94036 6.5 8.5 7.05964 8.5 7.75C8.5 8.44036 7.94036 9 7.25 9C6.55964 9 6 8.44036 6 7.75C6 7.05964 6.55964 6.5 7.25 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBulletsSquare;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,2BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7D,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListBulletsSquare_exports","__export","IconListBulletsSquare","IconListBulletsSquare_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconListBulletsSquare","props","React","CentralIconBase","IconListBulletsSquare_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import l from"react";var p=({children:e,size:r=24,ariaLabel:n,color:C,ariaHidden:o=!0,style:s,...a})=>l.createElement("svg",{...a,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...s}},n&&!o&&l.createElement("title",null,n),e);var i=e=>t.createElement(p,{...e,ariaLabel:"list-bullets-square"},t.createElement("path",{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),t.createElement("path",{d:"M7.25 15C7.94036 15 8.5 15.5596 8.5 16.25C8.5 16.9404 7.94036 17.5 7.25 17.5C6.55964 17.5 6 16.9404 6 16.25C6 15.5596 6.55964 15 7.25 15Z",fill:"currentColor"}),t.createElement("path",{d:"M7.25 10.75C7.94036 10.75 8.5 11.3096 8.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.75Z",fill:"currentColor"}),t.createElement("path",{d:"M7.25 6.5C7.94036 6.5 8.5 7.05964 8.5 7.75C8.5 8.44036 7.94036 9 7.25 9C6.55964 9 6 8.44036 6 7.75C6 7.05964 6.55964 6.5 7.25 6.5Z",fill:"currentColor"})),h=i;export{i as IconListBulletsSquare,h 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconListBulletsSquare: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"list-bullets-square\">\n <path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <path\n d=\"M7.25 15C7.94036 15 8.5 15.5596 8.5 16.25C8.5 16.9404 7.94036 17.5 7.25 17.5C6.55964 17.5 6 16.9404 6 16.25C6 15.5596 6.55964 15 7.25 15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.25 10.75C7.94036 10.75 8.5 11.3096 8.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.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.25 6.5C7.94036 6.5 8.5 7.05964 8.5 7.75C8.5 8.44036 7.94036 9 7.25 9C6.55964 9 6 8.44036 6 7.75C6 7.05964 6.55964 6.5 7.25 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBulletsSquare;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uBACpCC,EAAA,cAAC,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7DA,EAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,qIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconListBulletsSquare","props","React","CentralIconBase","IconListBulletsSquare_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceLow: React.FC<CentralIconBaseProps>;
4
+ export default IconVoiceLow;
@@ -0,0 +1,2 @@
1
+ "use strict";var h=Object.create;var a=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var w=(r,e)=>{for(var o in e)a(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of V(e))!f.call(r,t)&&t!==o&&a(r,t,{get:()=>e[t],enumerable:!(s=k(e,t))||s.enumerable});return r};var c=(r,e,o)=>(o=r!=null?h(d(r)):{},l(e||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o,r)),g=r=>l(a({},"__esModule",{value:!0}),r);var B={};w(B,{IconVoiceLow:()=>u,default:()=>x});module.exports=g(B);var n=c(require("react"));var p=c(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:s,ariaHidden:t=!0,style:m,...C})=>p.default.createElement("svg",{...C,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...m}},o&&!t&&p.default.createElement("title",null,o),r);var u=r=>n.default.createElement(i,{...r,ariaLabel:"voice-low, wave"},n.default.createElement("path",{d:"M7.5 6.5V17.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M3.5 11V13",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M12 10.5V13.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M16.5 8.5V15.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M20.5 11V13",stroke:"currentColor",strokeLinecap:"square"})),x=u;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVoiceLow: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"voice-low, wave\">\n <path d=\"M7.5 6.5V17.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M3.5 11V13\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M12 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M16.5 8.5V15.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M20.5 11V13\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceLow;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,mBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,SAAS,CACrE,EAIGE,EAAQJ","names":["IconVoiceLow_exports","__export","IconVoiceLow","IconVoiceLow_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVoiceLow","props","React","CentralIconBase","IconVoiceLow_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";var a=({children:o,size:r=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:l,...c})=>s.createElement("svg",{...c,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...l}},n&&!t&&s.createElement("title",null,n),o);var i=o=>e.createElement(a,{...o,ariaLabel:"voice-low, wave"},e.createElement("path",{d:"M7.5 6.5V17.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M3.5 11V13",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M12 10.5V13.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M16.5 8.5V15.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M20.5 11V13",stroke:"currentColor",strokeLinecap:"square"})),k=i;export{i as IconVoiceLow,k 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVoiceLow: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"voice-low, wave\">\n <path d=\"M7.5 6.5V17.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M3.5 11V13\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M12 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M16.5 8.5V15.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M20.5 11V13\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceLow;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,mBACpCC,EAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClEA,EAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEA,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,SAAS,CACrE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVoiceLow","props","React","CentralIconBase","IconVoiceLow_default"]}
package/README.md CHANGED
@@ -816,7 +816,7 @@ Below is a complete list of available icons:
816
816
  - IconFolderShield
817
817
  - IconFolderUpload
818
818
  - IconLibrary
819
- - IconListBullets
819
+ - IconListBulletsSquare
820
820
  - IconMoveFolder
821
821
  - IconNote1
822
822
  - IconNote2
@@ -1064,6 +1064,7 @@ Below is a complete list of available icons:
1064
1064
  - IconLightBulb
1065
1065
  - IconLightbulbGlow
1066
1066
  - IconLightBulbSimple
1067
+ - IconListBullets
1067
1068
  - IconLoader
1068
1069
  - IconLoadingCircle
1069
1070
  - IconMagnifyingGlass
@@ -1534,6 +1535,7 @@ Below is a complete list of available icons:
1534
1535
  - IconGoose
1535
1536
  - IconGrok
1536
1537
  - IconGumroad
1538
+ - IconIconists
1537
1539
  - IconImessage
1538
1540
  - IconInstagram
1539
1541
  - IconJava
@@ -1649,6 +1651,7 @@ Below is a complete list of available icons:
1649
1651
  - IconVocalMicrophone
1650
1652
  - IconVoice3
1651
1653
  - IconVoiceHigh
1654
+ - IconVoiceLow
1652
1655
  - IconVoiceMid
1653
1656
  - IconVoiceMode
1654
1657
  - IconVoiceRecord
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"