UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.22 kB
"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 BoxAlignTopLeft = (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-box-align-top-left", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M10 3H5a2 2 0 00-2 2v5a2 2 0 002 2h5a2 2 0 002-2V5a2 2 0 00-2-2zM15 3a1 1 0 01.117 1.993L14.99 5a1 1 0 01-.117-1.993L15 3zM20 3a1 1 0 01.117 1.993L19.99 5a1 1 0 01-.117-1.993L20 3zM20 8a1 1 0 01.117 1.993L19.99 10a1 1 0 01-.117-1.993L20 8zM20 14a1 1 0 01.117 1.993L19.99 16a1 1 0 01-.117-1.993L20 14zM4 14a1 1 0 01.117 1.993L3.99 16a1 1 0 01-.117-1.993L4 14zM20 19a1 1 0 01.117 1.993L19.99 21a1 1 0 01-.117-1.993L20 19zM15 19a1 1 0 01.117 1.993L14.99 21a1 1 0 01-.117-1.993L15 19zM9 19a1 1 0 01.117 1.993L8.99 21a1 1 0 01-.117-1.993L9 19zM4 19a1 1 0 01.117 1.993L3.99 21a1 1 0 01-.117-1.993L4 19z" })); exports.default = BoxAlignTopLeft;