@ohu-mobile/icons
Version:
12 lines (11 loc) • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const RecordMailOutlined = {
name: 'record-mail',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M14.257 15a5.5 5.5 0 1 1 4.243 2h-13a5.5 5.5 0 1 1 4.243-2zM5.5 15a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m13 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7"/>',
};
exports.default = RecordMailOutlined;