UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.46 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiPortfolio = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiPortfolio = function LIGuiPortfolio(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: "M1.632 12.263h10.736a.632.632 0 0 0 .632-.631V7.213c-.79.447-2.33 1.063-4.947 1.186v.33a.902.902 0 0 1-.903.903h-.112a.902.902 0 0 1-.903-.903v-.331C3.445 8.27 1.82 7.628 1 7.184v4.448c0 .348.283.631.632.631zm10.631-2.21v1.473H10.79c0-.814.659-1.473 1.473-1.473zm-10.526 0c.814 0 1.473.659 1.473 1.473H1.737v-1.473zm4.398-3.58h1.918v1.188c1.818-.09 3.047-.427 3.79-.716.594-.232.965-.465 1.157-.604V4.579a.632.632 0 0 0-.632-.632h-1.736V2.79c0-.58-.473-1.052-1.053-1.052H4.42c-.58 0-1.053.472-1.053 1.052v1.158H1.632A.632.632 0 0 0 1 4.58v1.746c.498.328 2.07 1.181 5.135 1.334V6.474zM4.211 2.79a.21.21 0 0 1 .21-.21h5.158a.21.21 0 0 1 .21.21v1.158H4.211V2.79z" }) })); }; exports.LIGuiPortfolio = LIGuiPortfolio;