iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 944 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 Migrate = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M26 2H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h9v6.17l-2.59-2.58L11 15l5 5 5-5-1.41-1.41L17 16.17V10h9a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 6H6V4h20z" }),
React.createElement("circle", { cx: "9", cy: "6", r: "1" }),
React.createElement("path", { d: "M9 5a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm17 19v4H6v-4h20m0-2H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2z" }),
React.createElement("circle", { cx: "23", cy: "26", r: "1" }),
React.createElement("path", { d: "M23 25a1 1 0 1 0 1 1 1 1 0 0 0-1-1z" }));
exports.default = Migrate;