@scaleflex/icons
Version:
SVG icons as React components
30 lines • 1.95 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size", "ref"];
import React from 'react';
export var DownloadCartFull = function DownloadCartFull(_ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
ref = _ref.ref,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "DownloadCartFull",
ref: ref,
width: size,
height: size,
viewBox: "0 0 66 54",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M47.3484 23.8108C43.5951 21.51 41.0045 17.4973 40.6633 12.8594H11.4573L10.0869 8.06288C9.90658 7.43349 9.33159 7 8.67778 7H1.46484C0.655172 7 0 7.65517 0 8.46483C0 9.2745 0.655172 9.92977 1.46484 9.92977H7.57349L14.6455 34.6867L14.0908 35.7961C12.6303 38.7141 14.7505 42.1561 18.0219 42.1561H22.0702C19.6432 42.1561 17.6757 44.1236 17.6757 46.5506C17.6757 48.9777 19.6432 50.9452 22.0702 50.9452C24.4972 50.9452 26.4647 48.9777 26.4647 46.5506C26.4647 44.1236 24.4972 42.1561 22.0702 42.1561H36.8162C34.3892 42.1561 32.4217 44.1236 32.4217 46.5506C32.4217 48.9777 34.3892 50.9452 36.8162 50.9452C39.2432 50.9452 41.2107 48.9777 41.2107 46.5506C41.2107 44.1236 39.2432 42.1561 36.8162 42.1561H42.6755C43.4852 42.1561 44.1404 41.5009 44.1404 40.6913C44.1404 39.8816 43.4852 39.2264 42.6755 39.2264H18.0219C16.9341 39.2264 16.2231 38.081 16.7115 37.1064L17.1164 36.2968H42.6755C43.3292 36.2968 43.9043 35.8634 44.0846 35.2339L47.3484 23.8108Z",
fill: color
}), /*#__PURE__*/React.createElement("circle", {
cx: "54.6875",
cy: "11.813",
r: "10.9375",
fill: "#3ECF8B"
}));
};
export default DownloadCartFull;