{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAiTranslate/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 IconAiTranslate: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"ai-translate,language, auto-translate\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7 4C7.41421 4 7.75 4.33579 7.75 4.75V6.06665H11.25C11.6642 6.06665 12 6.40244 12 6.81665C12 7.23086 11.6642 7.56665 11.25 7.56665H10.4248C10.0845 9.68318 9.39037 11.4216 8.24913 12.7779C8.16995 12.872 8.08886 12.964 8.00585 13.0539C8.85346 13.7037 9.90163 14.1911 11.1879 14.5239C11.5889 14.6277 11.8298 15.0368 11.7261 15.4379C11.6223 15.8389 11.2132 16.0798 10.8121 15.9761C9.25769 15.5739 7.94367 14.9504 6.87142 14.0683C5.84632 14.8244 4.61619 15.3675 3.18262 15.7274C2.78088 15.8283 2.37343 15.5844 2.27257 15.1826C2.17171 14.7809 2.41563 14.3734 2.81738 14.2726C4.00169 13.9752 4.98351 13.5511 5.79235 12.9953C5.77568 12.9753 5.75909 12.9552 5.74259 12.9349C4.60291 11.5381 3.91109 9.74802 3.5729 7.56665H2.75C2.33579 7.56665 2 7.23086 2 6.81665C2 6.40244 2.33579 6.06665 2.75 6.06665H6.25V4.75C6.25 4.33579 6.58579 4 7 4ZM5.09251 7.56665C5.41346 9.45521 6.01656 10.898 6.90481 11.9867C6.9118 11.9952 6.9188 12.0038 6.92582 12.0123C6.98573 11.9468 7.04424 11.88 7.10138 11.8121C7.98238 10.7651 8.58205 9.37972 8.90358 7.56665H5.09251ZM16 11C16.2841 11 16.5438 11.1605 16.6708 11.4146L20.9208 19.9146C21.1061 20.2851 20.9559 20.7356 20.5854 20.9208C20.2149 21.1061 19.7644 20.9559 19.5792 20.5854L18.7225 18.8721C18.7007 18.874 18.6786 18.875 18.6562 18.875H13.3438C13.3214 18.875 13.2993 18.874 13.2775 18.8721L12.4208 20.5854C12.2356 20.9559 11.7851 21.1061 11.4146 20.9208C11.0441 20.7356 10.8939 20.2851 11.0792 19.9146L15.3292 11.4146C15.4562 11.1605 15.7159 11 16 11ZM14.026 17.375H17.974L16 13.4271L14.026 17.375Z\" fill=\"currentColor\"/><path d=\"M19.5655 3.86018L18.9756 2.32667C18.8999 2.12986 18.7109 2 18.5 2C18.2891 2 18.1001 2.12986 18.0244 2.32667L17.4345 3.86018C17.333 4.12427 17.1243 4.33297 16.8602 4.43455L15.3267 5.02436C15.1299 5.10005 15 5.28914 15 5.5C15 5.71086 15.1299 5.89995 15.3267 5.97564L16.8602 6.56545C17.1243 6.66703 17.333 6.87573 17.4345 7.13982L18.0244 8.67333C18.1001 8.87014 18.2891 9 18.5 9C18.7109 9 18.8999 8.87014 18.9756 8.67333L19.5655 7.13982C19.667 6.87573 19.8757 6.66703 20.1398 6.56545L21.6733 5.97564C21.8701 5.89995 22 5.71086 22 5.5C22 5.28914 21.8701 5.10005 21.6733 5.02436L20.1398 4.43455C19.8757 4.33297 19.667 4.12427 19.5655 3.86018Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAiTranslate;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAyyE,EAAzyE,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y/CAAy/C,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,goBAAgoB,KAAK,eAAc,CAAI,GAGnyE",
  "debugId": "62560D5C713C3C3E64756E2164756E21",
  "names": []
}