@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_21466)"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M18.73 16.07L14.66 20.14L17.49 22.97L9.01 22.95L9 14.48L11.84 17.32L15.92 13.26L17.33 11.84L14.49 9H22.97V17.48L20.14 14.66L18.73 16.07Z",
fill: "white",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M17.67 15.72L13.24 20.14L15.07 21.97L10.01 21.95L10 16.9L11.84 18.74L16.27 14.32L18.74 11.84L16.9 10H21.97V15.07L20.14 13.24L17.67 15.72Z",
className: "path-1"
}), " "), " ", /*#__PURE__*/React.createElement("defs", null, " ", /*#__PURE__*/React.createElement("filter", {
id: "filter0_d_8585_21466",
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_21466"
}), " ", /*#__PURE__*/React.createElement("feBlend", {
mode: "normal",
in: "SourceGraphic",
in2: "effect1_dropShadow_8585_21466",
result: "shape"
}), " "), " "), " "));
}
IconComponent.propTypes = Icon.propTypes;