{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPencil2/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 IconPencil2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pencil-2, edit, write, prompt\"><path d=\"M18.4272 11.487L9.70646 20.2077C9.5627 20.3513 9.37805 20.4477 9.17814 20.4841L3.67814 21.4841C3.35556 21.5426 3.02433 21.4394 2.7924 21.2077C2.56058 20.9759 2.45769 20.6445 2.51603 20.322L3.51603 14.822L3.55412 14.6755C3.60328 14.5326 3.68468 14.4015 3.7924 14.2936L12.5131 5.57294L18.4272 11.487Z\" fill=\"currentColor\"/><path d=\"M14.5424 3.54365C16.1755 1.91057 18.8233 1.91059 20.4565 3.54365C22.0894 5.17681 22.0895 7.82461 20.4565 9.45771L19.4877 10.4265L13.5736 4.5124L14.5424 3.54365Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPencil2;\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,gBAAklB,EAAllB,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,EAAE,6SAA6S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mKAAmK,KAAK,eAAc,CAAI,GAG5kB",
  "debugId": "63566E98F4D0395464756E2164756E21",
  "names": []
}