iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 672 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 PathIcon = (props) => React.createElement("svg", { "aria-label": "path icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.411 10l3.586 3.586V22H6l-.003-7.586L3 11.417V14H1V8h6v2H4.411zM21 11.414l-3 3V22h-2v-8.414L19.586 10H17V8h6v6h-2v-2.586zm-8-5.588V22h-2V5.831L9.174 7.657 7.76 6.242 12.003 2l4.242 4.243-1.414 1.414L13 5.826z" }));
exports.default = PathIcon;