@ohu-mobile/icons
Version:
10 lines (9 loc) • 389 B
JavaScript
const BackOutlined = {
name: 'back',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<g fill="none" fill-rule="evenodd"><path d="M0 0 24 0 24 24 0 24z"/><path fill="currentColor" d="M11 18.75 9.722 20 .216 10.703a.975.975 0 0 1 0-1.406L9.722 0 11 1.25 2.054 10z" transform="translate(7.000000, 2.000000)"/></g>',
};
export default BackOutlined;