@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 454 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgBarricadeLine = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M6.493 19h11.014l-.667-3H7.16l-.667 3Zm13.063 0H21v2H3v-2h1.444L7.826 3.783A1 1 0 0 1 8.802 3h6.396a1 1 0 0 1 .976.783L19.556 19ZM7.604 14h8.792l-.89-4H8.494l-.889 4Zm1.334-6h6.124l-.666-3H9.604l-.666 3Z" />
</Svg>
);
export default SvgBarricadeLine;