@zohodesk/icon
Version:
Unified Component Library - Icons
51 lines • 2.14 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_21464)"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M15.99 7L10.53 12.96H14V14H8V14.02V17.96V17.98H14V19.04H10.54L16.01 25L21.47 19.04H17.99V17.98H24V14H17.99V12.96H21.46L15.99 7Z",
fill: "white",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M22.96 15.02H16.98V11.98H19.24L15.99 8.66003L12.77 11.98H15.02V15.02H9.04002H9.02002V16.98H9.04002H15.04V20.02H12.76L16.01 23.34L19.23 20.02H16.98V16.98H22.96H22.98V15.02H22.96Z",
className: "path-1"
}), " "), " ", /*#__PURE__*/React.createElement("defs", null, " ", /*#__PURE__*/React.createElement("filter", {
id: "filter0_d_8585_21464",
x: "6",
y: "7",
width: "20",
height: "22",
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_21464"
}), " ", /*#__PURE__*/React.createElement("feBlend", {
mode: "normal",
in: "SourceGraphic",
in2: "effect1_dropShadow_8585_21464",
result: "shape"
}), " "), " "), " "));
}
IconComponent.propTypes = Icon.propTypes;