UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 333 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgStopMiniLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M6 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7Zm2 1v8h8V8H8Z" /> </Svg> ); export default SvgStopMiniLine;