ErrorIcon.js 528 B

123456789101112131415
  1. import React from 'react';
  2. export function ErrorIcon() {
  3. return /*#__PURE__*/React.createElement("svg", {
  4. width: "40",
  5. height: "40",
  6. viewBox: "0 0 20 20",
  7. fill: "none",
  8. fillRule: "evenodd",
  9. stroke: "currentColor",
  10. strokeLinecap: "round",
  11. strokeLinejoin: "round"
  12. }, /*#__PURE__*/React.createElement("path", {
  13. d: "M19 4.8a16 16 0 00-2-1.2m-3.3-1.2A16 16 0 001.1 4.7M16.7 8a12 12 0 00-2.8-1.4M10 6a12 12 0 00-6.7 2M12.3 14.7a4 4 0 00-4.5 0M14.5 11.4A8 8 0 0010 10M3 16L18 2M10 18h0"
  14. }));
  15. }