{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHighlight/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 IconHighlight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"highlight, mark, freehand, drawing, paint\"><path d=\"M19.4873 2.67788C18.804 1.99374 17.6954 1.9934 17.0116 2.67711L14.0493 5.63946C12.3144 4.56267 10.4156 3.98328 8.64262 3.93336C6.74672 3.87997 4.94154 4.43459 3.68393 5.70562C2.15082 7.25509 1.73102 9.51496 2.15671 11.8095C2.58335 14.1092 3.86617 16.5284 5.87216 18.5558C8.2892 20.9986 10.5576 21.6959 11.6707 21.9771C12.0723 22.0785 12.4801 21.8352 12.5815 21.4336C12.683 21.032 12.4397 20.6242 12.0381 20.5228C11.0875 20.2826 9.10043 19.6859 6.93844 17.5008C5.11742 15.6603 3.99688 13.5052 3.63154 11.5359C3.26523 9.56139 3.66483 7.8576 4.7502 6.76064C5.64406 5.85724 7.00533 5.38785 8.6004 5.43276C9.98907 5.47187 11.5149 5.90277 12.9558 6.73297L10.5121 9.17669C10.1839 9.50488 9.99951 9.94999 9.99951 10.4141V13.2499C9.99951 13.6641 10.3353 13.9999 10.7495 13.9999H13.6025C14.0671 13.9999 14.5128 13.8151 14.841 13.4862L17.3401 10.9825C18.5442 12.4857 19.281 13.8916 19.5257 15.0824C19.7879 16.359 19.4871 17.346 18.6037 18.0603C18.0358 18.5194 17.3863 18.5251 16.6264 18.2078C15.8437 17.8811 15.0673 17.2506 14.4593 16.657C14.1629 16.3677 13.6881 16.3734 13.3987 16.6698C13.1094 16.9662 13.1151 17.441 13.4115 17.7304C14.0669 18.3702 15.0049 19.1564 16.0485 19.592C17.1148 20.0372 18.4035 20.1511 19.5468 19.2267C20.9475 18.0942 21.3474 16.4959 20.995 14.7806C20.6775 13.2351 19.7528 11.5679 18.4059 9.91483L21.3249 6.99042C22.007 6.30712 22.0068 5.20054 21.3246 4.51744L19.4873 2.67788Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHighlight;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAo+C,EAAp+C,IAAqB,EAAO,UAAU,6CAA4C,gBAAC,OAAD,CAAM,EAAE,m3CAAm3C,KAAK,eAAc,CAAI,GAG99C",
  "debugId": "EF4ABB3AEE0B01BA64756E2164756E21",
  "names": []
}