@icongo/li
Version:
LibreICONS Icons
23 lines • 784 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 LIGuiExport = 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", {
fill: "#ffccbc",
d: "M1.645 11.8V2.2c0-.66.54-1.2 1.2-1.2h7.2c.66 0 1.2.54 1.2 1.2v9.6c0 .66-.54 1.2-1.2 1.2h-7.2c-.66 0-1.2-.54-1.2-1.2z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#ff5722",
children: [/*#__PURE__*/_jsx("path", {
d: "m12.355 7-3.21 2.7V4.3z"
}), /*#__PURE__*/_jsx("path", {
d: "M3.745 6.1h6.9v1.8h-6.9z"
})]
})]
}));
export { LIGuiExport };