UNPKG
@omtanke/react-material-icons
Version:
latest (1.0.0-Alpha-7)
1.0.0-Alpha-7
1.0.0-Alpha-6
1.0.0-Alpha-5
1.0.0-Alpha-4
1.0.0-Alpha-3
1.0.0-Alpha-2
1.0.0-Alpha-1
Google Fonts - Material Icons
github.com/omtanke/react-material-icons
omtanke/react-material-icons
@omtanke/react-material-icons
/
src
/
TitleSharp.js
16 lines
(14 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const
SvgTitleSharp
= (
props
) => {
return
(
<
svg
xmlns
=
'http://www.w3.org/2000/svg'
height
=
'1em'
viewBox
=
'0 0 24 24'
width
=
'1em'
className
=
'svg-icon'
{
...props
}>
<
path
d
=
'M5 4v3h5.5v12h3V7H19V4H5z'
/>
</
svg
>
); }
export
default
SvgTitleSharp
;