UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 772 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function VolumeLowIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "low volume", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(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" }), (0, jsx_runtime_1.jsx)("path", { d: "M15 16.412a5.001 5.001 0 0 0 0-9.168v2.348c.614.55 1 1.348 1 2.236 0 .889-.386 1.687-1 2.237v2.347Z" })] }); } exports.default = VolumeLowIcon;