@ohu-mobile/icons
Version:
10 lines (9 loc) • 353 B
JavaScript
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"/>',
};
export default ArrowGoForwardOutlined;