UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 567 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgStackOverflowFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M18.001 20.003V14.67h2v7.333h-16V14.67h2v5.333h12ZM7.6 14.736l.313-1.979 8.837 1.7-.113 1.586L7.6 14.736Zm1.2-4.531.732-1.6 7.998 3.732-.733 1.6-7.998-3.732Zm2.265-3.932 1.133-1.333 6.798 5.664-1.133 1.333-6.798-5.664Zm4.332-4.132 5.265 7.064-1.4 1.066-5.264-7.064 1.4-1.066ZM7.333 18.668V16.67h9.33v2h-9.33Z" /> </Svg> ); export default SvgStackOverflowFill;