UNPKG

@icongo/pp

Version:
32 lines (31 loc) 1.96 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPSpeakerHigh = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPSpeakerHigh = function PPSpeakerHigh(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "m10.334 1.754-4.68 4.178H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3.535l4.796 4.312c.644.578 1.669.122 1.669-.744v-15c0-.864-1.021-1.321-1.666-.746ZM6.666 7.709 10 4.733v10.523l-3.126-2.81A1 1 0 0 0 6 11.932H3v-4h2.751c.302.079.642.02.915-.223Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "M15.489 13.069a.75.75 0 1 1-.978-1.138c.034-.029.067-.06.1-.094.138-.143.261-.324.362-.536A3.05 3.05 0 0 0 15.25 10c0-.754-.25-1.433-.639-1.837a1.488 1.488 0 0 0-.1-.094.75.75 0 1 1 .978-1.138c.07.06.137.124.202.191.67.696 1.059 1.75 1.059 2.878 0 .696-.147 1.366-.423 1.945-.168.355-.383.67-.636.933a2.942 2.942 0 0 1-.202.19Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "M16.411 16.127a.75.75 0 0 1-.822-1.254 6.032 6.032 0 0 0 1.304-1.16 5.91 5.91 0 0 0 .904-1.474 5.72 5.72 0 0 0 .425-2.813 5.732 5.732 0 0 0-1.329-3.14 5.968 5.968 0 0 0-1.304-1.159.75.75 0 1 1 .822-1.254 7.51 7.51 0 0 1 2.071 2.03 7.32 7.32 0 0 1 .945 1.955 7.21 7.21 0 0 1 .287 2.865 7.248 7.248 0 0 1-2.166 4.49 7.515 7.515 0 0 1-1.137.914Z" })] })); }; exports.PPSpeakerHigh = PPSpeakerHigh;