polestar-icons
Version:
Polestar UI Icons
48 lines (39 loc) • 3 kB
JavaScript
;
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 SvgAix = function SvgAix(props) {
return React.createElement("svg", _extends({
id: "aix_svg__aix",
xmlns: "http://www.w3.org/2000/svg",
x: 0,
y: 0,
viewBox: "0 0 136 136",
style: {
enableBackground: 'new 0 0 136 136'
},
xmlSpace: "preserve"
}, props), React.createElement("style", null, '.aix_svg__st2{fill:#fff}'), React.createElement("path", {
d: "M68 8.7C35.3 8.7 8.7 35.3 8.7 68c0 32.8 26.5 59.3 59.3 59.3s59.3-26.5 59.3-59.3c0-32.7-26.5-59.3-59.3-59.3z",
style: {
fill: '#7dba00'
}
}), React.createElement("path", {
d: "M68 0C30.4 0 0 30.4 0 68s30.4 68 68 68 68-30.4 68-68S105.6 0 68 0zm0 131.9c-35.3 0-63.9-28.6-63.9-63.9S32.7 4.1 68 4.1s63.9 28.6 63.9 63.9-28.6 63.9-63.9 63.9z",
style: {
fill: '#4281c3'
}
}), React.createElement("path", {
className: "aix_svg__st2",
d: "M43.7 49.9h-4.5L25.8 86.1h7.8l2.9-8.1h13.9l3.1 8.1h8.2L48.2 49.9h-4.5zm-5 21.9L43.5 58l4.9 13.7h-9.7zM110.3 49.9h-8.7l-8.9 12.8-9.1-12.8H75.2L88 68.3 75 86.1h8.6l9.1-12.5 9.1 12.5H110.2L97 67.7zM64.1 49.9v36.2H71.8V49.9H68z"
}));
};
var _default = SvgAix;
exports.default = _default;