@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 401 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgWindowsFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="m3.001 5.479 7.377-1.016v7.127H3V5.48Zm0 13.042 7.377 1.017v-7.04H3v6.023Zm8.188 1.125L21.001 21v-8.502h-9.812v7.148Zm0-15.292v7.236h9.812V3l-9.812 1.354Z" />
</Svg>
);
export default SvgWindowsFill;