UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 765 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 Mute = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 5h2.79l3.86-3.83.85.35v13l-.85.33L4.29 11H1.5l-.5-.5v-5l.5-.5zm3.35 5.17L8 13.31V2.73L4.85 5.85 4.5 6H2v4h2.5l.35.17zm9.381-4.108l.707.707-1.73 1.731 1.73 1.732-.707.707L12.5 9.207l-1.732 1.732-.707-.707L11.793 8.5 10.062 6.77l.707-.707L12.5 7.793l1.731-1.731z", fill: "#424242" })); exports.default = Mute;