UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.38 kB
"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({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.38 4.004a2.197 2.197 0 0 1 2.322 2.244v11.244c-.04 1.79-2.113 2.84-3.58 1.824l-.011-.008-5.268-3.786H6.012A2.275 2.275 0 0 1 3.75 13.26v-2.81A2.275 2.275 0 0 1 6.012 8.19h1.836l5.397-3.792h.002c.334-.234.726-.37 1.132-.393m.355 1.768a.48.48 0 0 0-.506.029L8.612 9.747a.86.86 0 0 1-.493.156H6.012a.56.56 0 0 0-.548.548v2.809c0 .292.256.547.548.547h2.107c.18 0 .354.057.5.162l5.485 3.941c.16.108.368.119.566.018s.31-.273.318-.466V6.211a.48.48 0 0 0-.253-.439", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M19.32 9.2a.9.9 0 0 1 1.247.114c.637.754.967 1.71.93 2.686a3.93 3.93 0 0 1-.93 2.685.9.9 0 0 1-1.246.116.855.855 0 0 1-.118-1.221c.364-.431.55-.98.524-1.539v-.082a2.2 2.2 0 0 0-.523-1.538.856.856 0 0 1 .116-1.221" }))); }); exports.SoundOnMIcon.displayName = 'SoundOnMIcon';