{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVoiceControl/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 IconVoiceControl: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"voice-control\"><path d=\"M11.9997 4C12.4139 4 12.7497 4.33579 12.7497 4.75V19.25C12.7497 19.6642 12.4139 20 11.9997 20C11.5855 19.9999 11.2497 19.6642 11.2497 19.25V4.75C11.2497 4.33584 11.5855 4.00008 11.9997 4Z\" fill=\"currentColor\"/><path d=\"M7.99966 7C8.41388 7 8.74966 7.33579 8.74966 7.75V16.25C8.74966 16.6642 8.41388 17 7.99966 17C7.58552 16.9999 7.24966 16.6642 7.24966 16.25V7.75C7.24966 7.33584 7.58552 7.00008 7.99966 7Z\" fill=\"currentColor\"/><path d=\"M15.9997 7C16.4139 7 16.7497 7.33579 16.7497 7.75V16.25C16.7497 16.6642 16.4139 17 15.9997 17C15.5855 16.9999 15.2497 16.6642 15.2497 16.25V7.75C15.2497 7.33584 15.5855 7.00008 15.9997 7Z\" fill=\"currentColor\"/><path d=\"M3.93716 9.64941C4.26447 9.38762 4.74945 9.62098 4.74966 10.04V13.96C4.74945 14.379 4.26447 14.6124 3.93716 14.3506L1.48795 12.3906C1.23774 12.1905 1.23774 11.8095 1.48795 11.6094L3.93716 9.64941Z\" fill=\"currentColor\"/><path d=\"M19.2497 10.04C19.2499 9.62105 19.7349 9.38785 20.0622 9.64941L22.5114 11.6094C22.7616 11.8095 22.7616 12.1905 22.5114 12.3906L20.0622 14.3506C19.7349 14.6121 19.2499 14.3789 19.2497 13.96V10.04Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVoiceControl;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAgpC,EAAhpC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,EAAE,8LAA8L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8LAA8L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8LAA8L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uMAAuM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sMAAsM,KAAK,eAAc,CAAI,GAG1oC",
  "debugId": "365FFE6EA9E932A764756E2164756E21",
  "names": []
}