UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 769 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.341.035.677.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.888 5.82 3.5 3.5 0 01-3.888-5.82zm.555 4.989a2.5 2.5 0 102.778-4.157 2.5 2.5 0 00-2.778 4.157z", fill: "#C5C5C5" })); exports.default = SymbolMisc;