UNPKG

@scaleflex/icons

Version:
33 lines 2.08 kB
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 DownloadCart = function DownloadCart(_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": "DownloadCart", ref: ref, width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M7.06246 15.0222C7.8391 15.0222 8.4687 14.3926 8.4687 13.6159C8.4687 12.8393 7.8391 12.2097 7.06246 12.2097C6.28582 12.2097 5.65622 12.8393 5.65622 13.6159C5.65622 14.3926 6.28582 15.0222 7.06246 15.0222Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M11.7812 15.0222C12.5578 15.0222 13.1874 14.3926 13.1874 13.6159C13.1874 12.8393 12.5578 12.2097 11.7812 12.2097C11.0045 12.2097 10.3749 12.8393 10.3749 13.6159C10.3749 14.3926 11.0045 15.0222 11.7812 15.0222Z", fill: color }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.42352 1.89724H0.468749C0.209655 1.89724 0 1.68756 0 1.42846C0 1.16937 0.209655 0.959717 0.468749 0.959717H2.77689C2.98611 0.959717 3.17011 1.09843 3.22781 1.29984L3.66634 2.83474H15.5312C15.6781 2.83474 15.8168 2.90386 15.9056 3.02105C15.994 3.13867 16.0223 3.29066 15.9821 3.4321L14.1071 9.99457C14.0494 10.196 13.8653 10.3347 13.6562 10.3347H5.47725L5.34768 10.5938C5.19139 10.9056 5.41891 11.2722 5.76701 11.2722H13.6562C13.9153 11.2722 14.1249 11.4818 14.1249 11.7409C14.1249 12 13.9153 12.2097 13.6562 12.2097H5.76701C4.72016 12.2097 4.0417 11.1082 4.50906 10.1745L4.68656 9.81946L2.42352 1.89724Z", fill: color })); }; export default DownloadCart;