@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines (7 loc) • 1.53 kB
JavaScript
import React from 'react'
const SortHorizontal = (props) => (
<svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:sort-horizontal" {...props}>
<path d="M7.54673769,5.88169554 C7.93892761,5.48950562 7.94300053,4.85771305 7.54975357,4.46446609 C7.15922928,4.0739418 6.52375918,4.07624692 6.13252413,4.46748198 L3.31012877,7.28987734 C3.11235247,7.48765363 3.01529537,7.7433362 3.01545788,7.99926347 C3.01369472,8.25553515 3.11099279,8.51098669 3.30711288,8.70710678 C3.30912364,8.70911649 6.13252413,11.532518 6.13252413,11.532518 C6.52471405,11.9247079 7.15650662,11.9287809 7.54975357,11.5355339 C7.94027786,11.1450096 7.93797275,10.5095395 7.54673769,10.1183045 L6.42843323,9 L18.9996668,9 C19.5521356,9 20,8.55613518 20,8 C20,7.44771525 19.5522823,7 18.9996668,7 L6.42843323,7 L7.54673769,5.88169554 Z M5.00087166,15 C4.44463086,15 4,15.4477153 4,16 C4,16.5561352 4.4481055,17 5.00087166,17 L17.6068665,17 L16.488562,18.1183045 C16.0973269,18.5095395 16.0950218,19.1450096 16.4855461,19.5355339 C16.8787931,19.9287809 17.5105856,19.9247079 17.9027756,19.532518 C17.9027756,19.532518 20.726176,16.7091165 20.7281868,16.7071068 C20.9243069,16.5109867 21.021605,16.2555352 21.0198418,15.9992635 C21.0200043,15.7433362 20.9229472,15.4876536 20.7251709,15.2898773 L17.9027756,12.467482 C17.5115405,12.0762469 16.8760704,12.0739418 16.4855461,12.4644661 C16.0922992,12.857713 16.0963721,13.4895056 16.488562,13.8816955 L17.6068665,15 L5.00087166,15 Z" />
</svg>
)
export default SortHorizontal