UNPKG

@comfortdelgro/compass-icons

Version:
68 lines (66 loc) 3.94 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "default", { enumerable: true, get: function() { return _default; } }); const _react = /*#__PURE__*/ _interop_require_wildcard(require("react")); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interop_require_wildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for(var key in obj){ if (key !== "default" && 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; } const H5AccountFilled = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ref: ref, ...props }, /*#__PURE__*/ _react.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ _react.createElement("path", { d: "M6.46092 6.8256L6.46092 6.82398C6.4605 5.75697 6.78376 4.713 7.39095 3.82406C7.99821 2.935 8.86257 2.24055 9.87576 1.82997C10.889 1.41936 12.0046 1.31157 13.0811 1.52063C14.1575 1.72967 15.1451 2.24585 15.9193 3.00244C16.6935 3.75894 17.2197 4.72172 17.4329 5.76847C17.646 6.81516 17.5369 7.90024 17.1189 8.88687C16.7009 9.87362 15.9923 10.7186 15.0812 11.3137C14.17 11.909 13.0977 12.2272 12 12.2272L11.9985 12.2272C11.2694 12.2299 10.5471 12.0916 9.87346 11.8203C9.19981 11.5491 8.58834 11.1505 8.07402 10.6479C7.55973 10.1454 7.15277 9.54884 6.87611 8.89293C6.59946 8.23705 6.45843 7.53447 6.46092 6.8256ZM3.41667 19.2334C3.41667 18.5927 3.63425 18.0871 4.02637 17.6728C4.42796 17.2485 5.0293 16.9036 5.81455 16.6357C7.38983 16.0984 9.58238 15.911 12 15.911C14.4311 15.911 16.6232 16.1043 18.1944 16.6475C18.9775 16.9183 19.5764 17.266 19.9762 17.6926C20.3668 18.1094 20.5833 18.6176 20.5833 19.2598C20.5833 19.9012 20.3657 20.4072 19.9737 20.8217C19.5722 21.2461 18.971 21.5911 18.1859 21.8589C16.6108 22.3963 14.4182 22.5833 12 22.5833C9.56947 22.5833 7.37742 22.39 5.80607 21.8467C5.02287 21.5759 4.42389 21.2281 4.02402 20.8013C3.63332 20.3844 3.41667 19.876 3.41667 19.2334ZM6.04425 6.82415C6.04381 5.67258 6.39272 4.54675 7.04688 3.58905C7.70104 2.63135 8.63104 1.88479 9.71927 1.4438C10.8075 1.00282 12.0051 0.887209 13.1605 1.1116C14.316 1.33599 15.3774 1.89031 16.2106 2.70443C17.0437 3.51856 17.6112 4.55593 17.8411 5.68533C18.0711 6.81474 17.9533 7.98545 17.5026 9.0494C17.0519 10.1133 16.2885 11.0227 15.3091 11.6626C14.3296 12.3024 13.178 12.6439 12 12.6439C11.2172 12.6468 10.4416 12.4983 9.71784 12.2069C8.99406 11.9154 8.33642 11.4869 7.78282 10.9459C7.22921 10.405 6.79058 9.76228 6.4922 9.05487C6.19381 8.34746 6.04157 7.58932 6.04425 6.82415Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 0.833333 }))); const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(H5AccountFilled); const _default = ForwardRef;