UNPKG

polestar-icons

Version:
45 lines (36 loc) 3.09 kB
"use strict"; function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } require("core-js/modules/es.object.assign"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } var SvgHpux = function SvgHpux(props) { return React.createElement("svg", _extends({ id: "hpux_svg__hpux", xmlns: "http://www.w3.org/2000/svg", x: 0, y: 0, viewBox: "0 0 222 140", style: { enableBackground: 'new 0 0 222 140' }, xmlSpace: "preserve" }, props), React.createElement("style", null, '.hpux_svg__st1{fill-rule:evenodd;clip-rule:evenodd;fill:#2360a5}'), React.createElement("path", { d: "M1 15.1v103.6C1 131.4 5.8 138 17.2 138h69.5l3.1-9.6C60.5 118.8 46.1 93 46.1 68.5 46.1 40.9 64 20 86.8 10.3l3-8.3H15.5C8.9 2 1 8.6 1 15.1zm220 0C221 8.6 214.4 2 207.9 2h-88.8l-3.5 8.3c38.9 1.7 59.9 30.6 59.9 58.2 0 24.5-17.9 58.2-55.1 59.9l-4.8 9.6h90.5c10 0 14.9-6.6 14.9-19.2V15.1z", style: { fillRule: 'evenodd', clipRule: 'evenodd', fill: '#2360a5' } }), React.createElement("path", { className: "hpux_svg__st1", d: "M99.4 94.3s14.9-41.9 15.2-43.6c.8-4.5-3.8-8-8.6-8h-9.6L110.8 2H96.3L64 94.3l13.5.1 15.3-43.8h8.3L85 94.3h14.4zM152.7 42.6c-4.8-.1-25.7.1-25.7.1L94.6 138H109l13.1-42h16.2c6.6 0 8.1-4.4 9.8-9.4 1.3-3.5 11.8-34.5 12.2-36.2 1-3.6-2-7.7-7.6-7.8zm-19.2 46.8-8.3.1 13.1-39.1 8.3.1-13.1 38.9z" })); }; var _default = SvgHpux; exports.default = _default;