iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 955 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 RemoteExplorer = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.344 2.125h20.312l.782.781v8.599a7.825 7.825 0 00-1.563-.912V3.688H2.125V17.75h7.813a7.813 7.813 0 001.562 4.688H5.25v-1.563h4.688v-1.563H1.344l-.782-.78V2.905l.782-.781zM17.75 11.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5zm0 10.938a4.688 4.688 0 110-9.377 4.688 4.688 0 010 9.377zm2.603-3.132L18.2 17.153 20.353 15l.647.646-1.506 1.507L21 18.659l-.647.647zM15 17.246l1.506 1.507L15 20.259l.647.647 2.153-2.153-2.153-2.153-.647.646z", fill: "#C5C5C5" }));
exports.default = RemoteExplorer;