{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/Icon4k/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 Icon4k: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"4k\"><path d=\"M9.34375 9.52344V13.0684H7.08789V13.0293C7.65918 11.9648 8.30859 10.9736 9.31445 9.52344H9.34375Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 7.75C2 5.67893 3.67893 4 5.75 4H18.25C20.3211 4 22 5.67893 22 7.75V16.25C22 18.3211 20.3211 20 18.25 20H5.75C3.67893 20 2 18.3211 2 16.25V7.75ZM9.31445 14.8848C9.31445 15.3535 9.60742 15.6025 10.0127 15.6025C10.418 15.6025 10.7158 15.3535 10.7158 14.8848V14.2061H11.1162C11.502 14.2061 11.7217 13.9668 11.7217 13.6201C11.7217 13.2734 11.5068 13.0293 11.1162 13.0293H10.7158V9.41113C10.7158 8.75195 10.2471 8.34668 9.5 8.34668C8.9043 8.34668 8.54785 8.59082 8.05957 9.33789C7.29297 10.4756 6.58984 11.5498 6.10645 12.4189C5.88672 12.8047 5.79883 13.0781 5.79883 13.3809C5.79883 13.874 6.15527 14.2061 6.6875 14.2061H9.31445V14.8848ZM12.5176 14.8262C12.5176 15.3096 12.791 15.5928 13.2549 15.5928C13.7188 15.5928 13.9922 15.3096 13.9922 14.8262V13.3467L14.6953 12.6094L16.7949 15.1924C17.0244 15.4854 17.2295 15.5977 17.5322 15.5977C17.9375 15.5977 18.2451 15.2852 18.2451 14.8848C18.2451 14.6846 18.1475 14.4746 17.9277 14.2012L15.8135 11.6328L17.7568 9.59668C17.9424 9.40137 18.0156 9.24023 18.0156 9.03516C18.0156 8.6543 17.7129 8.35645 17.3223 8.35645C17.0781 8.35645 16.8926 8.44922 16.6875 8.67383L14.0361 11.5693H13.9922V9.12793C13.9922 8.63965 13.7188 8.35645 13.2549 8.35645C12.791 8.35645 12.5176 8.63965 12.5176 9.12793V14.8262Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default Icon4k;\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,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAA48C,EAA58C,IAAqB,EAAO,UAAU,MAAK,gBAAC,OAAD,CAAM,EAAE,oGAAoG,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2tCAA2tC,KAAK,eAAc,CAAI,GAGt8C",
  "debugId": "CE90A34B9ED6110F64756E2164756E21",
  "names": []
}