UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 767 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 SymbolMisc = (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: "M4 2h8v4c.342.035.678.112 1 .23V1H3v8.48l1-1.75V2zm2.14 8L5 8 4 9.75 3.29 11 1 15h8l-2.29-4-.57-1zm-3.42 4l1.72-3L5 10l.56 1 1.72 3H2.72zm6.836-6.41a3.5 3.5 0 113.889 5.82 3.5 3.5 0 01-3.89-5.82zm.555 4.989A2.5 2.5 0 1012.89 8.42a2.5 2.5 0 00-2.778 4.158z", fill: "#424242" })); exports.default = SymbolMisc;