@zohodesk/icon
Version:
Unified Component Library - Icons
54 lines • 2.3 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("g", {
filter: "url(#filter0_d_8571_2918)"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M16 8L8 16L13.23 21.22L16 24L24 16L16 8ZM14 19H13V18H14V19ZM14 14H13V13H14V14ZM19 19H18V18H19V19ZM18 13H19V14H18V13Z",
fill: "white",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M22.56 15.9899L20 13.1799V15.0099H16H11.99V13.1799L9.42004 15.9899L11.99 18.7999V16.9899H16H20V18.7999L22.56 15.9899Z",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M16.9801 15.9999H16.9901V11.9999H18.8001L16.0001 9.42993L13.1901 11.9999H15.0001V15.9999V19.9999H13.1801L15.9801 22.5699L18.7901 19.9999H16.9801V15.9999Z",
className: "path-2"
}), " "), " ", /*#__PURE__*/React.createElement("defs", null, " ", /*#__PURE__*/React.createElement("filter", {
id: "filter0_d_8571_2918",
x: "6",
y: "8",
width: "20",
height: "20",
filterUnits: "userSpaceOnUse",
colorInterpolationFilters: "sRGB"
}, " ", /*#__PURE__*/React.createElement("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), " ", /*#__PURE__*/React.createElement("feColorMatrix", {
in: "SourceAlpha",
type: "matrix",
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
result: "hardAlpha"
}), " ", /*#__PURE__*/React.createElement("feOffset", {
dy: "2"
}), " ", /*#__PURE__*/React.createElement("feGaussianBlur", {
stdDeviation: "1"
}), " ", /*#__PURE__*/React.createElement("feColorMatrix", {
type: "matrix",
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
}), " ", /*#__PURE__*/React.createElement("feBlend", {
mode: "normal",
in2: "BackgroundImageFix",
result: "effect1_dropShadow_8571_2918"
}), " ", /*#__PURE__*/React.createElement("feBlend", {
mode: "normal",
in: "SourceGraphic",
in2: "effect1_dropShadow_8571_2918",
result: "shape"
}), " "), " "), " "));
}
IconComponent.propTypes = Icon.propTypes;