@ohu-mobile/icons
Version:
12 lines (11 loc) • 404 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const VipCrownOutlined = {
name: 'vip-crown',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M2 19h20v2H2zM2 5l5 3.5L12 2l5 6.5L22 5v12H2zm2 3.841V15h16V8.841l-3.42 2.394L12 5.28l-4.58 5.955z"/>',
};
exports.default = VipCrownOutlined;