@zohodesk/icon
Version:
Unified Component Library - Icons
51 lines • 2.05 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_21468)"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M9.41 16L13 12.41V15H19V12.41L22.58 16L19 19.58V17H13V19.59L9.41 16ZM8 16L14 22V18H18V22L24 16L18 10V14H14V10L8 16Z",
fill: "white",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M16.5 16.99H19.02V19.58L22.58 15.99L19.02 12.41V15.01H16.5H13V12.41L9.41003 15.99L13 19.58V16.99H16.5Z",
className: "path-1"
}), " "), " ", /*#__PURE__*/React.createElement("defs", null, " ", /*#__PURE__*/React.createElement("filter", {
id: "filter0_d_8585_21468",
x: "6",
y: "10",
width: "20",
height: "16",
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_21468"
}), " ", /*#__PURE__*/React.createElement("feBlend", {
mode: "normal",
in: "SourceGraphic",
in2: "effect1_dropShadow_8585_21468",
result: "shape"
}), " "), " "), " "));
}
IconComponent.propTypes = Icon.propTypes;