iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 737 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 Slice2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.802 4.221a2.166 2.166 0 00-3.063 0L2.242 19.72l.001.001A.75.75 0 002.773 21h8.125a2.25 2.25 0 002.25-2.25v-3.812l7.654-7.654a2.166 2.166 0 000-3.063zm-7.654 8.596v-1.883L18.8 5.282a.665.665 0 11.941.941l-6.593 6.593zM4.584 19.5l7.064-7.064v6.314a.75.75 0 01-.75.75H4.584z", fill: "#323544" }));
exports.default = Slice2;