@ohu-mobile/icons
Version:
12 lines (11 loc) • 433 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowGoForwardOutlined = {
name: 'arrow-go-forward',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M18.172 7H11a6 6 0 1 0 0 12h9v2h-9a8 8 0 1 1 0-16h7.172l-2.536-2.536L17.05 1.05 22 6l-4.95 4.95-1.414-1.414z"/>',
};
exports.default = ArrowGoForwardOutlined;