{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHomeRoof/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 IconHomeRoof: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"home-roof, house\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.5696 1.78363C11.8521 1.71194 12.148 1.71194 12.4305 1.78363C12.7558 1.86618 13.0369 2.06863 13.3008 2.25865C13.3233 2.27487 13.3457 2.29101 13.368 2.30697L21.9366 8.44137C22.2734 8.68249 22.351 9.15099 22.1099 9.48779C21.8687 9.82459 21.4002 9.90215 21.0634 9.66103L20 8.89971V18.6762C20 18.9337 20.0001 19.1702 19.9839 19.3679C19.9665 19.581 19.9266 19.8142 19.8093 20.0445C19.6415 20.3738 19.3738 20.6415 19.0445 20.8093C18.8142 20.9266 18.581 20.9665 18.3679 20.9839C18.1702 21 17.9337 21 17.6763 21H6.3238C6.06632 21 5.82984 21 5.63216 20.9839C5.41903 20.9665 5.18585 20.9266 4.95555 20.8093C4.62626 20.6415 4.35855 20.3738 4.19077 20.0445C4.07342 19.8142 4.03356 19.581 4.01615 19.3679C3.99999 19.1702 4.00001 18.9337 4.00003 18.6762L4.00003 8.89973L2.93664 9.66103C2.59984 9.90215 2.13135 9.82459 1.89023 9.48779C1.64911 9.15099 1.72667 8.68249 2.06347 8.44137L10.6321 2.30697C10.6544 2.29101 10.6768 2.27487 10.6993 2.25865C10.9632 2.06862 11.2443 1.86618 11.5696 1.78363Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHomeRoof;\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,gBAAwlC,EAAxlC,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,09BAA09B,KAAK,eAAc,CAAI,GAGllC",
  "debugId": "FC2EAF2DF7AB8BCA64756E2164756E21",
  "names": []
}