@brizy/ui-icons
Version:
10 lines (9 loc) • 992 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserDetails = void 0;
const react_1 = __importDefault(require("react"));
exports.UserDetails = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", d: "M8.11.002c1.981.116 3.52 1.812 3.49 3.847v1.69c-.002 1.444-.823 2.754-2.104 3.354l.161.83c.087.454.414.819.847.946l3.626 1.769c.515.151.87.634.87 1.183v1.764c0 .34-.269.615-.6.615H1.6a.608.608 0 0 1-.6-.615V13.62c0-.55.355-1.033.87-1.184l3.626-1.77a1.22 1.22 0 0 0 .847-.943l.16-.83c-1.28-.6-2.102-1.91-2.103-3.354V3.694c0-1 .394-1.956 1.093-2.652A3.551 3.551 0 0 1 8.11.002ZM13 13H9v2h4v-2Z" })));