@ohu-mobile/icons
Version:
12 lines (11 loc) • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ImageFilled = {
name: 'image',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M20 5H4v14l9.292-9.294a1 1 0 0 1 1.414 0L20 15.01zM2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007zM8 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4"/>',
};
exports.default = ImageFilled;