iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 809 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 XDiamondFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-x-diamond-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M9.05.435c-.58-.58-1.52-.58-2.1 0L4.047 3.339 8 7.293l3.954-3.954L9.049.435zm3.61 3.611L8.708 8l3.954 3.954 2.904-2.905c.58-.58.58-1.519 0-2.098l-2.904-2.905zm-.706 8.614L8 8.708l-3.954 3.954 2.905 2.904c.58.58 1.519.58 2.098 0l2.905-2.904zm-8.614-.706L7.292 8 3.339 4.046.435 6.951c-.58.58-.58 1.519 0 2.098z" }));
exports.default = XDiamondFill;