box-ui-elements-mlh
Version:
73 lines (71 loc) • 2.35 kB
JavaScript
import * as React from 'react';
import AccessibleSVG from '../accessible-svg';
var IconAlertDefault = function IconAlertDefault(_ref) {
var _ref$className = _ref.className,
className = _ref$className === void 0 ? '' : _ref$className,
_ref$color = _ref.color,
color = _ref$color === void 0 ? '#F7931D' : _ref$color,
_ref$height = _ref.height,
height = _ref$height === void 0 ? 26 : _ref$height,
title = _ref.title,
_ref$width = _ref.width,
width = _ref$width === void 0 ? 26 : _ref$width;
return /*#__PURE__*/React.createElement(AccessibleSVG, {
className: "icon-alert-default ".concat(className),
title: title,
height: height,
width: width,
viewBox: "0 0 26 26"
}, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("circle", {
id: "b",
cx: "8",
cy: "8",
r: "8"
}), /*#__PURE__*/React.createElement("filter", {
x: "-46.9%",
y: "-46.9%",
width: "193.8%",
height: "193.8%",
filterUnits: "objectBoundingBox",
id: "a"
}, /*#__PURE__*/React.createElement("feMorphology", {
radius: ".5",
operator: "dilate",
in: "SourceAlpha",
result: "shadowSpreadOuter1"
}), /*#__PURE__*/React.createElement("feOffset", {
in: "shadowSpreadOuter1",
result: "shadowOffsetOuter1"
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
stdDeviation: "2",
in: "shadowOffsetOuter1",
result: "shadowBlurOuter1"
}), /*#__PURE__*/React.createElement("feColorMatrix", {
values: "0 0 0 0 0.733285502 0 0 0 0 0.733285502 0 0 0 0 0.733285502 0 0 0 0.5 0",
in: "shadowBlurOuter1"
}))), /*#__PURE__*/React.createElement("g", {
transform: "translate(5 5)",
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("use", {
fill: "#000",
filter: "url(#a)",
xlinkHref: "#b"
}), /*#__PURE__*/React.createElement("use", {
fill: color,
xlinkHref: "#b"
}), /*#__PURE__*/React.createElement("path", {
d: "M8.047 4.706v4.111",
stroke: "#FFF",
strokeWidth: "1.412",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("circle", {
fill: "#FFF",
cx: "8.047",
cy: "11.294",
r: "1"
})));
};
export default IconAlertDefault;
//# sourceMappingURL=IconAlertDefault.js.map