@icongo/li
Version:
LibreICONS Icons
19 lines • 712 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 LIGuiFolder = 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: "M11.8 3.4H6.4L5.2 2.2h-3c-.66 0-1.2.54-1.2 1.2v2.4h12V4.6c0-.66-.54-1.2-1.2-1.2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffca28",
d: "M11.8 3.4H2.2c-.66 0-1.2.54-1.2 1.2v6c0 .66.54 1.2 1.2 1.2h9.6c.66 0 1.2-.54 1.2-1.2v-6c0-.66-.54-1.2-1.2-1.2z"
})]
}));
export { LIGuiFolder };