{
  "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=\"M18.7802 1.97C18.6395 1.8292 18.4487 1.75006 18.2497 1.75C18.0508 1.74994 17.8599 1.82896 17.7192 1.96967L14.0493 5.63956C12.3144 4.56277 10.4156 3.98338 8.64262 3.93346C6.74672 3.88007 4.94154 4.43468 3.68393 5.70572C2.15082 7.25519 1.73102 9.51506 2.15671 11.8096C2.58335 14.1093 3.86617 16.5285 5.87216 18.5559C8.2892 20.9987 10.5576 21.696 11.6707 21.9772C12.0723 22.0786 12.4801 21.8353 12.5815 21.4337C12.683 21.0321 12.4397 20.6243 12.0381 20.5229C11.0875 20.2827 9.10043 19.686 6.93844 17.5009C5.11742 15.6604 3.99688 13.5053 3.63154 11.536C3.26523 9.56149 3.66483 7.8577 4.7502 6.76074C5.64406 5.85734 7.00533 5.38795 8.6004 5.43286C9.98907 5.47196 11.5149 5.90287 12.9558 6.73306L10.2192 9.46968C10.0785 9.61033 9.99951 9.8011 9.99951 10V13.25C9.99951 13.6642 10.3353 14 10.7495 14H14.0172C14.2164 14 14.4073 13.9208 14.548 13.7798L17.3401 10.9826C18.5442 12.4858 19.281 13.8916 19.5257 15.0825C19.7879 16.3591 19.4871 17.3461 18.6037 18.0604C18.0358 18.5195 17.3863 18.5252 16.6264 18.2079C15.8437 17.8812 15.0673 17.2507 14.4593 16.6571C14.1629 16.3678 13.6881 16.3735 13.3987 16.6699C13.1094 16.9663 13.1151 17.4411 13.4115 17.7305C14.0669 18.3703 15.0049 19.1565 16.0485 19.5921C17.1148 20.0373 18.4035 20.1512 19.5468 19.2268C20.9475 18.0943 21.3474 16.496 20.995 14.7807C20.6775 13.2352 19.7528 11.568 18.4059 9.91492L22.0303 6.28384C22.3226 5.991 22.3226 5.51675 22.0302 5.224L18.7802 1.97Z\" 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,gBAAm/C,EAAn/C,IAAqB,EAAO,UAAU,6CAA4C,gBAAC,OAAD,CAAM,EAAE,k4CAAk4C,KAAK,eAAc,CAAI,GAG7+C",
  "debugId": "06D5AF70085EACB164756E2164756E21",
  "names": []
}