{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWhiteboard/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 IconWhiteboard: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"whiteboard, sketch, forms\"><path d=\"M13.387 5.02864C12.9347 5.27443 12.5212 5.55934 12.2177 5.78603C12.0553 5.9074 11.8989 6.03434 11.7452 6.16431C11.4288 6.4317 10.9581 6.40353 10.6854 6.09172C10.4128 5.77991 10.442 5.30322 10.7579 5.03531C10.9405 4.88051 11.126 4.7293 11.32 4.58437C11.6589 4.33111 12.1349 4.00184 12.6709 3.71063C13.1997 3.42328 13.8273 3.15058 14.4634 3.04566C15.1045 2.93992 15.8377 2.99397 16.4555 3.47652C16.8285 3.76785 17.1096 4.10922 17.2601 4.50934C17.4132 4.91642 17.4071 5.3207 17.3094 5.68968C17.127 6.37849 16.6129 6.98392 16.1648 7.44732C15.9386 7.68119 15.7001 7.90705 15.4845 8.11125L15.458 8.13637C15.2476 8.33573 15.0639 8.51057 14.9113 8.67063C15.1223 8.6415 15.3578 8.59537 15.6316 8.54172C15.8027 8.5082 15.9888 8.47174 16.1933 8.43465C16.7877 8.32685 17.4887 8.22639 18.1754 8.28204C18.8741 8.33868 19.6069 8.56117 20.205 9.14006C20.9562 9.86712 21.0706 10.7495 20.9669 11.5262C20.8773 12.1969 20.6413 12.8524 20.4034 13.4981C20.2601 13.8867 19.8308 14.094 19.4392 13.9591C19.0476 13.8242 18.8429 13.3986 18.9891 13.0111C19.1976 12.4584 19.4044 11.8936 19.4801 11.3275C19.5434 10.8539 19.4648 10.5111 19.1618 10.2179C18.8867 9.95157 18.5239 9.81521 18.0542 9.77714C17.5723 9.73808 17.0318 9.80705 16.461 9.91058C16.3184 9.93643 16.1681 9.96585 16.015 9.99579C15.6068 10.0757 15.1795 10.1593 14.8312 10.1887C14.5837 10.2096 14.2934 10.2131 14.0179 10.1383C13.7185 10.0571 13.4044 9.87193 13.2191 9.51329C12.9958 9.08114 13.1185 8.66049 13.2509 8.39634C13.3821 8.13446 13.5855 7.89221 13.7758 7.68845C13.9728 7.47749 14.2046 7.25752 14.4264 7.04741L14.4445 7.03026C14.6665 6.82004 14.8837 6.61427 15.0865 6.40458C15.5259 5.9502 15.785 5.58659 15.8593 5.30572C15.89 5.18987 15.8831 5.10915 15.8561 5.03741C15.8266 4.95872 15.7482 4.82745 15.5321 4.65865C15.3593 4.52365 15.1042 4.46023 14.7076 4.52566C14.3059 4.5919 13.8464 4.779 13.387 5.02864Z\" fill=\"currentColor\"/><path d=\"M7.5 7.49998C5.01472 7.49998 3 9.5147 3 12C3 14.4853 5.01472 16.5 7.5 16.5C9.98528 16.5 12 14.4853 12 12C12 9.5147 9.98528 7.49998 7.5 7.49998Z\" fill=\"currentColor\"/><path d=\"M15.6277 13.3395C15.4892 13.1277 15.2531 13 15 13C14.7469 13 14.5108 13.1277 14.3723 13.3395L10.1223 19.8395C9.97156 20.07 9.9593 20.3646 10.0903 20.6068C10.2214 20.849 10.4746 21 10.75 21H19.25C19.5254 21 19.7786 20.849 19.9097 20.6068C20.0407 20.3646 20.0284 20.07 19.8777 19.8395L15.6277 13.3395Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWhiteboard;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAs5E,EAAt5E,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,2zDAA2zD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kJAAkJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,CAAI,GAGh5E",
  "debugId": "342905CEA4963FAA64756E2164756E21",
  "names": []
}