UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 543 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgHtml5Line = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="m12 18.178-4.62-1.256-.328-3.544h2.27l.158 1.844 2.52.667 2.52-.667.26-2.866H6.96l-.635-6.678h11.35l-.227 2.21H8.822l.204 2.256h8.217l-.624 6.778zM3 2h18l-1.623 18L12 22l-7.377-2zm2.188 2L6.49 18.434 12 19.928l5.51-1.494L18.812 4z" /> </Svg> ); export default SvgHtml5Line;