@zohodesk/icon
Version:
Unified Component Library - Icons
18 lines • 1.58 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: "M29.6 16L11.2 16.016V21.56H29.6V16Z",
fill: "#6CABF3",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M28 4.8H4.00001C3.36349 4.8 2.75304 5.05286 2.30295 5.50295C1.85286 5.95303 1.60001 6.56348 1.60001 7.2V24.8C1.60001 25.4365 1.85286 26.047 2.30295 26.4971C2.75304 26.9471 3.36349 27.2 4.00001 27.2H28C28.6365 27.2 29.247 26.9471 29.6971 26.4971C30.1471 26.047 30.4 25.4365 30.4 24.8V7.2C30.4 6.56348 30.1471 5.95303 29.6971 5.50295C29.247 5.05286 28.6365 4.8 28 4.8ZM28.8 20.8H12V16.8H28.8V20.8ZM28.8 15.2H12V11.2H28.8V15.2ZM28.8 9.6H11.2C10.9878 9.6 10.7843 9.68429 10.6343 9.83432C10.4843 9.98435 10.4 10.1878 10.4 10.4V21.6C10.4 21.8122 10.4843 22.0157 10.6343 22.1657C10.7843 22.3157 10.9878 22.4 11.2 22.4H28.8V24.8C28.8 25.0122 28.7157 25.2157 28.5657 25.3657C28.4157 25.5157 28.2122 25.6 28 25.6H4.00001C3.78783 25.6 3.58435 25.5157 3.43432 25.3657C3.28429 25.2157 3.20001 25.0122 3.20001 24.8V7.2C3.20001 6.98783 3.28429 6.78435 3.43432 6.63432C3.58435 6.48429 3.78783 6.4 4.00001 6.4H28C28.2122 6.4 28.4157 6.48429 28.5657 6.63432C28.7157 6.78435 28.8 6.98783 28.8 7.2V9.6Z",
fill: "#2381ED",
className: "path-1"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;