react-select-toolbar
Version:
A select toolbar for sharing text highlights similar to medium
17 lines (14 loc) • 520 B
JavaScript
import React from 'react'
import styled from 'styled-components'
export default class extends React.Component {
render () {
return (
<Icon height='24' width='24' fill='currentColor' viewBox='0 0 430.113 430.114'>
<path d='M158.08 83.3v59.218h-43.384v72.412h43.385v215.183h89.123V214.936h59.805s5.6-34.72 8.316-72.685H247.54V92.74c0-7.4 9.717-17.354 19.32-17.354h48.558V0h-66.02c-93.52-.004-91.317 72.48-91.317 83.3z' />
</Icon>
)
}
}
const Icon = styled.svg`
transform: scale(0.8);
`