react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 766 B
JavaScript
import * as React from 'react';
export function SvgUserMdSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M8.438 6l-.282.469S5 11.652 5 20v1h6.094A4.962 4.962 0 0011 22c0 2.75 2.25 5 5 5s5-2.25 5-5c0-.344-.027-.676-.094-1H27v-1c0-4.61-.777-7.988-1.563-10.219-.785-2.23-1.625-3.375-1.625-3.375L23.5 6zm1.218 2h12.719c.145.207.574.73 1.188 2.469.648 1.84 1.23 4.73 1.343 8.531H20a5.02 5.02 0 00-4-2 5.02 5.02 0 00-4 2H7.094c.226-6.648 2.23-10.43 2.562-11zM15 10v2h-2v2h2v2h2v-2h2v-2h-2v-2zm1 9c1.668 0 3 1.332 3 3s-1.332 3-3 3-3-1.332-3-3 1.332-3 3-3zm0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" })));
}
export default SvgUserMdSolid;