UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 639 B
import * as React from 'react'; export function SvgMaleSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 2c-2.2 0-4 1.8-4 4 0 1.066.434 2.031 1.125 2.75C11.273 9.773 10 11.746 10 14v5.406l.281.313L12 21.437V30h2v-9.406l-.281-.313L12 18.563V14c0-2.219 1.781-4 4-4 2.219 0 4 1.781 4 4v4.563l-1.719 1.718-.281.313V30h2v-8.563l1.719-1.718.281-.313V14c0-2.254-1.273-4.227-3.125-5.25A3.958 3.958 0 0020 6c0-2.2-1.8-4-4-4zm0 2c1.117 0 2 .883 2 2s-.883 2-2 2-2-.883-2-2 .883-2 2-2z" }))); } export default SvgMaleSolid;