fp/services/next/app/components/icons/throne.tsx

32 lines
1.7 KiB
TypeScript
Raw Normal View History

2024-01-20 16:16:14 +00:00
import * as React from "react"
const SvgComponent = (props: any) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 67 58"
fill="none"
{...props}
>
<path
fill="url(#a)"
d="M47.248 30.46c-.23.465-.532.885-.895 1.253L34.35 44.017c-.208.29-.567.474-.96.474s-.754-.183-.986-.505L20.42 31.711a2.92 2.92 0 0 1-.18-.192c-1.255-1.41-1.496-3.446-.611-5.181L32.296 1.472a1.282 1.282 0 0 1 1.093-.598c.445 0 .845.214 1.08.573l6.348 12.464 6.349 12.464c.667 1.307.698 2.836.082 4.086ZM33.773 52.015 2.145 19.801l-.1-.103a1.247 1.247 0 0 0-.794-.284c-.424.017-.796.202-1.026.507-.215.286-.278.657-.18 1.05l9.204 31.73c.22.758.576 1.462 1.066 2.086.058.08.124.157.187.232 1.093 1.269 2.742 1.965 4.45 1.965.664 0 1.335-.103 1.986-.324a52.144 52.144 0 0 1 14.758-2.614c.429-.033.855-.06 1.279-.08.35-.019.676-.188.887-.462.208-.268.288-.605.225-.931a1.142 1.142 0 0 0-.312-.556l-.002-.003Zm32.447-32.4c-.4-.275-.91-.258-1.445.06l-.13.08-27.196 27.748a1.166 1.166 0 0 0-.005 1.642l4.74 4.855a4.082 4.082 0 0 0 2.09 1.142 51.405 51.405 0 0 1 6.343 1.768 4.48 4.48 0 0 0 1.477.249c.62 0 1.241-.127 1.834-.38a6.2 6.2 0 0 0 2.552-1.91 6.202 6.202 0 0 0 1.068-2.089l9.206-31.744c.037-.148.051-.296.04-.422a1.19 1.19 0 0 0-.574-1.004v.005Z"
/>
<defs>
<linearGradient
id="a"
x1={9.812}
x2={53.995}
y1={57.158}
y2={12.678}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#4CA6FF" />
<stop offset={0.277} stopColor="#4D4DFF" />
<stop offset={0.492} stopColor="#990AFF" />
<stop offset={0.643} stopColor="#D21EB4" />
<stop offset={1} stopColor="#FFC400" />
</linearGradient>
</defs>
</svg>
)
export default SvgComponent