{
  "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=\"M20.4069 3.59867C19.2158 2.4061 17.2833 2.40551 16.0914 3.59735L14.0493 5.63949C12.3144 4.5627 10.4156 3.98331 8.64262 3.93339C6.74672 3.88 4.94154 4.43462 3.68393 5.70565C2.15082 7.25512 1.73102 9.51499 2.15671 11.8095C2.58335 14.1092 3.86617 16.5284 5.87216 18.5558C8.2892 20.9987 10.5576 21.6959 11.6707 21.9771C12.0723 22.0786 12.4801 21.8352 12.5815 21.4336C12.683 21.032 12.4397 20.6242 12.0381 20.5228C11.0875 20.2827 9.10043 19.6859 6.93844 17.5008C5.11742 15.6604 3.99688 13.5052 3.63154 11.5359C3.26523 9.56142 3.66483 7.85763 4.7502 6.76067C5.64406 5.85727 7.00533 5.38788 8.6004 5.43279C9.98907 5.4719 11.5149 5.9028 12.9558 6.733L11.0979 8.59093C10.3946 9.29419 9.99951 10.248 9.99951 11.2426V13.2499C9.99951 13.6641 10.3353 13.9999 10.7495 13.9999H12.773C13.7687 13.9999 14.7236 13.6039 15.427 12.8992L17.3401 10.9826C18.5442 12.4857 19.281 13.8916 19.5257 15.0825C19.7879 16.359 19.4871 17.3461 18.6037 18.0603C18.0358 18.5195 17.3863 18.5251 16.6264 18.2079C15.8437 17.8811 15.0673 17.2506 14.4593 16.6571C14.1629 16.3677 13.6881 16.3734 13.3987 16.6698C13.1094 16.9662 13.1151 17.4411 13.4115 17.7304C14.0669 18.3702 15.0049 19.1564 16.0485 19.5921C17.1148 20.0373 18.4035 20.1512 19.5468 19.2268C20.9475 18.0942 21.3474 16.4959 20.995 14.7806C20.6775 13.2351 19.7528 11.568 18.4059 9.91486L20.4076 7.90952C21.5965 6.7184 21.5962 4.78944 20.4069 3.59867Z\" 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,gBAA+8C,EAA/8C,IAAqB,EAAO,UAAU,6CAA4C,gBAAC,OAAD,CAAM,EAAE,81CAA81C,KAAK,eAAc,CAAI,GAGz8C",
  "debugId": "DA477B3B938408C964756E2164756E21",
  "names": []
}