@unstoppabledomains/ui-kit
Version:
A set of common Unstoppable Domains components
18 lines • 1.7 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import SvgIcon from '@mui/material/SvgIcon';
import React from 'react';
const WarningIcon = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(SvgIcon, _extends({
width: "24",
height: "24",
viewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M9.42967 4.49181A2.9999 2.9999 0 0 1 12.023 3c.525 0 1.0408.13778 1.4959.39956a2.9996 2.9996 0 0 1 1.0974 1.09225L21.623 16.5185c.2659.4551.4072.9721.4096 1.4992a3.00066 3.00066 0 0 1-.3954 1.503 3.001 3.001 0 0 1-1.0945 1.1034 2.99972 2.99972 0 0 1-1.4997.4077H5.003a3.00058 3.00058 0 0 1-1.50439-.4027 2.99958 2.99958 0 0 1-1.09979-1.1027 2.99976 2.99976 0 0 1-.3988-1.5054 2.9996 2.9996 0 0 1 .40965-1.5025l7.02-12.02002v-.00667Zm2.59333 4.54c.5533 0 1 .44667 1 .99999v3c0 .2652-.1054.5196-.2929.7071a.99969.99969 0 0 1-.7071.2929.99969.99969 0 0 1-.7071-.2929 1.0001 1.0001 0 0 1-.2929-.7071v-3c0-.55332.4467-.99999 1-.99999Zm-1.2533 6.99999c0-.3324.132-.6512.3671-.8862.235-.2351.5538-.3671.8862-.3671.3324 0 .6512.132.8862.3671.2351.235.3671.5538.3671.8862a1.253 1.253 0 0 1-.3966.8266 1.25333 1.25333 0 0 1-.8534.3354c-.3166 0-.6214-.1198-.8533-.3354a1.25312 1.25312 0 0 1-.3967-.8266h-.0066Z",
clipRule: "evenodd"
}));
});
export default WarningIcon;