{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconQm3/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 IconQm3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"qm3, room, transform, xyz, 3d\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.21968 3.21967C8.51257 2.92678 8.98744 2.92678 9.28034 3.21967L12.7803 6.71967C13.0732 7.01256 13.0732 7.48744 12.7803 7.78033C12.4874 8.07322 12.0126 8.07322 11.7197 7.78033L9.50001 5.56066V14H20.25C20.6642 14 21 14.3358 21 14.75C21 15.1642 20.6642 15.5 20.25 15.5H9.08178L4.30496 20.7545C4.02633 21.061 3.55199 21.0836 3.2455 20.805C2.93901 20.5263 2.91642 20.052 3.19505 19.7455L8.00001 14.46V5.56066L5.78034 7.78033C5.48744 8.07322 5.01257 8.07322 4.71968 7.78033C4.42678 7.48744 4.42678 7.01256 4.71968 6.71967L8.21968 3.21967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconQm3;\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,EAA0C,CAAC,IAAU,CAChE,OAAO,gBAAoqB,EAApqB,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yhBAAyhB,KAAK,eAAc,CAAI,GAG9pB",
  "debugId": "F4E012FF0F57A07964756E2164756E21",
  "names": []
}