{
  "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=\"M21.25 4C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75C2 4.33579 2.33579 4 2.75 4H21.25ZM8 16C7.66854 16 7.36169 16.1637 7.17676 16.4316L7.10547 16.5527L6.13184 18.5H17.8682L16.8945 16.5527C16.7464 16.2564 16.4628 16.0555 16.1406 16.0098L16 16H8ZM8.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,gBAA4xC,EAA5xC,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,geAAge,KAAK,eAAc,CAAI,GAGtxC",
  "debugId": "A1BD73E53BCF214264756E2164756E21",
  "names": []
}