UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 349 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgBarcodeLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M2 4h2v16H2V4Zm4 0h1v16H6V4Zm2 0h2v16H8V4Zm3 0h2v16h-2V4Zm3 0h2v16h-2V4Zm3 0h1v16h-1V4Zm2 0h3v16h-3V4Z" /> </Svg> ); export default SvgBarcodeLine;