@icongo/li
Version:
LibreICONS Icons
35 lines (34 loc) • 1.63 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiSpeaker = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiSpeaker = function LIGuiSpeaker(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#faa",
d: "M8.263 1.663v.632C10.568 2.61 12.368 4.6 12.368 7s-1.8 4.39-4.105 4.705v.632C10.916 12.02 13 9.747 13 7s-2.084-5.021-4.737-5.337z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.842 9.526h-2.21A.633.633 0 0 1 1 8.895v-3.79c0-.347.284-.631.632-.631h2.21v5.052z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4d4d4d",
d: "M3.842 9.526V4.474l3.79-3.158v11.368z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "red",
d: "M8.263 4.884v.663c.569.253.948.79.948 1.453s-.38 1.2-.948 1.453v.663C9.18 8.832 9.843 8.01 9.843 7s-.664-1.832-1.58-2.116z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f55",
d: "M8.263 3.274v.631A3.15 3.15 0 0 1 10.79 7a3.15 3.15 0 0 1-2.526 3.095v.631c1.8-.315 3.158-1.863 3.158-3.726s-1.358-3.442-3.158-3.726z"
})]
}));
};
exports.LIGuiSpeaker = LIGuiSpeaker;