UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SoundOffMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.251 2.251a.857.857 0 0 1 1.212 0l5.722 5.721 4.949-3.476.002-.001A2.178 2.178 0 0 1 16.56 6.33v10.018l3.902 3.903a.857.857 0 1 1-1.212 1.212L7.491 9.703l-.017-.016-6.223-6.224a.857.857 0 0 1 0-1.212m8.164 6.952 5.431 5.431v-8.34a.464.464 0 0 0-.728-.395zm-3.842-.289c.348.321.37.863.05 1.212a.5.5 0 0 0-.123.347v2.769c0 .281.23.527.51.527h2.078c.18 0 .354.057.5.161l5.407 3.886c.088.06.194.09.3.084a.857.857 0 1 1 .097 1.711c-.49.028-.976-.11-1.38-.39l-.01-.008-5.19-3.73H6.01c-1.228 0-2.261-1.013-2.261-2.241v-2.77c0-.581.235-1.112.6-1.508a.87.87 0 0 1 1.223-.05", clipRule: "evenodd" }), React.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" }))); }); SoundOffMIcon.displayName = 'SoundOffMIcon';