@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 391 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgBox1Line = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="m12 1 9.5 5.5v11L12 23l-9.5-5.5v-11L12 1ZM5.494 7.078 13 11.423v8.687l6.5-3.763V7.653L12 3.311 5.494 7.078ZM4.5 8.813v7.534L11 20.11v-7.534L4.5 8.813Z" />
</Svg>
);
export default SvgBox1Line;