Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
23 lines
730 B
Plaintext
23 lines
730 B
Plaintext
'use client';
|
|
|
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
import React from 'react';
|
|
export const Warning = () => {
|
|
return /*#__PURE__*/_jsxs("svg", {
|
|
fill: "none",
|
|
height: "26",
|
|
viewBox: "0 0 26 26",
|
|
width: "26",
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
children: [/*#__PURE__*/_jsx("path", {
|
|
d: "M13 21C17.4183 21 21 17.4183 21 13C21 8.58172 17.4183 5 13 5C8.58172 5 5 8.58172 5 13C5 17.4183 8.58172 21 13 21Z",
|
|
fill: "var(--theme-warning-500)"
|
|
}), /*#__PURE__*/_jsx("path", {
|
|
d: "M13 10V13.2M13 16.4H13.008",
|
|
stroke: "var(--theme-warning-50)",
|
|
strokeLinecap: "round",
|
|
strokeLinejoin: "round"
|
|
})]
|
|
});
|
|
};
|
|
//# sourceMappingURL=Warning.js.map |