@nant-design/nant-icons
Version:
67 lines (44 loc) • 3.93 kB
JSX
import React from 'react';
export const LogoRollup = ({fill="url(#f)",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 800 800" {...other}>
<path d="M706.075 263.386c0-47.098-12.335-91.253-34.062-129.52-57.611-59.294-182.927-73.03-214.045-.281-31.96 74.573 53.686 157.556 91.113 150.967 47.659-8.41-8.411-117.746-8.411-117.746 72.89 137.371 56.07 95.319-75.694 221.475-131.763 126.156-266.33 392.346-285.954 403.56-.841.561-1.682.982-2.664 1.402h516.821c9.111 0 14.999-9.672 10.934-17.802L568.985 507.989c-2.943-5.747-.841-12.896 4.766-16.12 79.058-45.416 132.324-130.642 132.324-228.483Z" fill="url(#a)"/>
<path d="M706.075 263.386c0-47.098-12.335-91.253-34.062-129.52-57.611-59.294-182.927-73.03-214.045-.281-31.96 74.573 53.686 157.556 91.113 150.967 47.659-8.41-8.411-117.746-8.411-117.746 72.89 137.371 56.07 95.319-75.694 221.475-131.763 126.156-266.33 392.346-285.954 403.56-.841.561-1.682.982-2.664 1.402h516.821c9.111 0 14.999-9.672 10.934-17.802L568.985 507.989c-2.943-5.747-.841-12.896 4.766-16.12 79.058-45.416 132.324-130.642 132.324-228.483Z" fill="url(#b)"/>
<path d="M179.022 791.843c19.625-11.214 154.192-277.544 285.955-403.7 131.763-126.157 148.584-84.105 75.694-221.475 0 0-278.946 391.085-379.871 584.525" fill="url(#c)"/>
<path d="M218.271 441.407C406.665 95.037 431.335 60.135 529.457 60.135c51.584 0 103.588 23.268 137.23 64.62C620.85 50.883 539.689 1.402 446.754 0H126.738c-6.729 0-12.196 5.467-12.196 12.195v645.08c19.064-49.201 51.444-119.568 103.729-215.868Z" fill="url(#d)"/>
<path d="M464.977 388.142C333.213 514.299 198.646 780.629 179.022 791.843c-19.624 11.214-52.565 12.615-70.087-7.009-18.643-20.886-47.659-54.668 109.336-343.426C406.664 95.039 431.335 60.136 529.457 60.136c51.584 0 103.588 23.269 137.23 64.62 1.822 2.944 3.644 6.027 5.467 9.111-57.612-59.293-182.927-73.03-214.046-.28-31.96 74.572 53.687 157.555 91.113 150.967 47.659-8.41-8.41-117.746-8.41-117.746 72.75 137.23 55.929 95.178-75.834 221.334Z" fill="url(#e)"/>
<path opacity="0.3" d="M233.69 456.828C422.083 110.458 446.754 75.555 544.876 75.555c42.472 0 85.225 15.84 117.746 44.435-33.642-38.408-83.544-59.854-133.165-59.854-98.122 0-122.793 34.903-311.186 381.272C61.276 730.166 90.292 763.948 108.935 784.834c2.664 2.944 5.747 5.467 8.971 7.57-16.4-23.83-23.689-79.199 115.784-335.576Z" fill={fill}/>
<defs >
<linearGradient id="a" x1="318.451" y1="426.059" x2="534.319" y2="476.522" gradientUnits="userSpaceOnUse">
<stop stopColor="#FF6533"/>
<stop offset="0.157" stopColor="#FF5633"/>
<stop offset="0.434" stopColor="#FF4333"/>
<stop offset="0.714" stopColor="#FF3733"/>
<stop offset="1" stopColor="#F33"/>
</linearGradient>
<linearGradient id="b" x1="284.688" y1="354.502" x2="671.569" y2="654.474" gradientUnits="userSpaceOnUse">
<stop stopColor="#BF3338"/>
<stop offset="1" stopColor="#F33"/>
</linearGradient>
<linearGradient id="c" x1="297.309" y1="413.593" x2="353.379" y2="472.466" gradientUnits="userSpaceOnUse">
<stop stopColor="#FF6533"/>
<stop offset="0.157" stopColor="#FF5633"/>
<stop offset="0.434" stopColor="#FF4333"/>
<stop offset="0.714" stopColor="#FF3733"/>
<stop offset="1" stopColor="#F33"/>
</linearGradient>
<linearGradient id="d" x1="399.251" y1="514.938" x2="382.43" y2="273.839" gradientUnits="userSpaceOnUse">
<stop stopColor="#FF6533"/>
<stop offset="0.157" stopColor="#FF5633"/>
<stop offset="0.434" stopColor="#FF4333"/>
<stop offset="0.714" stopColor="#FF3733"/>
<stop offset="1" stopColor="#F33"/>
</linearGradient>
<linearGradient id="e" x1="326.38" y1="409.461" x2="406.024" y2="463.62" gradientUnits="userSpaceOnUse">
<stop stopColor="#FBB040"/>
<stop offset="1" stopColor="#FB8840"/>
</linearGradient>
<linearGradient id="f" x1="407.972" y1="103.25" x2="326.671" y2="997.559" gradientUnits="userSpaceOnUse">
<stop stopColor="#fff"/>
<stop offset="1" stopColor="#fff" stopOpacity="0"/>
</linearGradient></defs></svg>;
};