iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 614 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 Frappe = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.88 0A2.88 2.88 0 000 2.88v18.24A2.88 2.88 0 002.88 24h18.24A2.88 2.88 0 0024 21.12V2.88A2.88 2.88 0 0021.12 0H2.88zM8.4 6h8.024v2.111H8.4V6zm0 5.385h7.49v2.113h-4.93V18H8.4v-6.615z" }));
exports.default = Frappe;