UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.16 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiPrintSize = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiPrintSize = function LIGuiPrintSize(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.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" }) })); }; exports.LIGuiPrintSize = LIGuiPrintSize;