@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.18 → 1.1.20

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 d=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(t,r)=>{for(var o in r)p(t,o,{get:r[o],enumerable:!0})},l=(t,r,o,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of f(r))!x.call(t,e)&&e!==o&&p(t,e,{get:()=>r[e],enumerable:!(s=u(r,e))||s.enumerable});return t};var a=(t,r,o)=>(o=t!=null?d(g(t)):{},l(r||!t||!t.__esModule?p(o,"default",{value:t,enumerable:!0}):o,t)),I=t=>l(p({},"__esModule",{value:!0}),t);var y={};B(y,{IconDistortion:()=>C,default:()=>w});module.exports=I(y);var n=a(require("react"));var i=a(require("react")),m=({children:t,size:r=24,ariaLabel:o,color:s,ariaHidden:e=!0,style:c,...h})=>i.default.createElement("svg",{...h,"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:s,...c}},o&&!e&&i.default.createElement("title",null,o),t);var C=t=>n.default.createElement(m,{...t,ariaLabel:"distortion, liquid, material"},n.default.createElement("rect",{x:"3.75",y:"3.75",width:"16.5",height:"16.5",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M12 4C17.1962 10.9347 6.80385 13.0653 12 20",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M4 12C10.9347 6.80385 13.0653 17.1962 20 12",stroke:"currentColor",strokeWidth:"1.5"})),w=C;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 <rect\n x=\"3.75\"\n y=\"3.75\"\n width=\"16.5\"\n height=\"16.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M12 4C17.1962 10.9347 6.80385 13.0653 12 20\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M4 12C10.9347 6.80385 13.0653 17.1962 20 12\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,OACF,EAAE,OACF,MAAM,OACN,OAAO,OACP,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,OAAO,eACP,YAAY,MACd,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 r from"react";import s from"react";var p=({children:o,size:t=24,ariaLabel:n,color:i,ariaHidden:e=!0,style:l,...a})=>s.createElement("svg",{...a,"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:i,...l}},n&&!e&&s.createElement("title",null,n),o);var m=o=>r.createElement(p,{...o,ariaLabel:"distortion, liquid, material"},r.createElement("rect",{x:"3.75",y:"3.75",width:"16.5",height:"16.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M12 4C17.1962 10.9347 6.80385 13.0653 12 20",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M4 12C10.9347 6.80385 13.0653 17.1962 20 12",stroke:"currentColor",strokeWidth:"1.5"})),u=m;export{m as IconDistortion,u 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 <rect\n x=\"3.75\"\n y=\"3.75\"\n width=\"16.5\"\n height=\"16.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M12 4C17.1962 10.9347 6.80385 13.0653 12 20\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M4 12C10.9347 6.80385 13.0653 17.1962 20 12\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,OACF,EAAE,OACF,MAAM,OACN,OAAO,OACP,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,8CACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,8CACF,OAAO,eACP,YAAY,MACd,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"