@icongo/fc
Version:
Flat Color Icons
27 lines • 1.01 kB
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 FCSpeaker = 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: "#81D4FA",
d: "M28 7.1v2c7.3 1 13 7.3 13 14.9s-5.7 13.9-13 14.9v2c8.4-1 15-8.2 15-16.9S36.4 8.1 28 7.1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#546E7A",
d: "M14 32H7c-1.1 0-2-.9-2-2V18c0-1.1.9-2 2-2h7v16z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909C",
d: "M26 42 14 32V16L26 6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#03A9F4",
d: "M28 17.3v2.1c1.8.8 3 2.5 3 4.6s-1.2 3.8-3 4.6v2.1c2.9-.9 5-3.5 5-6.7s-2.1-5.8-5-6.7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#4FC3F7",
d: "M28 12.2v2c4.6.9 8 5 8 9.8s-3.4 8.9-8 9.8v2c5.7-1 10-5.9 10-11.8s-4.3-10.9-10-11.8z"
})]
}));
export { FCSpeaker };