{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDistortion/index.tsx"],
  "sourcesContent": [
    "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",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDistortion: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"distortion, liquid, material\"><path d=\"M7.53125 11.6318C8.75698 11.6843 9.87079 12.0293 11.0381 12.4492C10.6036 13.6543 10.1949 14.9545 10.1328 16.4053C10.073 17.8039 10.3339 19.3062 11.1201 21H3.75C3.33579 21 3 20.6642 3 20.25V12.7959C4.77583 11.8462 6.2376 11.5765 7.53125 11.6318Z\" fill=\"currentColor\"/><path d=\"M21 20.25C21 20.6642 20.6642 21 20.25 21H12.7969C11.8469 19.2239 11.5765 17.7625 11.6318 16.4688C11.6844 15.2427 12.0292 14.1286 12.4492 12.9609C13.6543 13.3955 14.9544 13.8052 16.4053 13.8672C17.8039 13.9269 19.3062 13.6654 21 12.8789V20.25Z\" fill=\"currentColor\"/><path d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V11.2031C19.2239 12.1531 17.7625 12.4235 16.4688 12.3682C15.2426 12.3157 14.1287 11.9699 12.9609 11.5498C13.3954 10.3449 13.8051 9.04519 13.8672 7.59473C13.927 6.19616 13.6661 4.69375 12.8799 3H20.25Z\" fill=\"currentColor\"/><path d=\"M11.2031 3C12.1531 4.77603 12.4235 6.23749 12.3682 7.53125C12.3157 8.75708 11.9698 9.87067 11.5498 11.0381C10.345 10.6037 9.04506 10.1948 7.59473 10.1328C6.19615 10.0731 4.69377 10.3346 3 11.1211V3.75C3 3.33579 3.33579 3 3.75 3H11.2031Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDistortion;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAsoC,EAAtoC,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,uPAAuP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qPAAqP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,CAAI,GAGhoC",
  "debugId": "76817F496200A01364756E2164756E21",
  "names": []
}