UNPKG

@navinc/base-react-components

Version:
13 lines (10 loc) 964 B
import React from 'react' const Profile = (props) => ( <svg fill="currentcolor" width="24" height="24" data-testid="icon:profile" {...props}> <path fillRule="evenodd" d="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 M12,13 C14.209139,13 16,11.209139 16,9 C16,6.790861 14.209139,5 12,5 C9.790861,5 8,6.790861 8,9 C8,11.209139 9.790861,13 12,13 Z" /> </svg> ) export default Profile