@zohodesk/icon
Version:
Unified Component Library - Icons
58 lines • 2.29 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 34 34",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, " ", /*#__PURE__*/React.createElement("g", {
filter: "url(#filter0_d_8571_2924)"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M11 23.02V7L22.59 18.62H15.81L15.4 18.74L11 23.02Z",
fill: "white",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M20.08 23.6901L16.48 25.2201L11.8 14.1301L15.48 12.5801L20.08 23.6901Z",
fill: "white",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M15.6526 15.6346L13.8085 16.4087L16.9047 23.7852L18.7489 23.0112L15.6526 15.6346Z",
className: "path-2"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M12 9.41003V20.6L14.97 17.73L15.4 17.59H20.16L12 9.41003Z",
className: "path-3"
}), " "), " ", /*#__PURE__*/React.createElement("defs", null, " ", /*#__PURE__*/React.createElement("filter", {
id: "filter0_d_8571_2924",
x: "9",
y: "7",
width: "15.59",
height: "22.2201",
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_8571_2924"
}), " ", /*#__PURE__*/React.createElement("feBlend", {
mode: "normal",
in: "SourceGraphic",
in2: "effect1_dropShadow_8571_2924",
result: "shape"
}), " "), " "), " "));
}
IconComponent.propTypes = Icon.propTypes;