iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.37 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 N8n = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.474 5.684a2.527 2.527 0 00-2.447 1.895H16.13a2.526 2.526 0 00-2.492 2.11l-.103.624a1.263 1.263 0 01-1.246 1.055h-1.001a2.527 2.527 0 00-4.893 0H4.973a2.527 2.527 0 100 1.264h1.422a2.527 2.527 0 004.894 0h1a1.263 1.263 0 011.247 1.055l.103.623a2.526 2.526 0 002.492 2.111h.37a2.527 2.527 0 100-1.263h-.37a1.263 1.263 0 01-1.246-1.056l-.103-.623A2.52 2.52 0 0013.96 12a2.52 2.52 0 00.82-1.48l.104-.622a1.263 1.263 0 011.246-1.056h2.896a2.527 2.527 0 102.447-3.158m0 1.263a1.263 1.263 0 011.263 1.263 1.263 1.263 0 01-1.263 1.264A1.263 1.263 0 0120.21 8.21a1.263 1.263 0 011.264-1.263m-18.948 3.79A1.263 1.263 0 013.79 12a1.263 1.263 0 01-1.264 1.263A1.263 1.263 0 011.263 12a1.263 1.263 0 011.263-1.263m6.316 0A1.263 1.263 0 0110.105 12a1.263 1.263 0 01-1.263 1.263A1.263 1.263 0 017.58 12a1.263 1.263 0 011.263-1.263m10.105 3.79a1.263 1.263 0 011.264 1.263 1.263 1.263 0 01-1.263 1.263 1.263 1.263 0 01-1.264-1.263 1.263 1.263 0 011.263-1.264" }));
exports.default = N8n;