UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 463 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgFontSansSerif = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M5 4h14v4h-1.5C17 6 17 5 15 5h-5v7h3c1 0 2-.5 2-2h1v5h-1c0-1.5-1-2-2-2h-3v4.5c0 2.5 3.5 2.5 3.5 2.5v1H5v-1c2-.5 2-1.5 2-2.5v-10c0-1 0-2-2-2.5z" /> </Svg> ); export default SvgFontSansSerif;