iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 805 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 Levelsdotfyi = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.494 18.913h3.52v-3.52c0-.43.35-.78.781-.78h3.52v-3.52c0-.432.35-.783.781-.783h3.52V6.791c0-.432.35-.782.782-.782h3.519V2.49c0-.432.35-.782.782-.782h3.52c.43 0 .781.35.781.782v20.724c0 .432-.35.782-.782.782H2.494a.782.782 0 01-.782-.782v-3.52c0-.43.35-.78.782-.78zM.172 15.928a.587.587 0 010-.83L15.102.168a.587.587 0 01.83.83l-14.93 14.93c-.23.23-.6.23-.83 0z" }));
exports.default = Levelsdotfyi;