iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 790 B
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 Relay = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.264 4.937A2.264 2.264 0 104.456 7.77h10.339c.988 0 1.791.803 1.791 1.791 0 .988-.803 1.792-1.791 1.792h-5.73a3.037 3.037 0 00-3.034 3.033 3.036 3.036 0 003.033 3.033h10.494a2.264 2.264 0 100-1.242H9.064a1.793 1.793 0 01-1.791-1.791c0-.988.803-1.792 1.791-1.792h5.73a3.036 3.036 0 003.034-3.033 3.036 3.036 0 00-3.033-3.033H4.427a2.265 2.265 0 00-2.163-1.592z" }));
exports.default = Relay;