Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

45 строки
1.8 KiB

  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("circle", {
  4. cx: "14",
  5. cy: "6",
  6. r: "1"
  7. }), React.createElement("path", {
  8. d: "M13.8 11.48l.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28zM14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-4 0c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"
  9. }), React.createElement("circle", {
  10. cx: "18",
  11. cy: "10",
  12. r: "1"
  13. }), React.createElement("circle", {
  14. cx: "18",
  15. cy: "6",
  16. r: "1"
  17. }), React.createElement("path", {
  18. d: "M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"
  19. }), React.createElement("circle", {
  20. cx: "10",
  21. cy: "6",
  22. r: "1"
  23. }), React.createElement("circle", {
  24. cx: "18",
  25. cy: "14",
  26. r: "1"
  27. }), React.createElement("circle", {
  28. cx: "6",
  29. cy: "18",
  30. r: "1"
  31. }), React.createElement("path", {
  32. d: "M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7-7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-18 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"
  33. }), React.createElement("circle", {
  34. cx: "10",
  35. cy: "18",
  36. r: "1"
  37. }), React.createElement("path", {
  38. d: "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 11c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"
  39. }), React.createElement("circle", {
  40. cx: "6",
  41. cy: "14",
  42. r: "1"
  43. }), React.createElement("path", {
  44. d: "M3.21 4.56c-.39.39-.39 1.02 0 1.41l3.07 3.07L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81c-.09-.03-.18-.06-.28-.06-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.08 3.07c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.42L4.62 4.56a.9959.9959 0 00-1.41 0z"
  45. })), 'BlurOffRounded');