iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.07 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 GraphLeft = (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)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.119 4L3 4.881l-.618.619L.715 3.833v-.618l1.667-1.667.618.619L2.167 3H15v1H2.12zM4 14.546V5.455L4.5 5h2l.5.455v9.09L6.5 15h-2l-.5-.454zm2-.455V5.909H5v8.182h1zm2-1.535V5.444L8.5 5h2l.5.444v7.112l-.5.444h-2l-.5-.444zm2-.445V5.89H9v6.222h1zm2-6.682v5.143l.5.428h2l.5-.428V5.429L14.5 5h-2l-.5.429zm2 .428v4.286h-1V5.857h1z", fill: "#424242" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0" },
React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" }))));
exports.default = GraphLeft;