@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 962 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function VolumeOffIcon(props) {
return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "volume off", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M21.182 10.232 19.414 12l1.768 1.768a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.707 0L18 13.414l-1.768 1.768a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L16.586 12l-1.768-1.768a.5.5 0 0 1 0-.707l.707-.707a.5.5 0 0 1 .707 0L18 10.586l1.768-1.768a.5.5 0 0 1 .707 0l.707.707a.5.5 0 0 1 0 .707Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "m7 8 5.146-5.147a.5.5 0 0 1 .854.354v17.586a.5.5 0 0 1-.854.353L7 16H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3Zm-2 6v-4h3l3-3.172v10L8 14H5Z", clipRule: "evenodd" })] });
}
exports.default = VolumeOffIcon;