UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.04 kB
"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 VmActive = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("g", { clipPath: "url(#clip0)", fillRule: "evenodd", clipRule: "evenodd" }, React.createElement("path", { 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: "M9.778 8.674a4 4 0 114.445 6.652 4 4 0 01-4.445-6.652zm2.13 4.99l2.387-3.182-.8-.6-2.077 2.769-1.301-1.041-.625.78 1.705 1.364.712-.09z", fill: "#388A34" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" })))); exports.default = VmActive;