iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.53 kB
JavaScript
;
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 VmPending = (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.006 5.006 0 00-1-.583V3H2v9h5a5 5 0 001 3H4v-1h3v-1H1.5l-.5-.5v-10l.5-.5z", fill: "#C5C5C5" }),
React.createElement("path", { d: "M12 8c.367 0 .721.047 1.063.14.34.094.658.23.953.407.294.177.563.385.808.625.245.24.455.509.63.808a4.03 4.03 0 01.405 3.082c-.093.342-.229.66-.406.954a4.382 4.382 0 01-.625.808c-.24.245-.509.455-.808.63a4.029 4.029 0 01-3.082.405 3.784 3.784 0 01-.954-.406 4.382 4.382 0 01-.808-.625 3.808 3.808 0 01-.63-.808 4.027 4.027 0 01-.405-3.082c.093-.342.229-.66.406-.954.177-.294.385-.563.625-.808.24-.245.509-.455.808-.63A4.028 4.028 0 0112 8zm0 6.086a2.067 2.067 0 001.559-.7c.13-.143.24-.307.328-.491l-.61-.29a1.455 1.455 0 01-.523.586 1.5 1.5 0 01-.36.164 1.34 1.34 0 01-.93-.05 1.526 1.526 0 01-.456-.305h.492v-.5H10V14h.5v-.555a2.078 2.078 0 001.5.64zm2-2.586V10h-.5v.555a2.078 2.078 0 00-2.613-.317 2.212 2.212 0 00-.446.375c-.13.144-.24.308-.328.492l.61.29a1.358 1.358 0 01.523-.586c.115-.07.234-.125.36-.164a1.34 1.34 0 01.93.05c.168.073.32.175.456.305H12.5v.5H14z", fill: "#C5C5C5" }));
exports.default = VmPending;