@ohu-mobile/icons
Version:
12 lines (11 loc) • 364 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const UserFilled = {
name: 'user',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M20 22H4v-2a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5zm-8-9a6 6 0 1 1 0-12 6 6 0 0 1 0 12"/>',
};
exports.default = UserFilled;