@central-icons-react/square-filled-radius-0-stroke-1 1.1.18 → 1.1.19

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 IconDistortion: React.FC<CentralIconBaseProps>;
4
+ export default IconDistortion;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,t)=>{for(var o in t)C(r,o,{get:t[o],enumerable:!0})},a=(r,t,o,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of h(t))!x.call(r,e)&&e!==o&&C(r,e,{get:()=>t[e],enumerable:!(l=d(t,e))||l.enumerable});return r};var i=(r,t,o)=>(o=r!=null?c(g(r)):{},a(t||!r||!r.__esModule?C(o,"default",{value:r,enumerable:!0}):o,r)),I=r=>a(C({},"__esModule",{value:!0}),r);var w={};B(w,{IconDistortion:()=>m,default:()=>V});module.exports=I(w);var n=i(require("react"));var p=i(require("react")),s=({children:r,size:t=24,ariaLabel:o,color:l,ariaHidden:e=!0,style:f,...u})=>p.default.createElement("svg",{...u,"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,...f}},o&&!e&&p.default.createElement("title",null,o),r);var m=r=>n.default.createElement(s,{...r,ariaLabel:"distortion, liquid, material"},n.default.createElement("path",{d:"M7.82129 11.3779C9.07561 11.4347 10.1914 11.8245 11.3506 12.2783C10.8907 13.4265 10.4472 14.6549 10.3828 16.0703C10.3174 17.509 10.6414 19.1038 11.6445 21H3V12.7793C4.92921 11.6403 6.47477 11.3171 7.82129 11.3779Z",fill:"currentColor"}),n.default.createElement("path",{d:"M21 21H12.7871C11.6447 19.0168 11.321 17.4565 11.3818 16.1162C11.4386 14.869 11.8291 13.7764 12.2832 12.6416C13.4574 13.1025 14.7093 13.5488 16.1328 13.6133C17.5722 13.6784 19.1514 13.3565 21 12.3604V21Z",fill:"currentColor"}),n.default.createElement("path",{d:"M21 11.2119C19.0708 12.3509 17.5252 12.6751 16.1787 12.6143C14.9254 12.5575 13.8105 12.1664 12.6523 11.7129C13.1107 10.5673 13.553 9.34148 13.6172 7.92969C13.6825 6.49084 13.3578 4.89634 12.3545 3H21V11.2119Z",fill:"currentColor"}),n.default.createElement("path",{d:"M11.2119 3C12.3545 4.98329 12.6789 6.54348 12.6182 7.88379C12.5616 9.12771 12.1721 10.218 11.7197 11.3496C10.5447 10.8885 9.2918 10.4434 7.86719 10.3789C6.42794 10.3138 4.84838 10.6331 3 11.6289V3H11.2119Z",fill:"currentColor"})),V=m;0&&(module.exports={IconDistortion});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDistortion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDistortion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"distortion, liquid, material\">\n <path\n d=\"M7.82129 11.3779C9.07561 11.4347 10.1914 11.8245 11.3506 12.2783C10.8907 13.4265 10.4472 14.6549 10.3828 16.0703C10.3174 17.509 10.6414 19.1038 11.6445 21H3V12.7793C4.92921 11.6403 6.47477 11.3171 7.82129 11.3779Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21 21H12.7871C11.6447 19.0168 11.321 17.4565 11.3818 16.1162C11.4386 14.869 11.8291 13.7764 12.2832 12.6416C13.4574 13.1025 14.7093 13.5488 16.1328 13.6133C17.5722 13.6784 19.1514 13.3565 21 12.3604V21Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21 11.2119C19.0708 12.3509 17.5252 12.6751 16.1787 12.6143C14.9254 12.5575 13.8105 12.1664 12.6523 11.7129C13.1107 10.5673 13.553 9.34148 13.6172 7.92969C13.6825 6.49084 13.3578 4.89634 12.3545 3H21V11.2119Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.2119 3C12.3545 4.98329 12.6789 6.54348 12.6182 7.88379C12.5616 9.12771 12.1721 10.218 11.7197 11.3496C10.5447 10.8885 9.2918 10.4434 7.86719 10.3789C6.42794 10.3138 4.84838 10.6331 3 11.6289V3H11.2119Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDistortion;\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,gCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,wNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDistortion_exports","__export","IconDistortion","IconDistortion_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconDistortion","props","React","CentralIconBase","IconDistortion_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import l from"react";var C=({children:o,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:a,...i})=>l.createElement("svg",{...i,"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:p,...a}},n&&!e&&l.createElement("title",null,n),o);var s=o=>t.createElement(C,{...o,ariaLabel:"distortion, liquid, material"},t.createElement("path",{d:"M7.82129 11.3779C9.07561 11.4347 10.1914 11.8245 11.3506 12.2783C10.8907 13.4265 10.4472 14.6549 10.3828 16.0703C10.3174 17.509 10.6414 19.1038 11.6445 21H3V12.7793C4.92921 11.6403 6.47477 11.3171 7.82129 11.3779Z",fill:"currentColor"}),t.createElement("path",{d:"M21 21H12.7871C11.6447 19.0168 11.321 17.4565 11.3818 16.1162C11.4386 14.869 11.8291 13.7764 12.2832 12.6416C13.4574 13.1025 14.7093 13.5488 16.1328 13.6133C17.5722 13.6784 19.1514 13.3565 21 12.3604V21Z",fill:"currentColor"}),t.createElement("path",{d:"M21 11.2119C19.0708 12.3509 17.5252 12.6751 16.1787 12.6143C14.9254 12.5575 13.8105 12.1664 12.6523 11.7129C13.1107 10.5673 13.553 9.34148 13.6172 7.92969C13.6825 6.49084 13.3578 4.89634 12.3545 3H21V11.2119Z",fill:"currentColor"}),t.createElement("path",{d:"M11.2119 3C12.3545 4.98329 12.6789 6.54348 12.6182 7.88379C12.5616 9.12771 12.1721 10.218 11.7197 11.3496C10.5447 10.8885 9.2918 10.4434 7.86719 10.3789C6.42794 10.3138 4.84838 10.6331 3 11.6289V3H11.2119Z",fill:"currentColor"})),d=s;export{s as IconDistortion,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDistortion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDistortion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"distortion, liquid, material\">\n <path\n d=\"M7.82129 11.3779C9.07561 11.4347 10.1914 11.8245 11.3506 12.2783C10.8907 13.4265 10.4472 14.6549 10.3828 16.0703C10.3174 17.509 10.6414 19.1038 11.6445 21H3V12.7793C4.92921 11.6403 6.47477 11.3171 7.82129 11.3779Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21 21H12.7871C11.6447 19.0168 11.321 17.4565 11.3818 16.1162C11.4386 14.869 11.8291 13.7764 12.2832 12.6416C13.4574 13.1025 14.7093 13.5488 16.1328 13.6133C17.5722 13.6784 19.1514 13.3565 21 12.3604V21Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21 11.2119C19.0708 12.3509 17.5252 12.6751 16.1787 12.6143C14.9254 12.5575 13.8105 12.1664 12.6523 11.7129C13.1107 10.5673 13.553 9.34148 13.6172 7.92969C13.6825 6.49084 13.3578 4.89634 12.3545 3H21V11.2119Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.2119 3C12.3545 4.98329 12.6789 6.54348 12.6182 7.88379C12.5616 9.12771 12.1721 10.218 11.7197 11.3496C10.5447 10.8885 9.2918 10.4434 7.86719 10.3789C6.42794 10.3138 4.84838 10.6331 3 11.6289V3H11.2119Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDistortion;\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,gCACpCC,EAAA,cAAC,QACC,EAAE,wNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,8MACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconDistortion","props","React","CentralIconBase","IconDistortion_default"]}
package/README.md CHANGED
@@ -617,6 +617,7 @@ Below is a complete list of available icons:
617
617
  - IconComponents
618
618
  - IconCornerRadius
619
619
  - IconDispersion
620
+ - IconDistortion
620
621
  - IconDraw
621
622
  - IconEditBig
622
623
  - IconEditSmall1
package/icons/index.d.ts CHANGED
@@ -556,6 +556,7 @@ export type CentralIconName =
556
556
  | "IconDiscord"
557
557
  | "IconDishwasher"
558
558
  | "IconDispersion"
559
+ | "IconDistortion"
559
560
  | "IconDivider"
560
561
  | "IconDollar"
561
562
  | "IconDonut"