{
  "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=\"M7.5 7.5C5.01472 7.5 3 9.51472 3 12C3 14.4853 5.01472 16.5 7.5 16.5C9.98528 16.5 12 14.4853 12 12C12 9.51472 9.98528 7.5 7.5 7.5Z\" fill=\"currentColor\"/><path d=\"M16.4562 14.332C15.7635 13.293 14.2367 13.293 13.5441 14.332L10.9126 18.2792C10.1373 19.4422 10.9709 21 12.3687 21H17.6316C19.0293 21 19.863 19.4422 19.0877 18.2792L16.4562 14.332Z\" fill=\"currentColor\"/><path d=\"M13.387 5.02888C12.9347 5.27467 12.5212 5.55959 12.2177 5.78627C12.0553 5.90764 11.8989 6.03459 11.7452 6.16455C11.4288 6.43194 10.9581 6.40377 10.6854 6.09196C10.4128 5.78015 10.442 5.30347 10.7579 5.03556C10.9405 4.88075 11.126 4.72954 11.32 4.58461C11.6589 4.33136 12.1349 4.00209 12.6709 3.71088C13.1997 3.42352 13.8273 3.15082 14.4634 3.0459C15.1045 2.94016 15.8377 2.99421 16.4555 3.47676C16.8285 3.7681 17.1096 4.10947 17.2601 4.50959C17.4132 4.91667 17.4071 5.32094 17.3094 5.68992C17.127 6.37873 16.6129 6.98417 16.1648 7.44757C15.9386 7.68143 15.7001 7.9073 15.4845 8.11149L15.458 8.13661C15.2476 8.33598 15.0639 8.51081 14.9113 8.67087C15.1223 8.64174 15.3578 8.59561 15.6316 8.54196C15.8027 8.50844 15.9888 8.47198 16.1933 8.4349C16.7877 8.3271 17.4887 8.22663 18.1754 8.28229C18.8741 8.33892 19.6069 8.56141 20.205 9.1403C20.9562 9.86737 21.0706 10.7498 20.9669 11.5264C20.8773 12.1972 20.6413 12.8527 20.4034 13.4983C20.2601 13.887 19.8308 14.0942 19.4392 13.9593C19.0476 13.8245 18.8429 13.3989 18.9891 13.0113C19.1976 12.4586 19.4044 11.8939 19.4801 11.3278C19.5434 10.8542 19.4648 10.5114 19.1618 10.2182C18.8867 9.95181 18.5239 9.81545 18.0542 9.77738C17.5723 9.73833 17.0318 9.80729 16.461 9.91082C16.3184 9.93667 16.1681 9.96609 16.015 9.99604C15.6068 10.0759 15.1795 10.1595 14.8312 10.1889C14.5837 10.2098 14.2934 10.2133 14.0179 10.1385C13.7185 10.0573 13.4044 9.87217 13.2191 9.51353C12.9958 9.08138 13.1185 8.66074 13.2509 8.39658C13.3821 8.13471 13.5855 7.89246 13.7758 7.68869C13.9728 7.47774 14.2046 7.25777 14.4264 7.04765L14.4445 7.03051C14.6665 6.82028 14.8837 6.61451 15.0865 6.40483C15.5259 5.95045 15.785 5.58683 15.8593 5.30597C15.89 5.19011 15.8831 5.1094 15.8561 5.03766C15.8266 4.95896 15.7482 4.8277 15.5321 4.6589C15.3593 4.5239 15.1042 4.46047 14.7076 4.5259C14.3059 4.59215 13.8464 4.77924 13.387 5.02888Z\" 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,gBAAgxE,EAAhxE,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,oIAAoI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uLAAuL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0zDAA0zD,KAAK,eAAc,CAAI,GAG1wE",
  "debugId": "6DDCFAC1D560268064756E2164756E21",
  "names": []
}