appirio-tech-react-components-test10
Version:
Topcoder UI Kit library of components for our React apps.
19 lines (16 loc) • 1.06 kB
JSX
import React from 'react'
const IconLeave = ({ width = '16px', height = '16px' }) => {
return (
<svg width={width} height={height} viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<title>exit</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Symbols" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<g id="Member---CU-action" transform="translate(-329.000000, -22.000000)" fill="#262628">
<path d="M334,34.6 L331,31.6 L331,25.4 L334,28.4 L334,34.6 Z M332.4,24 L337,24 L337,26 L339,26 L339,23 C339,22.4 338.6,22 338,22 L330,22 C329.4,22 329,22.4 329,23 L329,32 C329,32.3 329.1,32.5 329.3,32.7 L334.3,37.7 C334.5,37.9 334.7,38 335,38 C335.1,38 335.3,38 335.4,37.9 C335.8,37.8 336,37.4 336,37 L336,28 C336,27.7 335.9,27.5 335.7,27.3 L332.4,24 Z M344.7,29.3 L341,25.6 L339.6,27 L341.6,29 L337,29 L337,31 L341.6,31 L339.6,33 L341,34.4 L344.7,30.7 C345.1,30.3 345.1,29.7 344.7,29.3 Z" id="exit"></path>
</g>
</g>
</svg>
)
}
export default IconLeave