UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

3 lines (2 loc) 408 B
import { jsx as _jsx } from "react/jsx-runtime"; export const WarningIcon = () => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", children: _jsx("path", { fill: "currentColor", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-15a1 1 0 011 1v5a1 1 0 11-2 0V8a1 1 0 011-1zm1 10a1 1 0 11-2 0 1 1 0 012 0z" }) }));