You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
433 B

import React from 'react'
const SvgClose = props => (
<svg viewBox="0 0 10 10" width="1em" height="1em" {...props}>
<g fill="currentColor" fillRule="evenodd">
<path d="M7.744 1.077a.833.833 0 1 1 1.179 1.179L2.256 8.923a.833.833 0 1 1-1.179-1.179l6.667-6.667z" />
<path d="M1.077 2.256a.833.833 0 1 1 1.179-1.179l6.667 6.667a.833.833 0 1 1-1.179 1.179L1.077 2.256z" />
</g>
</svg>
)
export default SvgClose