{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHomeRoofDoor/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 IconHomeRoofDoor: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"home-roof-door, house\"><path d=\"M11.5697 1.78412C11.8522 1.71242 12.1485 1.71242 12.431 1.78412C12.7561 1.86675 13.0374 2.0688 13.3012 2.25873L13.3685 2.30755L21.9369 8.44134C22.2737 8.68247 22.3509 9.15143 22.1098 9.48822C21.8686 9.8247 21.4005 9.90198 21.0639 9.66107L20.0004 8.89935V15.4824C20.0004 16.295 19.9998 16.9505 19.9564 17.4814C19.9118 18.028 19.8175 18.5088 19.5912 18.9531C19.2317 19.6585 18.658 20.2323 17.9525 20.5917C17.5084 20.818 17.0283 20.9123 16.4818 20.957C15.9509 21.0003 15.2947 20.9999 14.4818 20.9999H14.0004V15.9999C14.0003 14.8955 13.1048 14.0001 12.0004 13.9999C10.8958 13.9999 10.0004 14.8954 10.0004 15.9999V20.9999H9.51796C8.7053 20.9999 8.04978 21.0003 7.51893 20.957C6.9723 20.9123 6.49147 20.8181 6.04726 20.5917C5.34183 20.2322 4.76808 19.6585 4.40858 18.9531C4.18224 18.5088 4.08801 18.028 4.04335 17.4814C3.99999 16.9505 4.00037 16.295 4.00038 15.4824V8.90033L2.9369 9.66107C2.60012 9.90218 2.13116 9.82497 1.89003 9.48822C1.64891 9.15142 1.72706 8.68246 2.06386 8.44134L10.6322 2.30755L10.6996 2.25873C10.9634 2.06874 11.2445 1.86667 11.5697 1.78412Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHomeRoofDoor;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAmoC,EAAnoC,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,siCAAsiC,KAAK,eAAc,CAAI,GAG7nC",
  "debugId": "6CFE12B63022550964756E2164756E21",
  "names": []
}