{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTape2/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 IconTape2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"tape-2, cassette, record, music\"><path d=\"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z\" fill=\"currentColor\"/><path d=\"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z\" fill=\"currentColor\"/><path d=\"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.25ZM8.61816 16C7.86064 16 7.1679 16.4279 6.8291 17.1055L6.3291 18.1055C6.26418 18.2353 6.21533 18.3674 6.18066 18.5H17.8193C17.7847 18.3674 17.7358 18.2353 17.6709 18.1055L17.1709 17.1055C16.8321 16.4279 16.1394 16 15.3818 16H8.61816ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTape2;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAi2C,EAAj2C,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,EAAE,yMAAyM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+MAA+M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qiBAAqiB,KAAK,eAAc,CAAI,GAG31C",
  "debugId": "426F079C8DBA217964756E2164756E21",
  "names": []
}