iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 782 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const VolumeDown = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-volume-down", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M9 4a.5.5 0 00-.812-.39L5.825 5.5H3.5A.5.5 0 003 6v4a.5.5 0 00.5.5h2.325l2.363 1.89A.5.5 0 009 12zM6.312 6.39L8 5.04v5.92L6.312 9.61A.5.5 0 006 9.5H4v-3h2a.5.5 0 00.312-.11M12.025 8a4.5 4.5 0 01-1.318 3.182L10 10.475A3.5 3.5 0 0011.025 8 3.5 3.5 0 0010 5.525l.707-.707A4.5 4.5 0 0112.025 8" }));
exports.default = VolumeDown;