@ohu-mobile/icons
Version:
10 lines (9 loc) • 452 B
JavaScript
const VipDiamondOutlined = {
name: 'vip-diamond',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M4.873 3h14.254a1 1 0 0 1 .809.412l3.823 5.256a.5.5 0 0 1-.037.633L12.367 21.602a.5.5 0 0 1-.706.028q-.01-.008-11.383-12.329a.5.5 0 0 1-.037-.633l3.823-5.256A1 1 0 0 1 4.873 3m.51 2-2.8 3.85L12 19.05l9.417-10.2-2.8-3.85z"/>',
};
export default VipDiamondOutlined;