@zohodesk/icon
Version:
Unified Component Library - Icons
51 lines • 2.12 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_21469)"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M14 8V14.01H12.98V10.54L7 16.01L12.98 21.47V17.99H14V24H14.02H17.98V17.99H19.04V21.46L25 15.99L19.04 10.53V14H17.98V8H14Z",
fill: "white",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M23.34 15.99L20.02 12.77V15.02H17V9.06004H16.98V9.04004H15.04V15.04H11.98V12.76L8.66003 16.01L11.98 19.23V16.98H15.04V22.98H15.06H16.98H17V16.98H20.02V19.24L23.34 15.99Z",
className: "path-1"
}), " "), " ", /*#__PURE__*/React.createElement("defs", null, " ", /*#__PURE__*/React.createElement("filter", {
id: "filter0_d_8585_21469",
x: "5",
y: "8",
width: "22",
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_8585_21469"
}), " ", /*#__PURE__*/React.createElement("feBlend", {
mode: "normal",
in: "SourceGraphic",
in2: "effect1_dropShadow_8585_21469",
result: "shape"
}), " "), " "), " "));
}
IconComponent.propTypes = Icon.propTypes;