@zohodesk/icon
Version:
Unified Component Library - Icons
17 lines • 2.08 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: "M25.76 10.08H19.12L20.6399 11.6H25.8399L16 20.4L5.59995 11.84C5.83995 11.76 5.99995 11.68 6.23995 11.68H10.88L12.56 10.16H6.23995C4.55995 10.16 3.19995 11.44 3.19995 13.12V25.92C3.19995 26.64 3.51995 27.36 3.99995 27.92C4.55995 28.48 5.35995 28.8 6.23995 28.8H25.76C26.6399 28.8 27.4399 28.48 28 27.84C28.4799 27.28 28.7999 26.64 28.7999 25.84V13.04C28.7999 11.44 27.44 10.08 25.76 10.08ZM4.79995 25.84V13.2L11.84 18.96L4.79995 26C4.79995 25.92 4.79995 25.92 4.79995 25.84ZM25.76 27.2H6.23995C6.07995 27.2 5.99995 27.2 5.83995 27.2L13.04 20L15.5199 22C15.6799 22.08 15.84 22.16 16 22.16C16.16 22.16 16.4 22.08 16.56 22L18.6399 20.16L26.16 27.2C26 27.2 25.92 27.28 25.76 27.2ZM27.1999 25.84C27.1999 25.92 27.1999 25.92 27.1999 26L19.8399 19.12L27.12 12.72C27.2 12.8 27.1999 12.96 27.1999 13.12V25.84Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M11.7601 7.68001C11.6801 7.60001 11.6001 7.44001 11.6001 7.28001C11.6001 7.12001 11.6801 7.04001 11.7601 6.96001L15.6001 3.28001C15.8401 3.04001 16.1601 3.04001 16.4001 3.28001L20.2401 6.96001C20.3201 7.04001 20.4001 7.20001 20.4001 7.28001C20.4001 7.44001 20.3201 7.52001 20.2401 7.68001C20.1601 7.76001 20.0001 7.84001 19.8401 7.84001H12.1601C12.0001 7.84001 11.9201 7.76001 11.7601 7.68001ZM12.1601 13.28H19.8401C20.0001 13.28 20.0801 13.2 20.2401 13.12C20.3201 13.04 20.4001 12.88 20.4001 12.72C20.4001 12.56 20.3201 12.48 20.2401 12.32L16.4001 8.80001C16.1601 8.56001 15.8401 8.56001 15.6001 8.80001L11.7601 12.4C11.6801 12.48 11.6001 12.64 11.6001 12.8C11.6001 12.96 11.6801 13.04 11.7601 13.2C11.8401 13.28 12.0001 13.28 12.1601 13.28Z",
fill: "#0A73EB",
className: "path-1"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;