iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 883 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 SquareX = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-square-x", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M19 2H5a3 3 0 00-3 3v14a3 3 0 003 3h14a3 3 0 003-3V5a3 3 0 00-3-3zM9.613 8.21l.094.083L12 10.585l2.293-2.292a1 1 0 011.497 1.32l-.083.094L13.415 12l2.292 2.293a1 1 0 01-1.32 1.497l-.094-.083L12 13.415l-2.293 2.292a1 1 0 01-1.497-1.32l.083-.094L10.585 12 8.293 9.707a1 1 0 011.32-1.497z" }));
exports.default = SquareX;