react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 527 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgSliderHRange(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M21 11h-1.184a2.982 2.982 0 00-5.632 0H9.816a2.982 2.982 0 00-5.632 0H3a1 1 0 000 2h1.184a2.982 2.982 0 005.632 0h4.368a2.982 2.982 0 005.632 0H21a1 1 0 000-2zM7 13a1 1 0 111-1 1.001 1.001 0 01-1 1zm10 0a1 1 0 111-1 1.001 1.001 0 01-1 1z" fill="currentColor"/>
</Svg>);
}
export default SvgSliderHRange;