UNPKG

@icongo/tb

Version:
23 lines 890 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var TBBoxAlignTopLeft = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-box-align-top-left", viewBox: "0 0 24 24" }, props, { children: [/*#__PURE__*/_jsx("path", { stroke: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/_jsx("path", { d: "M11.005 5.005v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1zm4-1h-.01m5.01 0h-.01m.01 5h-.01m.01 6h-.01m-15.99 0h-.01m16.01 5h-.01m-4.99 0h-.01m-5.99 0h-.01m-4.99 0h-.01" })] })); export { TBBoxAlignTopLeft };