@icongo/li
Version:
LibreICONS Icons
14 lines • 754 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiPrintSize = props => /*#__PURE__*/_jsx("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: "M7.52 8.039 5.96 6.48 3.876 8.566 2.469 7.159v4.372h4.372l-1.407-1.407L7.52 8.04zm-4.316 2.757V8.933l.672.672L5.96 7.52l.52.519-2.086 2.085.672.672H3.204zM7.16 2.469l1.407 1.407L6.48 5.96l1.56 1.559 2.085-2.085 1.407 1.407V2.469H7.159zm3.637 2.598-.672-.672L8.04 6.48l-.52-.519 2.086-2.085-.672-.672h1.863v1.863zM1 1v12h12V1H1Zm11.265 11.265H1.735V1.735h10.53v10.53z"
})
}));
export { LIGuiPrintSize };