@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 2.4 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SoundOffMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.25105 2.25105C1.58579 1.91632 2.1285 1.91632 2.46323 2.25105L8.18468 7.97249L13.1337 4.49577L13.1355 4.49453C13.4664 4.26331 13.8551 4.1286 14.2582 4.10546C14.6612 4.08231 15.0627 4.17163 15.4179 4.36345C15.7732 4.55526 16.0681 4.84203 16.2698 5.19173C16.4691 5.53735 16.5696 5.93102 16.5605 6.32972V16.3483L20.4632 20.251C20.798 20.5858 20.798 21.1285 20.4632 21.4632C20.1285 21.798 19.5858 21.798 19.251 21.4632L7.49067 9.70285C7.48522 9.69754 7.47982 9.69215 7.47449 9.68667L1.25105 3.46323C0.916316 3.1285 0.916316 2.58579 1.25105 2.25105ZM9.41523 9.20305L14.8462 14.6341V6.31868C14.8462 6.3103 14.8464 6.30192 14.8466 6.29354C14.8491 6.20762 14.8277 6.12269 14.7848 6.04822C14.7418 5.97376 14.679 5.9127 14.6034 5.87186C14.5278 5.83101 14.4423 5.81199 14.3564 5.81692C14.2709 5.82184 14.1884 5.85035 14.1181 5.8993L9.41523 9.20305ZM5.57266 8.91447C5.92081 9.23523 5.943 9.77749 5.62224 10.1256C5.53275 10.2228 5.5 10.3451 5.5 10.4725V13.2418C5.5 13.523 5.72971 13.7692 6.01094 13.7692H8.08786C8.26736 13.7692 8.44233 13.8256 8.58809 13.9303L13.9952 17.8163C14.0833 17.8763 14.1887 17.9055 14.2952 17.8995C14.7679 17.8728 15.1726 18.2343 15.1993 18.707C15.226 19.1796 14.8645 19.5844 14.3919 19.6111C13.9013 19.6388 13.4156 19.5014 13.0122 19.2208L13.0014 19.2133L7.81181 15.4835H6.01094C4.78294 15.4835 3.75 14.4698 3.75 13.2418V10.4725C3.75 9.89102 3.98534 9.35983 4.35 8.96405C4.67076 8.6159 5.22451 8.5937 5.57266 8.91447Z", fill: "currentColor" }),
React.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.5343 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" }))); });
SoundOffMIcon.displayName = 'SoundOffMIcon';