iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.15 kB
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 HostedPages = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.433 17.434H4.331A3.332 3.332 0 0 1 1 14.103V6.331C1 4.49 2.492 3 4.33 3h11.103a3.33 3.33 0 0 1 3.33 3.33v7.773a3.332 3.332 0 0 1-3.33 3.331zm2.22-11.103c0-1.224-.995-2.22-2.22-2.22H4.331c-1.225 0-2.22.996-2.22 2.22v7.772c0 1.225.995 2.221 2.22 2.221h11.102c1.225 0 2.22-.996 2.22-2.221V6.331zm-1.665 7.77h-3.33a.556.556 0 0 1 0-1.11h3.33a.555.555 0 0 1 0 1.11zm0-2.22h-3.33a.555.555 0 0 1 0-1.11h3.33a.555.555 0 0 1 0 1.11zm0-2.22h-3.33a.555.555 0 0 1 0-1.11h3.33a.555.555 0 1 1 0 1.11zm0-2.22h-3.33a.555.555 0 0 1 0-1.111h3.33a.555.555 0 0 1 0 1.11zM7.106 14.1a3.886 3.886 0 1 1 0-7.77 3.886 3.886 0 0 1 0 7.77zm0-6.66a2.776 2.776 0 1 0 0 5.551 2.776 2.776 0 0 0 0-5.552z", fill: "#000", fillRule: "evenodd" }));
exports.default = HostedPages;