@icongo/li
Version:
LibreICONS Icons
40 lines (39 loc) • 1.81 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIMegaphone = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIMegaphone = function LIMegaphone(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: "#90caf9",
d: "M5.123 9.675h-.738V8.444h1.23l.123.461c.093.4-.215.77-.615.77zm6.03.923s-3.63-2.154-5.538-2.154V4.136c1.785 0 5.539-2.154 5.539-2.154v8.616z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#283593",
transform: "translate(-.23 -.48) scale(.3077)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 9,
cy: 22,
r: 5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M40 19h-3v6h3c1.7 0 3-1.3 3-3s-1.3-3-3-3zM18.6 41.2c-.9.6-2.5 1.2-4.6 1.4-.6.1-1.2-.3-1.4-1L8.2 27.9S17 21.7 17 29c0 5.5 1.5 8.4 2.2 9.5.5.7.5 1.6 0 2.3-.2.2-.4.3-.6.4z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#3f51b5",
d: "M2.538 8.444h3.077V4.136H2.538a.617.617 0 0 0-.615.616v3.076c0 .339.277.616.615.616z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#42a5f5",
d: "M11.462 11.213a.617.617 0 0 1-.616-.615V1.982c0-.338.277-.615.616-.615.338 0 .615.277.615.615v8.616a.617.617 0 0 1-.615.615z"
})]
}));
};
exports.LIMegaphone = LIMegaphone;