{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVideoTimeline/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 IconVideoTimeline: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"video-timeline, edit-video\"><path d=\"M7 17.5C6.3019 17.5 5.69927 17.9088 5.41841 18.5H2.75C2.33579 18.5 2 18.8358 2 19.25C2 19.6642 2.33579 20 2.75 20H5.41841C5.69927 20.5912 6.3019 21 7 21C7.6981 21 8.30073 20.5912 8.58159 20H21.25C21.6642 20 22 19.6642 22 19.25C22 18.8358 21.6642 18.5 21.25 18.5H8.58159C8.30073 17.9088 7.6981 17.5 7 17.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.75 4C2.7835 4 2 4.7835 2 5.75V14.75C2 15.7165 2.7835 16.5 3.75 16.5H20.25C21.2165 16.5 22 15.7165 22 14.75V5.75C22 4.7835 21.2165 4 20.25 4H3.75ZM18.5 8.75C18.5 9.7165 17.7165 10.5 16.75 10.5C15.7835 10.5 15 9.7165 15 8.75C15 7.7835 15.7835 7 16.75 7C17.7165 7 18.5 7.7835 18.5 8.75ZM8.56045 9.36162L15.5 15H4C3.72386 15 3.5 14.7761 3.5 14.5V11.5L6.40691 9.31982C7.04933 8.838 7.93722 8.85524 8.56045 9.36162Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVideoTimeline;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAw3B,EAAx3B,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,oTAAoT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+ZAA+Z,KAAK,eAAc,CAAI,GAGl3B",
  "debugId": "31C69985B7AC762664756E2164756E21",
  "names": []
}