@ohu-mobile/icons
Version:
12 lines (11 loc) • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const RepeatOutlined = {
name: 'repeat',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M6 4h15a1 1 0 0 1 1 1v7h-2V6H6v3L1 5l5-4zm12 16H3a1 1 0 0 1-1-1v-7h2v6h14v-3l5 4-5 4z"/>',
};
exports.default = RepeatOutlined;