{
  "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=\"M2.75 4C2.33579 4 2 4.33579 2 4.75V15.75C2 16.1642 2.33579 16.5 2.75 16.5H21.25C21.6642 16.5 22 16.1642 22 15.75V4.75C22 4.33579 21.6642 4 21.25 4H2.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.75ZM7.95448 8.86926L15.5 15H3.5V11.5L7.03153 8.85135C7.30685 8.64486 7.68738 8.65225 7.95448 8.86926Z\" 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,gBAAg2B,EAAh2B,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,oTAAoT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uYAAuY,KAAK,eAAc,CAAI,GAG11B",
  "debugId": "5A1C1BFB36714B5E64756E2164756E21",
  "names": []
}