UNPKG

@comfortdelgro/compass-icons

Version:
67 lines (65 loc) 3.3 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 H5AccountOutlined = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ref: ref, ...props }, /*#__PURE__*/ _react.createElement("g", { fill: "none" }, /*#__PURE__*/ _react.createElement("path", { d: "M6.79425 6.82677L6.79425 6.82386C6.79386 5.82448 7.09658 4.846 7.6662 4.01207C8.23596 3.17793 9.04779 2.52515 10.0009 2.1389C10.9542 1.75259 12.0043 1.65107 13.0175 1.84785C14.0307 2.04461 14.9592 2.53028 15.6864 3.24085C16.4134 3.95125 16.9065 4.85435 17.1062 5.83499C17.3059 6.8155 17.2038 7.83207 16.812 8.75685C16.4202 9.68183 15.7553 10.4752 14.8989 11.0347C14.0423 11.5942 13.0334 11.8939 12 11.8939L11.9972 11.8939C11.3111 11.8964 10.6315 11.7662 9.99796 11.5111C9.36441 11.256 8.78987 10.8814 8.30699 10.4095C7.82414 9.93771 7.44252 9.37809 7.18324 8.76339C6.92397 8.14872 6.79192 7.49059 6.79425 6.82677ZM3.75 19.2334C3.75 18.6789 3.93431 18.255 4.26847 17.9019C4.61964 17.5309 5.16605 17.2091 5.92217 16.9512C7.443 16.4324 9.58959 16.2444 12 16.2444C14.4234 16.2444 16.5691 16.4384 18.0855 16.9626C18.8392 17.2231 19.3832 17.5474 19.7329 17.9205C20.0661 18.2761 20.25 18.7029 20.25 19.2598C20.25 19.8152 20.0656 20.2395 19.7315 20.5926C19.3805 20.9638 18.8342 21.2855 18.0782 21.5435C16.5576 22.0622 14.4111 22.25 12 22.25C9.57714 22.25 7.43146 22.056 5.91499 21.5317C5.16122 21.271 4.61704 20.9467 4.26726 20.5734C3.93399 20.2177 3.75 19.7907 3.75 19.2334Z", stroke: "currentColor", strokeWidth: 1.5 }))); const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(H5AccountOutlined); const _default = ForwardRef;