UNPKG

react-native-unicons

Version:
9 lines (8 loc) 381 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgWindows(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M22 2L11.2 3.6v8l10.8-.1V2zM10.2 12.5L2 12.4v6.8l8.1 1.1.1-7.8zM2 4.8v6.8h8.1V3.7L2 4.8zm9.1 7.7v7.9L22 22v-9.4l-10.9-.1z" fill="currentColor"/> </Svg>); } export default SvgWindows;