UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 455 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgEjectFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="m12.416 3.624 7.066 10.599a.5.5 0 0 1-.416.777H4.934a.5.5 0 0 1-.416-.777l7.066-10.599a.5.5 0 0 1 .832 0M5 17h14a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2" /> </Svg> ); export default SvgEjectFill;