@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
52 lines (51 loc) • 2.22 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
import Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:speech--to--text/index.js
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const SpeechToText = /*#__PURE__*/ React.forwardRef(function SpeechToText({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [
/* @__PURE__ */ jsx("path", { d: "M16 11.64H28V12.360000000000001H16z" }),
/* @__PURE__ */ jsx("path", { d: "M16 5.64H28V6.359999999999999H16z" }),
/* @__PURE__ */ jsx("path", { d: "M4.359,8.002c0-0.904,0.736-1.64,1.64-1.64h3.146L6.931,8.576L7.44,9.084l2.829-2.828c0.068-0.067,0.105-0.159,0.105-0.254 s-0.038-0.187-0.105-0.254L7.44,2.919L6.931,3.428l2.214,2.214H6c-1.301,0-2.36,1.059-2.36,2.36v4.5h0.72L4.359,8.002L4.359,8.002z" }),
/* @__PURE__ */ jsx("path", { d: "M16 17.64H28V18.361H16z" }),
/* @__PURE__ */ jsx("path", { d: "M31,0.64H13c-0.199,0-0.36,0.161-0.36,0.36v13.64H3c-1.301,0-2.36,1.059-2.36,2.36v8c0,1.302,1.059,2.36,2.36,2.36h3.777 l1.901,3.801l0.644-0.322l-2-4C7.261,26.717,7.136,26.64,7,26.64H3c-0.904,0-1.64-0.735-1.64-1.64v-8c0-0.904,0.736-1.64,1.64-1.64 h9.64v4.713C12.267,20.218,12,20.575,12,21s0.267,0.782,0.64,0.927V23c0,0.199,0.161,0.36,0.36,0.36h3.64V25 c0,0.904-0.736,1.64-1.64,1.64H9v0.721h6c1.301,0,2.36-1.059,2.36-2.36v-1.64H31c0.199,0,0.36-0.161,0.36-0.36V1 C31.36,0.801,31.199,0.64,31,0.64z M30.64,22.64H13.36V1.36h17.28V22.64z" }),
/* @__PURE__ */ jsx("circle", {
cx: "5",
cy: "21",
r: "1"
}),
/* @__PURE__ */ jsx("circle", {
cx: "9",
cy: "21",
r: "1"
}),
children
]
});
});
//#endregion
export { SpeechToText as default };