UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 944 B
"use strict"; 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 XDiamond = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-x-diamond", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M7.987 16a1.53 1.53 0 01-1.07-.448L.45 9.082a1.53 1.53 0 010-2.165L6.917.45a1.53 1.53 0 012.166 0l6.469 6.468A1.53 1.53 0 0116 8.013a1.53 1.53 0 01-.448 1.07l-6.47 6.469A1.53 1.53 0 017.988 16zM7.639 1.17L4.766 4.044 8 7.278l3.234-3.234L8.361 1.17a.51.51 0 00-.722 0M8.722 8l3.234 3.234 2.873-2.873c.2-.2.2-.523 0-.722l-2.873-2.873zM8 8.722l-3.234 3.234 2.873 2.873c.2.2.523.2.722 0l2.873-2.873zM7.278 8L4.044 4.766 1.17 7.639a.51.51 0 000 .722l2.874 2.873z" })); exports.default = XDiamond;