UNPKG

2.02 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var WarningO = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M17.5091576,19.5 L2.49148361,19.5 C1.48439979,19.5 0.675357727,19.0950413 0.271315864,18.3887333 C-0.132830165,17.6824252 -0.0836634748,16.7598225 0.406711764,15.8582768 L7.98396545,1.92864732 C8.47719485,1.0205279 9.21063271,0.5 9.99532059,0.5 C10.7801126,0.5 11.5128213,1.01989174 12.0074257,1.92720536 L19.5926378,15.8596975 C20.082888,16.7612645 20.1335964,17.6831886 19.7287003,18.3894118 C19.3253043,19.0956987 18.5155956,19.5 17.5091576,19.5 L17.5091576,19.5 Z M9.99609142,1.96223661 C9.7465913,1.96223661 9.46082033,2.2159375 9.22915355,2.64076563 L1.65189987,16.5718158 C1.41448309,17.0090279 1.35892056,17.4017511 1.50073313,17.6494933 C1.6426707,17.8966205 2.00396254,18.038548 2.49150444,18.038548 L17.5091784,18.038548 C17.9974911,18.038548 18.3581372,17.8974051 18.4999706,17.6494933 C18.6410331,17.4023873 18.5862206,17.0098125 18.348158,16.5725792 L10.7630501,2.64076563 C10.53205,2.2159375 10.2448207,1.96223661 9.99609142,1.96223661 L9.99609142,1.96223661 Z M10.0003623,12.9037344 C9.60696623,12.9037344 9.28765358,12.576875 9.28765358,12.1725949 L9.28765358,5.59236049 C9.28765358,5.18875893 9.60696623,4.86119978 10.0003623,4.86119978 C10.3938208,4.86119978 10.7131334,5.18875893 10.7131334,5.59236049 L10.7131334,12.1725737 C10.7131126,12.576875 10.3938,12.9037344 10.0003623,12.9037344 Z M9.99523726,16.4776217 C10.6085917,16.4776217 11.105842,15.9666574 11.105842,15.3363705 C11.105842,14.7060837 10.6086126,14.1951194 9.99523726,14.1951194 C9.38186196,14.1951194 8.88465338,14.7060837 8.88465338,15.3363705 C8.88465338,15.9666574 9.38188279,16.4776217 9.99523726,16.4776217 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file