nzk-react-components 1.0.0-1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/dist/cjs/icons/Achievements.js +171 -0
  2. package/dist/cjs/icons/Achievements.js.map +1 -0
  3. package/dist/cjs/icons/Audio.js +40 -0
  4. package/dist/cjs/icons/Audio.js.map +1 -0
  5. package/dist/cjs/icons/Chest.js +79 -0
  6. package/dist/cjs/icons/Chest.js.map +1 -0
  7. package/dist/cjs/icons/Featured.js +52 -0
  8. package/dist/cjs/icons/Featured.js.map +1 -0
  9. package/dist/cjs/icons/Features.js +53 -0
  10. package/dist/cjs/icons/Features.js.map +1 -0
  11. package/dist/cjs/icons/Followers.js +87 -0
  12. package/dist/cjs/icons/Followers.js.map +1 -0
  13. package/dist/cjs/icons/Pinterest.js +35 -0
  14. package/dist/cjs/icons/Pinterest.js.map +1 -0
  15. package/dist/cjs/icons/Report.js +39 -0
  16. package/dist/cjs/icons/Report.js.map +1 -0
  17. package/dist/cjs/icons/Shuffle.js +35 -0
  18. package/dist/cjs/icons/Shuffle.js.map +1 -0
  19. package/dist/cjs/icons/StarTutoring.js +44 -0
  20. package/dist/cjs/icons/StarTutoring.js.map +1 -0
  21. package/dist/cjs/icons/StopWatch.js +104 -0
  22. package/dist/cjs/icons/StopWatch.js.map +1 -0
  23. package/dist/cjs/icons/Target.js +42 -0
  24. package/dist/cjs/icons/Target.js.map +1 -0
  25. package/dist/cjs/icons/TeamFlorence.js +101 -0
  26. package/dist/cjs/icons/TeamFlorence.js.map +1 -0
  27. package/dist/cjs/icons/TeamGiraffe.js +244 -0
  28. package/dist/cjs/icons/TeamGiraffe.js.map +1 -0
  29. package/dist/cjs/icons/TeamGrudge.js +177 -0
  30. package/dist/cjs/icons/TeamGrudge.js.map +1 -0
  31. package/dist/cjs/icons/TeamSeaLion.js +184 -0
  32. package/dist/cjs/icons/TeamSeaLion.js.map +1 -0
  33. package/dist/cjs/icons/Wishlist.js +98 -0
  34. package/dist/cjs/icons/Wishlist.js.map +1 -0
  35. package/dist/cjs/icons/WritingTypeDiaryEntry.js +11 -17
  36. package/dist/cjs/icons/WritingTypeDiaryEntry.js.map +1 -1
  37. package/dist/cjs/icons/WritingTypeExplanation.js +47 -0
  38. package/dist/cjs/icons/WritingTypeExplanation.js.map +1 -0
  39. package/dist/cjs/index.js +36 -0
  40. package/dist/cjs/index.js.map +1 -1
  41. package/dist/components/Icon/Icon.stories.d.ts +0 -2
  42. package/dist/esm/icons/Achievements.js +147 -0
  43. package/dist/esm/icons/Achievements.js.map +1 -0
  44. package/dist/esm/icons/Audio.js +16 -0
  45. package/dist/esm/icons/Audio.js.map +1 -0
  46. package/dist/esm/icons/Chest.js +55 -0
  47. package/dist/esm/icons/Chest.js.map +1 -0
  48. package/dist/esm/icons/Featured.js +28 -0
  49. package/dist/esm/icons/Featured.js.map +1 -0
  50. package/dist/esm/icons/Features.js +29 -0
  51. package/dist/esm/icons/Features.js.map +1 -0
  52. package/dist/esm/icons/Followers.js +63 -0
  53. package/dist/esm/icons/Followers.js.map +1 -0
  54. package/dist/esm/icons/Pinterest.js +11 -0
  55. package/dist/esm/icons/Pinterest.js.map +1 -0
  56. package/dist/esm/icons/Report.js +15 -0
  57. package/dist/esm/icons/Report.js.map +1 -0
  58. package/dist/esm/icons/Shuffle.js +11 -0
  59. package/dist/esm/icons/Shuffle.js.map +1 -0
  60. package/dist/esm/icons/StarTutoring.js +20 -0
  61. package/dist/esm/icons/StarTutoring.js.map +1 -0
  62. package/dist/esm/icons/StopWatch.js +80 -0
  63. package/dist/esm/icons/StopWatch.js.map +1 -0
  64. package/dist/esm/icons/Target.js +18 -0
  65. package/dist/esm/icons/Target.js.map +1 -0
  66. package/dist/esm/icons/TeamFlorence.js +77 -0
  67. package/dist/esm/icons/TeamFlorence.js.map +1 -0
  68. package/dist/esm/icons/TeamGiraffe.js +220 -0
  69. package/dist/esm/icons/TeamGiraffe.js.map +1 -0
  70. package/dist/esm/icons/TeamGrudge.js +153 -0
  71. package/dist/esm/icons/TeamGrudge.js.map +1 -0
  72. package/dist/esm/icons/TeamSeaLion.js +160 -0
  73. package/dist/esm/icons/TeamSeaLion.js.map +1 -0
  74. package/dist/esm/icons/Wishlist.js +74 -0
  75. package/dist/esm/icons/Wishlist.js.map +1 -0
  76. package/dist/esm/icons/WritingTypeDiaryEntry.js +11 -17
  77. package/dist/esm/icons/WritingTypeDiaryEntry.js.map +1 -1
  78. package/dist/esm/icons/WritingTypeExplanation.js +23 -0
  79. package/dist/esm/icons/WritingTypeExplanation.js.map +1 -0
  80. package/dist/esm/index.js +18 -0
  81. package/dist/esm/index.js.map +1 -1
  82. package/dist/icons/Achievements.d.ts +3 -0
  83. package/dist/icons/Audio.d.ts +3 -0
  84. package/dist/icons/Chest.d.ts +3 -0
  85. package/dist/icons/Featured.d.ts +3 -0
  86. package/dist/icons/Features.d.ts +3 -0
  87. package/dist/icons/Followers.d.ts +3 -0
  88. package/dist/icons/Pinterest.d.ts +3 -0
  89. package/dist/icons/Report.d.ts +3 -0
  90. package/dist/icons/Shuffle.d.ts +3 -0
  91. package/dist/icons/StarTutoring.d.ts +3 -0
  92. package/dist/icons/StopWatch.d.ts +3 -0
  93. package/dist/icons/Target.d.ts +3 -0
  94. package/dist/icons/TeamFlorence.d.ts +3 -0
  95. package/dist/icons/TeamGiraffe.d.ts +3 -0
  96. package/dist/icons/TeamGrudge.d.ts +3 -0
  97. package/dist/icons/TeamSeaLion.d.ts +3 -0
  98. package/dist/icons/Wishlist.d.ts +3 -0
  99. package/dist/icons/WritingTypeExplanation.d.ts +3 -0
  100. package/dist/icons/index.d.ts +18 -0
  101. package/package.json +1 -1
@@ -0,0 +1,63 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgFollowers = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "followers_svg__a" },
7
+ React.createElement("path", { "data-name": "Rectangle 1627", fill: "none", d: "M0 0h120v120H0z" })),
8
+ React.createElement("clipPath", { id: "followers_svg__b" },
9
+ React.createElement("path", { "data-name": "Rectangle 1626", transform: "translate(0 .595)", fill: "none", d: "M0 0h120v118.809H0z" })),
10
+ React.createElement("clipPath", { id: "followers_svg__c" },
11
+ React.createElement("path", { "data-name": "Rectangle 1619", transform: "translate(.005 7.6)", fill: "none", d: "M0 0h119.993v111.806H0z" })),
12
+ React.createElement("clipPath", { id: "followers_svg__d" },
13
+ React.createElement("path", { "data-name": "Rectangle 1618", transform: "translate(.005 7.6)", fill: "none", d: "M0 0h119.992v111.804H0z" })),
14
+ React.createElement("clipPath", { id: "followers_svg__e" },
15
+ React.createElement("path", { "data-name": "Rectangle 1621", transform: "translate(.001 .596)", fill: "none", d: "M0 0h76.507v34.936H0z" })),
16
+ React.createElement("clipPath", { id: "followers_svg__f" },
17
+ React.createElement("path", { "data-name": "Rectangle 1620", transform: "translate(.001 .596)", fill: "none", d: "M0 0h76.507v34.935H0z" })),
18
+ React.createElement("clipPath", { id: "followers_svg__g" },
19
+ React.createElement("path", { "data-name": "Rectangle 1623", transform: "translate(41.089 18.153)", fill: "none", d: "M0 0h78.902v24.852H0z" })),
20
+ React.createElement("clipPath", { id: "followers_svg__h" },
21
+ React.createElement("path", { "data-name": "Rectangle 1622", transform: "translate(41.089 18.156)", fill: "none", d: "M0 0h78.902v24.848H0z" })),
22
+ React.createElement("clipPath", { id: "followers_svg__i" },
23
+ React.createElement("path", { "data-name": "Rectangle 1625", transform: "translate(18.118 49.55)", fill: "none", d: "M0 0h67.84v28.729H0z" })),
24
+ React.createElement("clipPath", { id: "followers_svg__j" },
25
+ React.createElement("path", { "data-name": "Rectangle 1624", transform: "translate(18.118 49.551)", fill: "none", d: "M0 0h67.84v28.729H0z" }))),
26
+ React.createElement("g", { "data-name": "Group 1681", clipPath: "url(#followers_svg__a)" },
27
+ React.createElement("g", { "data-name": "Group 1680" },
28
+ React.createElement("g", { "data-name": "Group 1679", clipPath: "url(#followers_svg__b)" },
29
+ React.createElement("g", { "data-name": "Group 1663", opacity: 0.3 },
30
+ React.createElement("g", { "data-name": "Group 1662" },
31
+ React.createElement("g", { "data-name": "Group 1661", clipPath: "url(#followers_svg__c)" },
32
+ React.createElement("g", { "data-name": "Group 1660" },
33
+ React.createElement("g", { "data-name": "Group 1659", clipPath: "url(#followers_svg__d)" },
34
+ React.createElement("path", { "data-name": "Path 1893", d: "M110.705 72.161c.112-.13.221-.264.332-.4a38.128 38.128 0 0 0 8.639-17.428 22.534 22.534 0 0 0 .315-4.333 22.353 22.353 0 0 0-.126-1.856c0-.042-.009-.085-.013-.127q-.1-.9-.278-1.79l-.023-.109a22.054 22.054 0 0 0-1.765-5.228l-.04-.083q-.39-.8-.843-1.555l-.064-.1q-.46-.765-.981-1.487l-.012-.017a20.8 20.8 0 0 0-2.355-2.719l-.1-.1q-.615-.59-1.28-1.129l-.148-.118c-.447-.356-.908-.7-1.386-1.014-.032-.022-.066-.042-.1-.063a19.9 19.9 0 0 0-3.132-1.681c-.056-.025-.111-.05-.167-.072a20.304 20.304 0 0 0-1.616-.591l-.235-.072a19.947 19.947 0 0 0-1.691-.438l-.195-.037c-.6-.122-1.208-.223-1.831-.291A20.3 20.3 0 0 0 86.346 33.8a22.127 22.127 0 0 0-5.169 6.07 20.84 20.84 0 0 0-2.737-5.685 33.545 33.545 0 0 0-.581-9.5 22.481 22.481 0 0 0-1.351-4.129 22.411 22.411 0 0 0-.819-1.668l-.061-.113q-.438-.8-.935-1.548l-.063-.094a21.877 21.877 0 0 0-3.616-4.167l-.07-.065q-.662-.587-1.368-1.116l-.1-.075a21.138 21.138 0 0 0-1.471-1l-.018-.01a20.973 20.973 0 0 0-3.211-1.624c-.042-.017-.083-.036-.126-.051-.529-.209-1.068-.4-1.613-.56l-.182-.053c-.548-.161-1.1-.3-1.666-.414l-.117-.022a19.991 19.991 0 0 0-3.536-.367h-.181q-.855 0-1.719.068l-.244.021q-.865.081-1.734.236l-.188.038c-.6.116-1.205.254-1.808.427a20.3 20.3 0 0 0-12.432 9.924 22.15 22.15 0 0 0-2.48 7.577 20.876 20.876 0 0 0-6.284-5.183 20.089 20.089 0 0 0-15.737-1.559c-.61.176-1.2.382-1.778.608-.051.02-.1.037-.154.059-.549.219-1.082.462-1.6.725l-.213.109c-.51.265-1.006.548-1.484.852-.055.036-.109.073-.164.108a19.865 19.865 0 0 0-2.749 2.154l-.128.118c-.4.381-.781.78-1.147 1.191l-.169.192c-.356.412-.7.837-1.019 1.275-.044.059-.086.121-.129.181-.329.458-.644.926-.934 1.41l-.018.03c-.291.487-.559.987-.81 1.494l-.074.148c-.24.5-.457 1-.658 1.514l-.093.239q-.289.765-.52 1.551l-.064.227a22.278 22.278 0 0 0-.4 1.65l-.012.07c-.109.556-.194 1.12-.26 1.687-.006.051-.014.1-.02.155-.06.556-.095 1.116-.113 1.677 0 .092-.006.183-.008.273q-.015.83.031 1.664c0 .089.012.179.019.267.039.57.1 1.141.179 1.713v.029a22.39 22.39 0 0 0 1.051 4.211 36.715 36.715 0 0 0 9.418 13.837l-.021-.014q.632.6 1.287 1.179l.4.348a64.553 64.553 0 0 0 1.532 1.282q.583.471 1.181.926c.1.077.2.156.3.235.5.372 1 .738 1.505 1.093.14.1.281.195.422.292q.582.4 1.172.793c.159.1.317.209.476.312q.673.438 1.355.858c.077.048.154.1.232.145q.805.492 1.62.96l.378.215q.5.284 1 .562c-.052.052-.1.112-.15.166-.234.24-.455.491-.675.745-.163.187-.331.368-.486.562-.238.3-.457.606-.675.919-.116.164-.243.32-.354.49a18.75 18.75 0 0 0-.855 1.447c-.119.223-.219.456-.329.682-.142.3-.287.59-.414.895-.108.256-.2.518-.3.778a16.152 16.152 0 0 0-.535 1.694 18.698 18.698 0 0 0-.509 2.635c-.037.3-.07.577-.092.867-.024.315-.033.63-.042.947-.008.282-.021.564-.017.848.006.355.034.713.059 1.07.017.246.022.493.049.739v.026a19.738 19.738 0 0 0 .783 3.749 33.584 33.584 0 0 0 9.694 14.27l.164.149a51.411 51.411 0 0 0 4.112 3.337l.145.106a63.207 63.207 0 0 0 4.4 2.918l.136.083c1.495.9 3 1.735 4.5 2.5l.138.07c1.5.764 2.978 1.465 4.423 2.1l.145.065c1.436.629 2.829 1.2 4.16 1.71l.162.063c1.315.5 2.561.948 3.719 1.339l.172.058c1.144.386 2.192.715 3.126.994l.141.041c.454.136.891.263 1.284.373a5.861 5.861 0 0 0 5.527-1.368c.187-.178.4-.386.605-.584l.078-.075c.21-.2.425-.415.652-.639l.23-.229q.539-.537 1.127-1.143l.423-.436c.206-.214.413-.434.625-.659.19-.2.384-.41.579-.621.281-.3.564-.613.854-.934.251-.278.5-.56.761-.851.186-.211.372-.425.561-.642.284-.327.57-.663.858-1 .188-.222.375-.445.565-.674q.521-.628 1.044-1.284.24-.3.48-.607.525-.667 1.05-1.363a79.999 79.999 0 0 0 1.534-2.097c.133-.191.267-.384.4-.579q.564-.812 1.117-1.65c.062-.094.125-.184.187-.279a72.906 72.906 0 0 0 1.557-2.508q.55-.924 1.074-1.87c.044-.081.091-.159.135-.24.382-.7.748-1.412 1.1-2.13.089-.181.176-.362.263-.543.322-.667.633-1.339.927-2.02.034-.078.07-.154.1-.232l.369-.187.244-.125q.806-.41 1.653-.859l.277-.147q.428-.228.865-.467c.121-.065.242-.132.364-.2l.913-.506.084-.048q1.005-.565 2.044-1.18l.229-.135c.325-.194.652-.39.981-.591.107-.065.215-.132.322-.2q1.619-.993 3.276-2.1l.194-.131c.347-.232.693-.471 1.04-.71l.3-.206q1.667-1.166 3.323-2.438l.195-.149q.516-.4 1.029-.814l.3-.238q1.613-1.305 3.17-2.717l.246-.222q.477-.438.945-.887l.315-.3q1.476-1.426 2.857-2.953l.295-.326c.275-.311.545-.623.813-.938" })))))),
35
+ React.createElement("path", { "data-name": "Path 1894", d: "M14.728 12.151a20.09 20.09 0 0 1 15.737 1.56 20.864 20.864 0 0 1 6.287 5.189 22.132 22.132 0 0 1 2.481-7.582A20.285 20.285 0 0 1 51.661 1.39C63.382-1.985 75.2 5.753 77.86 17.684c4.68 22.1-15.467 45.262-22.873 52.836a6.653 6.653 0 0 1-6.221 1.792c-10.3-2.476-39.68-11.375-47.471-32.58-4.061-11.4 1.71-24.2 13.433-27.581", fill: "red" }),
36
+ React.createElement("path", { "data-name": "Path 1895", d: "M47.694 57.1c1.112-.313 24.422-9.193 29.552-22.7-4.09 16.11-16.73 30.47-22.263 36.128a6.656 6.656 0 0 1-6.22 1.792c-7.695-1.85-26.037-7.287-38.072-18.76 11.526 8.714 35.923 3.84 37 3.537", fill: "#c00" }),
37
+ React.createElement("g", { "data-name": "Group 1668", opacity: 0.34 },
38
+ React.createElement("g", { "data-name": "Group 1667" },
39
+ React.createElement("g", { "data-name": "Group 1666", clipPath: "url(#followers_svg__e)" },
40
+ React.createElement("g", { "data-name": "Group 1665" },
41
+ React.createElement("g", { "data-name": "Group 1664", clipPath: "url(#followers_svg__f)" },
42
+ React.createElement("path", { "data-name": "Path 1896", d: "M53.526 6.741a23.074 23.074 0 0 0-12.942 9.021 18.76 18.76 0 0 0-2.854 6.548 17.747 17.747 0 0 0-6.049-4.092 22.961 22.961 0 0 0-15.7-.557C6.6 20.364.634 27.851.243 35.532-1.273 25.36 4.428 15.121 14.727 12.155a20.088 20.088 0 0 1 15.735 1.559 20.9 20.9 0 0 1 6.287 5.186 22.145 22.145 0 0 1 2.48-7.582A20.286 20.286 0 0 1 51.658 1.4C61.965-1.575 72.34 4.048 76.507 13.556 72.048 7.2 62.928 4.033 53.526 6.741", fill: "#fff" })))))),
43
+ React.createElement("path", { "data-name": "Path 1897", d: "M62.1 30.621a22.107 22.107 0 0 0-7.885-10.489 22 22 0 0 0-14.443 12.127c-7.867 17.474 1.558 39.49 8.033 51.249 7.26-10.181 21.111-33.286 14.3-52.887", fill: "#960000" }),
44
+ React.createElement("path", { "data-name": "Path 1898", d: "M63.358 18.276a20.091 20.091 0 0 1 13.97 7.412 20.867 20.867 0 0 1 3.85 7.182 22.151 22.151 0 0 1 5.171-6.07 20.28 20.28 0 0 1 15.264-4.471c12.126 1.321 20.128 12.964 18.062 25.012-4.051 22.224-31.476 36.015-41.2 40.215a6.652 6.652 0 0 1-6.435-.7c-8.592-6.2-32.4-25.573-31.57-48.149.567-12.088 10.763-21.748 22.89-20.425", fill: "red" }),
45
+ React.createElement("path", { "data-name": "Path 1899", d: "M76.818 72.361c1.148.133 26.084.757 35.955-9.8-9.9 13.361-27.039 21.855-34.3 24.992a6.654 6.654 0 0 1-6.435-.7c-6.419-4.63-21.328-16.618-28.113-31.8 7.36 12.434 31.782 17.177 32.9 17.306", fill: "#c00" }),
46
+ React.createElement("g", { "data-name": "Group 1673", opacity: 0.34 },
47
+ React.createElement("g", { "data-name": "Group 1672" },
48
+ React.createElement("g", { "data-name": "Group 1671", clipPath: "url(#followers_svg__g)" },
49
+ React.createElement("g", { "data-name": "Group 1670" },
50
+ React.createElement("g", { "data-name": "Group 1669", clipPath: "url(#followers_svg__h)" },
51
+ React.createElement("path", { "data-name": "Path 1900", d: "M101.31 27.982a23.081 23.081 0 0 0-15.395 3.44A18.751 18.751 0 0 0 80.79 36.4a17.741 17.741 0 0 0-4.046-6.082 22.958 22.958 0 0 0-14.315-6.468c-9.71-1.059-18.065 3.607-21.34 10.566 2.455-9.987 11.613-17.3 22.267-16.138a20.1 20.1 0 0 1 13.969 7.411 20.862 20.862 0 0 1 3.85 7.183 22.142 22.142 0 0 1 5.171-6.072 20.289 20.289 0 0 1 15.264-4.47c10.663 1.162 18.13 10.3 18.381 20.679-1.714-7.58-8.954-13.962-18.681-15.023", fill: "#fff" })))))),
52
+ React.createElement("path", { "data-name": "Path 1901", d: "M88.016 65.136a22 22 0 0 0-12.464-14.158 22.1 22.1 0 0 0-9.369 9.187A37.925 37.925 0 0 0 62.2 78.841a112.4 112.4 0 0 0 9.836 8.011 6.654 6.654 0 0 0 6.436.7 112.43 112.43 0 0 0 9.834-4.855 37.131 37.131 0 0 0-.291-17.562", fill: "#960000" }),
53
+ React.createElement("path", { "data-name": "Path 1902", d: "M64.66 50.075a17.657 17.657 0 0 0-11.3 8.1 18.344 18.344 0 0 0-2.509 6.709 19.458 19.458 0 0 0-5.219-4.684 17.834 17.834 0 0 0-13.823-2.1C21.405 60.681 15.8 71.765 19.021 82.017c6.144 18.883 31.657 27.669 40.624 30.183a5.853 5.853 0 0 0 5.523-1.369C71.922 104.423 90.384 84.743 87 65.175c-1.913-10.464-11.931-17.675-22.34-15.1", fill: "red" }),
54
+ React.createElement("path", { "data-name": "Path 1903", d: "M59.3 98.771c-.984.25-22.633 3.728-32.473-4.306 10.193 10.474 26.124 15.856 32.822 17.735a5.855 5.855 0 0 0 5.524-1.368c5.046-4.789 16.623-16.985 20.748-31.006-4.949 11.7-25.665 18.7-26.621 18.945", fill: "#c00" }),
55
+ React.createElement("g", { "data-name": "Group 1678", opacity: 0.34 },
56
+ React.createElement("g", { "data-name": "Group 1677" },
57
+ React.createElement("g", { "data-name": "Group 1676", clipPath: "url(#followers_svg__i)" },
58
+ React.createElement("g", { "data-name": "Group 1675" },
59
+ React.createElement("g", { "data-name": "Group 1674", clipPath: "url(#followers_svg__j)" },
60
+ React.createElement("path", { "data-name": "Path 1904", d: "M32.742 62.995a20.288 20.288 0 0 1 13.815 1.185 16.474 16.474 0 0 1 5.05 3.732 15.581 15.581 0 0 1 2.809-5.773 20.175 20.175 0 0 1 11.709-7.319c8.334-2.064 16.161 1.017 19.833 6.694-3.314-8.41-12.152-13.7-21.3-11.438a17.66 17.66 0 0 0-11.3 8.1 18.342 18.342 0 0 0-2.509 6.71 19.481 19.481 0 0 0-5.211-4.692 17.842 17.842 0 0 0-13.823-2.1c-9.151 2.266-14.581 11.1-13.578 20.175.6-6.8 6.157-13.215 14.505-15.284", fill: "#fff" }))))))))))); };
61
+
62
+ export { SvgFollowers as default };
63
+ //# sourceMappingURL=Followers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Followers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,11 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgPinterest = function (props) { return (React.createElement("svg", __assign({ "data-name": "Icon - Pinterest", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { "data-name": "Path 1771", d: "M60.029 32.943a35.04 35.04 0 0 0-12.772 67.665 33.724 33.724 0 0 1 .115-10.065c.634-2.739 4.094-17.413 4.094-17.413a12.76 12.76 0 0 1-1.038-5.187c0-4.872 2.825-8.5 6.343-8.5 3 0 4.44 2.249 4.44 4.93 0 3-1.9 7.5-2.912 11.676a5.1 5.1 0 0 0 5.189 6.343c6.227 0 11.013-6.573 11.013-16.03 0-8.39-6.026-14.242-14.646-14.242-9.975 0-15.828 7.467-15.828 15.194a13.673 13.673 0 0 0 2.595 7.986 1.043 1.043 0 0 1 .231 1.009c-.259 1.1-.865 3.488-.98 3.979-.144.634-.519.778-1.182.461-4.382-2.047-7.121-8.418-7.121-13.579 0-11.042 8.015-21.19 23.151-21.19 12.138 0 21.594 8.649 21.594 20.239 0 12.08-7.611 21.8-18.163 21.8-3.546 0-6.89-1.845-8.015-4.036l-2.191 8.332a38.163 38.163 0 0 1-4.353 9.2 35.06 35.06 0 1 0 10.436-68.572Z", fill: "rgba(0,0,0,0.3)" }),
6
+ React.createElement("path", { "data-name": "Path 1769", d: "M60.029 26.943a35.04 35.04 0 0 0-12.772 67.665 33.724 33.724 0 0 1 .115-10.065c.634-2.739 4.094-17.413 4.094-17.413a12.76 12.76 0 0 1-1.038-5.187c0-4.872 2.825-8.5 6.343-8.5 3 0 4.44 2.249 4.44 4.93 0 3-1.9 7.5-2.912 11.676a5.1 5.1 0 0 0 5.189 6.343c6.227 0 11.013-6.573 11.013-16.03 0-8.39-6.026-14.242-14.646-14.242-9.975 0-15.828 7.467-15.828 15.194a13.673 13.673 0 0 0 2.595 7.986 1.043 1.043 0 0 1 .231 1.009c-.259 1.1-.865 3.488-.98 3.979-.144.634-.519.778-1.182.461-4.382-2.047-7.121-8.418-7.121-13.579 0-11.042 8.015-21.19 23.151-21.19 12.138 0 21.594 8.649 21.594 20.239 0 12.08-7.611 21.8-18.163 21.8-3.546 0-6.89-1.845-8.015-4.036l-2.191 8.332a38.163 38.163 0 0 1-4.353 9.2 35.06 35.06 0 1 0 10.436-68.572Z", fill: "#afafaf" }),
7
+ React.createElement("path", { "data-name": "Path 1770", d: "M60.029 20.943a35.04 35.04 0 0 0-12.772 67.665 33.724 33.724 0 0 1 .115-10.065c.634-2.739 4.094-17.413 4.094-17.413a12.76 12.76 0 0 1-1.038-5.187c0-4.872 2.825-8.5 6.343-8.5 3 0 4.44 2.249 4.44 4.93 0 3-1.9 7.5-2.912 11.676a5.1 5.1 0 0 0 5.189 6.343c6.227 0 11.013-6.573 11.013-16.03 0-8.39-6.026-14.242-14.646-14.242-9.975 0-15.828 7.467-15.828 15.194a13.673 13.673 0 0 0 2.595 7.986 1.043 1.043 0 0 1 .231 1.009c-.259 1.1-.865 3.488-.98 3.979-.144.634-.519.778-1.182.461-4.382-2.047-7.121-8.418-7.121-13.579 0-11.042 8.015-21.19 23.151-21.19 12.138 0 21.594 8.649 21.594 20.239 0 12.08-7.611 21.8-18.163 21.8-3.546 0-6.89-1.845-8.015-4.036l-2.191 8.332a38.163 38.163 0 0 1-4.353 9.2 35.06 35.06 0 1 0 10.436-68.572Z", fill: "#fff" }),
8
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
9
+
10
+ export { SvgPinterest as default };
11
+ //# sourceMappingURL=Pinterest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pinterest.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
@@ -0,0 +1,15 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgReport = function (props) { return (React.createElement("svg", __assign({ "data-name": "Icon - Report", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
6
+ React.createElement("g", { "data-name": "Group 1544", opacity: 0.3 },
7
+ React.createElement("path", { "data-name": "Path 1540", d: "m53.453 82.545-7.3-48.979V22.782h27.354v10.784L66.15 82.545Zm16.738 17.918a10.547 10.547 0 0 1-10.559 10.56 10.549 10.549 0 0 1-10.56-10.56 10.548 10.548 0 0 1 10.56-10.56 10.547 10.547 0 0 1 10.558 10.56Z" })),
8
+ React.createElement("g", { "data-name": "Group 1546" },
9
+ React.createElement("path", { "data-name": "Path 1541", d: "M59.632 79.43a10.547 10.547 0 0 0-10.56 10.559v6.284a10.548 10.548 0 0 0 10.56 10.56 10.547 10.547 0 0 0 10.559-10.56v-6.284A10.546 10.546 0 0 0 59.632 79.43Z", fill: "#afafaf" }),
10
+ React.createElement("path", { "data-name": "Path 1542", d: "M46.151 12.305v17.069l7.3 48.979h12.7l7.357-48.979V12.305Z", fill: "#afafaf" }),
11
+ React.createElement("g", { "data-name": "Group 1545" },
12
+ React.createElement("path", { "data-name": "Path 1543", d: "m53.453 72.072-7.3-48.98V12.305h27.354v10.784l-7.357 48.98Zm16.738 17.917a10.547 10.547 0 0 1-10.559 10.56 10.548 10.548 0 0 1-10.56-10.56 10.548 10.548 0 0 1 10.56-10.559A10.546 10.546 0 0 1 70.19 89.989Z", fill: "#fff" }))))); };
13
+
14
+ export { SvgReport as default };
15
+ //# sourceMappingURL=Report.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Report.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
@@ -0,0 +1,11 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgShuffle = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
6
+ React.createElement("path", { "data-name": "Path 1812", d: "M83.882 71.388a2.324 2.324 0 0 0-3.968 1.643v8.117c-7.539-.1-13.125-6.755-18.739-14.487 5.613-7.732 11.2-14.389 18.739-14.487v8.117a2.324 2.324 0 0 0 3.968 1.644l11.866-11.867a4.154 4.154 0 0 0 0-5.873L83.882 32.329a2.324 2.324 0 0 0-3.968 1.644V42.1c-11.144.076-18.639 7.713-24.942 16.013-6.334-8.341-13.871-16.018-25.109-16.018h-4.494a.773.773 0 0 0-.775.774v8.525a.774.774 0 0 0 .775.775h4.494c7.624 0 13.25 6.7 18.906 14.492-5.656 7.789-11.282 14.491-18.906 14.491h-4.494a.775.775 0 0 0-.775.776v8.525a.773.773 0 0 0 .775.774h4.494c11.237 0 18.775-7.676 25.109-16.017 6.3 8.3 13.8 15.936 24.942 16.013v8.125a2.324 2.324 0 0 0 3.968 1.645l11.866-11.871a4.156 4.156 0 0 0 0-5.874Z", opacity: 0.3 }),
7
+ React.createElement("path", { "data-name": "Path 1813", d: "M83.882 65.388a2.324 2.324 0 0 0-3.968 1.643v8.117c-7.539-.1-13.125-6.755-18.739-14.487 5.613-7.732 11.2-14.389 18.739-14.487v8.117a2.324 2.324 0 0 0 3.968 1.644l11.866-11.867a4.154 4.154 0 0 0 0-5.873L83.882 26.329a2.324 2.324 0 0 0-3.968 1.644V36.1c-11.144.076-18.639 7.713-24.942 16.013-6.334-8.341-13.871-16.018-25.109-16.018h-4.494a.773.773 0 0 0-.775.774v8.525a.774.774 0 0 0 .775.775h4.494c7.624 0 13.25 6.7 18.906 14.492-5.656 7.789-11.282 14.491-18.906 14.491h-4.494a.775.775 0 0 0-.775.776v8.525a.773.773 0 0 0 .775.774h4.494c11.237 0 18.775-7.676 25.109-16.017 6.3 8.3 13.8 15.936 24.942 16.013v8.125a2.324 2.324 0 0 0 3.968 1.645l11.866-11.871a4.156 4.156 0 0 0 0-5.874Z", fill: "#afafaf" }),
8
+ React.createElement("path", { "data-name": "Path 1814", d: "M83.882 59.388a2.324 2.324 0 0 0-3.968 1.643v8.117c-7.539-.1-13.125-6.755-18.739-14.487 5.613-7.732 11.2-14.389 18.739-14.487v8.117a2.324 2.324 0 0 0 3.968 1.644l11.866-11.867a4.154 4.154 0 0 0 0-5.873L83.882 20.329a2.324 2.324 0 0 0-3.968 1.644V30.1c-11.144.076-18.639 7.713-24.942 16.013-6.334-8.341-13.871-16.018-25.109-16.018h-4.494a.773.773 0 0 0-.775.774v8.525a.774.774 0 0 0 .775.775h4.494c7.624 0 13.25 6.7 18.906 14.492-5.656 7.789-11.282 14.491-18.906 14.491h-4.494a.775.775 0 0 0-.775.776v8.525a.773.773 0 0 0 .775.774h4.494c11.237 0 18.775-7.676 25.109-16.017 6.3 8.3 13.8 15.936 24.942 16.013v8.125a2.324 2.324 0 0 0 3.968 1.645l11.866-11.871a4.156 4.156 0 0 0 0-5.874Z", fill: "#fff" }))); };
9
+
10
+ export { SvgShuffle as default };
11
+ //# sourceMappingURL=Shuffle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Shuffle.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
@@ -0,0 +1,20 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgStarTutoring = function (props) { return (React.createElement("svg", __assign({ "data-name": "icon - test", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { "data-name": "Path 3068", d: "M4.527 87.1s48.43-43.912 46.133-61.448l59.723 1.063c.519.275 3.374 33.067-30.053 86.992 0 0-50.727-12.438-75.8-26.607", opacity: 0.3 }),
6
+ React.createElement("path", { "data-name": "Path 3069", d: "M45.492 15.467c19.909 7.081 64.892 11.1 64.892 11.1-8.231 46.9-32.733 79.44-32.733 79.44C37.069 98.162.123 76.722.123 76.722s23.354-16.849 33.5-35.8 11.869-25.455 11.869-25.455", fill: "#f2f2f2" }),
7
+ React.createElement("path", { "data-name": "Line 7", fill: "none", stroke: "#ccc", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295, d: "m46.219 31.723 48.667 10.754" }),
8
+ React.createElement("path", { "data-name": "Line 8", fill: "none", stroke: "#ccc", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295, d: "m42.438 41.248 49.04 10.837" }),
9
+ React.createElement("path", { "data-name": "Line 9", fill: "none", stroke: "#ccc", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295, d: "m36.824 50.931 50.118 11.075" }),
10
+ React.createElement("path", { "data-name": "Line 10", fill: "none", stroke: "#ccc", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295, d: "m28.395 60.737 53.543 14.136" }),
11
+ React.createElement("path", { "data-name": "Line 11", fill: "none", stroke: "#ccc", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295, d: "m19.62 71.896 55.136 17.099" }),
12
+ React.createElement("path", { "data-name": "Path 3070", d: "m53.453 88.665 5-15.6 5.757 15", fill: "none", stroke: "#39b54a", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295 }),
13
+ React.createElement("path", { "data-name": "Line 12", fill: "none", stroke: "#39b54a", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295, d: "m54.602 85.081 8.459-.009" }),
14
+ React.createElement("path", { "data-name": "Line 13", fill: "none", stroke: "#39b54a", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295, d: "m72.103 76.102.414 9.627" }),
15
+ React.createElement("path", { "data-name": "Line 14", fill: "none", stroke: "#39b54a", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295, d: "m67.496 81.122 9.627-.414" }),
16
+ React.createElement("path", { "data-name": "Path 3071", d: "M51.948 94.4s15.6-2.331 27.517-.242", fill: "none", stroke: "#39b54a", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.295 }),
17
+ React.createElement("path", { "data-name": "Rectangle 1763", fill: "none", d: "M0 0h120v120H0z" }))); };
18
+
19
+ export { SvgStarTutoring as default };
20
+ //# sourceMappingURL=StarTutoring.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StarTutoring.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,80 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgStopWatch = function (props) { return (React.createElement("svg", __assign({ "data-name": "In Review Icon", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { "data-name": "Path 1310", d: "M94.164 106.687c.208-.217.409-.439.612-.66.257-.278.516-.554.765-.839.161-.183.314-.372.471-.559a43.62 43.62 0 0 0 3.962-5.493c.058-.1.121-.193.179-.29.263-.44.513-.887.76-1.335.071-.128.144-.254.213-.383.239-.444.466-.893.69-1.345.066-.135.135-.27.2-.406.22-.456.429-.918.633-1.382.058-.132.117-.264.174-.4q.3-.714.583-1.438c.046-.12.093-.239.137-.359q.283-.751.538-1.514c.033-.1.065-.2.1-.293.174-.534.34-1.072.494-1.614l.05-.18a43.214 43.214 0 0 0 .535-21.239 50.593 50.593 0 0 0-.424-2.319q-.393-1.876-.959-3.744-.069-.228-.141-.454c-.2-.621-.4-1.24-.626-1.858-.2-.529-.411-1.051-.628-1.569l-.013-.03a47.243 47.243 0 0 0-.8-1.835c-.095-.205-.2-.4-.295-.609-.2-.4-.391-.806-.6-1.2-.123-.237-.252-.469-.379-.7a46.664 46.664 0 0 0-.589-1.053 47.195 47.195 0 0 0-1.509-2.413 42.11 42.11 0 0 0-.652-.937c-.163-.229-.324-.459-.49-.684-.237-.319-.482-.631-.726-.942-.16-.2-.316-.412-.479-.612q-.588-.721-1.2-1.416c-.2-.222-.4-.435-.6-.653-.234-.252-.466-.506-.705-.752s-.474-.474-.713-.708c-.215-.212-.43-.424-.649-.631a43.1 43.1 0 0 0-.773-.706 38.39 38.39 0 0 0-.639-.564q-.408-.352-.823-.693a28.624 28.624 0 0 0-.628-.5c-.291-.23-.584-.459-.881-.681-.194-.146-.393-.287-.589-.429-.32-.231-.639-.463-.964-.685-.133-.091-.271-.177-.406-.267a43.49 43.49 0 0 0-2.639-1.635l1.943-4.168 1.419.656.915-1.6a2.343 2.343 0 0 0 .114-.386 1.84 1.84 0 0 0 .021-.107 2.463 2.463 0 0 0 .036-.351v-.136a1.9 1.9 0 0 0-.02-.249 2.032 2.032 0 0 0-.069-.337 2.491 2.491 0 0 0-.137-.38c-.012-.026-.023-.052-.036-.077a2.227 2.227 0 0 0-.13-.23l-.005-.006a2.383 2.383 0 0 0-.3-.372c-.048-.05-.1-.1-.15-.143s-.081-.067-.123-.1a2.278 2.278 0 0 0-.338-.213l-5.033-2.288a2.491 2.491 0 0 0-.267-.079 2.5 2.5 0 0 0-.466-.08c-.051 0-.1-.015-.152-.016a2.443 2.443 0 0 0-.506.051c-.052.01-.1.026-.152.039a2.441 2.441 0 0 0-.336.113 2.12 2.12 0 0 0-.16.074 2.39 2.39 0 0 0-.3.186c-.044.031-.089.059-.13.093-.018.013-.037.023-.054.038a2.357 2.357 0 0 0-.313.329 2.393 2.393 0 0 0-.25.4l-.8 1.6.291.134.058.027.947.438.207.1-.522 1.118-1.41 3.023a43.487 43.487 0 0 0-4.426-1.4c-.093-.024-.185-.049-.278-.072a42.912 42.912 0 0 0-1.332-.313l-.371-.078c-.451-.095-.9-.186-1.357-.266l-.06-.01q-1.485-.259-2.994-.415c-.065-.007-.13-.016-.2-.022a39.758 39.758 0 0 0-1.243-.1c-.2-.014-.393-.028-.59-.039q-.588-.033-1.177-.051c-.218-.006-.436-.008-.654-.011-.39-.006-.78-.012-1.171-.006-.167 0-.334.011-.5.015q-1.1.027-2.208.112c-.257.02-.514.037-.77.061-.35.033-.7.074-1.049.116q-.418.049-.835.107a34.025 34.025 0 0 0-1.902.309c-.332.062-.664.12-1 .189q-.814.171-1.628.374l-.051.012-.114-.313-.523-1.438a14.343 14.343 0 0 0 1.647-1.523l.014-.015a14.5 14.5 0 0 0 1.951-2.675l.024-.043a14.542 14.542 0 0 0 .908-1.933l.037-.1c.123-.328.236-.66.335-1l.011-.043c.1-.325.178-.655.25-.988l.021-.094q.1-.5.172-1l.02-.16a14.235 14.235 0 0 0 .108-2.047v-.2a14.509 14.509 0 0 0-.066-1l-.019-.15a14.66 14.66 0 0 0-.135-.923c-.011-.055-.019-.111-.029-.166-.064-.331-.141-.66-.229-.99l-.06-.216c-.1-.337-.2-.673-.322-1.007a14.367 14.367 0 0 0-2.52-4.36q-.456-.541-.958-1.03a14.345 14.345 0 0 0-.513-.475 14.5 14.5 0 0 0-2.855-1.969 14.92 14.92 0 0 0-.621-.308 14.681 14.681 0 0 0-1.942-.742 14.126 14.126 0 0 0-.67-.185 14.355 14.355 0 0 0-8.427.439 14.322 14.322 0 0 0-2.63 1.27 14.228 14.228 0 0 0-1.73 1.25 14.426 14.426 0 0 0-3.136 3.721 14.574 14.574 0 0 0-1.572 3.839 14.349 14.349 0 0 0 .439 8.425 14.34 14.34 0 0 0 3.678 5.58 14.476 14.476 0 0 0 2.617 1.949q.469.273.958.511a14.659 14.659 0 0 0 2.017.8c.346.108.7.2 1.05.286a14.379 14.379 0 0 0 3.261.375h.072c.073 0 .146-.008.219-.01l.387 1.064.27.742-.023.012q-.777.381-1.533.79c-.289.156-.571.319-.856.481s-.548.313-.817.475c-.294.175-.584.354-.873.536q-.373.237-.741.482c-.29.191-.582.381-.866.579-.212.147-.416.3-.624.451q-.828.6-1.623 1.231c-.18.144-.362.286-.539.432-.3.25-.6.5-.9.762q-.237.207-.471.417c-.309.277-.616.556-.916.841-.068.064-.132.13-.2.194q-1.083 1.041-2.088 2.148l-.007.008c-.323.357-.636.72-.946 1.086l-.2.239q-.468.563-.918 1.136l-.025.033a43.385 43.385 0 0 0-2.711 3.917l-.019.03q-.415.677-.807 1.37l-4.232-1.973.678-1.464-1.6-.8a2.115 2.115 0 0 0-.885-.224 2.178 2.178 0 0 0-.444.033 2.417 2.417 0 0 0-1.2.593 2.612 2.612 0 0 0-.313.341 2.573 2.573 0 0 0-.25.4l-.313.689-.446.982-1.527 3.361a2.047 2.047 0 0 0-.153.413 1.37 1.37 0 0 0-.025.139 2.1 2.1 0 0 0-.039.283v.163a2.239 2.239 0 0 0 .019.258 2.31 2.31 0 0 0 .099.412c.019.053.037.106.059.158a2.519 2.519 0 0 0 .117.235c.027.048.051.1.081.142a2.237 2.237 0 0 0 .175.232c.029.036.055.074.087.108a2.535 2.535 0 0 0 .321.3 2.537 2.537 0 0 0 .37.231c.011 0 .02.014.032.019l1.576.676.025.011.674-1.457 4.218 1.966q-.266.713-.506 1.435l-.039.121a43.438 43.438 0 0 0-1.529 5.935l-.028.164a43.323 43.323 0 0 0-.632 6.132c0 .063 0 .127-.005.19a43.165 43.165 0 0 0 .283 6.22l.026.213a43.2 43.2 0 0 0 .845 4.71v.009q.162 1 .369 1.989v.006c.137.652.287 1.3.456 1.953.036.138.079.274.115.411.141.521.282 1.042.444 1.561q.312 1.011.676 2.016c.4 1.091.845 2.148 1.318 3.187a43.384 43.384 0 0 0 25.018 22.923 44.046 44.046 0 0 0 4.46 1.31q1.631.388 3.292.654 1.389.22 2.8.35c1.23.114 2.469.178 3.714.185h.169a43.4 43.4 0 0 0 14.947-2.633l.033-.013q1-.365 1.97-.774c.225-.1.444-.2.667-.3.429-.189.857-.377 1.278-.578.259-.125.511-.258.768-.386.373-.188.747-.376 1.113-.573.268-.145.531-.3.8-.448.343-.194.685-.389 1.021-.592.269-.163.534-.332.8-.5a35.117 35.117 0 0 0 1.744-1.165q.449-.316.889-.642.395-.292.78-.594c.281-.218.556-.44.83-.665.259-.212.516-.425.769-.642s.514-.451.768-.679.509-.459.757-.694.468-.454.7-.684c.251-.238.505-.486.751-.742ZM40.536 29.943c-.121-.017-.241-.039-.361-.06q-.337-.057-.669-.133c-.121-.028-.243-.056-.363-.088-.27-.071-.537-.152-.8-.241-.061-.021-.124-.038-.185-.06-.307-.11-.608-.236-.9-.371l-.312-.15q-.316-.155-.624-.328c-.1-.057-.2-.113-.3-.173-.26-.157-.514-.322-.761-.5-.031-.022-.063-.041-.094-.063-.272-.2-.534-.411-.79-.633-.08-.07-.158-.143-.238-.215q-.274-.253-.536-.523c-.074-.077-.15-.154-.222-.233a11.6 11.6 0 0 1-.647-.767l-.025-.031a13.444 13.444 0 0 1-.6-.867c-.056-.088-.108-.179-.161-.269q-.2-.341-.382-.7c-.048-.1-.1-.188-.142-.285-.154-.327-.3-.661-.426-1.007a11.862 11.862 0 0 1-.59-2.329 11.542 11.542 0 0 1-.113-1.168 11.924 11.924 0 0 1 4.668-10.011c.31-.236.633-.458.968-.664a11.516 11.516 0 0 1 1.045-.572 12.021 12.021 0 0 1 1.118-.472c.214-.078.43-.134.645-.2.249-.075.5-.147.749-.205a11.846 11.846 0 0 1 8.213 1.084c.275.146.545.3.808.468a11.792 11.792 0 0 1 4.8 5.947v.009c.125.343.227.689.318 1.036.029.107.052.214.077.321q.089.381.152.762A11.802 11.802 0 0 1 54 17.518c0 .04.008.08.01.121.015.343.011.684 0 1.024-.005.117-.015.234-.023.35q-.026.348-.07.693c-.017.127-.033.253-.054.379-.041.249-.092.5-.149.742-.02.09-.035.181-.058.27-.079.311-.174.617-.278.92-.046.133-.1.264-.149.4a12.22 12.22 0 0 1-.416.966 11.9 11.9 0 0 1-.276.524c-.083.152-.165.3-.255.451q-.213.351-.449.686c-.1.136-.2.266-.3.4s-.211.27-.321.4-.225.263-.342.39-.24.25-.363.373-.233.238-.356.35l-.337-.927-.495-1.359 2.084-.744-.023-.063.137-.051-.953-2.479-1.906-4.957a3.3 3.3 0 0 0-.486-.965l-.074-.094a2.778 2.778 0 0 0-.264-.295 3.174 3.174 0 0 0-.193-.175c-.031-.025-.06-.052-.091-.076a3.2 3.2 0 0 0-.3-.209l-.01-.006a3.178 3.178 0 0 0-.325-.169l-.109-.045a3.383 3.383 0 0 0-.244-.09c-.042-.013-.084-.026-.126-.037a3.17 3.17 0 0 0-.256-.06c-.039-.007-.077-.016-.117-.022a3.152 3.152 0 0 0-.379-.039 3.367 3.367 0 0 0-.683.042 3.577 3.577 0 0 0-.688.183l-.8.286-2.4.858a3.567 3.567 0 0 1 .58-.16l-3.783 1.418a3.418 3.418 0 0 0-.642.276 3.279 3.279 0 0 0-1.417 4.071l2.745 7.55 2.124-.79.382 1.05.425 1.167a13.127 13.127 0 0 1-.991-.103Z", opacity: 0.3 }),
6
+ React.createElement("path", { "data-name": "Rectangle 295", fill: "none", style: {
7
+ mixBlendMode: "overlay",
8
+ isolation: "isolate",
9
+ }, d: "M0 0h120v120H0z" }),
10
+ React.createElement("path", { "data-name": "Path 1311", d: "M837.8-4576.4a43.512 43.512 0 0 0-2.15-8.373c-.2-.53-.411-1.052-.628-1.57a43.29 43.29 0 0 0-18.75-21.343l1.944-4.168 1.419.656.915-1.6a2.478 2.478 0 0 0-.224-2.253l-.005-.006a2.355 2.355 0 0 0-.3-.373c-.048-.05-.1-.1-.151-.144s-.081-.067-.123-.1a2.278 2.278 0 0 0-.338-.213l-5.033-2.288a2.474 2.474 0 0 0-.885-.175 2.44 2.44 0 0 0-1.954.923 2.393 2.393 0 0 0-.25.4l-.8 1.6.349.161 1.154.534-1.932 4.141a43.241 43.241 0 0 0-25.789-1.487l-.637-1.75a14.462 14.462 0 0 0 4.634-16.277 14.453 14.453 0 0 0-18.506-8.63 14.453 14.453 0 0 0-8.629 18.5 14.462 14.462 0 0 0 13.582 9.5c.1 0 .194-.011.291-.013l.657 1.806a43.272 43.272 0 0 0-18.7 17.65l-4.232-1.973.678-1.464-1.6-.8a2.339 2.339 0 0 0-3.089 1.144l-.76 1.671-1.528 3.361a2.3 2.3 0 0 0 .743 2.838 2.5 2.5 0 0 0 .4.25l.944.4.632.271.025.011.674-1.458 4.218 1.967a43.271 43.271 0 0 0-1.568 25.152 43.659 43.659 0 0 0 2.063 7.939 43.468 43.468 0 0 0 55.713 25.981A43.467 43.467 0 0 0 837.8-4576.4Zm-74.261-44.71a11.886 11.886 0 0 1 7.1-15.216 11.885 11.885 0 0 1 15.216 7.1 11.886 11.886 0 0 1-3.158 12.827l-.832-2.286 2.084-.744-.023-.063.137-.051-2.859-7.436a3.425 3.425 0 0 0-.276-.642 3.224 3.224 0 0 0-2.7-1.642 3.506 3.506 0 0 0-1.37.225l-3.2 1.144a3.674 3.674 0 0 1 .58-.161l-3.783 1.419a3.268 3.268 0 0 0-2.059 4.347l2.745 7.55 2.125-.79.806 2.217a11.891 11.891 0 0 1-10.534-7.796Z", transform: "translate(-732.541 4639.608)", fill: "#382673", opacity: 0.2, style: {
11
+ mixBlendMode: "normal",
12
+ isolation: "isolate",
13
+ } }),
14
+ React.createElement("g", { "data-name": "Group 545", transform: "translate(-732.541 4639.608)" },
15
+ React.createElement("path", { "data-name": "Path 1312", d: "M774.709-4610.729a14.463 14.463 0 0 1-13.582-9.5 14.454 14.454 0 0 1 8.629-18.5 14.453 14.453 0 0 1 18.506 8.63 14.454 14.454 0 0 1-8.63 18.5 14.37 14.37 0 0 1-4.923.87Zm-4.075-25.6a11.886 11.886 0 0 0-7.1 15.216 11.886 11.886 0 0 0 15.216 7.095 11.885 11.885 0 0 0 7.1-15.216 11.885 11.885 0 0 0-15.216-7.1Z", fill: "#1c042b" }),
16
+ React.createElement("path", { "data-name": "Rectangle 296", fill: "#331b44", d: "m771.291-4620.931 8.6-3.13 6.65 18.274-8.6 3.13z" }),
17
+ React.createElement("path", { "data-name": "Rectangle 297", fill: "#1c042b", d: "m778.827-4623.678 1.075-.391 6.65 18.273-1.074.391z" }),
18
+ React.createElement("path", { "data-name": "Rectangle 298", fill: "#1c042b", d: "m771.302-4620.937 8.6-3.13 2.738 7.524-8.6 3.13z" }),
19
+ React.createElement("path", { "data-name": "Rectangle 299", fill: "#331b44", d: "m806.492-4602.952 6.526-13.996 6.22 2.9-6.526 13.996z" }),
20
+ React.createElement("path", { "data-name": "Path 1313", d: "m819.634-4611.2-9.151-4.232.8-1.6a2.446 2.446 0 0 1 3.089-1.144l5.033 2.288a2.446 2.446 0 0 1 1.144 3.089Z", fill: "#531d75" }),
21
+ React.createElement("path", { "data-name": "Path 1314", d: "m819.634-4611.2-9.151-4.232.8-1.6a2.446 2.446 0 0 1 3.089-1.144l5.033 2.288a2.446 2.446 0 0 1 1.144 3.089Z", fill: "#531d75" }),
22
+ React.createElement("path", { "data-name": "Path 1315", d: "M812.782-4615.931a2.445 2.445 0 0 1 3.088-1.144l4.456 2.025a2.347 2.347 0 0 0-.921-.836l-5.033-2.288a2.446 2.446 0 0 0-3.089 1.144l-.8 1.6 1.663.769Z", fill: "#6c299b" }),
23
+ React.createElement("path", { "data-name": "Rectangle 300", fill: "#331b44", d: "m747.564-4588.092 2.9-6.22 13.997 6.526-2.9 6.22z" }),
24
+ React.createElement("path", { "data-name": "Path 1316", d: "m749.169-4585.572 4.232-9.151-1.6-.8a2.339 2.339 0 0 0-3.089 1.144l-2.287 5.033a2.339 2.339 0 0 0 1.144 3.088Z", fill: "#6c299b" }),
25
+ React.createElement("path", { "data-name": "Path 1317", d: "m752.475-4592.784-1.6-.8a2.307 2.307 0 0 0-2.922.877l-1.528 3.361a2.339 2.339 0 0 0 1.145 3.088l1.576.676Z", fill: "#531d75" }),
26
+ React.createElement("circle", { "data-name": "Ellipse 88", cx: 43.469, cy: 43.469, r: 43.469, transform: "translate(751.935 -4610.307)", fill: "#441268" }),
27
+ React.createElement("path", { "data-name": "Path 1318", d: "M814.584-4531.215a43.187 43.187 0 0 0 14.112-11.479 43.365 43.365 0 0 0 6.953-42.077c-.2-.53-.411-1.052-.628-1.57a43.462 43.462 0 0 0-55.1-24.411 43.467 43.467 0 0 0-25.981 55.713 43.29 43.29 0 0 0 10.412 16.181c-.1-.091-.212-.179-.315-.271a43.444 43.444 0 0 0 24.33 12.224l.077.011q.879.127 1.766.22c.16.017.321.035.482.05a41.418 41.418 0 0 0 2.469.158c.377.014.754.027 1.133.031h1.065q.333-.006.668-.016 2.041-.059 4.093-.313l.318-.04q.677-.089 1.352-.2c.122-.02.243-.043.365-.064q1.3-.224 2.594-.529c.1-.023.2-.043.3-.067.339-.083.677-.175 1.016-.266s.657-.18.986-.276c.256-.076.512-.15.767-.231a46.75 46.75 0 0 0 1.863-.622c1.356-.5 2.67-1.055 3.945-1.667.043-.021.089-.039.132-.06.281-.139.551-.288.826-.429Z", fill: "#6c299b" }),
28
+ React.createElement("circle", { "data-name": "Ellipse 89", cx: 34.317, cy: 34.317, r: 34.317, transform: "translate(760.473 -4604.222)", fill: "#fff" }),
29
+ React.createElement("path", { "data-name": "Path 1319", d: "M764.383-4556.4a34.315 34.315 0 0 1 20.476-43.927 34.335 34.335 0 0 1 34.317 6.406 34.561 34.561 0 0 0-36.262-8.236 34.3 34.3 0 0 0-20.476 44.041 34.009 34.009 0 0 0 9.609 14.07 35.822 35.822 0 0 1-7.664-12.354Z", fill: "#382673", opacity: 0.2, style: {
30
+ mixBlendMode: "normal",
31
+ isolation: "isolate",
32
+ } }),
33
+ React.createElement("path", { "data-name": "Path 1320", d: "m784.63-4597.812 3.546 9.723a19.427 19.427 0 0 1 24.938 11.668l9.723-3.546a29.913 29.913 0 0 0-38.207-17.845Z", fill: "#382673", opacity: 0.2, style: {
34
+ mixBlendMode: "normal",
35
+ isolation: "isolate",
36
+ } }),
37
+ React.createElement("path", { "data-name": "Path 1321", d: "m784.63-4597.812 3.546 9.723a19.1 19.1 0 0 1 14.871.687l4.347-9.381a30.1 30.1 0 0 0-22.764-1.029Z", fill: "#382673", opacity: 0.2, style: {
38
+ mixBlendMode: "normal",
39
+ isolation: "isolate",
40
+ } }),
41
+ React.createElement("path", { "data-name": "Path 1322", d: "M824.909-4576.994a1.717 1.717 0 0 0-2.139-1.147l-19.067 5.748c-.009-.034-.015-.068-.025-.1a9.152 9.152 0 0 0-11.4-6.117 9.151 9.151 0 0 0-6.117 11.4c.01.033.024.063.034.1l-.6.179a1.717 1.717 0 0 0-1.148 2.138 1.718 1.718 0 0 0 1.547 1.219 1.737 1.737 0 0 0 .591-.071l1.269-.383a9.153 9.153 0 0 0 9.707 2.94 9.152 9.152 0 0 0 6.459-7.814l19.741-5.952a1.717 1.717 0 0 0 1.148-2.14Z", fill: "#382673", opacity: 0.2, style: {
42
+ mixBlendMode: "normal",
43
+ isolation: "isolate",
44
+ } }),
45
+ React.createElement("path", { "data-name": "Path 1323", d: "M786.1-4565.413a1.717 1.717 0 0 1-1.547-1.219 1.716 1.716 0 0 1 1.148-2.138l37.175-11.208a1.715 1.715 0 0 1 2.138 1.147 1.716 1.716 0 0 1-1.147 2.138l-37.176 11.209a1.713 1.713 0 0 1-.591.071Z", fill: "#ff0080" }),
46
+ React.createElement("circle", { "data-name": "Ellipse 90", cx: 4.576, cy: 4.576, r: 4.576, transform: "translate(790.341 -4574.426)", fill: "#d44a90" }),
47
+ React.createElement("path", { "data-name": "Path 1324", d: "m784.058-4619.546-12.926 4.8-2.745-7.55a3.268 3.268 0 0 1 2.059-4.347l6.406-2.4a3.268 3.268 0 0 1 4.346 2.059Z", fill: "#531d75" }),
48
+ React.createElement("path", { "data-name": "Path 1325", d: "m776.852-4629.041-3.2 1.144a3.269 3.269 0 0 1 4.347 2.059l2.745 7.55 3.2-1.144-2.745-7.55a3.269 3.269 0 0 0-4.347-2.059Z", fill: "#6c299b" }),
49
+ React.createElement("path", { "data-name": "Path 1326", d: "M804.191-4542.9a1.145 1.145 0 0 1-1.076-.755l-1.944-5.377a1.142 1.142 0 0 1 .686-1.464 1.142 1.142 0 0 1 1.465.686l1.944 5.377a1.144 1.144 0 0 1-.686 1.465 1.147 1.147 0 0 1-.389.068Z", fill: "#382673", opacity: 0.2, style: {
50
+ mixBlendMode: "normal",
51
+ isolation: "isolate",
52
+ } }),
53
+ React.createElement("path", { "data-name": "Path 1327", d: "M783.142-4543.819a1.148 1.148 0 0 1-.483-.107 1.145 1.145 0 0 1-.553-1.521l2.4-5.148a1.143 1.143 0 0 1 1.52-.553 1.144 1.144 0 0 1 .553 1.521l-2.4 5.148a1.147 1.147 0 0 1-1.037.66Z", fill: "#382673", opacity: 0.2, style: {
54
+ mixBlendMode: "normal",
55
+ isolation: "isolate",
56
+ } }),
57
+ React.createElement("path", { "data-name": "Path 1328", d: "M768.959-4559.262a1.146 1.146 0 0 1-1.069-.735 1.146 1.146 0 0 1 .66-1.478l5.376-2.059a1.145 1.145 0 0 1 1.478.66 1.145 1.145 0 0 1-.66 1.477l-5.376 2.059a1.138 1.138 0 0 1-.409.076Z", fill: "#382673", opacity: 0.2, style: {
58
+ mixBlendMode: "normal",
59
+ isolation: "isolate",
60
+ } }),
61
+ React.createElement("path", { "data-name": "Path 1329", d: "M819.633-4557.088a1.146 1.146 0 0 1-.483-.108L814-4559.6a1.145 1.145 0 0 1-.553-1.521 1.144 1.144 0 0 1 1.521-.553l5.148 2.4a1.144 1.144 0 0 1 .553 1.52 1.145 1.145 0 0 1-1.036.666Z", fill: "#382673", opacity: 0.2, style: {
62
+ mixBlendMode: "normal",
63
+ isolation: "isolate",
64
+ } }),
65
+ React.createElement("path", { "data-name": "Path 1330", d: "M775.135-4577.908a1.137 1.137 0 0 1-.474-.1l-5.262-2.4a1.145 1.145 0 0 1-.566-1.516 1.145 1.145 0 0 1 1.516-.566l5.262 2.4a1.142 1.142 0 0 1 .565 1.515 1.143 1.143 0 0 1-1.041.667Z", fill: "#382673", opacity: 0.2, style: {
66
+ mixBlendMode: "normal",
67
+ isolation: "isolate",
68
+ } })),
69
+ React.createElement("g", { "data-name": "Group 546", fill: "#1c042b" },
70
+ React.createElement("path", { "data-name": "Path 1331", d: "m57.914 47.691-1.76.419-1.076-4.519 1.76-.419Z" }),
71
+ React.createElement("path", { "data-name": "Path 1332", d: "M60.22 44.737c-.155.01-.224.139-.208.389l.143 2.253-1.725.11-.229-3.609.952-.061.452.537a1.581 1.581 0 0 1 .611-.552 1.866 1.866 0 0 1 .755-.238 1.5 1.5 0 0 1 1.063.283 1.2 1.2 0 0 1 .444.91l.156 2.462-1.736.11-.11-1.741q-.057-.882-.568-.853Z" }),
72
+ React.createElement("path", { "data-name": "Path 1333", d: "M69.759 45.182a1.661 1.661 0 0 1-1.207 1.254l.892 1.876-2.248-.478-.519-1.487-.28 1.317-1.859-.4.966-4.544q1.832.255 2.392.375a4.053 4.053 0 0 1 .84.249 1.722 1.722 0 0 1 .986 1.037 1.579 1.579 0 0 1 .037.801Zm-1.681-.408c.058-.267-.014-.422-.213-.465a1.049 1.049 0 0 0-.376.019l-.412.076-.236 1.113q1.118-.165 1.241-.743Z" }),
73
+ React.createElement("path", { "data-name": "Path 1334", d: "m71.752 48.018-.147-.064a2.303 2.303 0 0 1-.132-.063.35.35 0 0 0 .19.494c.06.032.119.061.178.087a2.231 2.231 0 0 0 .614.142 1.834 1.834 0 0 0 .763-.073l-.193.9a2.939 2.939 0 0 1-2.023-.263 1.987 1.987 0 0 1-1.014-.917 1.618 1.618 0 0 1-.011-1.453 2.056 2.056 0 0 1 .76-.924 1.965 1.965 0 0 1 1.047-.317 2.685 2.685 0 0 1 1.14.23 1.8 1.8 0 0 1 .962.793 1.08 1.08 0 0 1 .031.945 1.158 1.158 0 0 1-.807.637 2.006 2.006 0 0 1-1.358-.154Zm.886-1.059a.22.22 0 0 0-.118-.33.38.38 0 0 0-.437.118 1.288 1.288 0 0 0-.166.238c-.052.1-.112.194-.18.3l.641.122.228-.386Z" }),
74
+ React.createElement("path", { "data-name": "Path 1335", d: "m76.01 48.87.995-.622 1.163.757-3.465 2.052a.225.225 0 0 1-.252-.029.246.246 0 0 1-.136-.224l.4-4.049 1.426.929Z" }),
75
+ React.createElement("path", { "data-name": "Path 1336", d: "m77.559 53.314-1.274-1.1 2.368-2.733 1.273 1.1Zm2.869-4.515a.946.946 0 0 1 .361.549.575.575 0 0 1-.143.479.681.681 0 0 1-.533.211 1.025 1.025 0 0 1-.684-.284q-.465-.4-.337-.784a.609.609 0 0 1 .12-.2.663.663 0 0 1 .222-.162.739.739 0 0 1 .3-.069.979.979 0 0 1 .699.26Z" }),
76
+ React.createElement("path", { "data-name": "Path 1337", d: "m80.259 54.337-.105-.121a1.494 1.494 0 0 1-.09-.114.35.35 0 0 0-.045.527c.04.055.081.107.124.156a2.224 2.224 0 0 0 .49.4 1.84 1.84 0 0 0 .719.266l-.567.728a2.945 2.945 0 0 1-1.707-1.116 1.991 1.991 0 0 1-.514-1.267 1.623 1.623 0 0 1 .621-1.314 2.05 2.05 0 0 1 1.086-.5 1.949 1.949 0 0 1 1.081.169 2.676 2.676 0 0 1 .927.7 1.8 1.8 0 0 1 .521 1.131 1.074 1.074 0 0 1-.383.866 1.155 1.155 0 0 1-1 .223 2.014 2.014 0 0 1-1.158-.734Zm1.258-.569a.217.217 0 0 0 .037-.347.379.379 0 0 0-.445-.084 1.267 1.267 0 0 0-.252.142 4.473 4.473 0 0 1-.291.189l.524.389.373-.249Z" }),
77
+ React.createElement("path", { "data-name": "Path 1338", d: "m84.487 58.539 1.217-.238.647 1.155-3.775.707-.235-.422.8-1.645-1.859-.235-.237-.422 2.544-2.907.795 1.421-.858.931 1.487.191.091.162Z" })))); };
78
+
79
+ export { SvgStopWatch as default };
80
+ //# sourceMappingURL=StopWatch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StopWatch.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,18 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgTarget = function (props) { return (React.createElement("svg", __assign({ "data-name": "icon - target", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { "data-name": "Path 3058", d: "M60 0A60 60 0 1 1 0 60 60 60 0 0 1 60 0", fill: "#ffcfcf" }),
6
+ React.createElement("path", { "data-name": "Path 3059", d: "M60 120a60 60 0 1 1 60-60 60.068 60.068 0 0 1-60 60M60 9.375A50.625 50.625 0 1 0 110.625 60 50.683 50.683 0 0 0 60 9.375", fill: "#ff2624" }),
7
+ React.createElement("path", { "data-name": "Path 3060", d: "M60 99.5A39.5 39.5 0 1 1 99.5 60 39.546 39.546 0 0 1 60 99.5m0-70.09C43.451 29.411 29.988 43.133 29.988 60S43.451 90.589 60 90.589 90.012 76.866 90.012 60 76.549 29.411 60 29.411", fill: "#ff2624" }),
8
+ React.createElement("path", { "data-name": "Path 3061", d: "M60 79.259A19.259 19.259 0 1 1 79.259 60 19.281 19.281 0 0 1 60 79.259m0-31.025A11.768 11.768 0 1 0 71.544 60 11.67 11.67 0 0 0 60 48.234", fill: "#ff2624" }),
9
+ React.createElement("path", { "data-name": "Path 3062", d: "M60 63.848A3.848 3.848 0 1 1 63.848 60 3.852 3.852 0 0 1 60 63.848m0-6.2A2.351 2.351 0 1 0 62.306 60 2.331 2.331 0 0 0 60 57.649", fill: "#ff2624" }),
10
+ React.createElement("path", { "data-name": "Path 3063", d: "M88.324 29.353V17.668L105.992 0v12.178Z", fill: "#24c2ff" }),
11
+ React.createElement("path", { "data-name": "Path 3064", d: "m65.224 103.2-3.638-3.638V60.221a1.982 1.982 0 0 0-3.963 0v39.658l-3.638 3.638.2 13.883 3.441-3.442v2.08a1.982 1.982 0 1 0 3.963 0v-2.4l3.638 3.638Z", opacity: 0.3 }),
12
+ React.createElement("path", { "data-name": "Path 3065", d: "M58.374 61.724a2.258 2.258 0 0 1-.031-3.194l48.49-49.455a2.259 2.259 0 1 1 3.226 3.163L61.568 61.693a2.26 2.26 0 0 1-3.194.031", fill: "#fff" }),
13
+ React.createElement("path", { "data-name": "Path 3066", d: "M110.317 9.391 58.374 61.724a2.258 2.258 0 0 0 3.194-.031l48.491-49.455a2.26 2.26 0 0 0 .258-2.847", fill: "#e6e6e6" }),
14
+ React.createElement("path", { "data-name": "Path 3067", d: "M120 13.707h-11.685L90.647 31.375h12.178Z", fill: "#047cb8" }),
15
+ React.createElement("path", { "data-name": "Rectangle 1761", fill: "none", d: "M0 0h120v120H0z" }))); };
16
+
17
+ export { SvgTarget as default };
18
+ //# sourceMappingURL=Target.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Target.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,77 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgTeamFlorence = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 119.929 119.929" }, props),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "team-florence_svg__a" },
7
+ React.createElement("path", { "data-name": "Rectangle 1727", fill: "none", d: "M0 0h119.929v119.929H0z" })),
8
+ React.createElement("clipPath", { id: "team-florence_svg__b" },
9
+ React.createElement("path", { "data-name": "Rectangle 1724", transform: "translate(17.957 11.125)", fill: "none", d: "M0 0h69.089v99.476H0z" })),
10
+ React.createElement("clipPath", { id: "team-florence_svg__c" },
11
+ React.createElement("path", { "data-name": "Rectangle 1725", transform: "translate(48.36 33.987)", fill: "none", d: "M0 0h45.686v23.51H0z" })),
12
+ React.createElement("clipPath", { id: "team-florence_svg__d" },
13
+ React.createElement("path", { "data-name": "Rectangle 1726", transform: "translate(48.36 43.617)", fill: "none", d: "M0 0h43.606v12.934H0z" }))),
14
+ React.createElement("g", { "data-name": "Group 1958" },
15
+ React.createElement("g", { "data-name": "Group 1967", clipPath: "url(#team-florence_svg__a)" },
16
+ React.createElement("g", { "data-name": "Group 1960", opacity: 0.3 },
17
+ React.createElement("g", { "data-name": "Group 1959" },
18
+ React.createElement("g", { "data-name": "Group 1958", clipPath: "url(#team-florence_svg__b)" },
19
+ React.createElement("path", { "data-name": "Path 2640", d: "M84.493 43.034a22.071 22.071 0 0 0-2.724-4.043 10.511 10.511 0 0 0-1.507-1.485 161.757 161.757 0 0 0-12.581-2.351q-.911-.133-1.759-.25l-.832-.111a160.201 160.201 0 0 0-3.611-.436l-.073-.008a3.07 3.07 0 0 0-.383-.856.437.437 0 0 1-.066-.129 3.047 3.047 0 0 0-.116-1.719 2.829 2.829 0 0 0-.455-.748 3.738 3.738 0 0 0-.311-1.223 1.087 1.087 0 0 0-.132-.334c.942-.824.046-1.941-.726-2.272a2.2 2.2 0 0 0-.384-.336 5.681 5.681 0 0 0-1.136-.722 2.267 2.267 0 0 0-.155-.412 2.483 2.483 0 0 0-.1-.344 5.3 5.3 0 0 0-1.912-2.518.994.994 0 0 0-.419-.195.562.562 0 0 0-.164.011c-.756-.475-3.246-1.809-7.959-2.269-.113-.011-.235-.018-.351-.028l2.45-.243 2.956-7.743a40.977 40.977 0 0 0-5.258-1.145 50.665 50.665 0 0 0-23.478 14.014c-.069.374-.136.752-.191 1.139 0 .029 0 .052-.006.08a65.168 65.168 0 0 0-3.281 2.84c-.648.841-1.277 1.7-1.872 2.58l2.709-1.264a21.293 21.293 0 0 0-1.938 10.634 19.364 19.364 0 0 0 .858 4.383s.146-.555.384-1.322l.127-.4a14.212 14.212 0 0 1 1.6-3.628s.649 4.848 1.215 9.87l.1.887c.1.887.192 1.772.278 2.627a54.1 54.1 0 0 1 .426 6.982 39.293 39.293 0 0 0 2.313-5.417 32.051 32.051 0 0 0 .953-3.333c.088-.388.167-.781.236-1.175a18.246 18.246 0 0 0 .3-3.543s1.544 2.525 3.221 6.053a51.294 51.294 0 0 1 3.489 9.339 32.568 32.568 0 0 0-2.111-13.8L35.31 52.4c.69.815 1.424 1.688 2.135 2.547.5.606.99 1.2 1.441 1.764.9 1.122 1.653 2.1 2.052 2.709 1 1.525 4.781 7.23 8.257 13.906.521 1 1.036 2.024 1.533 3.059s.977 2.079 1.429 3.125a56.675 56.675 0 0 1 2.3 6.189l1.783 5.725s-.305.837-.8 2.16c-.142.378-.3.8-.47 1.245-.341.9-.734 1.924-1.158 3.009a104.129 104.129 0 0 1-5.052 11.519 50.512 50.512 0 0 0 7.747 1.135c.171-.011.34-.022.514-.035a41.917 41.917 0 0 0 10.005-.341s.853-6.022.759-7.43c0 0 1.072 4.626.911 5.363l1.354-.47s.014-.167.033-.437c.073-1.024.24-3.607.166-5.016a33.793 33.793 0 0 0-.54-4.012s.294.75.671 1.832c.062.181.128.371.194.568a27.016 27.016 0 0 1 1.411 5.718s.03-.182.073-.48v-.009c.233-1.625.894-7.074-.074-11.008a91.779 91.779 0 0 0-4.669-12.295S66.2 79.775 64.4 76.171c-.112-.226-.228-.454-.346-.687-.59-1.161-1.246-2.4-1.954-3.675q-.213-.381-.432-.766a86.566 86.566 0 0 0-1.363-2.314 62.262 62.262 0 0 0-2.988-4.475q-.564-.763-1.129-1.494c-.126-.163-.25-.319-.376-.479-.25-.321-.5-.639-.749-.95l-.436-.536q-.344-.421-.681-.83a147.54 147.54 0 0 0-.437-.52q-.336-.4-.664-.779a73.261 73.261 0 0 0-1.085-1.241c-.115-.13-.231-.262-.345-.388a93.843 93.843 0 0 0-.767-.845l-.195-.213c-.655-.711-1.261-1.35-1.806-1.912a75.675 75.675 0 0 0-2.577-2.549l-.034-.033-.121-.112-1.445-1.76.066-.041c.1.09.193.18.3.271a15.583 15.583 0 0 0 1.8 1.3 19.5 19.5 0 0 0 3.687 1.757c.433.156.857.289 1.278.413.115.034.229.065.343.1q.507.141 1 .253c.082.019.165.04.246.058q.606.13 1.189.222c.071.012.141.02.212.031.325.048.645.088.958.12l.263.026c.739.066 1.44.091 2.1.085h.242c.262-.005.517-.016.765-.03l.195-.011c.289-.02.568-.045.835-.074.085-.009.165-.02.249-.031.177-.022.35-.045.517-.07.1-.016.207-.031.308-.048a16.55 16.55 0 0 0 1.018-.199l.12-.026.414-.1a11.767 11.767 0 0 0 1.357-.427c-2.112-3.848-7.086-6.007-7.086-6.007a27.6 27.6 0 0 1 14.792.516l.047.019c.421.15.841.32 1.26.5.092.039.184.082.276.122q.508.225 1.011.474c.088.043.177.086.265.131q.6.306 1.195.637l.008.005q.642.362 1.263.748c.021.012.041.026.062.039q.564.35 1.107.714l.175.118q.521.351 1.019.707l.093.066a51.19 51.19 0 0 1 2.073 1.573c.048.037.093.074.14.112q.388.312.75.613l.2.165c.229.192.447.379.657.56.046.04.1.083.142.123.234.2.452.4.658.581l.31.282.238.218.365.34q.242.228.428.407c.354.343.563.555.563.555a14.775 14.775 0 0 0 0-11.309 30.008 30.008 0 0 0-1.448-3.154" })))),
20
+ React.createElement("path", { "data-name": "Path 2641", d: "M42.714 10.7s-3.659-6.389-3.8-9.767c0 0-.882 5.776 0 7.979 0 0-3.2-5.612-3.5-8.521 0 0-1.46 7.083 0 11.838l.124 1.586s-2.675-4.577-2.675-6.407a21.325 21.325 0 0 0 0 10.63c1.549 5.279 9.853-7.338 9.853-7.338", fill: "#944787" }),
21
+ React.createElement("path", { "data-name": "Path 2642", d: "M35.412.4s-.253 1.239-.443 3.018c.438-.078.85-.137 1.227-.171A12.113 12.113 0 0 1 35.412.4", fill: "#571e61" }),
22
+ React.createElement("path", { "data-name": "Path 2643", d: "M36.1 15.086a10.545 10.545 0 0 1-3.92-2.576 18.44 18.44 0 0 0 .681 5.532c.8 2.716 3.381.695 5.7-1.908a14.4 14.4 0 0 0-2.461-1.048", fill: "#571e61" }),
23
+ React.createElement("path", { "data-name": "Path 2644", d: "M38.914.938s-.156 1.032-.272 2.385a5.26 5.26 0 0 1 .816.22 10.51 10.51 0 0 1-.544-2.6", fill: "#571e61" }),
24
+ React.createElement("path", { "data-name": "Path 2645", d: "M34.116 15.054a31.218 31.218 0 0 0-4 11.224C29.2 32.684 43 20.3 43 20.3Z", fill: "#6c6697" }),
25
+ React.createElement("path", { "data-name": "Path 2646", d: "m32.861 13.256 5.913 8.472 17.316-1.715 2.956-7.742s-14.359-4.505-26.185.985", fill: "#fff" }),
26
+ React.createElement("path", { "data-name": "Path 2647", d: "M47.194 12.51a2.683 2.683 0 0 0-2.534 3.1 3.278 3.278 0 0 0 3.59 2.886 2.473 2.473 0 0 0 2.464-2.988c-.423-2.928-2.089-2.998-3.52-2.998Z", fill: "none", stroke: "#ea7cd9", strokeWidth: 2 }),
27
+ React.createElement("path", { "data-name": "Path 2648", d: "M62.2 22.725s-2.44-1.877-8.212-2.44-15.392.36-21.164 4.082a67.182 67.182 0 0 0-9.385 8.119l4.223-1.971a21.082 21.082 0 0 0-1.079 15.016s1.032-3.941 2.111-5.349c0 0 2.3 17.175 2.018 20.366 0 0 3.942-7.274 3.8-13.468 0 0 4.881 7.977 6.711 15.392a32.565 32.565 0 0 0-2.112-13.8s7.227 8.306 8.822 10.747S58.261 75 61.452 85.7l1.783 5.725s-6.385 17.491-8.26 18.975c0 0 9.934 1.15 19.046-1.827a41.731 41.731 0 0 0 .758-5.886s1.072 4.626.912 5.363l1.354-.471s.292-3.672.2-5.455a33.685 33.685 0 0 0-.54-4.012s2.089 5.326 2.276 8.118c0 0 1.15-6.828 0-11.5a91.633 91.633 0 0 0-4.671-12.291s-4.434-10.652-9.995-18.184a99.581 99.581 0 0 0-11.4-12.881l-1.446-1.76 12.5-7.673 4.505-7.39a4.1 4.1 0 0 0-.446-1.056c-.211-.235-.329-1.83-.634-2.558a10.439 10.439 0 0 0-.445-1.6 1.224 1.224 0 0 0 .234-1.033c-.141-.61-.774-.985-1.384-1.337a8.515 8.515 0 0 1-1.267-.962 5.2 5.2 0 0 0-2.332-3.28", fill: "#d56bc4" }),
28
+ React.createElement("path", { "data-name": "Path 2649", d: "m58.6 39.2 5.77-2.572.949-3.115-3.627-10.868-10.611-.108-5.6 2.587-.925 4.546S54.9 39.571 58.6 39.2", fill: "#f39de7" }),
29
+ React.createElement("path", { "data-name": "Path 2650", d: "M61.359 23.757a14.327 14.327 0 0 0 2.141.095 3.953 3.953 0 0 0-1.3-1.127s-2.441-1.877-8.212-2.441c-5.087-.5-13.159.165-18.956 2.876.041.974.659 1.941 2.531 2.544l4.759.681 4.767-.34a28.674 28.674 0 0 1 14.266-2.288", fill: "#ec84db" }),
30
+ React.createElement("path", { "data-name": "Path 2651", d: "M32.827 24.367a26.3 26.3 0 0 0-1.1.757l6.4.58c-.071-1.806.774-2.135.774-2.135l.552 2.135c1.653-3.166 12.557-5.462 12.881-5.53-5.826-.259-14.257.805-19.51 4.193", fill: "#734298" }),
31
+ React.createElement("path", { "data-name": "Path 2652", d: "M55.516 66.437c-1.478-2.323-9.01-13.093-10.066-14.5S42 46.235 40.03 39.689a54.228 54.228 0 0 1-1.9-13.989l-6.4-.581a73.634 73.634 0 0 0-8.285 7.362l4.223-1.971a21.082 21.082 0 0 0-1.079 15.016s1.032-3.942 2.111-5.349c0 0 2.3 17.175 2.018 20.366 0 0 3.942-7.274 3.8-13.468 0 0 4.881 7.977 6.711 15.392a32.565 32.565 0 0 0-2.112-13.8s7.227 8.306 8.822 10.746S58.261 75 61.452 85.7l1.783 5.725s-6.385 17.492-8.26 18.976a52.36 52.36 0 0 0 9.04.057c0-.009.013-.018.018-.027 1.2-2.042 3.168-16.823 3.449-18.865s-.844-3.308-1.689-5.349-8.8-17.457-10.277-19.78", fill: "#683288" }),
32
+ React.createElement("path", { "data-name": "Path 2653", d: "M59.74 58.547a94.274 94.274 0 0 0-6.828-7.173l-1.445-1.76 2.163-1.329c-1.807-1.223-3.483-2.018-4.683-1.9a18.491 18.491 0 0 0 .68 5.43c.751 1.971 5.121 5.947 10.113 6.728", fill: "#683288" }),
33
+ React.createElement("path", { "data-name": "Path 2654", d: "m42.326 52.42-3.21-3.745-1.689-1.384s-4.466-11.812-2.777-21.9l1.79.163a39.717 39.717 0 0 0 1.585 14c2.252 7.426 4.3 12.872 4.3 12.872", fill: "#7e85b0" }),
34
+ React.createElement("path", { "data-name": "Path 2655", d: "M74.78 102.688s1.072 4.626.911 5.363l1.354-.471s.014-.168.033-.439a57.7 57.7 0 0 0-2.486-8.536 37.125 37.125 0 0 1 .188 4.083", fill: "#734298" }),
35
+ React.createElement("path", { "data-name": "Path 2656", d: "M79.338 103.213C78.188 97.131 75.9 94.8 75.9 94.8c.148.528.8 3.308.8 3.308s2.088 5.326 2.276 8.118c0 0 .208-1.239.359-3.017", fill: "#734298" }),
36
+ React.createElement("path", { "data-name": "Path 2657", d: "M67.061 77.946c-.748-1.012-1.868-2.527-3.2-2.134-1.353.685-1.178 1.912-.067 2.794a5.068 5.068 0 0 0 2.673 1.029v.071a5.091 5.091 0 0 1-2.985-.654c-1.776-.891-2.138-3.606.148-4.1 1.824-.257 2.834 1.667 3.436 3", fill: "#de82d0" }),
37
+ React.createElement("path", { "data-name": "Path 2658", d: "M65.781 104.586c.49-1.376 1.341-3.377 3.18-3.269 2.319.31 2.18 3.045.482 4.078-.45.467-2.67 1.124-2.928.825a5.058 5.058 0 0 0 2.58-1.244c1.035-.97 1.109-2.207-.295-2.778-1.365-.283-2.354 1.317-3.019 2.388", fill: "#de82d0" }),
38
+ React.createElement("path", { "data-name": "Path 2659", d: "M64.509 68.787c-.325-1.186-.9-2.661-2.191-2.886-1.611-.124-1.623.849-.887 2.011a6.557 6.557 0 0 0 1.959 1.8 4.6 4.6 0 0 1-3.079-2.8c-.493-2.324 2.585-2.361 3.424-.809a5.439 5.439 0 0 1 .774 2.689", fill: "#de82d0" }),
39
+ React.createElement("path", { "data-name": "Path 2660", d: "M74.311 82.439s-4.436-10.652-10-18.184a101.993 101.993 0 0 0-8.671-10.188c.046.06 10.7 13.44 13.692 19.714 2.159 4.52 6.839 14.472 9.3 19.711a102.787 102.787 0 0 0-4.326-11.053", fill: "#efbbea" }),
40
+ React.createElement("path", { "data-name": "Path 2661", d: "M39.726 27.277c8.672-3.72 17.571-.61 20.207 8.852.156.518.321 1.033.525 1.535l-.8.243c-1.08-1.921-1.271-4.08-2.514-5.947-3.621-6.238-11.156-6.979-17.423-4.683", fill: "#ffc2f8" }),
41
+ React.createElement("path", { "data-name": "Path 2662", d: "m61.31 26.376 1.058 4.1c.3 1.2.66 2.734 1.868 3.2a.5.5 0 1 1-.406.914c-1.522-.784-1.8-2.514-1.99-3.974l-.621-4.217a.047.047 0 0 1 .091-.018", fill: "#ffc2f8" }),
42
+ React.createElement("path", { "data-name": "Path 2663", d: "M62.533 22.737a.994.994 0 0 0-.419-.195.872.872 0 0 0-.778.459 3.936 3.936 0 0 0-.2 2.885q.4 2.139.794 4.278a.37.37 0 0 0 .074.189.321.321 0 0 0 .234.076 1.667 1.667 0 0 0 1.285-.691 4.26 4.26 0 0 0 .639-1.363 4.885 4.885 0 0 0 .288-3.12 5.3 5.3 0 0 0-1.912-2.518", fill: "#662f71" }),
43
+ React.createElement("path", { "data-name": "Path 2664", d: "M64.137 24.913a1.254 1.254 0 0 0-1.194-.642c-.515.1-.809.644-.963 1.145a11.318 11.318 0 0 0 .241 5.764c.04.18.114.393.295.429.328-1.049-.024-2.287.56-3.217.38-.607 1.07-.91 1.49-1.473.463-.622-.043-1.415-.429-2.006", fill: "#8d4ba0" }),
44
+ React.createElement("path", { "data-name": "Path 2665", d: "M63.5 26.193a2.327 2.327 0 0 0-.539.806 7.306 7.306 0 0 0-.416 4.812c.1.378.312.818.7.835s.653-.427.814-.8a18.571 18.571 0 0 1 2.007-3.52 1.279 1.279 0 0 0 .346-.835 1.193 1.193 0 0 0-.583-.758c-.675-.486-1.53-1.245-2.332-.54", fill: "#ae5da9" }),
45
+ React.createElement("path", { "data-name": "Path 2666", d: "M63.5 33.377a4.31 4.31 0 0 1-.376-4.176c1.05-2.253 1.895-2.206 2.669-2.229s2.276 1.384 1.15 2.369a32.655 32.655 0 0 0-3.238 4.036", fill: "#361f56" }),
46
+ React.createElement("path", { "data-name": "Path 2667", d: "M67.841 31.646a2.826 2.826 0 0 1-.218 2.545 1.993 1.993 0 0 1-2.325.772.781.781 0 0 1-.358-.268.69.69 0 0 1-.016-.645 2.14 2.14 0 0 1 .393-.541 4.672 4.672 0 0 0 1.336-2.4c.149-1.193 1 .019 1.188.537", fill: "#662f71" }),
47
+ React.createElement("path", { "data-name": "Path 2668", d: "M65.113 34.363s1.333.235 2.028-1.6.037-4.082-1.606-4.5-3.135 3.566-2.035 5.115 1.613.985 1.613.985", fill: "#fff" }),
48
+ React.createElement("path", { "data-name": "Path 2669", d: "M64.476 33.78a1.464 1.464 0 0 1-.11-.991.859.859 0 0 1 .718-.631.445.445 0 0 1 .31.083.589.589 0 0 1 .144.2 4.512 4.512 0 0 1 .352.924.916.916 0 0 1-.059.785c-.463.607-1.128.14-1.355-.37", fill: "#1b0d29" }),
49
+ React.createElement("path", { "data-name": "Path 2670", d: "M65.1 32.483a.423.423 0 0 0-.042.419.264.264 0 0 0 .109.124.22.22 0 0 0 .268-.072.293.293 0 0 0 .019-.288.446.446 0 0 0-.213-.205", fill: "#fff" }),
50
+ React.createElement("path", { "data-name": "Path 2671", d: "M41.056 26.858s-.567 4.736 4.254 9.593 6.335 5.842 9.5 5.56 5.264-3.836 5.264-3.836a42.271 42.271 0 0 0-2.8-6.829c-1.3-2.11-6.96-7.64-16.221-4.488", fill: "#662f71" }),
51
+ React.createElement("path", { "data-name": "Path 2672", d: "M54.813 42.011c3.167-.282 5.263-3.836 5.263-3.836a42.273 42.273 0 0 0-2.8-6.828 11.7 11.7 0 0 0-3.693-3.442c-.065.015-.108.028-.108.028s-6.335-2.747-10.489 0c0 0 .74 6.195 2.323 8.518 4.822 4.857 6.335 5.843 9.5 5.56", fill: "#8d4ba0" }),
52
+ React.createElement("path", { "data-name": "Path 2673", d: "M48.055 37.882s-3.942-4.358-2.323-7.453 5.667-2.6 7.391-1.792a9.7 9.7 0 0 1 4.294 4.409c.845 1.821-9.362 4.836-9.362 4.836", fill: "#ae5da9" }),
53
+ React.createElement("path", { "data-name": "Path 2674", d: "M58.578 36.275s.387 3.1-2.323 4.118-7.637-1.4-8.2-2.511l.14-1.361Z", fill: "#662f71" }),
54
+ React.createElement("path", { "data-name": "Path 2675", d: "M48.055 37.882a8.267 8.267 0 0 1 .141-5.128 4.982 4.982 0 0 1 4.516-3.342c2.075-.3 3.524 1.794 4.22 2.745a2.256 2.256 0 0 1 .535 1.683Z", fill: "#361f56" }),
55
+ React.createElement("path", { "data-name": "Path 2676", d: "M48.2 36.521a7.071 7.071 0 0 0 4.787 2.921c3.413.6 5.6-3.167 5.6-3.167s-1.3-4.963-5.456-5.315-4.931 5.561-4.931 5.561", fill: "#fff" }),
56
+ React.createElement("path", { "data-name": "Path 2677", d: "M51.906 38.608a1.781 1.781 0 0 1-.134-1.211 1.049 1.049 0 0 1 .878-.771.545.545 0 0 1 .379.1.742.742 0 0 1 .175.245 5.519 5.519 0 0 1 .431 1.13 1.121 1.121 0 0 1-.073.96c-.565.74-1.378.169-1.656-.454", fill: "#1b0d29" }),
57
+ React.createElement("path", { "data-name": "Path 2678", d: "M52.663 37.023a.514.514 0 0 0-.051.512.32.32 0 0 0 .134.152.267.267 0 0 0 .326-.088.359.359 0 0 0 .024-.352.553.553 0 0 0-.261-.247", fill: "#fff" }),
58
+ React.createElement("path", { "data-name": "Path 2679", d: "M48.36 45.015a7.468 7.468 0 0 1 4.693-3.379 4 4 0 0 0 4.035-.375c1.924-1.455 1.987-3.191 2.988-4.317a10.532 10.532 0 0 1 4.433-2.957 161.977 161.977 0 0 1 22.753 3.52s3.191 2.346 5.678 8.681a14.775 14.775 0 0 1 0 11.309s-7.02-7.226-14.3-9.807a27.594 27.594 0 0 0-14.791-.516s4.974 2.158 7.086 6.006a20.059 20.059 0 0 1-13.612-.28c-7.7-2.769-8.963-7.884-8.963-7.884", fill: "#b53c24" }),
59
+ React.createElement("path", { "data-name": "Path 2680", d: "m51.223 45.531.892.469s3.754-.985 4.645-.7 4.693 2.347 4.693 2.347.188.328 2.393-.47a27.6 27.6 0 0 1 14.792.517c7.283 2.581 14.3 9.807 14.3 9.807a14.775 14.775 0 0 0 0-11.309c-2.487-6.335-5.678-8.681-5.678-8.681a161.977 161.977 0 0 0-22.753-3.52 10.533 10.533 0 0 0-4.433 2.956c-1 1.127-1.064 2.863-2.988 4.318a4 4 0 0 1-4.036.375 7.464 7.464 0 0 0-4.692 3.379 5.476 5.476 0 0 1 2.862.516", fill: "#f77148" }),
60
+ React.createElement("path", { "data-name": "Path 2681", d: "M79.05 43.7c-1.642 0-1.924.047-1.736 1.126a11.585 11.585 0 0 0 1.37 2.881C85.951 50.3 92.94 57.5 92.94 57.5a14.775 14.775 0 0 0 0-11.309c-2.487-6.335-5.678-8.681-5.678-8.681-2.12 7.5-6.57 6.194-8.212 6.194", fill: "#f4a26d" }),
61
+ React.createElement("g", { "data-name": "Group 1963", opacity: 0.5, style: {
62
+ mixBlendMode: "overlay",
63
+ isolation: "isolate",
64
+ } },
65
+ React.createElement("g", { "data-name": "Group 1962" },
66
+ React.createElement("g", { "data-name": "Group 1961", clipPath: "url(#team-florence_svg__c)" },
67
+ React.createElement("path", { "data-name": "Path 2682", d: "M60.6 37.647c1.029-1.642 4.884-3.144 4.884-3.144s5.256.845 7.884 1.361 13.762 2.085 13.762 2.085c2.543 1.71 4.637 7.253 5.763 11.1.887 3.032-.087 6.519-.541 7.867.372.359.588.58.588.58a14.775 14.775 0 0 0 0-11.309c-2.487-6.335-5.678-8.682-5.678-8.682a162.056 162.056 0 0 0-22.753-3.519 10.54 10.54 0 0 0-4.433 2.956c-1 1.126-1.064 2.863-2.988 4.317a4 4 0 0 1-4.035.376 7.464 7.464 0 0 0-4.693 3.378 17.6 17.6 0 0 1 5.068-2.862c5.866 1.032 6.147-2.863 7.176-4.505", fill: "#fff" })))),
68
+ React.createElement("g", { "data-name": "Group 1966", opacity: 0.3 },
69
+ React.createElement("g", { "data-name": "Group 1965" },
70
+ React.createElement("g", { "data-name": "Group 1964", clipPath: "url(#team-florence_svg__d)" },
71
+ React.createElement("path", { "data-name": "Path 2683", d: "M57.323 52.9a20.9 20.9 0 0 0 12.252.71c-.694.159-6.313 1.252-12.956-3.478l.329-.281s6.8 3.332 11.5 2.252a25.25 25.25 0 0 0-3.936-3.332 15.967 15.967 0 0 1 1.763-.248 18.965 18.965 0 0 0-2.426-1.347 27.6 27.6 0 0 1 14.791.515c5.668 2.009 11.16 6.822 13.326 8.859a14.513 14.513 0 0 0-6.956-9.564c-6.288-3.613-10.183-3.425-12.53-3.332s-10.371 2.674-10.371 2.674-5.114-2.392-5.678-2.487a13.66 13.66 0 0 0-5.208 1.691 6.74 6.74 0 0 0-2.863-.517s1.267 5.115 8.963 7.883", fill: "#1d1d1b" })))),
72
+ React.createElement("path", { "data-name": "Path 2684", d: "M51.624 45.742a10.607 10.607 0 0 0 5.324 4.106C60.6 51.275 64.6 52.9 68.445 52.1c0 0-4.033-3.787-5.888-4.522a43.094 43.094 0 0 1-5.609-3.315s-5.2.469-5.324 1.478", fill: "#5c1b17" }),
73
+ React.createElement("path", { "data-name": "Path 2685", d: "M60.034 48.91a15.577 15.577 0 0 0-3.744-3.989 8.3 8.3 0 0 0-2.113-.266c-1.264.244-2.5.6-2.553 1.087a10.606 10.606 0 0 0 5.323 4.107c1.3.508 2.65 1.038 4.017 1.478a12.132 12.132 0 0 0-.93-2.417", fill: "#420d13" }))),
74
+ React.createElement("path", { "data-name": "Rectangle 1724", fill: "none", d: "M0 0h119.929v119.929H0z" }))); };
75
+
76
+ export { SvgTeamFlorence as default };
77
+ //# sourceMappingURL=TeamFlorence.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TeamFlorence.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}