UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.02 kB
"use strict"; 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 VolumeLow = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.75 6.34c0-1.941-2.294-2.971-3.745-1.681L6.81 7.5H4.75A2.25 2.25 0 002.5 9.75v4.5a2.25 2.25 0 002.25 2.25h2.059l3.196 2.841c1.451 1.29 3.745.26 3.745-1.681V6.34zm-2.748-.56a.75.75 0 011.248.56v11.32a.75.75 0 01-1.248.56l-3.41-3.03a.75.75 0 00-.498-.19H4.75a.75.75 0 01-.75-.75v-4.5A.75.75 0 014.75 9h2.344a.75.75 0 00.498-.19l3.41-3.03z", fill: "#323544" }), React.createElement("path", { d: "M14.985 10.653c.688.765.688 1.93 0 2.695a.75.75 0 001.116 1.003 3.517 3.517 0 000-4.7.75.75 0 00-1.116 1.002z", fill: "#323544" })); exports.default = VolumeLow;