@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
30 lines (27 loc) • 1.7 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgWarning = function SvgWarning(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.256 8.637v5.3c0 .2.079.393.218.535a.737.737 0 0 0 1.052 0 .765.765 0 0 0 .218-.536v-5.3a.765.765 0 0 0-.218-.535.737.737 0 0 0-1.052 0 .766.766 0 0 0-.218.536Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M12 16.122a.895.895 0 0 0-.504.156.92.92 0 0 0-.334.415.941.941 0 0 0 .197 1.007.892.892 0 0 0 .989.2.912.912 0 0 0 .406-.34.937.937 0 0 0-.113-1.168.906.906 0 0 0-.641-.27Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "m21.755 18.207-8.109-14.28a1.828 1.828 0 0 0-.664-.68 1.784 1.784 0 0 0-.91-.247h-.006a1.782 1.782 0 0 0-.907.244 1.825 1.825 0 0 0-.666.674l-8.242 14.28a1.888 1.888 0 0 0-.01 1.865c.16.285.39.521.668.686a1.8 1.8 0 0 0 .916.251h16.35a1.8 1.8 0 0 0 .913-.25c.278-.164.508-.399.668-.682a1.89 1.89 0 0 0-.001-1.86Zm-1.443 1.013a.15.15 0 0 1-.137.08h-16.35a.157.157 0 0 1-.137-.08.164.164 0 0 1 0-.162l8.242-14.28a.152.152 0 0 1 .136-.079.151.151 0 0 1 .137.08l8.109 14.279a.156.156 0 0 1 0 .162Z",
fill: color
}));
};
export { SvgWarning as S };