{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconScriptAi/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 IconScriptAi: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"script-ai, paper, page, contract, file, document, skills\"><path d=\"M12.25 16C13.2165 16 14 16.7835 14 17.75V18C14 19.3057 14.8355 20.413 16 20.8252V21H5C3.34315 21 2 19.6569 2 18V17.75C2 16.7835 2.7835 16 3.75 16H12.25Z\" fill=\"currentColor\"/><path d=\"M17.5039 3C17.1892 3.41817 17 3.93631 17 4.5V19C17 19.5522 16.5254 20.0209 16.041 19.7559C15.4207 19.4163 15 18.7571 15 18V17.75C15 16.2312 13.7688 15 12.25 15H5V12.25C5.7582 12.25 6.43778 11.7829 6.70996 11.0752L7.36719 9.36719L9.0752 8.70996C9.78286 8.43778 10.25 7.7582 10.25 7C10.25 6.2418 9.78286 5.56222 9.0752 5.29004L7.36719 4.63184L6.8291 3.23633C7.18879 3.08375 7.58468 3 8 3H17.5039Z\" fill=\"currentColor\"/><path d=\"M5 3C5.24094 3 5.4574 3.1482 5.54395 3.37305L6.24023 5.18555C6.34181 5.44944 6.55056 5.65819 6.81445 5.75977L8.62695 6.45605C8.8518 6.5426 9 6.75906 9 7C9 7.24094 8.8518 7.4574 8.62695 7.54395L6.81445 8.24023C6.55056 8.34181 6.34181 8.55056 6.24023 8.81445L5.54395 10.627C5.4574 10.8518 5.24094 11 5 11C4.75906 11 4.5426 10.8518 4.45605 10.627L3.75977 8.81445C3.65819 8.55056 3.44944 8.34181 3.18555 8.24023L1.37305 7.54395C1.1482 7.4574 1 7.24094 1 7C1 6.75906 1.1482 6.5426 1.37305 6.45605L3.18555 5.75977C3.44944 5.65819 3.65819 5.44944 3.75977 5.18555L4.45605 3.37305C4.5426 3.1482 4.75906 3 5 3Z\" fill=\"currentColor\"/><path d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V7.25C21 8.2165 20.2165 9 19.25 9H18V4.5C18 3.67157 18.6716 3 19.5 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconScriptAi;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAq8C,EAAr8C,IAAqB,EAAO,UAAU,4DAA2D,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6YAA6Y,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2lBAA2lB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2GAA2G,KAAK,eAAc,CAAI,GAG/7C",
  "debugId": "29AEE5E4A71CD48364756E2164756E21",
  "names": []
}