You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
123456789101112131415161718192021
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
  4. d: "M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z"
  5. }), React.createElement("circle", {
  6. cx: "6.5",
  7. cy: "11.5",
  8. r: "1.5"
  9. }), React.createElement("circle", {
  10. cx: "9.5",
  11. cy: "7.5",
  12. r: "1.5"
  13. }), React.createElement("circle", {
  14. cx: "14.5",
  15. cy: "7.5",
  16. r: "1.5"
  17. }), React.createElement("circle", {
  18. cx: "17.5",
  19. cy: "11.5",
  20. r: "1.5"
  21. })), 'PaletteOutlined');