@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.28 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SoundOffSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_6657_131282)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.46967 0.46967C0.762563 0.176777 1.23744 0.176777 1.53033 0.46967L5.93075 4.87009L9.72268 2.20625L9.72423 2.20516C9.99428 2.01648 10.3114 1.90656 10.6403 1.88767C10.9692 1.86878 11.2969 1.94167 11.5868 2.0982C11.8766 2.25473 12.1173 2.48874 12.2819 2.77411C12.4444 3.05587 12.5264 3.37676 12.5192 3.70179V11.4585L15.5304 14.4697C15.8233 14.7626 15.8233 15.2375 15.5304 15.5304C15.2375 15.8233 14.7626 15.8233 14.4697 15.5304L5.32655 6.38721C5.31968 6.3806 5.31291 6.37383 5.30625 6.36691L0.46967 1.53033C0.176777 1.23744 0.176777 0.762563 0.46967 0.46967ZM7.00748 5.94682L11.0192 9.95853V3.69227C11.0192 3.68493 11.0193 3.6776 11.0195 3.67027C11.021 3.61887 11.0082 3.56808 10.9825 3.52354C10.9568 3.47901 10.9193 3.44249 10.874 3.41806C10.8288 3.39363 10.7777 3.38225 10.7263 3.3852C10.6752 3.38814 10.6259 3.40517 10.5839 3.43439C10.5837 3.43451 10.5835 3.43463 10.5834 3.43475L7.00748 5.94682ZM3.94637 5.64996C4.251 5.93063 4.27042 6.4051 3.98975 6.70973C3.93352 6.77076 3.90387 6.84606 3.90387 6.92308V9.07693C3.90387 9.24964 4.05808 9.40385 4.23079 9.40385H5.84618C6.00324 9.40385 6.15634 9.45316 6.28388 9.54482L10.4886 12.5666C10.5417 12.6025 10.6053 12.6201 10.6694 12.6164C11.083 12.5931 11.4372 12.9094 11.4605 13.323C11.4839 13.7365 11.1676 14.0907 10.754 14.1141C10.3539 14.1367 9.95767 14.0246 9.62866 13.7957L9.61921 13.7891L9.61926 13.789L5.60463 10.9039H4.23079C3.22965 10.9039 2.40387 10.0781 2.40387 9.07693V6.92308C2.40387 6.44871 2.5896 6.01569 2.8866 5.69334C3.16727 5.38871 3.64174 5.36929 3.94637 5.64996Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_6657_131282" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
SoundOffSIcon.displayName = 'SoundOffSIcon';