@ohu-mobile/icons
Version:
12 lines (11 loc) • 356 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const CheckFilled = {
name: 'check',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m10 15.172 9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z"/>',
};
exports.default = CheckFilled;