UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 914 B
import * as React from 'react'; export function SvgHockeyPuckSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 7C9.043 7 2 8.718 2 12v8c0 3.282 7.043 5 14 5s14-1.718 14-5v-8c0-3.282-7.043-5-14-5zm0 2c7.444 0 12 1.942 12 3 0 .926-3.489 2.528-9.348 2.914A40.34 40.34 0 0116 15c-7.444 0-12-1.942-12-3s4.556-3 12-3zM4 14.707c.06.035.134.064.195.098a9.77 9.77 0 001.014.486c.346.144.706.282 1.094.408.813.265 1.725.48 2.681.664.289.055.587.1.885.147.85.137 1.726.247 2.633.324 1.15.098 2.319.166 3.498.166 1.18 0 2.349-.068 3.498-.166a35.139 35.139 0 002.633-.324c.298-.047.596-.092.885-.147.956-.184 1.868-.4 2.681-.664a14.457 14.457 0 001.395-.539 9.77 9.77 0 00.713-.355c.061-.034.136-.063.195-.098V20c0 1.058-4.556 3-12 3S4 21.058 4 20v-5.293z" }))); } export default SvgHockeyPuckSolid;