@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.01 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Warning = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "currentcolor", "data-testid": "icon:warning" }, props, { children: _jsx("path", { d: "M14.3448 4.12102L21.5313 16.8912C22.7197 19.0028 21.5546 20.9999 19.1335 20.9999L4.87665 20.9999C2.4533 20.9999 1.28772 19.0072 2.47712 16.8915L9.65618 4.12141C10.8519 1.99438 13.1466 1.99187 14.3448 4.12102ZM12.6019 5.10192C12.169 4.33282 11.7348 4.48225 11.3996 5.10154L4.2205 17.8717C3.87958 18.5411 3.9828 19 4.87664 19H19.1335C19.7883 19 20.227 18.6515 19.7883 17.8721L12.6019 5.10192ZM12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17C13 17.5523 12.5523 18 12 18ZM11 9.00293C11 8.44903 11.4439 8 12 8C12.5523 8 13 8.44853 13 9.00293V13.9971C13 14.551 12.5561 15 12 15C11.4477 15 11 14.5515 11 13.9971V9.00293Z" }) })));
export default Warning;
//# sourceMappingURL=warning.js.map