iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.16 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 Quickstarts = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.543 18.765H3.111A1.11 1.11 0 0 1 2 17.655V2.11C2 1.497 2.497 1 3.11 1h14.433c.613 0 1.11.497 1.11 1.11v15.545a1.11 1.11 0 0 1-1.11 1.11zm0-5.551H4.776a.555.555 0 0 1 0-1.112h12.767v-4.44H4.776a.555.555 0 0 1 0-1.11h12.767V2.665a.555.555 0 0 0-.555-.555H3.665a.555.555 0 0 0-.555.555V17.1c0 .307.249.556.555.556h13.323a.555.555 0 0 0 .555-.556v-3.885zm-1.85 3.33h-.74a.74.74 0 0 1-.74-.74v-.74c0-.41.33-.74.74-.74h.74c.409 0 .74.33.74.74v.74a.74.74 0 0 1-.74.74zm-.74-7.772h.74a.74.74 0 0 1 .74.74v.74a.74.74 0 0 1-.74.74h-.74a.74.74 0 0 1-.74-.74v-.74a.74.74 0 0 1 .74-.74zm0-5.551h.74a.74.74 0 0 1 .74.74v.74a.74.74 0 0 1-.74.74h-.74a.74.74 0 0 1-.74-.74v-.74a.74.74 0 0 1 .74-.74z", fill: "#000", fillRule: "evenodd" }));
exports.default = Quickstarts;