@icongo/li
Version:
LibreICONS Icons
20 lines • 640 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiObjectAlignTop = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M3.25 4v8.25h3V4h-3zm.75.75h1.5v6.75H4V4.75z"
}), /*#__PURE__*/_jsx("path", {
fill: "red",
d: "M13 1.75v1.5H1v-1.5z"
}), /*#__PURE__*/_jsx("path", {
d: "M10.75 4v5.25h-3V4z"
})]
}));
export { LIGuiObjectAlignTop };