{
  "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=\"M13.25 16C13.6642 16 14 16.3358 14 16.75V18C14 19.3057 14.8355 20.413 16 20.8252V21H5C3.34315 21 2 19.6569 2 18V16.75C2 16.3358 2.33579 16 2.75 16H13.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 18V16.75C15 15.7835 14.2165 15 13.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.5V8.25C21 8.66421 20.6642 9 20.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,gBAAu8C,EAAv8C,IAAqB,EAAO,UAAU,4DAA2D,gBAAC,OAAD,CAAM,EAAE,4JAA4J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6YAA6Y,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2lBAA2lB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4GAA4G,KAAK,eAAc,CAAI,GAGj8C",
  "debugId": "A5977A9BF6E55D5864756E2164756E21",
  "names": []
}