{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPencil3/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 IconPencil3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pencil-3, edit, write, prompt\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.5424 3.54336C16.1755 1.91041 18.8233 1.91062 20.4565 3.54336C22.0894 5.17652 22.0895 7.82432 20.4565 9.45743L9.70649 20.2074C9.56273 20.351 9.37808 20.4474 9.17817 20.4838L3.67817 21.4838C3.35559 21.5423 3.02431 21.4392 2.79243 21.2074C2.56065 20.9756 2.45763 20.6443 2.51606 20.3217L3.51606 14.8217L3.55415 14.6752C3.60331 14.5323 3.6847 14.4012 3.79243 14.2934L14.5424 3.54336ZM18.0307 5.97012C17.7378 5.67723 17.2631 5.67723 16.9702 5.97012L13.9702 8.97012C13.6775 9.26303 13.6773 9.73784 13.9702 10.0307C14.263 10.3233 14.7379 10.3233 15.0307 10.0307L18.0307 7.03067C18.3235 6.73785 18.3234 6.26303 18.0307 5.97012Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPencil3;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA6vB,EAA7vB,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,knBAAknB,KAAK,eAAc,CAAI,GAGvvB",
  "debugId": "1DD7BEDC633763B264756E2164756E21",
  "names": []
}