iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 879 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 BoxAlignTopRight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-box-align-top-right", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M19 11.01h-5a1 1 0 01-1-1v-5a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 01-1 1zM20 15.01V15M20 20.01V20M15 20.01V20M9 20.01V20M9 4.01V4M4 20.01V20M4 15.01V15M4 9.01V9M4 4.01V4" }));
exports.default = BoxAlignTopRight;