iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 664 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 Formspree = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M1.333 2a2 2 0 012-2h17.334a2 2 0 012 2v2.857a2 2 0 01-2 2H3.333a2 2 0 01-2-2zm0 8.571a2 2 0 012-2h17.334a2 2 0 012 2v2.858a2 2 0 01-2 2H3.333a2 2 0 01-2-2zm2 6.572a2 2 0 00-2 2V22a2 2 0 002 2h8a2 2 0 002-2v-2.857a2 2 0 00-2-2z" }));
exports.default = Formspree;