@ohu-mobile/icons
Version:
12 lines (11 loc) • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const CloseFilled = {
name: 'close',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m12 10.586 4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"/>',
};
exports.default = CloseFilled;