next-gen-ui
Version:
Next Gen Ui is a home for front-end & UI/Ux developers. We provide all the necessary components required to build a scalable front-end application which suits the user experience in a unique way.
15 lines • 936 B
JavaScript
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
import { jsx as _jsx } from "react/jsx-runtime";
var SvgUser = function (props) { return (_jsx("svg", __assign({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", fill: "#8a8a8a" }, props, { children: _jsx("path", { d: "M41.245 33.035a16 16 0 1 0-18.49 0A26.041 26.041 0 0 0 4 58a2 2 0 0 0 2 2h52a2 2 0 0 0 2-2 26.041 26.041 0 0 0-18.755-24.965ZM20 20a12 12 0 1 1 12 12 12.014 12.014 0 0 1-12-12ZM8.09 56A22.03 22.03 0 0 1 30 36h4a22.03 22.03 0 0 1 21.91 20Z" }, void 0) }), void 0)); };
export default SvgUser;
//# sourceMappingURL=User.js.map