iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.65 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 Logs = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.143 17.545c-1.994 0-3.816 1.11-3.816 1.11s-1.823-1.11-3.817-1.11c-2.408 0-4.51 1.11-4.51 1.11V3.112S4.027 2 6.406 2c2.034 0 3.92 1.111 3.92 1.111S12.214 2 14.248 2c2.38 0 4.406 1.111 4.406 1.111v15.545s-2.102-1.111-4.51-1.111zm-4.372-13.6c-.711-.328-2.013-.834-3.33-.834-1.943 0-3.331 1.11-3.331 1.11V16.99s1.353-.556 3.279-.556c1.334 0 2.661.255 3.382.42V3.945zm7.772.276s-1.388-1.11-3.33-1.11c-1.318 0-2.62.506-3.331.834v12.909c.72-.165 2.048-.42 3.382-.42 1.926 0 3.28.556 3.28.556V4.22h-.001zm-4.996 8.883s1.042-.556 2.116-.556c1.144 0 1.77.556 1.77.556v1.11s-.555-.555-1.666-.555c-1.11 0-2.22.555-2.22.555v-1.11zm0-2.221v-1.11s1.042-.556 2.116-.556c1.144 0 1.77.556 1.77.556v1.11s-.555-.555-1.666-.555c-1.11 0-2.22.555-2.22.555zm0-3.33V6.44s1.042-.554 2.116-.554c1.144 0 1.77.554 1.77.554v1.112s-.555-.556-1.666-.556c-1.11 0-2.22.556-2.22.556zM4.22 14.214v-1.11s.487-.556 1.562-.556c1.144 0 2.324.556 2.324.556v1.11s-1.11-.555-2.22-.555-1.666.555-1.666.555zm0-3.331v-1.11s.487-.556 1.562-.556c1.144 0 2.324.556 2.324.556v1.11s-1.11-.555-2.22-.555-1.666.555-1.666.555zm0-3.33V6.44s.487-.554 1.562-.554c1.144 0 2.324.554 2.324.554v1.112s-1.11-.556-2.22-.556-1.666.556-1.666.556z", fill: "#000", fillRule: "evenodd" }));
exports.default = Logs;