UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 303 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgRhythmLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M2 9h2v12H2V9Zm6-6h2v18H8V3Zm6 9h2v9h-2v-9Zm6-6h2v15h-2V6Z" /> </Svg> ); export default SvgRhythmLine;