in karavan-space/src/designer/icons/KaravanIcons.tsx [183:261]
export function CamelIcon(props?: (JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>) | undefined) {
return (<svg
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
preserveAspectRatio="xMidYMid"
viewBox="0 0 256 256"
{...props}
className="icon" width="32px" height="32px">
<defs>
<linearGradient
id="b"
x1="-12.564%"
x2="101.304%"
y1="108.214%"
y2="-1.964%"
>
<stop offset="0%" stopColor="#F69923"/>
<stop offset="10.996%" stopColor="#F79A23"/>
<stop offset="94.502%" stopColor="#E97826"/>
</linearGradient>
<linearGradient
id="d"
x1="-12.564%"
x2="101.304%"
y1="108.214%"
y2="-1.964%"
>
<stop offset="0%" stopColor="#F69923"/>
<stop offset="8.048%" stopColor="#F79A23"/>
<stop offset="41.874%" stopColor="#E97826"/>
</linearGradient>
<linearGradient
id="e"
x1="74.724%"
x2="6.653%"
y1="-3.059%"
y2="100.066%"
>
<stop offset="0%" stopColor="#F6E423"/>
<stop offset="41.191%" stopColor="#F79A23"/>
<stop offset="73.271%" stopColor="#E97826"/>
</linearGradient>
<circle id="a" cx={128} cy={128} r={128}/>
</defs>
<mask id="c" fill="#fff">
<use xlinkHref="#a"/>
</mask>
<circle
cx={127.994}
cy={127.994}
r={123.111}
fill="url(#b)"
mask="url(#c)"
/>
<path
fill="url(#d)"
d="M128 256C57.308 256 0 198.692 0 128 0 57.308 57.308 0 128 0c70.692 0 128 57.308 128 128 0 70.692-57.308 128-128 128Zm0-9.768c65.298 0 118.232-52.934 118.232-118.232S193.298 9.768 128 9.768 9.768 62.702 9.768 128 62.702 246.232 128 246.232Z"
mask="url(#c)"
/>
<path
fill="url(#e)"
d="M98.044 75.517c-1.751-.002-3.524.01-5.292.061-2.056.06-4.817.713-8 1.785 53.775 40.834 73.108 114.497 39.875 178.514 1.129.03 2.249.123 3.385.123 60.736 0 111.492-42.323 124.609-99.071-38.542-45.178-90.813-81.314-154.578-81.412Z"
mask="url(#c)"
opacity={0.75}
/>
<path
fill="#28170B"
d="M84.752 77.368C66.895 83.378 32.83 104.546.079 132.81c2.487 67.334 57.028 121.313 124.548 123.07 33.233-64.016 13.901-137.68-39.875-178.513Z"
mask="url(#c)"
opacity={0.75}
/>
<path
fill="#FFF"
d="M128.747 54.005c-10.985 5.495 0 27.466 0 27.466C95.774 108.954 102.78 155.9 64.312 155.9c-20.97 0-42.242-24.077-64.233-38.828-.283 3.479-.785 6.972-.785 10.524 0 48.095 26.263 89.924 65.42 111.897 10.952-1.38 22.838-4.114 31.05-9.592 43.146-28.765 53.857-83.491 71.487-109.925 10.979-16.492 62.434-15.061 65.906-22.01 5.502-10.991-10.99-27.467-16.491-27.467h-43.958c-3.071 0-7.897-5.456-10.974-5.456h-16.492s-7.307-11.085-13.794-11.526c-.93-.066-1.83.053-2.7.488Z"
mask="url(#c)"
/>
</svg>
);
}