@icongo/li
Version:
LibreICONS Icons
29 lines • 1.13 kB
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 LIGuiSave = 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: "#4d4d4d",
d: "M13 1v12H2.667L1 11.333V1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M2 2c0-.184.149-.333.333-.333h9.334c.184 0 .333.149.333.333v4.667a.333.333 0 0 1-.333.333H2.333A.333.333 0 0 1 2 6.667V2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#cfd8dc",
d: "M10.667 4.667H3.333V4h7.334zm0 1.333H3.333v-.667h7.334zm0-2.667H3.333v-.666h7.334z"
}), /*#__PURE__*/_jsx("path", {
d: "M12 13V9.667A.667.667 0 0 0 11.333 9h-5a.667.667 0 0 0-.666.667V13H12z"
}), /*#__PURE__*/_jsx("path", {
fill: "#b0bec5",
d: "M10 13V9.667A.667.667 0 0 0 9.333 9h-5a.667.667 0 0 0-.666.667V13H10z"
}), /*#__PURE__*/_jsx("path", {
d: "M6.333 12.333H5V9.667h1.333z"
})]
}));
export { LIGuiSave };