@icongo/fc
Version:
Flat Color Icons
23 lines • 721 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCVoicePresentation = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#2196F3",
d: "M40 22h-8l-4 4V12c0-2.2 1.8-4 4-4h8c2.2 0 4 1.8 4 4v6c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/_jsx("circle", {
cx: 17,
cy: 19,
r: 8,
fill: "#FFA726"
}), /*#__PURE__*/_jsx("path", {
fill: "#607D8B",
d: "M30 36.7S26.4 30 17 30 4 36.7 4 36.7V40h26v-3.3z"
})]
}));
export { FCVoicePresentation };