elementa-icons 1.20.0 → 1.22.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 (37) hide show
  1. package/dist/icons/food-beverage/BeerMug.js +14 -0
  2. package/dist/icons/food-beverage/Cake.js +14 -0
  3. package/dist/icons/food-beverage/Cutlery.js +14 -0
  4. package/dist/icons/food-beverage/FoodTiffin.js +14 -0
  5. package/dist/icons/food-beverage/GreenTea.js +14 -0
  6. package/dist/icons/food-beverage/PotatoChips.js +80 -0
  7. package/dist/icons/food-beverage/index.js +7 -1
  8. package/dist/icons/household/Appliances.js +24 -0
  9. package/dist/icons/household/index.js +2 -1
  10. package/dist/icons/sports/Basketball.js +14 -0
  11. package/dist/icons/sports/Dart.js +14 -0
  12. package/dist/icons/sports/index.js +3 -0
  13. package/dist/icons/status-notifications/TickCloud.js +14 -0
  14. package/dist/icons/status-notifications/index.js +2 -1
  15. package/dist/icons/travel-hotel/MetalBriefcase.js +14 -0
  16. package/dist/icons/travel-hotel/index.js +2 -0
  17. package/dist/index.esm.js +1 -1
  18. package/dist/index.js +14 -6
  19. package/dist/types/icons/food-beverage/BeerMug.d.ts +6 -0
  20. package/dist/types/icons/food-beverage/Cake.d.ts +6 -0
  21. package/dist/types/icons/food-beverage/Cutlery.d.ts +6 -0
  22. package/dist/types/icons/food-beverage/FoodTiffin.d.ts +6 -0
  23. package/dist/types/icons/food-beverage/GreenTea.d.ts +6 -0
  24. package/dist/types/icons/food-beverage/PotatoChips.d.ts +6 -0
  25. package/dist/types/icons/food-beverage/index.d.ts +7 -1
  26. package/dist/types/icons/household/Appliances.d.ts +6 -0
  27. package/dist/types/icons/household/index.d.ts +2 -1
  28. package/dist/types/icons/sports/Basketball.d.ts +6 -0
  29. package/dist/types/icons/sports/Dart.d.ts +6 -0
  30. package/dist/types/icons/sports/index.d.ts +3 -0
  31. package/dist/types/icons/status-notifications/TickCloud.d.ts +6 -0
  32. package/dist/types/icons/status-notifications/index.d.ts +2 -1
  33. package/dist/types/icons/travel-hotel/MetalBriefcase.d.ts +6 -0
  34. package/dist/types/icons/travel-hotel/index.d.ts +2 -0
  35. package/dist/types/index.d.ts +10 -6
  36. package/package.json +1 -1
  37. package/src/index.ts +30 -6
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a beer mug.
5
+ */
6
+ const BeerMug = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 24 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m3.636 18.024-.58 10.19a2.67 2.67 0 0 0 .727 1.95 2.75 2.75 0 0 0 1.942.87c1.678.048 4.16.14 6.497.182 1.62.03 3.169.025 4.332.034.4-.004.792-.082 1.152-.237.357-.156.688-.378.962-.667.274-.287.491-.617.628-.98.135-.363.207-.749.191-1.142-.087-1.691-.195-4.238-.353-6.858a670 670 0 0 0-.718-10.286.037.037 0 0 0-.075.001s-.303 5.267-.502 10.299c-.104 2.622-.158 5.17-.21 6.864a1.08 1.08 0 0 1-.682.947c-.122.049-.255.071-.39.07-1.164.005-2.713-.004-4.332.02-2.338.036-4.82.123-6.498.165a1.245 1.245 0 0 1-.896-.318 1.322 1.322 0 0 1-.43-.901l-.373-10.199a.196.196 0 1 0-.392-.004" }), _jsx("path", { d: "M6.763 15.556s-.057.533-.13 1.378c-.05.574-.113 1.283-.163 2.067-.028.442-.05.906-.067 1.378-.01.304-.02.612-.019.919q.003.463.022.918a84.397 84.397 0 0 0 .175 2.756c.098 1.233.182 2.068.182 2.068a.121.121 0 0 0 .243 0s.083-.835.183-2.068c.033-.42.068-.883.1-1.378.027-.442.056-.904.074-1.378a23 23 0 0 0 .003-1.837c-.016-.472-.04-.936-.067-1.378-.05-.784-.113-1.493-.163-2.067a73 73 0 0 0-.13-1.378.122.122 0 1 0-.243 0M15.281 15.556s-.057.533-.13 1.378c-.05.574-.113 1.283-.163 2.067-.028.442-.05.906-.067 1.378-.01.304-.02.612-.019.919q.003.463.022.918a84.397 84.397 0 0 0 .175 2.756c.099 1.233.182 2.068.182 2.068a.121.121 0 0 0 .243 0s.084-.835.183-2.068c.033-.42.068-.883.1-1.378.027-.442.056-.904.074-1.378a23 23 0 0 0 .003-1.837c-.016-.472-.039-.936-.067-1.378-.05-.784-.113-1.493-.163-2.067a73 73 0 0 0-.13-1.378.122.122 0 1 0-.243 0M10.95 15.556s-.057.533-.13 1.378c-.05.574-.113 1.283-.163 2.067-.028.442-.05.906-.067 1.378-.01.304-.02.612-.018.919 0 .308.01.615.021.918a84.397 84.397 0 0 0 .175 2.756c.099 1.233.182 2.068.182 2.068a.121.121 0 0 0 .243 0s.084-.835.183-2.068c.033-.42.068-.883.1-1.378.028-.442.056-.904.074-1.378a23 23 0 0 0 .003-1.837c-.016-.472-.039-.936-.067-1.378-.05-.784-.113-1.493-.163-2.067a73 73 0 0 0-.13-1.378.122.122 0 1 0-.243 0M18.554 14.319l2.407.315c.394.047.706.28.938.568.205.255.272.593.239.944-.043.592-.093 1.163-.123 1.72a35 35 0 0 0-.063 1.72c-.004.605.015 1.18.045 1.717.037.627.106 1.196.15 1.717.04.348-.013.688-.211.95-.229.303-.533.557-.936.625l-2.444.451a.037.037 0 0 0-.037.039c.001.02.018.036.04.035l2.466.306c.685.073 1.307-.182 1.809-.58.538-.429.836-1.088.925-1.822v-.003c.046-.522.114-1.093.148-1.72q.047-.808.041-1.72a35 35 0 0 0-.069-1.718c-.031-.555-.083-1.126-.126-1.718-.073-.75-.38-1.425-.92-1.868-.51-.42-1.155-.688-1.863-.619l-2.411.268a.196.196 0 0 0-.198.195.196.196 0 0 0 .193.198" }), _jsx("path", { d: "m12.708 9.574.025 3.835a1.24 1.24 0 0 0 .368.895 1.24 1.24 0 0 0 .886.357h-.011.013c.336-.01.64-.143.854-.368a1.2 1.2 0 0 0 .34-.853l-.07-3.198.001-.039.038-.013c1.146.68 2.126.747 2.91.468.967-.344 1.646-1.216 1.947-2.143a.196.196 0 0 0-.37-.134c-.307.77-.912 1.49-1.752 1.727-.653.185-1.44.052-2.336-.567l-.012-.007a.81.81 0 0 0-.82-.018.83.83 0 0 0-.427.72l-.126 3.202c-.002.047-.03.084-.063.113-.026.025-.062.032-.1.032h-.016l-.091-.055-.021-.093.213-4.13a1.17 1.17 0 0 0-.458-.973 1.191 1.191 0 0 0-1.088-.193c-.066.02-.142.008-.215-.058a1 1 0 0 1-.206-.319.755.755 0 0 0-1.38.074c-.248.611-.52 1.017-.902 1.195-.38.178-.837.072-1.406-.153a.852.852 0 0 0-1.145.863c.034.59-.04 1.177-.487 1.471-.37.244-.932.237-1.739.03a.94.94 0 0 0-1.155.876l-.057 4.24c0-.005-.08.173-.08.173l-.178.068H3.59a.243.243 0 0 1-.243-.245L3.23 9.65a3.46 3.46 0 0 0-.395-1.506l-.013-.024c-.327-.57-.313-1.125.01-1.502.354-.409.972-.61 1.697-.489a.785.785 0 0 0 .93-.866c-.165-1.128.149-2.407 1.25-3.039.84-.482 2.07-.603 3.774-.146.174.052.36.015.5-.098.784-.678 1.9-1.019 2.867-.774.883.223 1.622.93 1.88 2.261a.313.313 0 0 0 .407.247c1.243-.468 2.474-.014 3.238.895.748.89 1.056 2.2.544 3.56-.008.017 0 .04.02.047a.037.037 0 0 0 .048-.02c.65-1.4.398-2.812-.327-3.81-.751-1.033-2.013-1.614-3.367-1.35-.288-1.5-1.173-2.323-2.204-2.658-1.141-.37-2.493-.107-3.54.578-1.97-.606-3.439-.44-4.478.08-1.382.694-2.06 2.055-2.18 3.454-.967.02-1.781.412-2.324.99-.796.845-1.043 2.133-.339 3.494a1.61 1.61 0 0 1 .148.701l-.029 6.685a2.24 2.24 0 0 0 2.241 2.236l.255-.033-.253.032a2.23 2.23 0 0 0 2.066-1.387c.11-.269.17-.559.168-.855l-.032-3.13c.886.027 1.545-.188 2.022-.527.642-.454 1.013-1.156 1.141-1.958.613.067 1.141-.023 1.599-.262.417-.218.793-.563 1.11-1.066q.093.049.184.083c.296.111.589.13.86.081" })] }));
13
+ };
14
+ export default BeerMug;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a cake.
5
+ */
6
+ const Cake = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 27 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m19.934 18.402-16.48-.476a2.72 2.72 0 0 0-1.943.77 2.76 2.76 0 0 0-.839 1.945l-.153 9.042a1.944 1.944 0 0 0 1.934 1.954c1.951.008 6.475.059 11 .048 4.524-.01 9.047-.083 11-.101a1.88 1.88 0 0 0 1.324-.558 1.85 1.85 0 0 0 .539-1.324l-.14-9.061a2.7 2.7 0 0 0-.814-1.908 2.68 2.68 0 0 0-1.908-.763l-1.377.025-.097-5.354a2.5 2.5 0 0 0-.761-1.765 2.47 2.47 0 0 0-1.765-.7l-12 .239a2.2 2.2 0 0 0-1.551.674c-.386.402-.622.95-.609 1.552l.108 5.035c0 .029.023.053.052.053a.053.053 0 0 0 .053-.053l.108-5.035a1.82 1.82 0 0 1 .562-1.277 1.79 1.79 0 0 1 1.277-.498l12 .239c.42.008.794.19 1.064.472.264.275.418.652.41 1.064l-.108 6c0 .35.284.634.634.634l2 .036c.364.006.687.166.922.408.229.238.362.565.356.922l-.14 9.06-.047.092-.091.027c-1.953-.021-6.476-.102-11-.121-4.524-.018-9.048.025-11 .03l-.065-.046-.153-9.042a1.24 1.24 0 0 1 .333-.886 1.27 1.27 0 0 1 .885-.4l16.48-.476a.239.239 0 1 0 0-.477" }), _jsx("path", { d: "M13.041 10.637s.09-.85.165-1.874c.028-.406.055-.836.07-1.25.02-.653.022-1.26.02-1.649l.369-.01.19 4.783a.179.179 0 1 0 .358.002l.258-5.205a.413.413 0 0 0-.412-.414l-1.212-.033a.445.445 0 0 0-.444.446s-.013.977.029 2.083c.015.414.045.843.077 1.25.079 1.022.174 1.872.174 1.872a.179.179 0 1 0 .358 0M13.567 1.088a.12.12 0 0 0-.112-.079.12.12 0 0 0-.113.08s-.393.814-.655 1.628c-.143.448-.231.895-.243 1.202a.996.996 0 0 0 1.01.997.98.98 0 0 0 .694-.305.96.96 0 0 0 .266-.692c-.012-.303-.113-.742-.249-1.187a20 20 0 0 0-.598-1.644m-.102.504c.091.322.214.786.31 1.24.087.412.152.813.14 1.087a.45.45 0 0 1-.149.311.431.431 0 0 1-.722-.31c-.009-.271.066-.666.147-1.072.09-.46.198-.932.274-1.256" })] }));
13
+ };
14
+ export default Cake;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of cutlery.
5
+ */
6
+ const Cutlery = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 29", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M3.902 24.472q-.007-.001-.017.007l-.235.235c-.4.398-.6.92-.606 1.444a2.1 2.1 0 0 0 .592 1.484l.142.148a2.13 2.13 0 0 0 1.534.656 2.2 2.2 0 0 0 1.571-.648l13.71-13.754a2.34 2.34 0 0 1 1.69-.682l.24.002a6.742 6.742 0 0 0 4.821-1.971l1.922-1.922a6.77 6.77 0 0 0 1.964-4.767v-.552A3.813 3.813 0 0 0 27.395.343l-.469.004a6.78 6.78 0 0 0-4.818 2.056l-1.888 1.964a6.66 6.66 0 0 0-1.87 4.731l.003.22a2.362 2.362 0 0 1-.728 1.756L4.168 24.011a.196.196 0 0 0 .265.29L18.46 11.98a3.649 3.649 0 0 0 1.212-2.663l.004-.22a5.35 5.35 0 0 1 1.59-3.699l1.94-1.913a5.202 5.202 0 0 1 3.721-1.513l.47.004c.6.003 1.14.252 1.533.646.391.393.633.934.633 1.533l.001.551a5.2 5.2 0 0 1-.37 1.958 5.2 5.2 0 0 1-1.08 1.682l-1.875 1.967a5.28 5.28 0 0 1-3.721 1.646l-.24.004a3.68 3.68 0 0 0-2.63 1.18L6.568 27.498a1.81 1.81 0 0 1-1.977.48 1.9 1.9 0 0 1-.622-.384l-.15-.139a1.88 1.88 0 0 1-.598-1.3 1.92 1.92 0 0 1 .496-1.377l.22-.263c-.018-.066-.033-.06-.036-.044" }), _jsx("path", { d: "m27.728 24.011-8.774-8.763a.712.712 0 0 0-.963 1.048l9.472 8.004a.196.196 0 0 0 .265-.289M8.675 5.957l-.179.191a.29.29 0 0 1-.33.072.3.3 0 0 1-.1-.067L5.054 2.975a1.054 1.054 0 0 0-1.529 0l-.28.3a1.045 1.045 0 0 0 .003 1.434l3 3.127a.575.575 0 0 1 .09.684L3.39 5.713a1.76 1.76 0 0 0-2.482.041.82.82 0 0 0-.019 1.13L4.72 11.07a6.533 6.533 0 0 0 4.755 2.132l.138.002a2.45 2.45 0 0 1 1.754.78l1.61 1.716a.585.585 0 0 0 .845-.807l-1.637-1.689a3.55 3.55 0 0 0-2.568-1.082l-.138.001a5.45 5.45 0 0 1-4.022-1.733L1.69 6.34a.8.8 0 0 1 1.027.074l3.04 2.944a.87.87 0 0 0 1.235-.028h.001a1.6 1.6 0 0 0 .002-2.202l-2.933-3.13.22-.23 2.94 3.176a1.45 1.45 0 0 0 1.057.466 1.466 1.466 0 0 0 1.069-.452l.585-.608a.59.59 0 0 0 .16-.418.6.6 0 0 0-.178-.41l-3.106-3.2a.64.64 0 0 1-.146-.65l3.863 3.682A5.3 5.3 0 0 1 12.17 9.23v.088a3.725 3.725 0 0 0 1.19 2.748l1.883 1.756a.75.75 0 1 0 1.015-1.104l-1.909-1.73a2.284 2.284 0 0 1-.75-1.67V9.23a6.69 6.69 0 0 0-2.14-4.867L7.286.494a.98.98 0 0 0-1.365.024V.52a1.9 1.9 0 0 0 0 2.677z" }), _jsx("path", { d: "M15.792 18.633s2.154 2.242 4.547 4.644c1.655 1.661 3.432 3.385 4.628 4.565a2.27 2.27 0 0 0 1.616.651 2.19 2.19 0 0 0 1.556-.682l.14-.149a2.12 2.12 0 0 0 .585-1.504 2.06 2.06 0 0 0-.62-1.442l-.238-.232c-.025-.024-.048.024-.048.024-.017-.059-.03-.046-.03-.029a.03.03 0 0 0 .03.03l.223.267c.348.394.507.891.481 1.38a1.87 1.87 0 0 1-.605 1.28l-.15.138a1.798 1.798 0 0 1-1.316.47 1.752 1.752 0 0 1-1.217-.589c-1.12-1.25-2.758-3.11-4.338-4.843-2.284-2.506-4.419-4.764-4.419-4.764a.569.569 0 1 0-.825.785" })] }));
13
+ };
14
+ export default Cutlery;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a food tiffin.
5
+ */
6
+ const FoodTiffin = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 23 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m2.11 24.332-.262 3.315c-.05.695.218 1.328.64 1.815.442.509 1.09.812 1.815.864 1.166.064 2.736.175 4.464.246.96.04 1.968.076 2.975.08a66 66 0 0 0 2.976-.054c1.729-.07 3.297-.21 4.464-.285.348-.028.686-.105.99-.261a2.6 2.6 0 0 0 .794-.608c.212-.255.384-.534.48-.846.093-.302.141-.616.11-.937l-.335-3.358a.037.037 0 0 0-.037-.037.037.037 0 0 0-.037.037l-.335 3.358c-.02.212-.096.41-.194.594a1.53 1.53 0 0 1-.894.712 1.4 1.4 0 0 1-.541.041c-1.167-.077-2.734-.219-4.463-.293a66 66 0 0 0-2.976-.06 80 80 0 0 0-2.976.076c-1.727.068-3.298.176-4.464.238-.381.027-.744-.077-1.011-.31-.289-.25-.5-.6-.529-1.012l-.262-3.315a.197.197 0 0 0-.393 0M2.502 9.727l.173-1.96c.036-.434.262-.798.57-1.06.282-.24.66-.348 1.06-.318 1.167.074 2.735.2 4.463.28.961.046 1.968.08 2.976.091q.749.008 1.488-.011a44 44 0 0 0 1.488-.065c1.73-.103 3.295-.252 4.464-.342a1.548 1.548 0 0 1 1.528.782c.107.197.186.407.21.633l.225 1.992a.037.037 0 1 0 .074 0l.226-1.992a2.3 2.3 0 0 0-.096-.898 2.425 2.425 0 0 0-1.207-1.423 2.5 2.5 0 0 0-.961-.264c-1.168-.088-2.734-.234-4.464-.336a43 43 0 0 0-2.976-.072 85 85 0 0 0-2.976.095c-1.728.082-3.297.211-4.463.286-.708.055-1.34.353-1.766.855-.406.477-.657 1.094-.601 1.767l.173 1.96a.196.196 0 0 0 .392 0M2.814 22.507s.005-.86-.059-1.835c-.083-1.288-.27-2.754-.27-2.754h-.358s-.187 1.466-.27 2.754c-.064.974-.059 1.835-.059 1.835zM2.814 16.12s.005-.861-.059-1.836c-.083-1.287-.27-2.753-.27-2.753h-.358s-.187 1.466-.27 2.753c-.064.975-.059 1.836-.059 1.836zM21.693 22.525s.005-.87-.059-1.854c-.083-1.3-.27-2.782-.27-2.782h-.358s-.187 1.481-.27 2.782c-.064.984-.059 1.854-.059 1.854zM21.693 16.137s.005-.87-.059-1.854c-.083-1.3-.27-2.782-.27-2.782h-.358s-.187 1.482-.27 2.782c-.064.984-.059 1.854-.059 1.854z" }), _jsx("path", { d: "M19.337 22.508 2.209 22.17a1.3 1.3 0 0 0-.473.088 1.25 1.25 0 0 0-.678.664q-.097.225-.101.476a1.24 1.24 0 0 0 .358.893 1.26 1.26 0 0 0 .894.38c1.308.017 3.933.067 6.861.088 1.492.01 3.062.019 4.575.008a186 186 0 0 0 3.05-.046c1.974-.046 3.631-.113 4.575-.141a1.113 1.113 0 0 0 1.086-1.146l-.003-.07a1.08 1.08 0 0 0-.339-.746 1.05 1.05 0 0 0-.745-.278l-1.587.084a.101.101 0 0 0 0 .202l1.587.08a.65.65 0 0 1 .445.214.62.62 0 0 1 .154.443l-.003.07a.6.6 0 0 1-.196.4.56.56 0 0 1-.399.136c-.944-.028-2.601-.095-4.575-.14-.958-.023-1.99-.04-3.05-.047-1.513-.01-3.083-.003-4.575.008-2.928.021-5.553.071-6.861.087a.47.47 0 0 1-.346-.133.5.5 0 0 1-.155-.346.503.503 0 0 1 .302-.48.5.5 0 0 1 .199-.044l17.128-.333q.016-.002.017-.017a.02.02 0 0 0-.017-.017M19.346 16.12l-17.128-.336a1.23 1.23 0 0 0-.877.352 1.25 1.25 0 0 0-.376.877q-.002.252.09.482a1.26 1.26 0 0 0 .677.69q.23.097.486.101c1.307.017 3.93.066 6.855.088 1.49.01 3.058.017 4.57.008a185 185 0 0 0 3.047-.048c1.967-.045 3.621-.112 4.57-.142.317-.014.603-.144.8-.362a1.1 1.1 0 0 0 .302-.8l-.001-.034c-.014-.3-.14-.57-.344-.757a1.05 1.05 0 0 0-.757-.283l-1.52.08a.1.1 0 0 0-.102.1c0 .057.046.101.102.101l1.52.08a.67.67 0 0 1 .459.22c.11.12.167.283.16.459l-.002.034a.6.6 0 0 1-.202.415.57.57 0 0 1-.415.14c-.949-.029-2.603-.096-4.57-.141a185 185 0 0 0-3.046-.047 339 339 0 0 0-4.57.008c-2.926.021-5.55.07-6.856.087a.48.48 0 0 1-.347-.133.5.5 0 0 1-.154-.346.52.52 0 0 1 .302-.48.5.5 0 0 1 .199-.044l17.128-.335q.015-.002.016-.017-.001-.016-.016-.017M19.346 9.732 2.218 9.396a1.23 1.23 0 0 0-.877.352 1.25 1.25 0 0 0-.376.877q-.002.252.09.482a1.26 1.26 0 0 0 .677.69q.23.098.486.101c1.307.017 3.931.066 6.857.088 1.49.01 3.059.017 4.571.008a185 185 0 0 0 3.048-.048c1.97-.045 3.624-.112 4.572-.142.316-.014.6-.144.796-.36.193-.21.314-.489.3-.796l-.001-.046a1.085 1.085 0 0 0-.342-.752 1.04 1.04 0 0 0-.753-.282l-1.526.08a.1.1 0 0 0-.102.1c0 .057.046.101.102.101l1.526.08a.65.65 0 0 1 .454.219.64.64 0 0 1 .158.454l-.002.046a.6.6 0 0 1-.2.41.56.56 0 0 1-.41.14c-.948-.03-2.602-.097-4.572-.142a185 185 0 0 0-3.048-.047c-1.512-.01-3.08-.003-4.571.008-2.926.021-5.55.07-6.857.087a.48.48 0 0 1-.347-.133.5.5 0 0 1-.154-.346.52.52 0 0 1 .302-.48.5.5 0 0 1 .199-.044l17.128-.335q.015-.002.016-.017-.001-.016-.016-.017M8.625 5.832l-.02-3.009a1.35 1.35 0 0 1 .378-.961 1.38 1.38 0 0 1 .959-.432l3.553-.14a1.54 1.54 0 0 1 1.12.4 1.627 1.627 0 0 1 .526 1.118l.122 3.024a.24.24 0 0 0 .478 0l.122-3.024a2.38 2.38 0 0 0-.651-1.717 2.45 2.45 0 0 0-1.72-.766L9.936.217A2.6 2.6 0 0 0 8.08.962a2.63 2.63 0 0 0-.787 1.861L7.27 5.832a.678.678 0 0 0 1.354 0" }), _jsx("path", { d: "M10.113 24.927q.449.422.89.593.364.139.72.121c.53-.027 1.042-.3 1.537-.792a.06.06 0 0 0 .004-.084.06.06 0 0 0-.085-.004c-.49.407-.975.62-1.459.607a1.6 1.6 0 0 1-.597-.14 2.6 2.6 0 0 1-.775-.545.17.17 0 1 0-.235.244M10.134 18.545q.449.422.89.593.364.139.72.12c.529-.026 1.042-.3 1.537-.791a.06.06 0 0 0 .004-.084.06.06 0 0 0-.085-.004c-.491.407-.975.62-1.46.607a1.6 1.6 0 0 1-.596-.141 2.6 2.6 0 0 1-.775-.544.17.17 0 1 0-.235.244M10.113 12.16c.3.28.595.48.89.592q.364.138.72.121c.53-.027 1.042-.3 1.537-.792a.06.06 0 0 0 .004-.084.06.06 0 0 0-.085-.004c-.49.407-.975.62-1.459.607a1.6 1.6 0 0 1-.597-.14 2.6 2.6 0 0 1-.775-.545.17.17 0 1 0-.235.244" })] }));
13
+ };
14
+ export default FoodTiffin;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a green tea.
5
+ */
6
+ const GreenTea = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 30 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M22.291 11.493a9.4 9.4 0 0 1 .903 2.348c.192.81.272 1.64.24 2.477-.09 2.602-1.283 4.908-3.12 6.544a9.64 9.64 0 0 1-6.697 2.427 9.52 9.52 0 0 1-6.467-2.668A9.3 9.3 0 0 1 5.11 19.75a8.75 8.75 0 0 1-.672-5.158c.1-.573.25-1.136.46-1.68a1.2 1.2 0 0 1 .41-.54c.193-.136.42-.23.667-.237h.004l15.482-.705c.02 0 .037-.017.037-.037a.037.037 0 0 0-.037-.037s-4.823-.245-9.293-.434c-2.473-.104-4.831-.182-6.197-.23a2.7 2.7 0 0 0-1.495.409c-.45.273-.81.684-1.047 1.179l-.004.01c-.29.63-.511 1.287-.668 1.96-.157.677-.24 1.37-.257 2.068-.03 1.492.252 2.923.804 4.224a10.4 10.4 0 0 0 2.474 3.525c2.02 1.891 4.802 3.024 7.838 2.978 2.992-.081 5.687-1.283 7.61-3.22 1.931-1.948 3.092-4.607 2.992-7.507a9.86 9.86 0 0 0-1.592-5.026.196.196 0 1 0-.336.201" }), _jsx("path", { d: "M8.904 11.394s.01.99.06 2.111c.069 1.474.2 3.167.2 3.167a.258.258 0 1 0 .516 0s.125-1.695.187-3.168c.046-1.122.052-2.111.052-2.111a.509.509 0 0 0-1.015.001M24.546 15.142l1.486.234c.227.031.426.137.615.259.173.112.293.282.405.463.105.162.134.352.16.54.026.171-.018.343-.069.514v.004l-.554 1.838c-.095.351-.24.677-.398.991-.256.505-.538.977-.926 1.377-.71.732-1.552 1.298-2.599 1.519h-.007c-.233.068-.407.113-.494.137-.067.016-.054.087-.054.087-.02-.073-.037-.057-.037-.037s.016.037.037.037l.572.083a5.35 5.35 0 0 0 2.108-.098c.49-.118.935-.318 1.369-.567a5.25 5.25 0 0 0 1.68-1.55c.294-.418.493-.905.658-1.407l.001-.002c.084-.34.165-.689.224-1.052.056-.34.096-.688.132-1.047.033-.418.015-.836-.134-1.222-.144-.373-.336-.726-.634-1.006-.292-.266-.605-.487-.972-.601-.35-.109-.711-.17-1.083-.119l-1.486.234a.196.196 0 1 0 0 .391M.497 25.808c.202.956.72 1.773 1.424 2.375.728.62 1.659.983 2.664 1.032 1.641.063 3.796.178 6.145.235 1.326.033 2.71.057 4.096.047s2.771-.057 4.097-.106c2.35-.087 4.502-.216 6.144-.294a4.3 4.3 0 0 0 2.577-1.027 4.15 4.15 0 0 0 1.358-2.303l-.036.026c-.017-.065-.032-.061-.035-.046a3.93 3.93 0 0 1-1.53 2.007 3.76 3.76 0 0 1-2.334.636c-1.642-.078-3.794-.207-6.144-.294-1.326-.048-2.71-.095-4.097-.106-1.386-.01-2.77.014-4.096.047-2.35.058-4.504.172-6.145.235a3.66 3.66 0 0 1-2.248-.632 3.78 3.78 0 0 1-1.46-1.934s-.009-.046-.044-.098c-.233-.203-.343.04-.343.148q0 .026.007.052" }), _jsx("path", { d: "M10.898 20.404c-.385-.015-.936-.049-1.49-.057-.521-.009-1.043.005-1.423.007l-.163-2.872v-.073l1.719-2.367a.146.146 0 0 0-.016-.207.146.146 0 0 0-.207.016l-2.082 2.054a.9.9 0 0 0-.171.265.9.9 0 0 0-.07.312l-.17 2.98a1.092 1.092 0 0 0 1.082 1.107c.386.002.944.018 1.5.008.56-.009 1.117-.043 1.5-.057.29-.016.555-.126.734-.326.176-.194.298-.45.282-.732l-.221-2.945a.8.8 0 0 0-.206-.487l-1.812-1.817a.027.027 0 0 0-.04-.004.027.027 0 0 0-.003.04l1.45 2.117.023.151zM15.296.27c-1.012.668-1.585 1.483-1.75 2.462-.098.589-.016 1.238.256 1.926.138.35.353.697.602 1.064.248.303.438.574.58.836.178.329.305.608.351.896.12.753-.09 1.396-.352 2.125a.037.037 0 0 0 .064.036c.57-.678 1.046-1.298 1.186-2.159.076-.469.017-.984-.18-1.603-.095-.296-.246-.6-.427-.94a7.5 7.5 0 0 1-.457-.852c-.219-.457-.376-.86-.403-1.267-.05-.777.19-1.497.793-2.232a.196.196 0 0 0-.263-.291M12.233 3.853c-.53.302-.878.663-1.135 1.087-.135.221-.202.46-.254.717-.09.449-.039.945.162 1.475.099.263.264.522.451.796.179.201.321.375.427.55.131.219.244.389.287.582.119.537.018.988-.133 1.524a.037.037 0 0 0 .013.05c.017.01.04.004.05-.013.462-.483.823-.916.968-1.558.08-.357.04-.745-.09-1.226-.061-.226-.172-.454-.298-.716-.093-.15-.162-.303-.234-.442-.076-.148-.152-.281-.208-.416-.123-.297-.22-.555-.201-.832.029-.433.145-.848.458-1.286a.197.197 0 0 0-.263-.292" })] }));
13
+ };
14
+ export default GreenTea;
@@ -0,0 +1,80 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a potato chips packet.
5
+ */
6
+ const PotatoChips = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 30 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M4 5.39s3.99.003 8.515-.04c5.93-.054 12.773-.18 12.773-.18a.12.12 0 0 0 0-.238s-6.844-.125-12.773-.18C7.991 4.709 4 4.712 4 4.712a.338.338 0 1 0 0 .678M4.196 25.332s3.954.003 8.437-.04c5.875-.054 12.656-.18 12.656-.18a.12.12 0 0 0 .12-.12.12.12 0 0 0-.12-.118s-6.781-.125-12.656-.18c-4.483-.043-8.437-.04-8.437-.04a.338.338 0 1 0 0 .678" }), _jsx("path", { d: "M3.433 4.924 1.805 1.343c4.378.353 8.752.575 13.126.651 4.104.071 8.206.013 12.305-.163L25.82 4.638a.83.83 0 0 0-.08.442c.281 3.335.399 6.643.375 9.923a101 101 0 0 1-.54 9.9c-.018.18.013.363.09.527l1.202 2.527a169 169 0 0 0-11.97-.263c-4.22.063-8.42.305-12.607.681l1.426-3.135a.5.5 0 0 0 .045-.298 62 62 0 0 1-.945-9.476c-.07-3.101.08-6.28.477-9.551a.037.037 0 0 0-.03-.042.037.037 0 0 0-.042.031 66 66 0 0 0-.966 9.561c-.085 3.23.084 6.381.477 9.465L.766 28.811a.605.605 0 0 0 .59.863c4.502-.263 9.014-.337 13.544-.274 4.49.061 8.994.257 13.515.642a.993.993 0 0 0 .972-1.418l-1.799-3.803c.295-3.248.438-6.521.406-9.82-.03-3.263-.23-6.548-.574-9.857l1.785-3.804a.767.767 0 0 0-.741-1.102C23.96.61 19.45.829 14.931.911 10.415.993 5.895.94 1.365.737a.285.285 0 0 0-.275.406l1.99 3.95a.196.196 0 0 0 .353-.169" }), _jsx("path", { d: "M8.575 7.35a.84.84 0 0 1 .423-.16.8.8 0 0 1 .422.082c.127.06.224.162.298.276a.7.7 0 0 1 .1.368c.031.911.06 2.018.103 3.077.03.74.07 1.45.1 2.049a.35.35 0 0 1-.05.165c-.022.049-.07.081-.115.113a.3.3 0 0 1-.144.044.3.3 0 0 1-.14-.03c-.633-.25-1.391-.571-2.165-.853-.775-.283-1.56-.524-2.208-.742-.064-.02-.13-.038-.175-.086-.049-.05-.102-.104-.12-.175a.46.46 0 0 1-.018-.23.5.5 0 0 1 .104-.228l3.348-3.618a.03.03 0 0 0 .003-.04c-.01-.01-.028-.011-.039-.002l-3.965 2.93c-.21.16-.354.38-.455.614a1.576 1.576 0 0 0 .213 1.518c.16.223.389.385.645.504.625.275 1.37.625 2.133.937s1.54.583 2.175.825a1.72 1.72 0 0 0 1.652-.264 1.68 1.68 0 0 0 .61-1.516c-.093-.592-.2-1.294-.321-2.025-.175-1.046-.374-2.135-.53-3.033a1.3 1.3 0 0 0-.3-.64 1.25 1.25 0 0 0-.57-.375 1.2 1.2 0 0 0-.66-.02 1.17 1.17 0 0 0-.55.316.147.147 0 0 0 .196.22M16.408 8.238a.84.84 0 0 1 .074-.447c.059-.13.159-.24.283-.323a.74.74 0 0 1 .387-.12.7.7 0 0 1 .37.098c.803.431 1.774.962 2.712 1.456.656.346 1.29.666 1.822.942a.35.35 0 0 1 .119.125c.03.045.035.101.04.157a.3.3 0 0 1-.035.147.3.3 0 0 1-.097.106c-.533.421-1.192.916-1.823 1.444-.634.529-1.237 1.087-1.75 1.537-.05.046-.098.093-.162.109-.069.016-.141.036-.212.016a.46.46 0 0 1-.208-.1.5.5 0 0 1-.145-.204l-1.449-4.712a.03.03 0 0 0-.033-.023c-.014.003-.024.018-.021.033l.543 4.9c.034.262.152.497.304.701a1.576 1.576 0 0 0 1.42.577c.273-.026.528-.142.76-.304.551-.402 1.227-.87 1.88-1.374.652-.503 1.277-1.04 1.805-1.468a1.72 1.72 0 0 0 .601-1.56 1.68 1.68 0 0 0-1.005-1.29c-.56-.216-1.22-.477-1.913-.738-.992-.374-2.034-.748-2.89-1.063a1.3 1.3 0 0 0-.703-.062 1.25 1.25 0 0 0-.611.304c-.167.157-.29.347-.348.56a1.17 1.17 0 0 0-.003.636.147.147 0 0 0 .288-.06M19.437 16.379a.84.84 0 0 1 .399-.216.8.8 0 0 1 .428.026c.134.043.244.13.332.234.083.097.128.22.149.351.151.9.326 1.992.51 3.036.128.73.262 1.428.37 2.017a.35.35 0 0 1-.026.17c-.016.052-.058.09-.1.128a.3.3 0 0 1-.137.063.3.3 0 0 1-.143-.012c-.66-.164-1.454-.38-2.258-.557-.806-.177-1.617-.313-2.287-.443-.066-.01-.134-.02-.185-.061-.055-.044-.115-.09-.143-.158a.46.46 0 0 1-.048-.225.5.5 0 0 1 .073-.24l2.839-4.03a.03.03 0 0 0-.003-.04c-.011-.01-.03-.009-.039.002l-3.541 3.43c-.187.187-.3.424-.369.67A1.576 1.576 0 0 0 15.671 22c.188.2.436.33.706.414.656.19 1.44.437 2.238.646.797.207 1.603.373 2.265.528a1.72 1.72 0 0 0 1.603-.48 1.68 1.68 0 0 0 .404-1.585c-.172-.574-.37-1.256-.588-1.963-.312-1.014-.654-2.067-.929-2.936a1.3 1.3 0 0 0-.381-.595 1.25 1.25 0 0 0-.615-.296 1.2 1.2 0 0 0-.656.067 1.17 1.17 0 0 0-.504.387.147.147 0 0 0 .223.191M7.633 18.708a.84.84 0 0 1-.222-.395.8.8 0 0 1 .02-.429.74.74 0 0 1 .228-.335.7.7 0 0 1 .349-.154c.897-.166 1.987-.357 3.027-.557.728-.14 1.424-.285 2.012-.403a.35.35 0 0 1 .17.024c.052.016.091.057.13.098a.3.3 0 0 1 .064.136.3.3 0 0 1-.01.143c-.153.663-.358 1.46-.522 2.267-.164.809-.286 1.621-.406 2.294-.01.066-.019.134-.059.185-.043.056-.087.117-.155.146a.46.46 0 0 1-.225.051.5.5 0 0 1-.24-.07l-4.075-2.774a.03.03 0 0 0-.04.003c-.01.011-.007.03.004.039l3.485 3.487c.19.184.428.294.675.358.253.066.521.046.783-.023.267-.07.494-.226.686-.412.197-.191.323-.442.403-.713.18-.658.415-1.446.61-2.248.196-.8.35-1.608.494-2.273a1.72 1.72 0 0 0-.505-1.594 1.68 1.68 0 0 0-1.59-.38c-.572.18-1.251.39-1.955.619-1.009.327-2.056.685-2.921.974a1.3 1.3 0 0 0-.588.39 1.25 1.25 0 0 0-.288.62c-.032.226-.01.453.078.655.085.195.215.37.395.498a.147.147 0 0 0 .188-.226" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.53172 0 0 .53173 -207.127 -84.432)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.382-.349.023.042.017.042.004.019q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297zm.016.082-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
13
+ fill: 'none'
14
+ }, transform: "matrix(.53172 0 0 .53173 -207.127 -84.432)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.13867 .51333 -.51332 .13867 54.388 -222.277)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042.004.019c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.398-.267-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
15
+ fill: 'none'
16
+ }, transform: "matrix(.13867 .51333 -.51332 .13867 54.388 -222.277)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 245.275 41.527)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
17
+ fill: 'none'
18
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 245.275 41.527)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.53172 0 0 .53173 -206.89 -82.035)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.382-.349.023.042.017.042.004.019q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297zm.016.082-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
19
+ fill: 'none'
20
+ }, transform: "matrix(.53172 0 0 .53173 -206.89 -82.035)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.13867 .51333 -.51332 .13867 53.33 -220.892)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042.004.019c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.398-.267-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
21
+ fill: 'none'
22
+ }, transform: "matrix(.13867 .51333 -.51332 .13867 53.33 -220.892)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 244.008 40.557)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
23
+ fill: 'none'
24
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 244.008 40.557)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.53172 0 0 .53173 -208.412 -81.535)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.382-.349.023.042.017.042.004.019q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297zm.016.082-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
25
+ fill: 'none'
26
+ }, transform: "matrix(.53172 0 0 .53173 -208.412 -81.535)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.13867 .51333 -.51332 .13867 52.306 -221.805)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042.004.019c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.398-.267-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
27
+ fill: 'none'
28
+ }, transform: "matrix(.13867 .51333 -.51332 .13867 52.306 -221.805)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 245.212 39.286)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
29
+ fill: 'none'
30
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 245.212 39.286)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.53172 0 0 .53173 -208.412 -83.277)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.382-.349.023.042.017.042.004.019q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297zm.016.082-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
31
+ fill: 'none'
32
+ }, transform: "matrix(.53172 0 0 .53173 -208.412 -83.277)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.13867 .51333 -.51332 .13867 53.08 -222.754)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042.004.019c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.398-.267-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
33
+ fill: 'none'
34
+ }, transform: "matrix(.13867 .51333 -.51332 .13867 53.08 -222.754)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 246.126 40.272)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
35
+ fill: 'none'
36
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 246.126 40.272)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.53172 0 0 .53173 -209.875 -81.507)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.382-.349.023.042.017.042.004.019q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297zm.016.082-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
37
+ fill: 'none'
38
+ }, transform: "matrix(.53172 0 0 .53173 -209.875 -81.507)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.13867 .51333 -.51332 .13867 51.515 -223.794)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042.004.019c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.398-.267-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
39
+ fill: 'none'
40
+ }, transform: "matrix(.13867 .51333 -.51332 .13867 51.515 -223.794)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 246.64 38.06)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
41
+ fill: 'none'
42
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 246.64 38.06)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 253.631 37.981)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
43
+ fill: 'none'
44
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 253.631 37.981)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 254.417 39.455)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
45
+ fill: 'none'
46
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 254.417 39.455)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 253.392 39.985)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
47
+ fill: 'none'
48
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 253.392 39.985)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 252.456 39.014)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
49
+ fill: 'none'
50
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 252.456 39.014)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 251.982 40.411)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
51
+ fill: 'none'
52
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 251.982 40.411)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 252.914 41.566)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
53
+ fill: 'none'
54
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 252.914 41.566)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 250.994 41.453)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
55
+ fill: 'none'
56
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 250.994 41.453)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 254.435 42.257)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
57
+ fill: 'none'
58
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 254.435 42.257)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 254.553 40.908)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
59
+ fill: 'none'
60
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 254.553 40.908)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.53172 0 0 .53173 -205.92 -80.89)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.382-.349.023.042.017.042.004.019q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297zm.016.082-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
61
+ fill: 'none'
62
+ }, transform: "matrix(.53172 0 0 .53173 -205.92 -80.89)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.13867 .51333 -.51332 .13867 51.016 -222.277)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042.004.019c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.398-.267-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
63
+ fill: 'none'
64
+ }, transform: "matrix(.13867 .51333 -.51332 .13867 51.016 -222.277)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 244.935 37.966)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
65
+ fill: 'none'
66
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 244.935 37.966)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.53172 0 0 .53173 -206.16 -83.068)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.382-.349.023.042.017.042.004.019q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297zm.016.082-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
67
+ fill: 'none'
68
+ }, transform: "matrix(.53172 0 0 .53173 -206.16 -83.068)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.13867 .51333 -.51332 .13867 52.208 -219.832)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042.004.019c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.398-.267-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
69
+ fill: 'none'
70
+ }, transform: "matrix(.13867 .51333 -.51332 .13867 52.208 -219.832)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 241.996 39.006)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
71
+ fill: 'none'
72
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 241.996 39.006)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.13867 .51333 -.51332 .13867 51.265 -220.616)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042.004.019c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.398-.267-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
73
+ fill: 'none'
74
+ }, transform: "matrix(.13867 .51333 -.51332 .13867 51.265 -220.616)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(-.50502 .1664 -.1664 -.50502 243.504 38.996)" }), _jsx("path", { d: "M405.45 174.574q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297l.004.005.023.042.017.042zm-.028-.021-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002m.382.22a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021", style: {
75
+ fill: 'none'
76
+ }, transform: "matrix(-.50502 .1664 -.1664 -.50502 243.504 38.996)" }), _jsx("ellipse", { cx: 405.402, cy: 174.569, rx: 0.447, ry: 0.47, transform: "matrix(.53172 0 0 .53173 -207.072 -80.437)" }), _jsx("path", { d: "M405.024 174.82c.032-.011.056-.011.05.022-.017.096.157-.156.16-.059.002.068.021-.063.089-.076q.147-.03.127-.133c.027-.047.2.283.161.159-.01-.034.062.053.049.019-.028-.075.068-.021.144.021a.44.44 0 0 1-.402.266.44.44 0 0 1-.378-.219m.382-.349.023.042.017.042.004.019q-.006.006-.005.025c.001.026-.015-.028-.023-.046v-.017l-.002-.027-.006-.02-.012-.021v-.002a.05.05 0 0 0-.027-.016c-.199-.032-.071-.094.027-.281v.297zm.016.082-.004-.005q-.002 0-.002.007c-.001.031.004.021.006-.002", style: {
77
+ fill: 'none'
78
+ }, transform: "matrix(.53172 0 0 .53173 -207.072 -80.437)" })] }));
79
+ };
80
+ export default PotatoChips;
@@ -1,2 +1,8 @@
1
+ import BeerMug from '@/src/icons/food-beverage/BeerMug';
2
+ import Cake from '@/src/icons/food-beverage/Cake';
3
+ import Cutlery from '@/src/icons/food-beverage/Cutlery';
1
4
  import EatenApple from '@/src/icons/food-beverage/EatenApple';
2
- export { EatenApple };
5
+ import FoodTiffin from '@/src/icons/food-beverage/FoodTiffin';
6
+ import GreenTea from '@/src/icons/food-beverage/GreenTea';
7
+ import PotatoChips from '@/src/icons/food-beverage/PotatoChips';
8
+ export { BeerMug, Cake, Cutlery, EatenApple, FoodTiffin, GreenTea, PotatoChips };
@@ -0,0 +1,24 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of appliances.
5
+ */
6
+ const Appliances = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M21.678 19.534a3.92 3.92 0 0 0-2.109 2.396c-.337 1.046-.191 2.225.314 3.376a4.56 4.56 0 0 0 2.867 2.363c.613.17 1.267.202 1.905.097a4.7 4.7 0 0 0 1.768-.68c1.088-.725 1.821-1.791 2.05-2.984.218-1.14.034-2.366-.675-3.4-.666-.953-1.53-1.586-2.486-1.83a3.7 3.7 0 0 0-2.89.44.037.037 0 1 0 .033.066c.92-.364 1.851-.336 2.672.028.743.33 1.364.954 1.778 1.818.4.815.405 1.708.14 2.506a3.08 3.08 0 0 1-1.549 1.77 3.1 3.1 0 0 1-1.11.316c-.384.043-.767.01-1.137-.079-.738-.176-1.437-.573-1.866-1.267-.507-.735-.752-1.532-.683-2.31.076-.858.437-1.666 1.19-2.296a.196.196 0 1 0-.212-.33" }), _jsx("path", { d: "M704.341 50.63c-2.705 7.068-9.631 11.993-17.54 11.993-10.194 0-18.756-8.183-18.756-18.59s8.562-18.59 18.756-18.59c9.773 0 19.642 8.957 19.642 18.935 0 2.337-.78 4.499-2.102 6.252", style: {
13
+ fill: 'none'
14
+ }, transform: "matrix(-.0913 0 0 .09414 91.13 10.12)" }), _jsx("path", { d: "M704.341 50.63c-2.705 7.068-9.631 11.993-17.54 11.993-10.194 0-18.756-8.183-18.756-18.59s8.562-18.59 18.756-18.59c9.773 0 19.642 8.957 19.642 18.935 0 2.337-.78 4.499-2.102 6.252", style: {
15
+ fill: 'none'
16
+ }, transform: "matrix(-.0913 0 0 .09414 88.149 10.12)" }), _jsx("path", { d: "M11.484 28.865s0-5.193-.055-11.078c-.071-7.713-.225-16.623-.225-16.623a.34.34 0 0 0-.343-.341.34.34 0 0 0-.346.344s-.188 8.907-.288 16.615c-.077 5.887-.098 11.08-.098 11.08 0 .375.303.682.677.677.374.002.678-.3.678-.674" }), _jsx("path", { d: "M10.399 22.21s-1.602.008-3.418.07a231 231 0 0 0-5.127.247.346.346 0 0 0-.345.344c0 .19.155.345.345.345 0 0 2.743.176 5.124.267 1.816.069 3.418.082 3.418.082a.678.678 0 0 0 .003-1.354M30.221 15.662s-2.457.006-5.24.067c-3.652.079-7.863.241-7.863.241a.346.346 0 0 0-.346.344c.001.19.156.345.346.346 0 0 4.21.178 7.86.27 2.784.072 5.24.087 5.24.087a.678.678 0 0 0 .002-1.355" }), _jsx("path", { d: "M750.596 236.191a.19.19 0 0 0-.191-.191h-.382a.19.19 0 0 0-.192.191v1.864c0 .105.086.191.192.191h.382a.19.19 0 0 0 .191-.191zm-.191.677c-.049 0-.1.001-.144.019l.144-.144zm-.237-.425-.089.18-.056.058v-.199c.041-.022.079-.059.128-.042zm.111-.026.019-.008-.051.05-.008-.01-.012-.012zm-.227-.147.149.02-.002.005-.01.019.044.017-.051.086-.002-.001c-.053-.006-.02-.05.009-.102zm.264-.058-.063.087.133.024-.05.049-.103-.041.02-.032-.052-.009c.017-.034.026-.069.003-.099z", style: {
17
+ fill: 'none'
18
+ }, transform: "translate(-741.472 -225.113)" }), _jsx("path", { d: "M750.596 236.817v1.238a.19.19 0 0 1-.191.191h-.382a.19.19 0 0 1-.192-.191v-1.168l.075-.084.05.05.257-.257-.052-.019-.03-.014-.225.24-.075-.075v-.144l.076-.092.046.005q.032.005.059-.009l.043.032.076.043.11-.111q.026.031.043.073l.121-.121a.1.1 0 0 0-.045-.01q-.016.015-.044.008l-.042.017-.033.033-.002-.003-.012-.012a.1.1 0 0 1-.076.003c-.053-.018-.093.027-.139.048a1 1 0 0 1-.057-.053l-.048.057a.2.2 0 0 0-.076.008v-.309c0-.105.086-.191.192-.191h.382c.106 0 .191.086.191.191v.182l-.098-.025c.042.08.026.173-.096.278l-.061-.003-.009-.001c.016.021.035.029.063.011l.007-.007.003.001-.01.006-.372.287c.06-.042.129.062.176.01.112-.125.335-.002.397-.113m-.15-.626h.076q0-.002-.089.078l-.009-.009-.004-.002-.015.037-.029.026-.175-.031-.023.044-.087-.049-.004-.002.007-.008.107.015c.017-.034.026-.069.003-.099h.118l.035.02.063.047zm-.058.132.004.001-.025.06-.007.01-.019.001-.026.007-.018-.006-.023.023-.047.018a.1.1 0 0 0-.047-.021c-.046-.005-.027-.039-.002-.082l.096.054.023.008.079-.075z", style: {
19
+ fill: 'none'
20
+ }, transform: "matrix(0 -1 1 0 -230.997 775.045)" }), _jsx("path", { d: "M750.596 236.191a.19.19 0 0 0-.191-.191h-.382a.19.19 0 0 0-.192.191v1.864c0 .105.086.191.192.191h.382a.19.19 0 0 0 .191-.191zm-.191.677c-.049 0-.1.001-.144.019l.144-.144zm-.237-.425-.089.18-.056.058v-.199c.041-.022.079-.059.128-.042zm.111-.026.019-.008-.051.05-.008-.01-.012-.012zm-.227-.147.149.02-.002.005-.01.019.044.017-.051.086-.002-.001c-.053-.006-.02-.05.009-.102zm.264-.058-.063.087.133.024-.05.049-.103-.041.02-.032-.052-.009c.017-.034.026-.069.003-.099z", style: {
21
+ fill: 'none'
22
+ }, transform: "translate(-737.37 -225.113)" }), _jsx("path", { d: "m4.967.647-2.1-.055a1.273 1.273 0 0 0-1.292 1.25c-.066 2.53-.259 9.418-.403 15.61-.103 4.472-.177 8.577-.215 10.405a1.9 1.9 0 0 0 .55 1.348 1.9 1.9 0 0 0 1.348.567l13.527.091a1 1 0 0 0 .001-2l-13.528.08-.066-.019-.035-.066c-.037-1.829-.107-5.933-.207-10.406-.139-6.192-.326-13.08-.389-15.61a.71.71 0 0 1 .193-.515.73.73 0 0 1 .515-.233l2.101-.055a.196.196 0 0 0 0-.392M20.607 11.681l-.257-9.835a1.47 1.47 0 0 0-.932-1.344 1.4 1.4 0 0 0-.557-.098L5.891.847a.037.037 0 1 0 0 .074l12.973.368a.5.5 0 0 1 .21.052.52.52 0 0 1 .277.304.5.5 0 0 1 .03.201l-.257 9.835a.741.741 0 0 0 1.483 0" }), _jsx("path", { d: "m25.421 11.88-7.294-.26a1.46 1.46 0 0 0-1.046.41 1.5 1.5 0 0 0-.459 1.046c-.043 1.34-.135 3.865-.21 6.593-.105 3.813-.186 8.012-.229 9.889a1.945 1.945 0 0 0 1.937 1.958c1.262.01 3.547.052 5.833.044s4.57-.065 5.833-.083a1.92 1.92 0 0 0 1.341-.574 1.88 1.88 0 0 0 .538-1.34c-.041-1.342-.104-3.867-.2-6.593-.135-3.815-.325-8.007-.401-9.887a1.26 1.26 0 0 0-.401-.882 1.24 1.24 0 0 0-.883-.327l-3.658.193a.04.04 0 0 0-.037.037c0 .02.016.037.037.037l3.66.15a.77.77 0 0 1 .539.255.74.74 0 0 1 .19.537c-.077 1.88-.267 6.072-.402 9.887-.096 2.726-.159 5.251-.2 6.592l-.049.073-.073.012c-1.263-.019-3.548-.078-5.833-.087-2.286-.01-4.57.031-5.834.04l-.037-.005-.026-.037c-.042-1.876-.118-6.075-.22-9.889-.072-2.727-.163-5.252-.204-6.593a.5.5 0 0 1 .127-.367.53.53 0 0 1 .367-.176l7.294-.26a.196.196 0 0 0 0-.393" }), _jsx("path", { d: "M27.71 14.267c0 .414.32.75.713.75s.712-.336.712-.75-.319-.75-.712-.75c-.394 0-.794.369-.794.783M24.73 14.267c0 .414.319.75.712.75s.713-.336.713-.75-.32-.75-.713-.75-.793.369-.793.783M9.127 11.079a.19.19 0 0 0-.191-.191h-.382a.19.19 0 0 0-.192.19v1.865c0 .105.086.19.192.19h.382a.19.19 0 0 0 .19-.19zM5.195 24.452a.19.19 0 0 0-.19.19v.383c0 .106.085.192.19.192H7.06a.19.19 0 0 0 .191-.192v-.382a.19.19 0 0 0-.19-.191zM13.228 11.079a.19.19 0 0 0-.191-.191h-.382a.19.19 0 0 0-.192.19v1.865c0 .105.086.19.192.19h.382a.19.19 0 0 0 .19-.19z" })] }));
23
+ };
24
+ export default Appliances;
@@ -1,2 +1,3 @@
1
+ import Appliances from '@/src/icons/household/Appliances';
1
2
  import Sofa from '@/src/icons/household/Sofa';
2
- export { Sofa };
3
+ export { Appliances, Sofa };
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a basketball.
5
+ */
6
+ const Basketball = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 30 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M6.501 25.568c-2.681-2.433-4.11-5.717-4.29-9.072-.174-3.266.863-6.6 3.207-9.234 2.268-2.624 5.389-4.046 8.595-4.311 3.198-.263 6.504.626 9.165 2.836a12.99 12.99 0 0 1 4.676 8.562c.38 3.304-.51 6.718-2.86 9.386-2.407 2.747-5.211 4.329-8.25 4.74-2.993.403-6.202-.316-9.478-2.151a.077.077 0 0 0-.078.132c3.272 2.041 6.536 2.914 9.626 2.64 3.242-.287 6.29-1.835 8.973-4.633 2.716-2.848 3.845-6.59 3.556-10.258-.29-3.664-2.015-7.245-4.979-9.825C21.334 1.787 17.53.64 13.844.964c-3.68.323-7.222 2.105-9.75 5.18-2.45 3.07-3.468 6.833-3.045 10.452a13.76 13.76 0 0 0 5.2 9.272.196.196 0 1 0 .252-.3" }), _jsx("path", { d: "M6.897 25.873c-.012-2.897.384-5.53 1.079-7.932a26 26 0 0 1 1.973-4.907q.616-1.184 1.33-2.285c.483-.746.99-1.467 1.539-2.159a28 28 0 0 1 2.13-2.386 29.5 29.5 0 0 1 3.693-3.127c.008-.005.01-.017.005-.026-.006-.008-.018-.01-.026-.005a28 28 0 0 0-4.027 2.767q-1.265 1.05-2.376 2.266a22 22 0 0 0-1.727 2.139 20.1 20.1 0 0 0-2.52 4.886q-.457 1.272-.764 2.64c-.555 2.486-.735 5.195-.505 8.137a.098.098 0 1 0 .196-.008" }), _jsx("path", { d: "M4.972 7.814c1.274 1.677 3.314 3.557 5.673 5.387a57 57 0 0 0 2.101 1.549c.71.499 1.432.99 2.162 1.457.741.473 1.488.925 2.228 1.352a88.545 88.545 0 0 0 5.069 2.667c1.953.945 3.506 1.606 4.285 1.893a.02.02 0 0 0 .025-.01.02.02 0 0 0-.01-.024c-.946-.463-3.048-1.696-5.637-3.299-1.15-.712-2.392-1.501-3.677-2.317-.803-.509-1.624-1.025-2.446-1.545a137 137 0 0 1-3.633-2.366c-2.436-1.657-4.609-3.316-5.988-4.869a.097.097 0 0 0-.138-.013.1.1 0 0 0-.014.138M2.503 14.343c2.047-.719 4.082-.097 6.295 1.669.894.713 1.81 1.616 2.784 2.683.55.603 1.118 1.258 1.713 1.957.79.928 1.624 1.934 2.497 3.031A152 152 0 0 1 19.4 28.38c.005.008.017.011.025.005.01-.005.011-.017.006-.025a111 111 0 0 0-2.16-3.652 63 63 0 0 0-2.369-3.534 35 35 0 0 0-1.033-1.36 26.245 26.245 0 0 0-2.727-2.929q-1.606-1.473-3.106-2.273c-2.003-1.068-3.85-1.244-5.605-.451a.097.097 0 0 0-.055.127c.02.05.077.075.127.055M8.605 4.821c.174 2.385.97 4.043 2.161 5.214.917.901 2.071 1.513 3.367 1.929.88.283 1.828.473 2.811.6q.56.072 1.132.112.841.058 1.694.075c1.412.03 2.833.011 4.198.047 1.487.038 2.897.129 4.147.443q.017.004.023-.012a.02.02 0 0 0-.012-.023c-1.67-.629-3.69-.918-5.797-1.122-1.29-.124-2.606-.226-3.89-.356a37 37 0 0 1-2.54-.328c-1.306-.226-2.52-.556-3.57-1.134C10.556 9.292 9.26 7.651 8.8 4.798a.098.098 0 1 0-.195.023" })] }));
13
+ };
14
+ export default Basketball;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a dart board and dart.
5
+ */
6
+ const Dart = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 31 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M6.255 28.406c-2.57-2.357-3.933-5.525-4.086-8.757a12.7 12.7 0 0 1 .698-4.759c.51-1.47 1.295-2.87 2.384-4.11a12.07 12.07 0 0 1 5.919-3.77 12.14 12.14 0 0 1 6.99.121 1 1 0 0 0 .603-1.906 14.03 14.03 0 0 0-8.126-.066A13.85 13.85 0 0 0 3.88 9.623c-1.184 1.462-2.04 3.084-2.53 4.786a13.4 13.4 0 0 0-.423 5.346c.422 3.419 2.138 6.678 5.075 8.95a.196.196 0 1 0 .253-.3M24.762 11.988a12.5 12.5 0 0 1 2.152 7.417c-.09 2.586-.999 5.138-2.833 7.22-2.316 2.65-5.016 4.178-7.945 4.577-2.887.393-5.984-.297-9.146-2.064a.08.08 0 0 0-.106.027.077.077 0 0 0 .028.105c3.157 1.976 6.31 2.82 9.295 2.561 3.134-.273 6.081-1.768 8.678-4.47 2.124-2.226 3.244-5.019 3.448-7.882.207-2.905-.548-5.879-2.148-8.421a.85.85 0 1 0-1.423.93" }), _jsx("path", { d: "M21.297 12.627c1.461 1.634 2.065 3.781 1.93 5.915-.128 2.02-.948 4.022-2.442 5.52a8.6 8.6 0 0 1-2.637 1.841 8.6 8.6 0 0 1-3.09.759 8.4 8.4 0 0 1-3.139-.412 8.2 8.2 0 0 1-2.772-1.556 8.47 8.47 0 0 1-2.953-5.659c-.207-2.18.411-4.421 1.975-6.17 1.425-1.608 3.246-2.59 5.173-2.942a9.4 9.4 0 0 1 6.03.922.077.077 0 1 0 .076-.134 9.78 9.78 0 0 0-6.194-1.393c-2.123.235-4.173 1.183-5.845 2.825-1.928 1.909-2.797 4.46-2.697 6.992.1 2.55 1.214 5.067 3.209 6.935a9.8 9.8 0 0 0 3.356 2.043 9.7 9.7 0 0 0 3.905.538 9.9 9.9 0 0 0 3.79-1.036 10.1 10.1 0 0 0 3.068-2.403c1.592-1.89 2.41-4.292 2.328-6.654-.081-2.339-1.005-4.61-2.794-6.208a.196.196 0 1 0-.277.277" }), _jsx("path", { d: "M17.978 16.223c.369.53.599 1.45.481 2.43a3.4 3.4 0 0 1-1.032 2.07 3.8 3.8 0 0 1-.857.637 3.7 3.7 0 0 1-1.487.449 3.5 3.5 0 0 1-1.268-.12 3.3 3.3 0 0 1-1.148-.571 3.5 3.5 0 0 1-1.347-2.259c-.138-.907.054-1.858.673-2.62.603-.75 1.269-1.208 1.97-1.418.823-.246 1.676-.17 2.496.145.03.013.063 0 .077-.028a.06.06 0 0 0-.029-.077c-.833-.447-1.735-.632-2.647-.478-.827.14-1.648.568-2.437 1.339-.894.885-1.272 2.075-1.209 3.251.064 1.191.62 2.353 1.564 3.211.484.43 1.03.737 1.604.923.599.193 1.23.252 1.849.184a4.5 4.5 0 0 0 1.423-.397 4.8 4.8 0 0 0 1.705-1.344c.705-.93.982-1.933.93-2.87-.062-1.138-.55-2.132-1.087-2.648a.147.147 0 1 0-.224.191" }), _jsx("path", { d: "m21.702 6.083 2.74-3.598.396 2.668a.885.885 0 0 0 1.026.737c.385-.067 1.49-.247 2.487-.43l.181-.034c-.369.527-.794 1.14-1.19 1.723-.596.878-1.12 1.69-1.34 2.023l-.063.068-3.369.736c-.015.002-.026.016-.024.03a.03.03 0 0 0 .031.024l3.447-.134a.8.8 0 0 0 .552-.285c.263-.301.908-1.019 1.6-1.825.945-1.103 1.973-2.353 2.337-2.787a.77.77 0 0 0-.29-1.173.76.76 0 0 0-.452-.062c-.319.046-.968.13-1.667.239-.667.102-1.38.222-1.894.31L25.609.826a.78.78 0 0 0-.59-.634.78.78 0 0 0-.81.3L20.76 5.428a1.045 1.045 0 0 0-.177.797l.734 3.648.01-.002-6.63 8.574a.15.15 0 0 0 .02.207.147.147 0 0 0 .208-.02l7.109-8.18a.9.9 0 0 0 .205-.74zm8.3-.946" })] }));
13
+ };
14
+ export default Dart;
@@ -0,0 +1,3 @@
1
+ import Basketball from '@/src/icons/sports/Basketball';
2
+ import Dart from '@/src/icons/sports/Dart';
3
+ export { Basketball, Dart };
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a tick inside a cloud.
5
+ */
6
+ const TickCloud = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 33", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M11.29 5.522a4.14 4.14 0 0 1 1.31-2.885 4.1 4.1 0 0 1 2.907-1.118 4.04 4.04 0 0 1 2.812 1.22 3.93 3.93 0 0 1 1.13 2.786.47.47 0 0 0 .292.43.47.47 0 0 0 .51-.098 3.85 3.85 0 0 1 2.764-1.043c.972.03 1.934.43 2.662 1.188a3.82 3.82 0 0 1 1.063 2.674 3.7 3.7 0 0 1-1.093 2.602.717.717 0 0 0 .506 1.217 3.6 3.6 0 0 1 2.526 1.144 3.65 3.65 0 0 1 .988 2.563 3.6 3.6 0 0 1-1.056 2.498 3.46 3.46 0 0 1-2.461 1.024.903.903 0 0 0-.635 1.533c.654.686.963 1.581.944 2.468a3.49 3.49 0 0 1-1.043 2.417 3.44 3.44 0 0 1-2.406.994 3.36 3.36 0 0 1-2.39-.965 1 1 0 0 0-1.08-.21 1 1 0 0 0-.617.912 3.38 3.38 0 0 1-1.018 2.372 3.43 3.43 0 0 1-2.398.995 3.45 3.45 0 0 1-2.429-.961A3.45 3.45 0 0 1 12 26.875a.91.91 0 0 0-.558-.825.9.9 0 0 0-.977.19 3.48 3.48 0 0 1-2.46 1.027 3.59 3.59 0 0 1-2.521-1.009 3.67 3.67 0 0 1-1.126-2.53 3.67 3.67 0 0 1 .98-2.631.673.673 0 0 0-.475-1.143 3.7 3.7 0 0 1-2.646-1.07 3.88 3.88 0 0 1-1.16-2.682 3.95 3.95 0 0 1 1.05-2.789 3.95 3.95 0 0 1 2.753-1.274.361.361 0 0 0 .255-.613 4.06 4.06 0 0 1-1.218-2.854 4.2 4.2 0 0 1 1.157-2.954c.696-.736 1.584-1.098 2.438-1.21 1.13-.147 2.195.136 2.684.589a.036.036 0 0 0 .052-.001.036.036 0 0 0-.002-.052c-.481-.498-1.574-.856-2.758-.765-.924.07-1.897.416-2.686 1.167a4.67 4.67 0 0 0-1.439 3.218 4.68 4.68 0 0 0 .803 2.797 4.8 4.8 0 0 0-2.678 1.33 4.92 4.92 0 0 0-1.464 3.41 5 5 0 0 0 1.354 3.52 4.97 4.97 0 0 0 2.264 1.387 5.15 5.15 0 0 0-.74 2.638 5.2 5.2 0 0 0 1.468 3.642 5.22 5.22 0 0 0 3.635 1.592 5.2 5.2 0 0 0 2.44-.536 5.34 5.34 0 0 0 5.083 3.76 5.38 5.38 0 0 0 3.795-1.535 5.4 5.4 0 0 0 1.325-2.086 5.37 5.37 0 0 0 6.155-1.08 5.37 5.37 0 0 0 .948-6.246 5.2 5.2 0 0 0 2.117-1.354 5.27 5.27 0 0 0 1.46-3.701 5.24 5.24 0 0 0-1.526-3.636 5.16 5.16 0 0 0-2.339-1.345 5.06 5.06 0 0 0 .612-2.56 5.06 5.06 0 0 0-1.533-3.5 4.97 4.97 0 0 0-3.494-1.413 4.9 4.9 0 0 0-2.748.856 4.8 4.8 0 0 0-1.392-2.447 4.77 4.77 0 0 0-3.38-1.31 4.7 4.7 0 0 0-3.281 1.41 4.6 4.6 0 0 0-1.328 3.26.196.196 0 1 0 .392.005" }), _jsx("path", { d: "m11.102 15.311.007.001v-.011a.16.16 0 0 0-.053-.122l-.668-.676a1.79 1.79 0 0 0-1.235-.522 1.87 1.87 0 0 0-1.304.506l-.015.013a1.95 1.95 0 0 0-.615 1.37c-.01.269.041.53.133.777.094.251.244.479.43.678l4.825 5.062a.83.83 0 0 0 1.124.03c.255-.206 1.23-.978 2.49-2.02a147 147 0 0 0 2.456-2.06c1.773-1.533 3.59-3.191 4.79-4.259a2.48 2.48 0 0 0 .822-1.788 2.423 2.423 0 0 0-.738-1.794v-.002a2.4 2.4 0 0 0-1.603-.668 2.35 2.35 0 0 0-1.605.58l-7.164 6.5-1.386-1.263a.177.177 0 0 0-.25 0 .176.176 0 0 0 0 .25L12.93 17.4c.063.069.152.1.239.107a.36.36 0 0 0 .25-.082l7.78-5.997a.98.98 0 0 1 .685-.191.94.94 0 0 1 .608.31l.001.002a.9.9 0 0 1 .13 1.025.9.9 0 0 1-.226.267c-1.228 1.037-3.129 2.599-4.899 4.135-.855.743-1.673 1.484-2.39 2.136-.833.757-1.521 1.398-1.947 1.797l-4.817-4.172a1.27 1.27 0 0 1-.464-.88 1.35 1.35 0 0 1 .32-1.002l.013-.014a1.44 1.44 0 0 1 .953-.499c.377-.036.766.061 1.088.313l.823.632a.03.03 0 0 0 .025.024" })] }));
13
+ };
14
+ export default TickCloud;
@@ -2,4 +2,5 @@
2
2
  * This file exports all icons in the "Status & Notifications" category.
3
3
  */
4
4
  import Info from '@/src/icons/status-notifications/Info';
5
- export { Info };
5
+ import TickCloud from '@/src/icons/status-notifications/TickCloud';
6
+ export { Info, TickCloud };
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a metal briefcase.
5
+ */
6
+ const MetalBriefcase = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 31 28", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M11.189 4.987 11.469 3c.01-.068.054-.122.087-.18.03-.052.089-.08.138-.117.043-.034.102-.03.155-.044.046-.013.093.016.14.022.623.061 1.467.169 2.41.238.519.038 1.062.073 1.607.078s1.089-.011 1.606-.05c.946-.069 1.785-.207 2.41-.28.053-.007.1-.042.152-.03.057.015.122.009.17.045.057.04.122.067.158.125.04.066.094.124.106.201l.347 2.082c0 .02.016.037.036.037a.037.037 0 0 0 .038-.037l.407-2.07c.037-.194.004-.383-.038-.573-.043-.198-.155-.365-.274-.533-.126-.174-.302-.287-.482-.397-.186-.114-.4-.152-.62-.185-.625-.073-1.464-.21-2.41-.28a20 20 0 0 0-1.606-.05c-.545.006-1.088.04-1.606.079-.944.069-1.788.176-2.41.237-.22.029-.435.067-.624.176-.184.104-.362.218-.494.389-.128.165-.242.335-.296.533a1.5 1.5 0 0 0-.066.586l.286 1.985a.196.196 0 0 0 .393 0M29.83 8.308v.002c0 .109.088.197.196.197l.196-.2a2.2 2.2 0 0 0-.617-1.578 2.25 2.25 0 0 0-1.58-.69L3.988 5.521a2.8 2.8 0 0 0-1.99.797 2.8 2.8 0 0 0-.85 1.991l-.158 16c-.001.399.078.788.228 1.149.148.36.368.692.65.973a2.99 2.99 0 0 0 2.12.876c2.58-.033 7.3-.068 12.02-.151 4.722-.083 9.438-.215 12.019-.274a2.545 2.545 0 0 0 2.321-1.61 2.5 2.5 0 0 0 .17-.962l-.454-15.134a.037.037 0 0 0-.037-.037.037.037 0 0 0-.036.037l-.455 15.134a1.48 1.48 0 0 1-.47 1.038 1.46 1.46 0 0 1-1.04.39c-2.58-.06-7.296-.191-12.019-.274-4.72-.083-9.438-.118-12.02-.151a1 1 0 0 1-.381-.08 1 1 0 0 1-.542-.54 1 1 0 0 1-.077-.383l-.158-16a1.19 1.19 0 0 1 1.159-1.212l24.039-.517a1.77 1.77 0 0 1 1.804 1.726" }), _jsx("path", { d: "M7.329 6.624s-.01 1.354.009 2.889c.025 2.011.092 4.332.092 4.332h1.153s.067-2.32.09-4.332c.02-1.535.01-2.889.01-2.889zM23.974 6.358s-.01 1.354.01 2.889c.024 2.011.09 4.332.09 4.332h1.154s.067-2.32.092-4.332c.018-1.535.009-2.889.009-2.889zM10.8 25.958s.009-1.354-.01-2.889a302 302 0 0 0-.091-4.332H9.546s-.067 2.32-.092 4.332c-.018 1.535-.01 2.889-.01 2.889zM23.209 25.692s.009-1.354-.01-2.889a311 311 0 0 0-.091-4.332h-1.153s-.067 2.32-.091 4.332c-.02 1.535-.01 2.889-.01 2.889zM7.548 18.958l.202 6.431h.513l.2-6.431zM24.194 18.691l.2 7.139h.514l.202-7.139zM10.595 13.855l-.216-6.934H9.9l-.23 6.933zM22.983 13.588l-.23-6.934-.477.001-.216 6.934z" }), _jsx("path", { d: "M12.041 15.431v.006c0 .186.152.338.34.338 0 0 .338-.062.338-.393l-.001-.497a1.338 1.338 0 0 0-1.337-1.334l-4.564.02a1.305 1.305 0 0 0-1.299 1.313l.038 3.014a1.253 1.253 0 0 0 1.261 1.239l4.564-.07c.32-.004.61-.137.817-.35s.333-.502.328-.819l-.026-1.684a.12.12 0 0 0-.24 0l-.025 1.684a.843.843 0 0 1-.854.83l-4.564-.069a.75.75 0 0 1-.738-.76l.038-3.015a.696.696 0 0 1 .7-.687l4.564.021a.66.66 0 0 1 .47.196.7.7 0 0 1 .143.216q.049.121.05.254zM19.938 15.146l-.001.025c0 .186.152.338.339.338 0 0 .338-.062.338-.393 0-.091 0-.281-.002-.498q.001-.132.05-.254a.68.68 0 0 1 .358-.36.7.7 0 0 1 .255-.052l4.564-.02a.696.696 0 0 1 .7.687l.038 3.013a.749.749 0 0 1-.738.761l-4.564.069a.843.843 0 0 1-.854-.83l-.026-1.684a.12.12 0 0 0-.24 0l-.025 1.684a1.154 1.154 0 0 0 1.145 1.169l4.564.07a1.253 1.253 0 0 0 1.26-1.238l.039-3.015a1.305 1.305 0 0 0-1.3-1.313l-4.563-.02a1.325 1.325 0 0 0-.944.39 1.34 1.34 0 0 0-.393.944l-.001.497z" }), _jsx("path", { d: "M11.02 16.362h.017a.16.16 0 0 0 .115-.15l.009-.289a1.14 1.14 0 0 0-.315-.814 1.16 1.16 0 0 0-.814-.36l-1.803-.05a1.23 1.23 0 0 0-.882.343 1.25 1.25 0 0 0-.385.881l-.022.906c-.008.358.135.684.365.923.233.242.562.389.924.394l1.904.015a1.24 1.24 0 0 0 1.142-.758c.062-.149.095-.31.096-.474l-.339.34c-.187-.678-.339-.526-.339-.34v.001a.56.56 0 0 1-.344.523.6.6 0 0 1-.216.044l-1.904.015a.705.705 0 0 1-.712-.683l-.022-.906a.74.74 0 0 1 .2-.532.76.76 0 0 1 .534-.243l1.803-.05a.84.84 0 0 1 .6.225c.16.152.265.363.271.6l.01.318v.003c0 .061.047.112.107.118M21.616 16.096h.017a.16.16 0 0 0 .115-.15l.008-.289a.86.86 0 0 1 .272-.6.84.84 0 0 1 .6-.226l1.803.051c.211.006.399.1.533.243a.74.74 0 0 1 .2.532l-.021.906a.705.705 0 0 1-.712.683l-1.904-.015a.565.565 0 0 1-.56-.566l-.34.337c-.186-.677-.338-.525-.338-.339v.019a1.23 1.23 0 0 0 .364.855 1.24 1.24 0 0 0 .874.358l1.904-.015c.362-.005.69-.152.924-.394.23-.239.372-.565.365-.923l-.022-.906a1.25 1.25 0 0 0-.385-.881 1.23 1.23 0 0 0-.882-.344l-1.803.051c-.322.01-.61.144-.815.36-.2.212-.323.5-.314.814l.008.288.002.02-.001.013a.12.12 0 0 0 .108.118" })] }));
13
+ };
14
+ export default MetalBriefcase;
@@ -0,0 +1,2 @@
1
+ import MetalBriefcase from '@/src/icons/travel-hotel/MetalBriefcase';
2
+ export { MetalBriefcase };