UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 726 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 VmOutline = (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 2h13l.5.5v5.503a5.003 5.003 0 00-1-.583V3H2v9h5a5 5 0 001 3H4v-1h3v-1H1.5l-.5-.5v-10l.5-.5z", fill: "#424242" }), React.createElement("path", { d: "M12 8a4 4 0 100 8 4 4 0 000-8zm0 7a3 3 0 110-6 3 3 0 010 6z", fill: "#424242" })); exports.default = VmOutline;