{
  "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.09251ZM14.3629 11.2111C14.9329 9.70241 17.0671 9.7024 17.6371 11.2111L20.9516 19.9849C21.098 20.3724 20.9025 20.8052 20.5151 20.9515C20.1276 21.0979 19.6948 20.9025 19.5484 20.515L18.9119 18.8302C18.8321 18.8592 18.746 18.8749 18.6562 18.8749H13.3438C13.254 18.8749 13.1679 18.8592 13.0881 18.8302L12.4516 20.515C12.3052 20.9025 11.8724 21.0979 11.4849 20.9515C11.0975 20.8052 10.902 20.3724 11.0484 19.9849L14.3629 11.2111ZM13.6378 17.3749H18.3622L16.2339 11.7412C16.1524 11.5257 15.8476 11.5257 15.7661 11.7412L13.6378 17.3749Z\" 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,gBAA+0E,EAA/0E,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+hDAA+hD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,goBAAgoB,KAAK,eAAc,CAAI,GAGz0E",
  "debugId": "4E88D5AEB3027B1564756E2164756E21",
  "names": []
}