ld-html
Version:
Last Draft edit html plugin
13 lines (11 loc) • 405 B
JavaScript
import React, {Component} from 'react'
export default class extends Component {
render () {
return (
<svg fill='currentColor' className='ld-button-html-edit' height='24' viewBox='0 0 24 24' width='24'>
<path d='M0 0h24v24H0V0z' fill='none' />
<path d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z' />
</svg>
)
}
}