iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 584 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 Lapce = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.802 1.267L1.608 0v24L8 20.31v-2.535L3.802 20.2zm4.208 13.9V6.231L18.003 12l-7.798 4.503v2.533L22.392 12 5.806 2.424V16.44zm5.598-3.231L10.205 9.97v3.93z" }));
exports.default = Lapce;