@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.19 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SoundOnMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SoundOnMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.3791 4.00362C14.7857 3.98027 15.1908 4.07037 15.5491 4.26387C15.9075 4.45738 16.205 4.74666 16.4084 5.09943C16.6096 5.44814 16.711 5.84531 16.7018 6.24757V17.474L16.7016 17.4925C16.6629 19.282 14.5886 20.332 13.1229 19.3163L13.1109 19.3078L7.8428 15.5218H6.01183C4.77289 15.5218 3.75 14.4989 3.75 13.2599V10.4506C3.75 9.21163 4.77289 8.18874 6.01183 8.18874H7.84787L13.2449 4.39735L13.2467 4.3961C13.5805 4.16285 13.9726 4.02696 14.3791 4.00362ZM14.7346 5.77228C14.6558 5.72975 14.5668 5.70995 14.4774 5.71508C14.3883 5.7202 14.3024 5.7499 14.2292 5.80088L8.61157 9.74726C8.46726 9.84863 8.2952 9.90303 8.11885 9.90303H6.01183C5.71966 9.90303 5.46429 10.1584 5.46429 10.4506V13.2599C5.46429 13.5521 5.71966 13.8075 6.01183 13.8075H8.11885C8.29835 13.8075 8.47332 13.8638 8.61907 13.9686L14.104 17.9104C14.2636 18.0185 14.4723 18.029 14.67 17.9284C14.867 17.8282 14.9807 17.6548 14.9875 17.4625V6.23652C14.9875 6.22814 14.9876 6.21975 14.9878 6.21138C14.9905 6.1219 14.9682 6.03347 14.9235 5.95593C14.8787 5.8784 14.8133 5.81481 14.7346 5.77228Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M19.3205 9.19953C19.6971 8.89385 20.2552 8.94512 20.5672 9.31404C21.2045 10.0676 21.5344 11.0241 21.4972 12C21.5342 12.9761 21.2037 13.932 20.5677 14.6854C20.256 15.0546 19.6979 15.1063 19.3211 14.8009C18.9443 14.4956 18.8915 13.9487 19.2032 13.5796C19.5671 13.1485 19.7537 12.6 19.7265 12.0413C19.7252 12.0137 19.7252 11.9862 19.7265 11.9587C19.7538 11.3993 19.5673 10.851 19.2037 10.421C18.8917 10.0521 18.944 9.50521 19.3205 9.19953Z", fill: "currentColor" }))); });
exports.SoundOnMIcon.displayName = 'SoundOnMIcon';