@ohu-mobile/icons
Version:
12 lines (11 loc) • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const AwardFilled = {
name: 'award',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M17 15.245v6.872a.5.5 0 0 1-.757.429L12 20l-4.243 2.546a.5.5 0 0 1-.757-.43v-6.87a8 8 0 1 1 10 0zM12 15a6 6 0 1 0 0-12 6 6 0 0 0 0 12m0-2a4 4 0 1 1 0-8 4 4 0 0 1 0 8"/>',
};
exports.default = AwardFilled;