UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.19 kB
"use strict"; 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("g", { clipPath: "url(#clip0)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.344 2.125h20.313l.78.781v8.599a7.822 7.822 0 00-1.562-.912V3.688H2.125V17.75h7.813a7.808 7.808 0 001.562 4.688H5.25v-1.563h4.688v-1.563H1.344l-.781-.78V2.905l.781-.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.507 1.507L15 20.259l.648.647 2.152-2.153-2.152-2.153-.648.646z", fill: "#424242" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))); exports.default = RemoteExplorer;