@icongo/li
Version:
LibreICONS Icons
19 lines • 826 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 LIGuiFolderOpen = 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: "#ffa000",
d: "M10.673 3.586H6.12L4.983 2.448H2.138C1.512 2.448 1 2.96 1 3.586v6.828c0 .626.512 1.138 1.138 1.138h8.82c.483 0 .853-.37.853-.854V4.724c0-.626-.512-1.138-1.138-1.138z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffca28",
d: "M11.868 5.293H4.215a1.13 1.13 0 0 0-1.11.939l-.967 5.32h9.018a1.13 1.13 0 0 0 1.11-.939l.711-3.983c.142-.683-.398-1.337-1.11-1.337z"
})]
}));
export { LIGuiFolderOpen };