mirror of https://github.com/sgoudham/carbon.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
258 B
JavaScript
8 lines
258 B
JavaScript
8 years ago
|
import React from 'react'
|
||
|
|
||
|
export default () => (
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" width="9" height="7" viewBox="0 0 9 7">
|
||
|
<polygon fill="#FFFFFF" fillRule="evenodd" points="2.852 5.016 8.275 0 9 .67 2.852 6.344 0 3.711 .713 3.042"/>
|
||
|
</svg>
|
||
|
)
|