@ohu-mobile/icons
Version:
12 lines (11 loc) • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const HonourFilled = {
name: 'honour',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M21 4v14.721a.5.5 0 0 1-.298.458L12 23.03l-8.702-3.85A.5.5 0 0 1 3 18.72V4H1V2h22v2zM8 12v2h8v-2zm0-4v2h8V8z"/>',
};
exports.default = HonourFilled;