@central-icons-react/round-filled-radius-3-stroke-1 1.0.2 → 1.0.4

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 IconCursorAi: React.FC<CentralIconBaseProps>;
4
+ export default IconCursorAi;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,t)=>{for(var e in t)n(r,e,{get:t[e],enumerable:!0})},p=(r,t,e,C)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of L(t))!B.call(r,o)&&o!==e&&n(r,o,{get:()=>t[o],enumerable:!(C=g(t,o))||C.enumerable});return r};var s=(r,t,e)=>(e=r!=null?f(x(r)):{},p(t||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>p(n({},"__esModule",{value:!0}),r);var w={};I(w,{IconCursorAi:()=>m,default:()=>d});module.exports=h(w);var a=s(require("react"));var l=s(require("react")),i=({children:r,size:t=24,ariaLabel:e,color:C,ariaHidden:o=!0,style:c,...u})=>l.default.createElement("svg",{...u,"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:C,...c}},e&&!o&&l.default.createElement("title",null,e),r);var m=r=>a.default.createElement(i,{...r,ariaLabel:"cursor-ai, agent, magic"},a.default.createElement("path",{d:"M2.98365 6.18929C2.26291 4.1954 4.19583 2.26513 6.18873 2.98909L9.89967 4.33675C9.78476 4.37535 9.65822 4.41558 9.51685 4.45296L9.17506 4.53499C8.48856 4.68755 8.00033 5.29711 8.00025 5.99984L8.00611 6.1307C8.06237 6.77713 8.53151 7.32167 9.17506 7.46468C10.1547 7.68243 10.5814 7.92665 10.8274 8.17269C11.0734 8.41873 11.3177 8.84539 11.5354 9.82503C11.688 10.5116 12.2975 10.9998 13.0003 10.9998L13.1311 10.994C13.7775 10.9376 14.3221 10.4685 14.4651 9.82503C14.6828 8.84542 14.9271 8.41872 15.1731 8.17269C15.4192 7.9267 15.8459 7.68238 16.8254 7.46468C17.0904 7.40575 17.3247 7.27751 17.5139 7.10335L18.5276 7.47152L20.1995 8.07015C22.403 8.85923 22.4105 11.9729 20.2112 12.7733L14.9768 14.6776C14.838 14.728 14.7286 14.8377 14.678 14.9764L12.7639 20.2381C11.9652 22.4341 8.85862 22.4316 8.06373 20.2342L2.98365 6.18929Z",fill:"currentColor"}),a.default.createElement("path",{d:"M13 2C13.2344 2 13.4375 2.16283 13.4883 2.3916C13.723 3.44743 14.0233 4.09166 14.4659 4.53418C14.9084 4.9767 15.5526 5.27708 16.6084 5.51172C16.8372 5.56256 17 5.76565 17 6C17 6.23435 16.8372 6.43744 16.6084 6.48828C15.5526 6.72292 14.9084 7.0233 14.4659 7.46582C14.0233 7.90834 13.723 8.55257 13.4883 9.6084C13.4375 9.83717 13.2344 10 13 10C12.7657 10 12.5626 9.83717 12.5118 9.6084C12.2771 8.55257 11.9767 7.90834 11.5342 7.46582C11.0917 7.0233 10.4475 6.72292 9.39165 6.48828C9.16288 6.43744 9.00004 6.23435 9.00004 6C9.00004 5.76565 9.16288 5.56256 9.39165 5.51172C10.4475 5.27708 11.0917 4.9767 11.5342 4.53418C11.9767 4.09166 12.2771 3.44743 12.5118 2.3916C12.5626 2.16283 12.7657 2 13 2Z",fill:"currentColor"})),d=m;0&&(module.exports={IconCursorAi});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCursorAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconCursorAi: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"cursor-ai, agent, magic\">\n <path\n d=\"M2.98365 6.18929C2.26291 4.1954 4.19583 2.26513 6.18873 2.98909L9.89967 4.33675C9.78476 4.37535 9.65822 4.41558 9.51685 4.45296L9.17506 4.53499C8.48856 4.68755 8.00033 5.29711 8.00025 5.99984L8.00611 6.1307C8.06237 6.77713 8.53151 7.32167 9.17506 7.46468C10.1547 7.68243 10.5814 7.92665 10.8274 8.17269C11.0734 8.41873 11.3177 8.84539 11.5354 9.82503C11.688 10.5116 12.2975 10.9998 13.0003 10.9998L13.1311 10.994C13.7775 10.9376 14.3221 10.4685 14.4651 9.82503C14.6828 8.84542 14.9271 8.41872 15.1731 8.17269C15.4192 7.9267 15.8459 7.68238 16.8254 7.46468C17.0904 7.40575 17.3247 7.27751 17.5139 7.10335L18.5276 7.47152L20.1995 8.07015C22.403 8.85923 22.4105 11.9729 20.2112 12.7733L14.9768 14.6776C14.838 14.728 14.7286 14.8377 14.678 14.9764L12.7639 20.2381C11.9652 22.4341 8.85862 22.4316 8.06373 20.2342L2.98365 6.18929Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 2C13.2344 2 13.4375 2.16283 13.4883 2.3916C13.723 3.44743 14.0233 4.09166 14.4659 4.53418C14.9084 4.9767 15.5526 5.27708 16.6084 5.51172C16.8372 5.56256 17 5.76565 17 6C17 6.23435 16.8372 6.43744 16.6084 6.48828C15.5526 6.72292 14.9084 7.0233 14.4659 7.46582C14.0233 7.90834 13.723 8.55257 13.4883 9.6084C13.4375 9.83717 13.2344 10 13 10C12.7657 10 12.5626 9.83717 12.5118 9.6084C12.2771 8.55257 11.9767 7.90834 11.5342 7.46582C11.0917 7.0233 10.4475 6.72292 9.39165 6.48828C9.16288 6.43744 9.00004 6.23435 9.00004 6C9.00004 5.76565 9.16288 5.56256 9.39165 5.51172C10.4475 5.27708 11.0917 4.9767 11.5342 4.53418C11.9767 4.09166 12.2771 3.44743 12.5118 2.3916C12.5626 2.16283 12.7657 2 13 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursorAi;\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,2BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,2zBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yrBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCursorAi_exports","__export","IconCursorAi","IconCursorAi_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import n from"react";var a=({children:t,size:r=24,ariaLabel:C,color:l,ariaHidden:e=!0,style:p,...s})=>n.createElement("svg",{...s,"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:l,...p}},C&&!e&&n.createElement("title",null,C),t);var i=t=>o.createElement(a,{...t,ariaLabel:"cursor-ai, agent, magic"},o.createElement("path",{d:"M2.98365 6.18929C2.26291 4.1954 4.19583 2.26513 6.18873 2.98909L9.89967 4.33675C9.78476 4.37535 9.65822 4.41558 9.51685 4.45296L9.17506 4.53499C8.48856 4.68755 8.00033 5.29711 8.00025 5.99984L8.00611 6.1307C8.06237 6.77713 8.53151 7.32167 9.17506 7.46468C10.1547 7.68243 10.5814 7.92665 10.8274 8.17269C11.0734 8.41873 11.3177 8.84539 11.5354 9.82503C11.688 10.5116 12.2975 10.9998 13.0003 10.9998L13.1311 10.994C13.7775 10.9376 14.3221 10.4685 14.4651 9.82503C14.6828 8.84542 14.9271 8.41872 15.1731 8.17269C15.4192 7.9267 15.8459 7.68238 16.8254 7.46468C17.0904 7.40575 17.3247 7.27751 17.5139 7.10335L18.5276 7.47152L20.1995 8.07015C22.403 8.85923 22.4105 11.9729 20.2112 12.7733L14.9768 14.6776C14.838 14.728 14.7286 14.8377 14.678 14.9764L12.7639 20.2381C11.9652 22.4341 8.85862 22.4316 8.06373 20.2342L2.98365 6.18929Z",fill:"currentColor"}),o.createElement("path",{d:"M13 2C13.2344 2 13.4375 2.16283 13.4883 2.3916C13.723 3.44743 14.0233 4.09166 14.4659 4.53418C14.9084 4.9767 15.5526 5.27708 16.6084 5.51172C16.8372 5.56256 17 5.76565 17 6C17 6.23435 16.8372 6.43744 16.6084 6.48828C15.5526 6.72292 14.9084 7.0233 14.4659 7.46582C14.0233 7.90834 13.723 8.55257 13.4883 9.6084C13.4375 9.83717 13.2344 10 13 10C12.7657 10 12.5626 9.83717 12.5118 9.6084C12.2771 8.55257 11.9767 7.90834 11.5342 7.46582C11.0917 7.0233 10.4475 6.72292 9.39165 6.48828C9.16288 6.43744 9.00004 6.23435 9.00004 6C9.00004 5.76565 9.16288 5.56256 9.39165 5.51172C10.4475 5.27708 11.0917 4.9767 11.5342 4.53418C11.9767 4.09166 12.2771 3.44743 12.5118 2.3916C12.5626 2.16283 12.7657 2 13 2Z",fill:"currentColor"})),g=i;export{i as IconCursorAi,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCursorAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconCursorAi: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"cursor-ai, agent, magic\">\n <path\n d=\"M2.98365 6.18929C2.26291 4.1954 4.19583 2.26513 6.18873 2.98909L9.89967 4.33675C9.78476 4.37535 9.65822 4.41558 9.51685 4.45296L9.17506 4.53499C8.48856 4.68755 8.00033 5.29711 8.00025 5.99984L8.00611 6.1307C8.06237 6.77713 8.53151 7.32167 9.17506 7.46468C10.1547 7.68243 10.5814 7.92665 10.8274 8.17269C11.0734 8.41873 11.3177 8.84539 11.5354 9.82503C11.688 10.5116 12.2975 10.9998 13.0003 10.9998L13.1311 10.994C13.7775 10.9376 14.3221 10.4685 14.4651 9.82503C14.6828 8.84542 14.9271 8.41872 15.1731 8.17269C15.4192 7.9267 15.8459 7.68238 16.8254 7.46468C17.0904 7.40575 17.3247 7.27751 17.5139 7.10335L18.5276 7.47152L20.1995 8.07015C22.403 8.85923 22.4105 11.9729 20.2112 12.7733L14.9768 14.6776C14.838 14.728 14.7286 14.8377 14.678 14.9764L12.7639 20.2381C11.9652 22.4341 8.85862 22.4316 8.06373 20.2342L2.98365 6.18929Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 2C13.2344 2 13.4375 2.16283 13.4883 2.3916C13.723 3.44743 14.0233 4.09166 14.4659 4.53418C14.9084 4.9767 15.5526 5.27708 16.6084 5.51172C16.8372 5.56256 17 5.76565 17 6C17 6.23435 16.8372 6.43744 16.6084 6.48828C15.5526 6.72292 14.9084 7.0233 14.4659 7.46582C14.0233 7.90834 13.723 8.55257 13.4883 9.6084C13.4375 9.83717 13.2344 10 13 10C12.7657 10 12.5626 9.83717 12.5118 9.6084C12.2771 8.55257 11.9767 7.90834 11.5342 7.46582C11.0917 7.0233 10.4475 6.72292 9.39165 6.48828C9.16288 6.43744 9.00004 6.23435 9.00004 6C9.00004 5.76565 9.16288 5.56256 9.39165 5.51172C10.4475 5.27708 11.0917 4.9767 11.5342 4.53418C11.9767 4.09166 12.2771 3.44743 12.5118 2.3916C12.5626 2.16283 12.7657 2 13 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursorAi;\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,2BACpCC,EAAA,cAAC,QACC,EAAE,2zBACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,yrBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDispersion: React.FC<CentralIconBaseProps>;
4
+ export default IconDispersion;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of h(o))!x.call(r,e)&&e!==t&&l(r,e,{get:()=>o[e],enumerable:!(n=d(o,e))||n.enumerable});return r};var a=(r,o,t)=>(t=r!=null?c(g(r)):{},i(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>i(l({},"__esModule",{value:!0}),r);var M={};B(M,{IconDispersion:()=>f,default:()=>H});module.exports=I(M);var C=a(require("react"));var p=a(require("react")),s=({children:r,size:o=24,ariaLabel:t,color:n,ariaHidden:e=!0,style:u,...m})=>p.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,...u}},t&&!e&&p.default.createElement("title",null,t),r);var f=r=>C.default.createElement(s,{...r,ariaLabel:"dispersion, refraction"},C.default.createElement("path",{d:"M12 2.99961C12.2761 2.99961 12.4999 3.22356 12.5 3.49961V20.4996C12.5 20.7758 12.2761 20.9996 12 20.9996C11.7239 20.9996 11.5 20.7758 11.5 20.4996V3.49961C11.5001 3.22356 11.7239 2.99961 12 2.99961Z",fill:"currentColor"}),C.default.createElement("path",{d:"M15.1094 16.1871C15.2819 15.9716 15.5969 15.9366 15.8125 16.109L20.8125 20.109C21.0281 20.2815 21.063 20.5965 20.8906 20.8121C20.7181 21.0277 20.4031 21.0627 20.1875 20.8902L15.1875 16.8902C14.972 16.7177 14.9369 16.4027 15.1094 16.1871Z",fill:"currentColor"}),C.default.createElement("path",{d:"M8.5 15.4996C8.77608 15.4996 8.9999 15.7236 9 15.9996C9 16.2758 8.77614 16.4996 8.5 16.4996H2.5C2.22386 16.4996 2 16.2758 2 15.9996C2.0001 15.7236 2.22392 15.4996 2.5 15.4996H8.5Z",fill:"currentColor"}),C.default.createElement("path",{d:"M8.5 11.4996C8.77608 11.4996 8.9999 11.7236 9 11.9996C9 12.2758 8.77614 12.4996 8.5 12.4996H2.5C2.22386 12.4996 2 12.2758 2 11.9996C2.0001 11.7236 2.22392 11.4996 2.5 11.4996H8.5Z",fill:"currentColor"}),C.default.createElement("path",{d:"M21.5 11.4996C21.7761 11.4996 21.9999 11.7236 22 11.9996C22 12.2758 21.7761 12.4996 21.5 12.4996H15.5C15.2239 12.4996 15 12.2758 15 11.9996C15.0001 11.7236 15.2239 11.4996 15.5 11.4996H21.5Z",fill:"currentColor"}),C.default.createElement("path",{d:"M8.5 7.49961C8.77608 7.49961 8.9999 7.72356 9 7.99961C9 8.27576 8.77614 8.49961 8.5 8.49961H2.5C2.22386 8.49961 2 8.27576 2 7.99961C2.0001 7.72356 2.22392 7.49961 2.5 7.49961H8.5Z",fill:"currentColor"}),C.default.createElement("path",{d:"M20.1875 3.10899C20.4031 2.9366 20.7181 2.97162 20.8906 3.18711C21.0631 3.40271 21.028 3.71772 20.8125 3.89024L15.8125 7.89024C15.5969 8.06274 15.2819 8.02774 15.1094 7.81211C14.937 7.59649 14.9719 7.28146 15.1875 7.10899L20.1875 3.10899Z",fill:"currentColor"})),H=f;0&&(module.exports={IconDispersion});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDispersion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDispersion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"dispersion, refraction\">\n <path\n d=\"M12 2.99961C12.2761 2.99961 12.4999 3.22356 12.5 3.49961V20.4996C12.5 20.7758 12.2761 20.9996 12 20.9996C11.7239 20.9996 11.5 20.7758 11.5 20.4996V3.49961C11.5001 3.22356 11.7239 2.99961 12 2.99961Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.1094 16.1871C15.2819 15.9716 15.5969 15.9366 15.8125 16.109L20.8125 20.109C21.0281 20.2815 21.063 20.5965 20.8906 20.8121C20.7181 21.0277 20.4031 21.0627 20.1875 20.8902L15.1875 16.8902C14.972 16.7177 14.9369 16.4027 15.1094 16.1871Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.5 15.4996C8.77608 15.4996 8.9999 15.7236 9 15.9996C9 16.2758 8.77614 16.4996 8.5 16.4996H2.5C2.22386 16.4996 2 16.2758 2 15.9996C2.0001 15.7236 2.22392 15.4996 2.5 15.4996H8.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.5 11.4996C8.77608 11.4996 8.9999 11.7236 9 11.9996C9 12.2758 8.77614 12.4996 8.5 12.4996H2.5C2.22386 12.4996 2 12.2758 2 11.9996C2.0001 11.7236 2.22392 11.4996 2.5 11.4996H8.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.5 11.4996C21.7761 11.4996 21.9999 11.7236 22 11.9996C22 12.2758 21.7761 12.4996 21.5 12.4996H15.5C15.2239 12.4996 15 12.2758 15 11.9996C15.0001 11.7236 15.2239 11.4996 15.5 11.4996H21.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.5 7.49961C8.77608 7.49961 8.9999 7.72356 9 7.99961C9 8.27576 8.77614 8.49961 8.5 8.49961H2.5C2.22386 8.49961 2 8.27576 2 7.99961C2.0001 7.72356 2.22392 7.49961 2.5 7.49961H8.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1875 3.10899C20.4031 2.9366 20.7181 2.97162 20.8906 3.18711C21.0631 3.40271 21.028 3.71772 20.8125 3.89024L15.8125 7.89024C15.5969 8.06274 15.2819 8.02774 15.1094 7.81211C14.937 7.59649 14.9719 7.28146 15.1875 7.10899L20.1875 3.10899Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDispersion;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,yMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDispersion_exports","__export","IconDispersion","IconDispersion_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconDispersion","props","React","CentralIconBase","IconDispersion_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import n from"react";var l=({children:t,size:o=24,ariaLabel:C,color:p,ariaHidden:e=!0,style:i,...a})=>n.createElement("svg",{...a,"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:p,...i}},C&&!e&&n.createElement("title",null,C),t);var s=t=>r.createElement(l,{...t,ariaLabel:"dispersion, refraction"},r.createElement("path",{d:"M12 2.99961C12.2761 2.99961 12.4999 3.22356 12.5 3.49961V20.4996C12.5 20.7758 12.2761 20.9996 12 20.9996C11.7239 20.9996 11.5 20.7758 11.5 20.4996V3.49961C11.5001 3.22356 11.7239 2.99961 12 2.99961Z",fill:"currentColor"}),r.createElement("path",{d:"M15.1094 16.1871C15.2819 15.9716 15.5969 15.9366 15.8125 16.109L20.8125 20.109C21.0281 20.2815 21.063 20.5965 20.8906 20.8121C20.7181 21.0277 20.4031 21.0627 20.1875 20.8902L15.1875 16.8902C14.972 16.7177 14.9369 16.4027 15.1094 16.1871Z",fill:"currentColor"}),r.createElement("path",{d:"M8.5 15.4996C8.77608 15.4996 8.9999 15.7236 9 15.9996C9 16.2758 8.77614 16.4996 8.5 16.4996H2.5C2.22386 16.4996 2 16.2758 2 15.9996C2.0001 15.7236 2.22392 15.4996 2.5 15.4996H8.5Z",fill:"currentColor"}),r.createElement("path",{d:"M8.5 11.4996C8.77608 11.4996 8.9999 11.7236 9 11.9996C9 12.2758 8.77614 12.4996 8.5 12.4996H2.5C2.22386 12.4996 2 12.2758 2 11.9996C2.0001 11.7236 2.22392 11.4996 2.5 11.4996H8.5Z",fill:"currentColor"}),r.createElement("path",{d:"M21.5 11.4996C21.7761 11.4996 21.9999 11.7236 22 11.9996C22 12.2758 21.7761 12.4996 21.5 12.4996H15.5C15.2239 12.4996 15 12.2758 15 11.9996C15.0001 11.7236 15.2239 11.4996 15.5 11.4996H21.5Z",fill:"currentColor"}),r.createElement("path",{d:"M8.5 7.49961C8.77608 7.49961 8.9999 7.72356 9 7.99961C9 8.27576 8.77614 8.49961 8.5 8.49961H2.5C2.22386 8.49961 2 8.27576 2 7.99961C2.0001 7.72356 2.22392 7.49961 2.5 7.49961H8.5Z",fill:"currentColor"}),r.createElement("path",{d:"M20.1875 3.10899C20.4031 2.9366 20.7181 2.97162 20.8906 3.18711C21.0631 3.40271 21.028 3.71772 20.8125 3.89024L15.8125 7.89024C15.5969 8.06274 15.2819 8.02774 15.1094 7.81211C14.937 7.59649 14.9719 7.28146 15.1875 7.10899L20.1875 3.10899Z",fill:"currentColor"})),d=s;export{s as IconDispersion,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDispersion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDispersion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"dispersion, refraction\">\n <path\n d=\"M12 2.99961C12.2761 2.99961 12.4999 3.22356 12.5 3.49961V20.4996C12.5 20.7758 12.2761 20.9996 12 20.9996C11.7239 20.9996 11.5 20.7758 11.5 20.4996V3.49961C11.5001 3.22356 11.7239 2.99961 12 2.99961Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.1094 16.1871C15.2819 15.9716 15.5969 15.9366 15.8125 16.109L20.8125 20.109C21.0281 20.2815 21.063 20.5965 20.8906 20.8121C20.7181 21.0277 20.4031 21.0627 20.1875 20.8902L15.1875 16.8902C14.972 16.7177 14.9369 16.4027 15.1094 16.1871Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.5 15.4996C8.77608 15.4996 8.9999 15.7236 9 15.9996C9 16.2758 8.77614 16.4996 8.5 16.4996H2.5C2.22386 16.4996 2 16.2758 2 15.9996C2.0001 15.7236 2.22392 15.4996 2.5 15.4996H8.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.5 11.4996C8.77608 11.4996 8.9999 11.7236 9 11.9996C9 12.2758 8.77614 12.4996 8.5 12.4996H2.5C2.22386 12.4996 2 12.2758 2 11.9996C2.0001 11.7236 2.22392 11.4996 2.5 11.4996H8.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.5 11.4996C21.7761 11.4996 21.9999 11.7236 22 11.9996C22 12.2758 21.7761 12.4996 21.5 12.4996H15.5C15.2239 12.4996 15 12.2758 15 11.9996C15.0001 11.7236 15.2239 11.4996 15.5 11.4996H21.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.5 7.49961C8.77608 7.49961 8.9999 7.72356 9 7.99961C9 8.27576 8.77614 8.49961 8.5 8.49961H2.5C2.22386 8.49961 2 8.27576 2 7.99961C2.0001 7.72356 2.22392 7.49961 2.5 7.49961H8.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1875 3.10899C20.4031 2.9366 20.7181 2.97162 20.8906 3.18711C21.0631 3.40271 21.028 3.71772 20.8125 3.89024L15.8125 7.89024C15.5969 8.06274 15.2819 8.02774 15.1094 7.81211C14.937 7.59649 14.9719 7.28146 15.1875 7.10899L20.1875 3.10899Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDispersion;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpCC,EAAA,cAAC,QACC,EAAE,yMACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iMACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconDispersion","props","React","CentralIconBase","IconDispersion_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGovernment: React.FC<CentralIconBaseProps>;
4
+ export default IconGovernment;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(e,r)=>{for(var t in r)l(e,t,{get:r[t],enumerable:!0})},a=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of f(r))!g.call(e,o)&&o!==t&&l(e,o,{get:()=>r[o],enumerable:!(n=u(r,o))||n.enumerable});return e};var s=(e,r,t)=>(t=e!=null?c(d(e)):{},a(r||!e||!e.__esModule?l(t,"default",{value:e,enumerable:!0}):t,e)),x=e=>a(l({},"__esModule",{value:!0}),e);var I={};v(I,{IconGovernment:()=>m,default:()=>B});module.exports=x(I);var p=s(require("react"));var C=s(require("react")),i=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:V,...H})=>C.default.createElement("svg",{...H,"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:n,...V}},t&&!o&&C.default.createElement("title",null,t),e);var m=e=>p.default.createElement(i,{...e,ariaLabel:"government, bank, building"},p.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 0C14.7761 0 15 0.223858 15 0.5V2.5C15 2.77614 14.7761 3 14.5 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H21.5C21.7761 11 22 11.2239 22 11.5C22 11.7761 21.7761 12 21.5 12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H21.5C21.7761 20 22 20.2239 22 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5C2 20.2239 2.22386 20 2.5 20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2.5C2.22386 12 2 11.7761 2 11.5C2 11.2239 2.22386 11 2.5 11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0.5C11.5 0.223858 11.7239 0 12 0H14.5ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 12V20H14.5V12H9.5ZM15.5 12V20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5Z",fill:"currentColor"})),B=m;0&&(module.exports={IconGovernment});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGovernment/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGovernment: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"government, bank, building\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5 0C14.7761 0 15 0.223858 15 0.5V2.5C15 2.77614 14.7761 3 14.5 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H21.5C21.7761 11 22 11.2239 22 11.5C22 11.7761 21.7761 12 21.5 12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H21.5C21.7761 20 22 20.2239 22 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5C2 20.2239 2.22386 20 2.5 20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2.5C2.22386 12 2 11.7761 2 11.5C2 11.2239 2.22386 11 2.5 11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0.5C11.5 0.223858 11.7239 0 12 0H14.5ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 12V20H14.5V12H9.5ZM15.5 12V20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGovernment;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,msBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGovernment_exports","__export","IconGovernment","IconGovernment_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconGovernment","props","React","CentralIconBase","IconGovernment_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:a,...s})=>n.createElement("svg",{...s,"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:p,...a}},o&&!t&&n.createElement("title",null,o),r);var i=r=>C.createElement(l,{...r,ariaLabel:"government, bank, building"},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 0C14.7761 0 15 0.223858 15 0.5V2.5C15 2.77614 14.7761 3 14.5 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H21.5C21.7761 11 22 11.2239 22 11.5C22 11.7761 21.7761 12 21.5 12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H21.5C21.7761 20 22 20.2239 22 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5C2 20.2239 2.22386 20 2.5 20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2.5C2.22386 12 2 11.7761 2 11.5C2 11.2239 2.22386 11 2.5 11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0.5C11.5 0.223858 11.7239 0 12 0H14.5ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 12V20H14.5V12H9.5ZM15.5 12V20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5Z",fill:"currentColor"})),u=i;export{i as IconGovernment,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGovernment/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGovernment: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"government, bank, building\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5 0C14.7761 0 15 0.223858 15 0.5V2.5C15 2.77614 14.7761 3 14.5 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H21.5C21.7761 11 22 11.2239 22 11.5C22 11.7761 21.7761 12 21.5 12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H21.5C21.7761 20 22 20.2239 22 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5C2 20.2239 2.22386 20 2.5 20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2.5C2.22386 12 2 11.7761 2 11.5C2 11.2239 2.22386 11 2.5 11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0.5C11.5 0.223858 11.7239 0 12 0H14.5ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 12V20H14.5V12H9.5ZM15.5 12V20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGovernment;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,msBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGovernment","props","React","CentralIconBase","IconGovernment_default"]}
package/README.md CHANGED
@@ -181,6 +181,7 @@ Below is a complete list of available icons:
181
181
  - IconBrain1
182
182
  - IconBrain2
183
183
  - IconBroomSparkle
184
+ - IconCursorAi
184
185
  - IconCuteRobot
185
186
  - IconEyeSparkle
186
187
  - IconFortuneTellerBall
@@ -360,6 +361,7 @@ Below is a complete list of available icons:
360
361
  - IconCourt
361
362
  - IconDoor
362
363
  - IconGarage
364
+ - IconGovernment
363
365
  - IconHome
364
366
  - IconHomeCircle
365
367
  - IconHomeDoor
@@ -594,6 +596,7 @@ Below is a complete list of available icons:
594
596
  - IconColorSwatch
595
597
  - IconComponents
596
598
  - IconCornerRadius
599
+ - IconDispersion
597
600
  - IconEditBig
598
601
  - IconEditSmall1
599
602
  - IconEditSmall2
package/icons/index.d.ts CHANGED
@@ -513,6 +513,7 @@ export type CentralIconName =
513
513
  | "IconCursor1"
514
514
  | "IconCursor2"
515
515
  | "IconCursor3"
516
+ | "IconCursorAi"
516
517
  | "IconCursorClick"
517
518
  | "IconCursorList"
518
519
  | "IconCurtain"
@@ -547,6 +548,7 @@ export type CentralIconName =
547
548
  | "IconDirectorChair"
548
549
  | "IconDiscord"
549
550
  | "IconDishwasher"
551
+ | "IconDispersion"
550
552
  | "IconDivider"
551
553
  | "IconDollar"
552
554
  | "IconDonut"
@@ -738,6 +740,7 @@ export type CentralIconName =
738
740
  | "IconGolfBall"
739
741
  | "IconGoogle"
740
742
  | "IconGooglePlayStore"
743
+ | "IconGovernment"
741
744
  | "IconGraduateCap"
742
745
  | "IconGreenPower"
743
746
  | "IconGrok"