@zohodesk/icon
Version:
Unified Component Library - Icons
22 lines • 1.44 kB
JavaScript
import React from 'react';
import Icon from '../Icon/Icon';
export default function IconComponent(props) {
return /*#__PURE__*/React.createElement(Icon, props, /*#__PURE__*/React.createElement("svg", {
viewBox: "0 0 32 32",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M26.4 7.12H5.6C5.17565 7.12 4.76869 6.95143 4.46863 6.65137C4.16857 6.35131 4 5.94435 4 5.52V3.944C4.03924 3.53831 4.22194 3.15993 4.51523 2.8769C4.80852 2.59388 5.19317 2.42477 5.6 2.4H26.4C26.8243 2.4 27.2313 2.56857 27.5314 2.86863C27.8314 3.16869 28 3.57565 28 4V5.6C27.9795 6.01033 27.8019 6.39703 27.504 6.68C27.2061 6.96297 26.8108 7.12051 26.4 7.12Z",
fill: "#F6A459",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M25.816 9.392L21.976 13.928H10.024L6.18402 9.392H25.816Z",
fill: "#4AC064",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M20.408 16.2L17.792 18.92V27.904C17.7953 27.9971 17.7722 28.0893 17.7256 28.17C17.6789 28.2506 17.6104 28.3165 17.528 28.36L14.912 29.544C14.8481 29.5765 14.777 29.5922 14.7054 29.5898C14.6338 29.5873 14.5639 29.5668 14.5024 29.53C14.4409 29.4933 14.3897 29.4415 14.3536 29.3796C14.3175 29.3177 14.2977 29.2476 14.296 29.176V18.92L11.68 16.2H20.408Z",
fill: "#479DFF",
className: "path-2"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;