@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 758 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function VolumeMediumIcon(props) {
return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "medium volume", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M15 17.745a6.002 6.002 0 0 0 0-11.834v2.043a4.002 4.002 0 0 1 0 7.748v2.043Z" }), (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 = VolumeMediumIcon;