{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHomeOpen/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 IconHomeOpen: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"home-open, house\"><path d=\"M13.1322 1.97713C12.4791 1.42299 11.5209 1.42299 10.8678 1.97713L3.61779 8.12865C3.22591 8.46115 3 8.94911 3 9.46304V19.2501C3 20.2166 3.7835 21.0001 4.75 21.0001H8.25C9.2165 21.0001 10 20.2166 10 19.2501V15.2592C10 15.1212 10.1119 15.0092 10.25 15.0092H13.75C13.8881 15.0092 14 15.1212 14 15.2592V19.2501C14 20.2166 14.7835 21.0001 15.75 21.0001H19.25C20.2165 21.0001 21 20.2166 21 19.2501V9.46304C21 8.94911 20.7741 8.46115 20.3822 8.12865L13.1322 1.97713Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHomeOpen;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAqiB,EAAriB,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,6cAA6c,KAAK,eAAc,CAAI,GAG/hB",
  "debugId": "40EAD2DC91A4704D64756E2164756E21",
  "names": []
}