UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 863 B
import * as React from 'react'; export function SvgQuidditchSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M28.402 5.203L17.84 13.12l-.43-.572h-.004l-1.045-1.387-1.597 1.203.394.524-4.543.683a7.886 7.886 0 00-5.097 3.075L3 20h1.691a12.875 12.875 0 00-2.459 4.95L1.721 27h7.123c3.503 0 6.66-2.212 7.853-5.49l1.664-4.373.358.474 1.595-1.203-1.273-1.691 10.56-7.914-1.199-1.6zm-11.877 9.498l.413.549-2.116 5.563A6.382 6.382 0 018.844 25H4.289a10.884 10.884 0 012.744-4.62L9.413 18H7l.115-.156a5.902 5.902 0 013.807-2.297l5.603-.846zM23.5 20c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0 2c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5-1.5-.673-1.5-1.5.673-1.5 1.5-1.5z" }))); } export default SvgQuidditchSolid;