UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 857 B
"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 VolumeOff = (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" })); exports.default = VolumeOff;