@zohodesk/icon
Version:
Unified Component Library - Icons
51 lines • 2.11 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_8585_21465)"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M13.24 16.07L17.31 20.14L14.49 22.97L22.96 22.95L22.97 14.48L20.13 17.32L16.06 13.26L14.64 11.84L17.49 9H9V17.48L11.83 14.66L13.24 16.07Z",
fill: "white",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M14.3 15.72L18.73 20.14L16.9 21.97L21.96 21.95L21.97 16.9L20.13 18.74L15.7 14.32L13.23 11.84L15.07 10H10V15.07L11.83 13.24L14.3 15.72Z",
className: "path-1"
}), " "), " ", /*#__PURE__*/React.createElement("defs", null, " ", /*#__PURE__*/React.createElement("filter", {
id: "filter0_d_8585_21465",
x: "7",
y: "9",
width: "17.97",
height: "17.97",
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_8585_21465"
}), " ", /*#__PURE__*/React.createElement("feBlend", {
mode: "normal",
in: "SourceGraphic",
in2: "effect1_dropShadow_8585_21465",
result: "shape"
}), " "), " "), " "));
}
IconComponent.propTypes = Icon.propTypes;