@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.47 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SoundOffSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SoundOffSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#SoundOffSIcon__a)" },
react_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "SoundOffSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.SoundOffSIcon.displayName = 'SoundOffSIcon';