const ArrowRightSOutlined = {
name: 'arrow-right-s',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m13.172 12-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z"/>',
};
export default ArrowRightSOutlined;