@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandUplay = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandUplay = function LIBrandUplay(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: "M5.68 1.12a.84.84 0 0 0 0 1.68.84.84 0 0 0 0-1.68Zm-2.857.48C1.782 1.6 1 2.452 1 3.58c0 1.027 1.056 1.5 1.77 1.5.736 0 1.83-.497 1.83-1.883C4.6 1.936 3.437 1.6 2.823 1.6Zm5.692.728c-2.982 0-5.4 2.651-5.4 5.91 0 2.881 3.593 4.642 5.55 4.642 2.048 0 4.335-2.407 4.335-5.633 0-3.12-3.405-4.92-4.485-4.92ZM5.32 5.68h1.2v2.76c0 .199.161.36.36.36h2.16a.36.36 0 0 0 .36-.36V5.68h1.2V10H6.88a1.56 1.56 0 0 1-1.56-1.56V5.68z"
})
}));
};
exports.LIBrandUplay = LIBrandUplay;