iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.08 kB
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 FileXmark = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.75 20.5V22h-3a2.25 2.25 0 01-2.25-2.25V9.621c0-.596.237-1.169.659-1.59l5.367-5.371A2.25 2.25 0 0112.118 2h5.132a2.25 2.25 0 012.25 2.25v5.5H18v-5.5a.75.75 0 00-.75-.75h-5.002l.003 3.998A2.25 2.25 0 0110 9.75H6v10c0 .414.336.75.75.75h3zm.999-15.941L7.059 8.25h2.942a.75.75 0 00.75-.75l-.002-2.941z", fill: "#323544" }),
React.createElement("path", { d: "M12.485 12.485a.75.75 0 000 1.061l3.08 3.079-3.08 3.079a.75.75 0 001.061 1.06l3.079-3.078 3.078 3.077a.75.75 0 001.06-1.06l-3.077-3.078 3.077-3.078a.75.75 0 00-1.06-1.06l-3.078 3.077-3.079-3.079a.75.75 0 00-1.06 0z", fill: "#323544" }));
exports.default = FileXmark;