UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.21 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 Volume1 = (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: "M10.005 4.659c1.451-1.29 3.745-.26 3.745 1.681v11.32c0 1.941-2.294 2.971-3.745 1.681l-3.196-2.84H4.75a2.25 2.25 0 01-2.25-2.25v-4.5A2.25 2.25 0 014.75 7.5h2.059l3.196-2.842zM12.25 6.34a.75.75 0 00-1.248-.56l-3.41 3.03a.75.75 0 01-.498.19H4.75a.75.75 0 00-.75.75v4.5c0 .414.336.75.75.75h2.344a.75.75 0 01.498.19l3.41 3.03a.75.75 0 001.248-.56V6.34z", fill: "#323544" }), React.createElement("path", { d: "M17.077 15.164c1.561-1.739 1.561-4.588 0-6.327a.75.75 0 111.116-1.003c2.073 2.31 2.073 6.023 0 8.332a.75.75 0 01-1.116-1.002z", 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 = Volume1;