iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 885 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 Export = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("path", { d: "M13 6.491V16a1 1 0 0 1-2 0V6.491L9.784 7.697a1.051 1.051 0 0 1-1.478 0 1.029 1.029 0 0 1 0-1.465l2.955-2.929a1.051 1.051 0 0 1 1.478 0l2.955 2.93c.408.404.408 1.06 0 1.464a1.051 1.051 0 0 1-1.478 0L13 6.49zM9 9v2H7c-.002 0 0 7.991 0 7.991 0 .004 9.994.009 9.994.009.003 0 .006-7.991.006-7.991 0-.006-2-.009-2-.009V9h2c1.105 0 2 .902 2 2.009v7.982c0 1.11-.897 2.009-2.006 2.009H7.006A2.009 2.009 0 0 1 5 18.991V11.01A2 2 0 0 1 7 9h2z", fill: "currentColor" }));
exports.default = Export;