@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines (7 loc) • 1.06 kB
JavaScript
import React from 'react'
const Man = (props) => (
<svg fill="currentcolor" width="24" height="24" data-testid="icon:man" {...props}>
<path d="M12,13 C14.209139,13 16,11.209139 16,9 C16,8.23521588 15.7853685,7.52056164 15.4130544,6.91298627 C14.1943058,8.00244141 11.4799345,8.00244141 10.079834,8.00244141 C9.09559679,8.00244141 8.4263247,8.70938482 8.01662509,9.36715389 C8.20199731,11.404201 9.91463924,13 12,13 Z M6,9 C6,5.6862915 8.6862915,3 12,3 C15.3137085,3 18,5.6862915 18,9 C18,10.5367089 17.4222929,11.938487 16.472213,13 L17.986304,13 C18.5361709,13 19.1017113,13.4301213 19.250671,13.9650016 L20.9411477,20.0351204 C21.0895713,20.5680761 20.7631681,21.0004902 20.2052961,21.00095 L3.77289949,21.0144919 C3.21807623,21.0149492 2.88731711,20.5843814 3.03531778,20.048485 L4.7149115,13.9668348 C4.86237963,13.4328667 5.43187492,13 5.97754832,13 L7.52778699,13 C6.57770714,11.938487 6,10.5367089 6,9 Z M17.4594042,15.0000967 L6.50303836,15.0021072 L5.39233733,19 L18.5845885,19.0008467 L17.4594042,15.0000967 Z" />
</svg>
)
export default Man