@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.27 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SoundOffSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#SoundOffSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.47.47a.75.75 0 0 1 1.06 0l4.4 4.4 3.793-2.664h.001a1.777 1.777 0 0 1 2.795 1.496v7.757l3.011 3.01a.75.75 0 0 1-1.06 1.061L5.327 6.387l-.02-.02L.47 1.53a.75.75 0 0 1 0-1.06m6.537 5.477 4.012 4.012V3.67a.277.277 0 0 0-.436-.235zm-3.06-.297a.75.75 0 0 1 .043 1.06.31.31 0 0 0-.086.213v2.154c0 .173.154.327.327.327h1.615c.157 0 .31.05.438.14l4.205 3.023a.3.3 0 0 0 .18.05.75.75 0 0 1 .085 1.497c-.4.023-.796-.09-1.125-.318l-.01-.007-4.014-2.885H4.23a1.837 1.837 0 0 1-1.827-1.827V6.923c0-.474.186-.907.483-1.23a.75.75 0 0 1 1.06-.043", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "SoundOffSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
SoundOffSIcon.displayName = 'SoundOffSIcon';