@ohu-mobile/icons
Version:
10 lines (9 loc) • 396 B
JavaScript
const EditOutlined = {
name: 'edit',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M5 19h1.414l9.314-9.314-1.414-1.414L5 17.586zm16 2H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L9.243 19H21zM15.728 6.858l1.414 1.414 1.414-1.414-1.414-1.414z"/>',
};
export default EditOutlined;