UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

51 lines 2.03 kB
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_21467)" }, " ", /*#__PURE__*/React.createElement("path", { d: "M16 9.41L19.59 13H17V19H19.59L16 22.59L12.41 19H15V13H12.41L16 9.41ZM16 8L10 14H14V18H10L16 24L22 18H18V14H22L16 8Z", fill: "white", className: "path-0" }), " ", /*#__PURE__*/React.createElement("path", { d: "M17 15.5V12.98H19.59L16 9.40997L12.41 12.98H15V15.5V19H12.41L16 22.59L19.59 19H17V15.5Z", className: "path-1" }), " "), " ", /*#__PURE__*/React.createElement("defs", null, " ", /*#__PURE__*/React.createElement("filter", { id: "filter0_d_8585_21467", x: "8", y: "8", width: "16", 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_21467" }), " ", /*#__PURE__*/React.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_8585_21467", result: "shape" }), " "), " "), " ")); } IconComponent.propTypes = Icon.propTypes;