{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWebsite/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 IconWebsite: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"website, webbuilder, coding\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V7.5H21V20.25ZM10.5303 11.7197C10.2374 11.4268 9.76262 11.4268 9.46973 11.7197L7.46973 13.7197C7.17683 14.0126 7.17683 14.4874 7.46973 14.7803L9.46973 16.7803C9.76262 17.0732 10.2374 17.0732 10.5303 16.7803C10.8232 16.4874 10.8232 16.0126 10.5303 15.7197L9.06055 14.25L10.5303 12.7803C10.8232 12.4874 10.8232 12.0126 10.5303 11.7197ZM14.5303 11.7197C14.2374 11.4268 13.7626 11.4268 13.4697 11.7197C13.1768 12.0126 13.1768 12.4874 13.4697 12.7803L14.9395 14.25L13.4697 15.7197C13.1768 16.0126 13.1768 16.4874 13.4697 16.7803C13.7626 17.0732 14.2374 17.0732 14.5303 16.7803L16.5303 14.7803C16.8232 14.4874 16.8232 14.0126 16.5303 13.7197L14.5303 11.7197Z\" fill=\"currentColor\"/><path d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V6H3V3.75C3 3.33579 3.33579 3 3.75 3H20.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWebsite;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAk9B,EAAl9B,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ytBAAytB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mFAAmF,KAAK,eAAc,CAAI,GAG58B",
  "debugId": "F411FFEDC188523664756E2164756E21",
  "names": []
}