@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
748 lines (747 loc) • 34.9 kB
JSX
const React = require("react");
const ShoppingCartIcon = ({ title, titleId, ...props }) => (
<svg
width="1em"
height="1em"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g filter="url(#filter0_ii_18_26429)">
<path
d="M3.51562 26.0312H24.6562C26.7705 26.0312 28.4844 24.3173 28.4844 22.2031C28.4844 20.0889 26.7705 18.375 24.6562 18.375"
stroke="#CAC8CB"
strokeWidth={2}
strokeLinecap="round"
/>
</g>
<circle cx={5.97656} cy={28.4609} r={1.46875} fill="#4381C4" />
<circle
cx={5.97656}
cy={28.4609}
r={1.46875}
fill="url(#paint0_radial_18_26429)"
/>
<circle
cx={5.97656}
cy={28.4609}
r={1.46875}
fill="url(#paint1_radial_18_26429)"
/>
<circle
cx={5.97656}
cy={28.4609}
r={1.46875}
fill="url(#paint2_radial_18_26429)"
/>
<g filter="url(#filter1_f_18_26429)">
<circle cx={5.97656} cy={28.4609} r={1.03906} fill="#4880CB" />
</g>
<g filter="url(#filter2_i_18_26429)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.21563 15.9062C8.38131 15.9062 8.51562 15.7719 8.51562 15.6062V12.5578C8.51562 12.3921 8.38131 12.2578 8.21562 12.2578L3.77656 12.2578C3.61088 12.2578 3.47656 12.1235 3.47656 11.9578V11.5578C3.47656 11.3921 3.61088 11.2578 3.77656 11.2578L8.21563 11.2578C8.38131 11.2578 8.51562 11.1235 8.51562 10.9578V7.925C8.51562 7.75931 8.64994 7.625 8.81563 7.625H9.21562C9.38131 7.625 9.51562 7.75931 9.51562 7.925V10.9578C9.51562 11.1235 9.64994 11.2578 9.81563 11.2578L13.7625 11.2578C13.9282 11.2578 14.0625 11.1235 14.0625 10.9578V7.925C14.0625 7.75931 14.1968 7.625 14.3625 7.625H14.7625C14.9282 7.625 15.0625 7.75931 15.0625 7.925V10.9578C15.0625 11.1235 15.1968 11.2578 15.3625 11.2578L19.3094 11.2578C19.4751 11.2578 19.6094 11.1235 19.6094 10.9578V7.925C19.6094 7.75931 19.7437 7.625 19.9094 7.625H20.3094C20.4751 7.625 20.6094 7.75931 20.6094 7.925V10.9578C20.6094 11.1235 20.7437 11.2578 20.9094 11.2578L25.3094 11.2578C25.4751 11.2578 25.6094 11.3921 25.6094 11.5578V11.9578C25.6094 12.1235 25.4751 12.2578 25.3094 12.2578L20.9094 12.2578C20.7437 12.2578 20.6094 12.3921 20.6094 12.5578V15.6062C20.6094 15.7719 20.7437 15.9062 20.9094 15.9062L25.3094 15.9062C25.4751 15.9062 25.6094 16.0406 25.6094 16.2062V16.6062C25.6094 16.7719 25.4751 16.9062 25.3094 16.9062L20.9094 16.9062C20.7437 16.9062 20.6094 17.0406 20.6094 17.2062V21.1875C20.6094 21.3532 20.4751 21.4875 20.3094 21.4875H19.9094C19.7437 21.4875 19.6094 21.3532 19.6094 21.1875V17.2062C19.6094 17.0406 19.4751 16.9062 19.3094 16.9062L15.3625 16.9062C15.1968 16.9062 15.0625 17.0406 15.0625 17.2062V20.3562C15.0625 20.5219 14.9282 20.6562 14.7625 20.6562H14.3625C14.1968 20.6562 14.0625 20.5219 14.0625 20.3562V17.2062C14.0625 17.0406 13.9282 16.9062 13.7625 16.9062L9.81563 16.9062C9.64994 16.9062 9.51562 17.0406 9.51562 17.2062V20.3562C9.51562 20.5219 9.38131 20.6562 9.21562 20.6562H8.81563C8.64994 20.6562 8.51562 20.5219 8.51562 20.3562V17.2062C8.51562 17.0406 8.38131 16.9062 8.21562 16.9062L3.77656 16.9062C3.61088 16.9063 3.47656 16.7719 3.47656 16.6062V16.2063C3.47656 16.0406 3.61088 15.9063 3.77656 15.9062L8.21563 15.9062ZM9.51562 15.6062C9.51562 15.7719 9.64994 15.9062 9.81563 15.9062L13.7625 15.9062C13.9282 15.9062 14.0625 15.7719 14.0625 15.6062V12.5578C14.0625 12.3921 13.9282 12.2578 13.7625 12.2578L9.81562 12.2578C9.64994 12.2578 9.51562 12.3921 9.51562 12.5578V15.6062ZM15.0625 15.6062C15.0625 15.7719 15.1968 15.9062 15.3625 15.9062L19.3094 15.9062C19.4751 15.9062 19.6094 15.7719 19.6094 15.6062V12.5578C19.6094 12.3921 19.4751 12.2578 19.3094 12.2578L15.3625 12.2578C15.1968 12.2578 15.0625 12.3921 15.0625 12.5578V15.6062Z"
fill="#A09DA3"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.21563 15.9062C8.38131 15.9062 8.51562 15.7719 8.51562 15.6062V12.5578C8.51562 12.3921 8.38131 12.2578 8.21562 12.2578L3.77656 12.2578C3.61088 12.2578 3.47656 12.1235 3.47656 11.9578V11.5578C3.47656 11.3921 3.61088 11.2578 3.77656 11.2578L8.21563 11.2578C8.38131 11.2578 8.51562 11.1235 8.51562 10.9578V7.925C8.51562 7.75931 8.64994 7.625 8.81563 7.625H9.21562C9.38131 7.625 9.51562 7.75931 9.51562 7.925V10.9578C9.51562 11.1235 9.64994 11.2578 9.81563 11.2578L13.7625 11.2578C13.9282 11.2578 14.0625 11.1235 14.0625 10.9578V7.925C14.0625 7.75931 14.1968 7.625 14.3625 7.625H14.7625C14.9282 7.625 15.0625 7.75931 15.0625 7.925V10.9578C15.0625 11.1235 15.1968 11.2578 15.3625 11.2578L19.3094 11.2578C19.4751 11.2578 19.6094 11.1235 19.6094 10.9578V7.925C19.6094 7.75931 19.7437 7.625 19.9094 7.625H20.3094C20.4751 7.625 20.6094 7.75931 20.6094 7.925V10.9578C20.6094 11.1235 20.7437 11.2578 20.9094 11.2578L25.3094 11.2578C25.4751 11.2578 25.6094 11.3921 25.6094 11.5578V11.9578C25.6094 12.1235 25.4751 12.2578 25.3094 12.2578L20.9094 12.2578C20.7437 12.2578 20.6094 12.3921 20.6094 12.5578V15.6062C20.6094 15.7719 20.7437 15.9062 20.9094 15.9062L25.3094 15.9062C25.4751 15.9062 25.6094 16.0406 25.6094 16.2062V16.6062C25.6094 16.7719 25.4751 16.9062 25.3094 16.9062L20.9094 16.9062C20.7437 16.9062 20.6094 17.0406 20.6094 17.2062V21.1875C20.6094 21.3532 20.4751 21.4875 20.3094 21.4875H19.9094C19.7437 21.4875 19.6094 21.3532 19.6094 21.1875V17.2062C19.6094 17.0406 19.4751 16.9062 19.3094 16.9062L15.3625 16.9062C15.1968 16.9062 15.0625 17.0406 15.0625 17.2062V20.3562C15.0625 20.5219 14.9282 20.6562 14.7625 20.6562H14.3625C14.1968 20.6562 14.0625 20.5219 14.0625 20.3562V17.2062C14.0625 17.0406 13.9282 16.9062 13.7625 16.9062L9.81563 16.9062C9.64994 16.9062 9.51562 17.0406 9.51562 17.2062V20.3562C9.51562 20.5219 9.38131 20.6562 9.21562 20.6562H8.81563C8.64994 20.6562 8.51562 20.5219 8.51562 20.3562V17.2062C8.51562 17.0406 8.38131 16.9062 8.21562 16.9062L3.77656 16.9062C3.61088 16.9063 3.47656 16.7719 3.47656 16.6062V16.2063C3.47656 16.0406 3.61088 15.9063 3.77656 15.9062L8.21563 15.9062ZM9.51562 15.6062C9.51562 15.7719 9.64994 15.9062 9.81563 15.9062L13.7625 15.9062C13.9282 15.9062 14.0625 15.7719 14.0625 15.6062V12.5578C14.0625 12.3921 13.9282 12.2578 13.7625 12.2578L9.81562 12.2578C9.64994 12.2578 9.51562 12.3921 9.51562 12.5578V15.6062ZM15.0625 15.6062C15.0625 15.7719 15.1968 15.9062 15.3625 15.9062L19.3094 15.9062C19.4751 15.9062 19.6094 15.7719 19.6094 15.6062V12.5578C19.6094 12.3921 19.4751 12.2578 19.3094 12.2578L15.3625 12.2578C15.1968 12.2578 15.0625 12.3921 15.0625 12.5578V15.6062Z"
fill="url(#paint3_radial_18_26429)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.21563 15.9062C8.38131 15.9062 8.51562 15.7719 8.51562 15.6062V12.5578C8.51562 12.3921 8.38131 12.2578 8.21562 12.2578L3.77656 12.2578C3.61088 12.2578 3.47656 12.1235 3.47656 11.9578V11.5578C3.47656 11.3921 3.61088 11.2578 3.77656 11.2578L8.21563 11.2578C8.38131 11.2578 8.51562 11.1235 8.51562 10.9578V7.925C8.51562 7.75931 8.64994 7.625 8.81563 7.625H9.21562C9.38131 7.625 9.51562 7.75931 9.51562 7.925V10.9578C9.51562 11.1235 9.64994 11.2578 9.81563 11.2578L13.7625 11.2578C13.9282 11.2578 14.0625 11.1235 14.0625 10.9578V7.925C14.0625 7.75931 14.1968 7.625 14.3625 7.625H14.7625C14.9282 7.625 15.0625 7.75931 15.0625 7.925V10.9578C15.0625 11.1235 15.1968 11.2578 15.3625 11.2578L19.3094 11.2578C19.4751 11.2578 19.6094 11.1235 19.6094 10.9578V7.925C19.6094 7.75931 19.7437 7.625 19.9094 7.625H20.3094C20.4751 7.625 20.6094 7.75931 20.6094 7.925V10.9578C20.6094 11.1235 20.7437 11.2578 20.9094 11.2578L25.3094 11.2578C25.4751 11.2578 25.6094 11.3921 25.6094 11.5578V11.9578C25.6094 12.1235 25.4751 12.2578 25.3094 12.2578L20.9094 12.2578C20.7437 12.2578 20.6094 12.3921 20.6094 12.5578V15.6062C20.6094 15.7719 20.7437 15.9062 20.9094 15.9062L25.3094 15.9062C25.4751 15.9062 25.6094 16.0406 25.6094 16.2062V16.6062C25.6094 16.7719 25.4751 16.9062 25.3094 16.9062L20.9094 16.9062C20.7437 16.9062 20.6094 17.0406 20.6094 17.2062V21.1875C20.6094 21.3532 20.4751 21.4875 20.3094 21.4875H19.9094C19.7437 21.4875 19.6094 21.3532 19.6094 21.1875V17.2062C19.6094 17.0406 19.4751 16.9062 19.3094 16.9062L15.3625 16.9062C15.1968 16.9062 15.0625 17.0406 15.0625 17.2062V20.3562C15.0625 20.5219 14.9282 20.6562 14.7625 20.6562H14.3625C14.1968 20.6562 14.0625 20.5219 14.0625 20.3562V17.2062C14.0625 17.0406 13.9282 16.9062 13.7625 16.9062L9.81563 16.9062C9.64994 16.9062 9.51562 17.0406 9.51562 17.2062V20.3562C9.51562 20.5219 9.38131 20.6562 9.21562 20.6562H8.81563C8.64994 20.6562 8.51562 20.5219 8.51562 20.3562V17.2062C8.51562 17.0406 8.38131 16.9062 8.21562 16.9062L3.77656 16.9062C3.61088 16.9063 3.47656 16.7719 3.47656 16.6062V16.2063C3.47656 16.0406 3.61088 15.9063 3.77656 15.9062L8.21563 15.9062ZM9.51562 15.6062C9.51562 15.7719 9.64994 15.9062 9.81563 15.9062L13.7625 15.9062C13.9282 15.9062 14.0625 15.7719 14.0625 15.6062V12.5578C14.0625 12.3921 13.9282 12.2578 13.7625 12.2578L9.81562 12.2578C9.64994 12.2578 9.51562 12.3921 9.51562 12.5578V15.6062ZM15.0625 15.6062C15.0625 15.7719 15.1968 15.9062 15.3625 15.9062L19.3094 15.9062C19.4751 15.9062 19.6094 15.7719 19.6094 15.6062V12.5578C19.6094 12.3921 19.4751 12.2578 19.3094 12.2578L15.3625 12.2578C15.1968 12.2578 15.0625 12.3921 15.0625 12.5578V15.6062Z"
fill="url(#paint4_linear_18_26429)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.21563 15.9062C8.38131 15.9062 8.51562 15.7719 8.51562 15.6062V12.5578C8.51562 12.3921 8.38131 12.2578 8.21562 12.2578L3.77656 12.2578C3.61088 12.2578 3.47656 12.1235 3.47656 11.9578V11.5578C3.47656 11.3921 3.61088 11.2578 3.77656 11.2578L8.21563 11.2578C8.38131 11.2578 8.51562 11.1235 8.51562 10.9578V7.925C8.51562 7.75931 8.64994 7.625 8.81563 7.625H9.21562C9.38131 7.625 9.51562 7.75931 9.51562 7.925V10.9578C9.51562 11.1235 9.64994 11.2578 9.81563 11.2578L13.7625 11.2578C13.9282 11.2578 14.0625 11.1235 14.0625 10.9578V7.925C14.0625 7.75931 14.1968 7.625 14.3625 7.625H14.7625C14.9282 7.625 15.0625 7.75931 15.0625 7.925V10.9578C15.0625 11.1235 15.1968 11.2578 15.3625 11.2578L19.3094 11.2578C19.4751 11.2578 19.6094 11.1235 19.6094 10.9578V7.925C19.6094 7.75931 19.7437 7.625 19.9094 7.625H20.3094C20.4751 7.625 20.6094 7.75931 20.6094 7.925V10.9578C20.6094 11.1235 20.7437 11.2578 20.9094 11.2578L25.3094 11.2578C25.4751 11.2578 25.6094 11.3921 25.6094 11.5578V11.9578C25.6094 12.1235 25.4751 12.2578 25.3094 12.2578L20.9094 12.2578C20.7437 12.2578 20.6094 12.3921 20.6094 12.5578V15.6062C20.6094 15.7719 20.7437 15.9062 20.9094 15.9062L25.3094 15.9062C25.4751 15.9062 25.6094 16.0406 25.6094 16.2062V16.6062C25.6094 16.7719 25.4751 16.9062 25.3094 16.9062L20.9094 16.9062C20.7437 16.9062 20.6094 17.0406 20.6094 17.2062V21.1875C20.6094 21.3532 20.4751 21.4875 20.3094 21.4875H19.9094C19.7437 21.4875 19.6094 21.3532 19.6094 21.1875V17.2062C19.6094 17.0406 19.4751 16.9062 19.3094 16.9062L15.3625 16.9062C15.1968 16.9062 15.0625 17.0406 15.0625 17.2062V20.3562C15.0625 20.5219 14.9282 20.6562 14.7625 20.6562H14.3625C14.1968 20.6562 14.0625 20.5219 14.0625 20.3562V17.2062C14.0625 17.0406 13.9282 16.9062 13.7625 16.9062L9.81563 16.9062C9.64994 16.9062 9.51562 17.0406 9.51562 17.2062V20.3562C9.51562 20.5219 9.38131 20.6562 9.21562 20.6562H8.81563C8.64994 20.6562 8.51562 20.5219 8.51562 20.3562V17.2062C8.51562 17.0406 8.38131 16.9062 8.21562 16.9062L3.77656 16.9062C3.61088 16.9063 3.47656 16.7719 3.47656 16.6062V16.2063C3.47656 16.0406 3.61088 15.9063 3.77656 15.9062L8.21563 15.9062ZM9.51562 15.6062C9.51562 15.7719 9.64994 15.9062 9.81563 15.9062L13.7625 15.9062C13.9282 15.9062 14.0625 15.7719 14.0625 15.6062V12.5578C14.0625 12.3921 13.9282 12.2578 13.7625 12.2578L9.81562 12.2578C9.64994 12.2578 9.51562 12.3921 9.51562 12.5578V15.6062ZM15.0625 15.6062C15.0625 15.7719 15.1968 15.9062 15.3625 15.9062L19.3094 15.9062C19.4751 15.9062 19.6094 15.7719 19.6094 15.6062V12.5578C19.6094 12.3921 19.4751 12.2578 19.3094 12.2578L15.3625 12.2578C15.1968 12.2578 15.0625 12.3921 15.0625 12.5578V15.6062Z"
fill="url(#paint5_linear_18_26429)"
/>
</g>
<g filter="url(#filter3_f_18_26429)">
<path
d="M9.01562 7.625V20.6562M14.5625 7.625V20.6562M20.1094 7.625V20.6562M3.47656 11.7578L25.6094 11.7578M3.47656 16.4062L25.6094 16.4062"
stroke="url(#paint6_radial_18_26429)"
strokeWidth={0.15}
/>
</g>
<circle cx={23.8672} cy={28.4609} r={1.46875} fill="#4381C4" />
<circle
cx={23.8672}
cy={28.4609}
r={1.46875}
fill="url(#paint7_radial_18_26429)"
/>
<circle
cx={23.8672}
cy={28.4609}
r={1.46875}
fill="url(#paint8_radial_18_26429)"
/>
<circle
cx={23.8672}
cy={28.4609}
r={1.46875}
fill="url(#paint9_radial_18_26429)"
/>
<g filter="url(#filter4_f_18_26429)">
<circle cx={23.8672} cy={28.4609} r={1.03906} fill="#4880CB" />
</g>
<g filter="url(#filter5_iii_18_26429)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M24.0623 6.10633C19.5467 6.10432 11.8665 6.1009 5.74798 6.10444C3.87018 6.10554 2.38641 7.69422 2.51056 9.568L3.0401 17.5605C3.18768 19.7875 4.94525 21.5699 7.16998 21.7485L23.1407 23.0312L27.4376 6.10755C26.8349 6.10755 25.6423 6.107 24.0623 6.10633ZM22.2269 8.04127L21.6725 8.04103C18.0651 8.03932 11.4393 8.03614 5.80108 8.04066C5.05279 8.04121 4.46002 8.67207 4.50531 9.41902L4.9931 17.4768C5.06866 18.7252 6.11725 19.7422 7.56256 19.8359L19.8193 20.7528C20.4022 20.7963 20.9316 20.4136 21.0729 19.8464L23.5822 9.78059C23.8024 8.89717 23.1373 8.0417 22.2269 8.04127Z"
fill="#C0BFC1"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M24.0623 6.10633C19.5467 6.10432 11.8665 6.1009 5.74798 6.10444C3.87018 6.10554 2.38641 7.69422 2.51056 9.568L3.0401 17.5605C3.18768 19.7875 4.94525 21.5699 7.16998 21.7485L23.1407 23.0312L27.4376 6.10755C26.8349 6.10755 25.6423 6.107 24.0623 6.10633ZM22.2269 8.04127L21.6725 8.04103C18.0651 8.03932 11.4393 8.03614 5.80108 8.04066C5.05279 8.04121 4.46002 8.67207 4.50531 9.41902L4.9931 17.4768C5.06866 18.7252 6.11725 19.7422 7.56256 19.8359L19.8193 20.7528C20.4022 20.7963 20.9316 20.4136 21.0729 19.8464L23.5822 9.78059C23.8024 8.89717 23.1373 8.0417 22.2269 8.04127Z"
fill="url(#paint10_linear_18_26429)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M24.0623 6.10633C19.5467 6.10432 11.8665 6.1009 5.74798 6.10444C3.87018 6.10554 2.38641 7.69422 2.51056 9.568L3.0401 17.5605C3.18768 19.7875 4.94525 21.5699 7.16998 21.7485L23.1407 23.0312L27.4376 6.10755C26.8349 6.10755 25.6423 6.107 24.0623 6.10633ZM22.2269 8.04127L21.6725 8.04103C18.0651 8.03932 11.4393 8.03614 5.80108 8.04066C5.05279 8.04121 4.46002 8.67207 4.50531 9.41902L4.9931 17.4768C5.06866 18.7252 6.11725 19.7422 7.56256 19.8359L19.8193 20.7528C20.4022 20.7963 20.9316 20.4136 21.0729 19.8464L23.5822 9.78059C23.8024 8.89717 23.1373 8.0417 22.2269 8.04127Z"
fill="url(#paint11_radial_18_26429)"
/>
</g>
<g filter="url(#filter6_i_18_26429)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M28.13 3.6072C28.6663 3.73942 28.9938 4.28131 28.8615 4.81753L24.3459 23.13C24.2137 23.6663 23.6718 23.9938 23.1356 23.8615C22.5994 23.7293 22.2718 23.1874 22.4041 22.6512L26.9197 4.3387C27.0519 3.80248 27.5938 3.47497 28.13 3.6072Z"
fill="#C1BFC4"
/>
</g>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M28.13 3.6072C28.6663 3.73942 28.9938 4.28131 28.8615 4.81753L24.3459 23.13C24.2137 23.6663 23.6718 23.9938 23.1356 23.8615C22.5994 23.7293 22.2718 23.1874 22.4041 22.6512L26.9197 4.3387C27.0519 3.80248 27.5938 3.47497 28.13 3.6072Z"
fill="url(#paint12_radial_18_26429)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M28.13 3.6072C28.6663 3.73942 28.9938 4.28131 28.8615 4.81753L24.3459 23.13C24.2137 23.6663 23.6718 23.9938 23.1356 23.8615C22.5994 23.7293 22.2718 23.1874 22.4041 22.6512L26.9197 4.3387C27.0519 3.80248 27.5938 3.47497 28.13 3.6072Z"
fill="url(#paint13_radial_18_26429)"
/>
<g filter="url(#filter7_i_18_26429)">
<path
d="M26.5508 4.10156C26.5508 3.56222 26.988 3.125 27.5273 3.125H29.4414C29.9807 3.125 30.418 3.56222 30.418 4.10156C30.418 4.6409 29.9807 5.07812 29.4414 5.07812H27.5273C26.988 5.07812 26.5508 4.6409 26.5508 4.10156Z"
fill="#347CC3"
/>
<path
d="M26.5508 4.10156C26.5508 3.56222 26.988 3.125 27.5273 3.125H29.4414C29.9807 3.125 30.418 3.56222 30.418 4.10156C30.418 4.6409 29.9807 5.07812 29.4414 5.07812H27.5273C26.988 5.07812 26.5508 4.6409 26.5508 4.10156Z"
fill="url(#paint14_linear_18_26429)"
/>
</g>
<g filter="url(#filter8_f_18_26429)">
<path
d="M4.07348 8.67188C3.96402 7.96875 4.69692 7 5.59692 7C6.49692 7 19.4928 7 25.8782 7"
stroke="url(#paint15_linear_18_26429)"
strokeWidth={0.4}
/>
</g>
<g filter="url(#filter9_f_18_26429)">
<path
d="M3.79688 10.5938L4.35938 17.9375C4.43229 18.7292 5.12812 20.3938 7.32812 20.7188C9.52813 21.0437 17.6302 21.4583 21.3281 21.75"
stroke="url(#paint16_linear_18_26429)"
strokeWidth={0.4}
/>
</g>
<g filter="url(#filter10_f_18_26429)">
<path
d="M27.8281 5.59375L23.3906 22.9062"
stroke="#C8C5CD"
strokeWidth={0.5}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter11_f_18_26429)">
<rect
x={27.4375}
y={3.77344}
width={2.50781}
height={0.375}
rx={0.1875}
fill="#6B9ADA"
/>
</g>
<defs>
<filter
id="filter0_ii_18_26429"
x={2.51562}
y={16.875}
width={26.9688}
height={10.5563}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={-0.5} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.596078 0 0 0 0 0.505882 0 0 0 0 0.682353 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_26429"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={0.4} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.654902 0 0 0 0 0.647059 0 0 0 0 0.666667 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="effect1_innerShadow_18_26429"
result="effect2_innerShadow_18_26429"
/>
</filter>
<filter
id="filter1_f_18_26429"
x={4.6875}
y={27.1719}
width={2.57812}
height={2.57812}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_18_26429"
/>
</filter>
<filter
id="filter2_i_18_26429"
x={3.47656}
y={7.475}
width={22.1328}
height={14.0125}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={-0.15} />
<feGaussianBlur stdDeviation={0.075} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.619608 0 0 0 0 0.564706 0 0 0 0 0.67451 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_26429"
/>
</filter>
<filter
id="filter3_f_18_26429"
x={3.22656}
y={7.375}
width={22.6328}
height={13.5312}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_18_26429"
/>
</filter>
<filter
id="filter4_f_18_26429"
x={22.5781}
y={27.1719}
width={2.57812}
height={2.57812}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_18_26429"
/>
</filter>
<filter
id="filter5_iii_18_26429"
x={2.5033}
y={5.60291}
width={25.1842}
height={17.6783}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={-0.5} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.603922 0 0 0 0 0.568627 0 0 0 0 0.643137 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_26429"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={0.25} />
<feGaussianBlur stdDeviation={0.25} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.654902 0 0 0 0 0.654902 0 0 0 0 0.662745 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="effect1_innerShadow_18_26429"
result="effect2_innerShadow_18_26429"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.25} />
<feGaussianBlur stdDeviation={0.25} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.654902 0 0 0 0 0.654902 0 0 0 0 0.662745 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="effect2_innerShadow_18_26429"
result="effect3_innerShadow_18_26429"
/>
</filter>
<filter
id="filter6_i_18_26429"
x={22.3748}
y={3.57788}
width={7.26611}
height={20.313}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.75} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.654902 0 0 0 0 0.639216 0 0 0 0 0.670588 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_26429"
/>
</filter>
<filter
id="filter7_i_18_26429"
x={26.5508}
y={2.725}
width={3.86719}
height={2.35313}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={-0.4} />
<feGaussianBlur stdDeviation={0.375} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.27451 0 0 0 0 0.356863 0 0 0 0 0.584314 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_26429"
/>
</filter>
<filter
id="filter8_f_18_26429"
x={3.46255}
y={6.4}
width={22.8156}
height={2.70264}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_18_26429"
/>
</filter>
<filter
id="filter9_f_18_26429"
x={3.19741}
y={10.1785}
width={18.5465}
height={12.1709}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_18_26429"
/>
</filter>
<filter
id="filter10_f_18_26429"
x={22.6406}
y={4.84369}
width={5.9375}
height={18.8126}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.25}
result="effect1_foregroundBlur_18_26429"
/>
</filter>
<filter
id="filter11_f_18_26429"
x={26.9375}
y={3.27344}
width={3.50781}
height={1.375}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.25}
result="effect1_foregroundBlur_18_26429"
/>
</filter>
<radialGradient
id="paint0_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(6.82813 27.8125) rotate(116.878) scale(2.55754)"
>
<stop offset={0.485518} stopColor="#2C55AC" stopOpacity={0} />
<stop offset={1} stopColor="#2C55AC" />
</radialGradient>
<radialGradient
id="paint1_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(6.69531 28.2109) rotate(145.421) scale(0.977344 1.38313)"
>
<stop offset={0.613604} stopColor="#6A99DB" />
<stop offset={1} stopColor="#6A99DB" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint2_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(6.32812 29.1562) rotate(-116.108) scale(2.62746 3.16542)"
>
<stop offset={0.6568} stopColor="#2F5086" stopOpacity={0} />
<stop offset={0.890667} stopColor="#2F5086" />
</radialGradient>
<radialGradient
id="paint3_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(14.543 13.4062) rotate(90) scale(4.6875 9.83194)"
>
<stop offset={0.339044} stopColor="#B9B6BC" />
<stop offset={1} stopColor="#B9B6BC" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint4_linear_18_26429"
x1={24.1094}
y1={15.75}
x2={19.4844}
y2={14.375}
gradientUnits="userSpaceOnUse"
>
<stop offset={0.239262} stopColor="#807F82" />
<stop offset={1} stopColor="#807F82" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint5_linear_18_26429"
x1={19.4844}
y1={6.78125}
x2={19.4844}
y2={14.375}
gradientUnits="userSpaceOnUse"
>
<stop offset={0.123457} stopColor="#807F82" />
<stop offset={0.407407} stopColor="#807F82" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint6_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(14.543 14.1406) rotate(90) scale(9.60937 17.1211)"
>
<stop offset={0.405276} stopColor="#C7C4CA" />
<stop offset={1} stopColor="#C7C4CA" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint7_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(24.7188 27.8125) rotate(116.878) scale(2.55754)"
>
<stop offset={0.485518} stopColor="#2C55AC" stopOpacity={0} />
<stop offset={1} stopColor="#2C55AC" />
</radialGradient>
<radialGradient
id="paint8_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(24.4531 27.9844) rotate(130.696) scale(1.03042 1.45824)"
>
<stop offset={0.420556} stopColor="#6A99DB" />
<stop offset={1} stopColor="#6A99DB" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint9_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(24.2187 29.1562) rotate(-116.108) scale(2.62746 3.16542)"
>
<stop offset={0.6568} stopColor="#2F5086" stopOpacity={0} />
<stop offset={0.890667} stopColor="#2F5086" />
</radialGradient>
<linearGradient
id="paint10_linear_18_26429"
x1={25.7031}
y1={17.2813}
x2={21.3281}
y2={16.2813}
gradientUnits="userSpaceOnUse"
>
<stop offset={0.213508} stopColor="#9A979D" />
<stop offset={1} stopColor="#9A979D" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint11_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(27.4375 6.28125) rotate(-180) scale(3.92187 1.60898)"
>
<stop stopColor="#969698" />
<stop offset={1} stopColor="#969698" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint12_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(24.5781 17.5937) rotate(-75.9313) scale(13.3698 6.54756)"
>
<stop offset={0.891128} stopColor="#9E9AA6" stopOpacity={0} />
<stop offset={0.979005} stopColor="#9E9AA6" />
</radialGradient>
<radialGradient
id="paint13_radial_18_26429"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(27.3906 6.21875) rotate(104.096) scale(18.2207 5.84493)"
>
<stop offset={0.950067} stopColor="#AFAAB3" stopOpacity={0} />
<stop offset={1} stopColor="#92889E" />
</radialGradient>
<linearGradient
id="paint14_linear_18_26429"
x1={26.5508}
y1={4.375}
x2={27.6719}
y2={4.375}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#386CAA" />
<stop offset={1} stopColor="#386CAA" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint15_linear_18_26429"
x1={4.42187}
y1={7.65625}
x2={27.4531}
y2={7.65625}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#C6C4C9" />
<stop offset={1} stopColor="#C6C4C9" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint16_linear_18_26429"
x1={7.29688}
y1={20.5938}
x2={10.0781}
y2={10.25}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#D4D1D7" />
<stop offset={1} stopColor="#C6C4C9" stopOpacity={0} />
</linearGradient>
</defs>
</svg>
);
module.exports = ShoppingCartIcon;