@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.119 → 1.1.121

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 (87) hide show
  1. package/IconDiscoBall/index.d.ts +4 -0
  2. package/IconDiscoBall/index.js +2 -0
  3. package/IconDiscoBall/index.js.map +1 -0
  4. package/IconDiscoBall/index.mjs +2 -0
  5. package/IconDiscoBall/index.mjs.map +1 -0
  6. package/IconEmojiLol/index.d.ts +4 -0
  7. package/IconEmojiLol/index.js +2 -0
  8. package/IconEmojiLol/index.js.map +1 -0
  9. package/IconEmojiLol/index.mjs +2 -0
  10. package/IconEmojiLol/index.mjs.map +1 -0
  11. package/IconUser/index.d.ts +4 -0
  12. package/IconUser/index.js +2 -0
  13. package/IconUser/index.js.map +1 -0
  14. package/IconUser/index.mjs +2 -0
  15. package/IconUser/index.mjs.map +1 -0
  16. package/IconUserAdd/index.d.ts +4 -0
  17. package/IconUserAdd/index.js +2 -0
  18. package/IconUserAdd/index.js.map +1 -0
  19. package/IconUserAdd/index.mjs +2 -0
  20. package/IconUserAdd/index.mjs.map +1 -0
  21. package/IconUserAddRight/index.d.ts +4 -0
  22. package/IconUserAddRight/index.js +2 -0
  23. package/IconUserAddRight/index.js.map +1 -0
  24. package/IconUserAddRight/index.mjs +2 -0
  25. package/IconUserAddRight/index.mjs.map +1 -0
  26. package/IconUserAdded/index.d.ts +4 -0
  27. package/IconUserAdded/index.js +2 -0
  28. package/IconUserAdded/index.js.map +1 -0
  29. package/IconUserAdded/index.mjs +2 -0
  30. package/IconUserAdded/index.mjs.map +1 -0
  31. package/IconUserBlock/index.d.ts +4 -0
  32. package/IconUserBlock/index.js +2 -0
  33. package/IconUserBlock/index.js.map +1 -0
  34. package/IconUserBlock/index.mjs +2 -0
  35. package/IconUserBlock/index.mjs.map +1 -0
  36. package/IconUserDuo/index.d.ts +4 -0
  37. package/IconUserDuo/index.js +2 -0
  38. package/IconUserDuo/index.js.map +1 -0
  39. package/IconUserDuo/index.mjs +2 -0
  40. package/IconUserDuo/index.mjs.map +1 -0
  41. package/IconUserEdit/index.d.ts +4 -0
  42. package/IconUserEdit/index.js +2 -0
  43. package/IconUserEdit/index.js.map +1 -0
  44. package/IconUserEdit/index.mjs +2 -0
  45. package/IconUserEdit/index.mjs.map +1 -0
  46. package/IconUserGroup/index.d.ts +4 -0
  47. package/IconUserGroup/index.js +2 -0
  48. package/IconUserGroup/index.js.map +1 -0
  49. package/IconUserGroup/index.mjs +2 -0
  50. package/IconUserGroup/index.mjs.map +1 -0
  51. package/IconUserHeart/index.d.ts +4 -0
  52. package/IconUserHeart/index.js +2 -0
  53. package/IconUserHeart/index.js.map +1 -0
  54. package/IconUserHeart/index.mjs +2 -0
  55. package/IconUserHeart/index.mjs.map +1 -0
  56. package/IconUserKey/index.d.ts +4 -0
  57. package/IconUserKey/index.js +2 -0
  58. package/IconUserKey/index.js.map +1 -0
  59. package/IconUserKey/index.mjs +2 -0
  60. package/IconUserKey/index.mjs.map +1 -0
  61. package/IconUserRemove/index.d.ts +4 -0
  62. package/IconUserRemove/index.js +2 -0
  63. package/IconUserRemove/index.js.map +1 -0
  64. package/IconUserRemove/index.mjs +2 -0
  65. package/IconUserRemove/index.mjs.map +1 -0
  66. package/IconUserRemoveRight/index.d.ts +4 -0
  67. package/IconUserRemoveRight/index.js +2 -0
  68. package/IconUserRemoveRight/index.js.map +1 -0
  69. package/IconUserRemoveRight/index.mjs +2 -0
  70. package/IconUserRemoveRight/index.mjs.map +1 -0
  71. package/IconUserSettings/index.d.ts +4 -0
  72. package/IconUserSettings/index.js +2 -0
  73. package/IconUserSettings/index.js.map +1 -0
  74. package/IconUserSettings/index.mjs +2 -0
  75. package/IconUserSettings/index.mjs.map +1 -0
  76. package/README.md +15 -0
  77. package/filtered-icons.json +210 -0
  78. package/icons/index.d.ts +15 -0
  79. package/icons-index.json +35 -5
  80. package/index.d.ts +15 -0
  81. package/index.js +1 -1
  82. package/index.js.map +1 -1
  83. package/index.mjs +1 -1
  84. package/index.mjs.map +1 -1
  85. package/license-check.js +1 -1
  86. package/package.json +1 -1
  87. package/tsx-icons.json +105 -0
package/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-outlined-radius-0-stroke-1",
21
- version: "1.1.119",
21
+ version: "1.1.121",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-0-stroke-1",
3
- "version": "1.1.119",
3
+ "version": "1.1.121",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -4284,6 +4284,13 @@
4284
4284
  "iconName": "director-chair, chair",
4285
4285
  "pathname": "src/IconDirectorChair"
4286
4286
  },
4287
+ {
4288
+ "svg": "<Path d=\"M12 21.5C16.9706 21.5 21 17.4706 21 12.5C21 11.5788 20.8616 10.6899 20.6044 9.85294H3.77143M12 3.5C7.02944 3.5 3 7.52944 3 12.5C3 13.4212 3.13841 14.3101 3.39557 15.1471H20.2286\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Ellipse cx=\"12\" cy=\"12.5\" rx=\"3.5\" ry=\"9\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 3.5V1.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.89045 18.5352L5.40769 17.28C5.34281 17.1113 5.18074 17 5 17C4.81926 17 4.65719 17.1113 4.59231 17.28L4.10955 18.5352C4.00797 18.7993 3.79927 19.008 3.53518 19.1095L2.28 19.5923C2.11131 19.6572 2 19.8193 2 20C2 20.1807 2.11131 20.3428 2.28 20.4077L3.53518 20.8905C3.79927 20.992 4.00797 21.2007 4.10955 21.4648L4.59231 22.72C4.65719 22.8887 4.81926 23 5 23C5.18074 23 5.34281 22.8887 5.40769 22.72L5.89045 21.4648C5.99203 21.2007 6.20073 20.992 6.46482 20.8905L7.72 20.4077C7.88869 20.3428 8 20.1807 8 20C8 19.8193 7.88869 19.6572 7.72 19.5923L6.46482 19.1095C6.20073 19.008 5.99203 18.7993 5.89045 18.5352Z\" fill=\"currentColor\"/><Path d=\"M20.5655 2.86018L19.9756 1.32667C19.8999 1.12986 19.7109 1 19.5 1C19.2891 1 19.1001 1.12986 19.0244 1.32667L18.4345 2.86018C18.333 3.12427 18.1243 3.33297 17.8602 3.43455L16.3267 4.02436C16.1299 4.10005 16 4.28914 16 4.5C16 4.71086 16.1299 4.89995 16.3267 4.97564L17.8602 5.56545C18.1243 5.66703 18.333 5.87573 18.4345 6.13982L19.0244 7.67333C19.1001 7.87014 19.2891 8 19.5 8C19.7109 8 19.8999 7.87014 19.9756 7.67333L20.5655 6.13982C20.667 5.87573 20.8757 5.66703 21.1398 5.56545L22.6733 4.97564C22.8701 4.89995 23 4.71086 23 4.5C23 4.28914 22.8701 4.10005 22.6733 4.02436L21.1398 3.43455C20.8757 3.33297 20.667 3.12427 20.5655 2.86018Z\" fill=\"currentColor\"/>",
4289
+ "tags": "Ellipse, Path",
4290
+ "componentName": "IconDiscoBall",
4291
+ "iconName": "disco-ball, music, dance, party",
4292
+ "pathname": "src/IconDiscoBall"
4293
+ },
4287
4294
  {
4288
4295
  "svg": "<Path d=\"M19.6361 5.02282C18.1907 4.35757 16.6648 3.88563 15.0973 3.61903C14.8828 4.00449 14.6888 4.40107 14.5159 4.80712C12.8463 4.5542 11.1484 4.5542 9.47881 4.80712C9.30587 4.40111 9.1118 4.00453 8.8974 3.61903C7.32897 3.88788 5.80205 4.36095 4.35518 5.0263C1.48276 9.29853 0.70409 13.4647 1.09342 17.5716C2.77558 18.821 4.6584 19.7713 6.66003 20.3809C7.11074 19.7716 7.50956 19.1251 7.85226 18.4483C7.20135 18.204 6.57311 17.9024 5.9748 17.5473C6.13227 17.4325 6.28627 17.3142 6.43508 17.1994C8.17601 18.0224 10.0761 18.4491 12 18.4491C13.9238 18.4491 15.8239 18.0224 17.5648 17.1994C17.7154 17.3229 17.8694 17.4412 18.0251 17.5473C17.4257 17.903 16.7963 18.2051 16.1442 18.4501C16.4865 19.1265 16.8853 19.7724 17.3364 20.3809C19.3398 19.7737 21.224 18.8239 22.9065 17.5734C23.3633 12.8106 22.1261 8.68274 19.6361 5.02282ZM8.34541 15.0459C7.26047 15.0459 6.36414 14.0561 6.36414 12.8384C6.36414 11.6208 7.22932 10.6223 8.34195 10.6223C9.45458 10.6223 10.344 11.6208 10.325 12.8384C10.3059 14.0561 9.45112 15.0459 8.34541 15.0459ZM15.6545 15.0459C14.5678 15.0459 13.675 14.0561 13.675 12.8384C13.675 11.6208 14.5401 10.6223 15.6545 10.6223C16.7689 10.6223 17.6514 11.6208 17.6323 12.8384C17.6133 14.0561 16.7602 15.0459 15.6545 15.0459Z\" fill=\"currentColor\"/>",
4289
4296
  "tags": "Path",
@@ -4648,6 +4655,13 @@
4648
4655
  "iconName": "emoji-grinning",
4649
4656
  "pathname": "src/IconEmojiGrinning"
4650
4657
  },
4658
+ {
4659
+ "svg": "<Path d=\"M16.5687 12.8237C16.8806 12.7186 17.2127 12.9342 17.2025 13.2632C17.0396 18.4991 9.48901 19.8481 7.54405 14.9661C7.42227 14.6604 7.66061 14.3443 7.98957 14.3364C10.9665 14.2652 13.747 13.7749 16.5687 12.8237Z\" fill=\"currentColor\"/><Path d=\"M7.44042 10.4685C7.6026 10.6205 7.64505 10.8612 7.54461 11.0594L7.12222 11.8931C6.92196 12.2883 7.2914 12.7117 7.69436 12.5274C8.70056 12.0674 9.6548 11.4206 10.357 10.6023C10.5383 10.391 10.4822 10.0728 10.2396 9.93621C9.29982 9.4074 8.18191 9.126 7.07905 9.03783C6.63738 9.00252 6.43502 9.5267 6.75837 9.82961L7.44042 10.4685Z\" fill=\"currentColor\"/><Path d=\"M15.7611 9.00122C15.6606 9.19945 15.7031 9.44018 15.8653 9.5921L16.5473 10.231C16.8707 10.5339 16.6683 11.0581 16.2266 11.0228C15.1238 10.9346 14.0059 10.6532 13.0661 10.1244C12.8235 9.98788 12.7674 9.66966 12.9487 9.45837C13.6509 8.64003 14.6051 7.99326 15.6113 7.5332C16.0143 7.34896 16.3837 7.77231 16.1835 8.16755L15.7611 9.00122Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/>",
4660
+ "tags": "Circle, Path",
4661
+ "componentName": "IconEmojiLol",
4662
+ "iconName": "emoji-lol, laugh, comedy, joke",
4663
+ "pathname": "src/IconEmojiLol"
4664
+ },
4651
4665
  {
4652
4666
  "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><Path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><Path d=\"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z\" fill=\"currentColor\"/>",
4653
4667
  "tags": "Circle, Path",
@@ -11592,6 +11606,97 @@
11592
11606
  "iconName": "usb-c, type-c",
11593
11607
  "pathname": "src/IconUsbC"
11594
11608
  },
11609
+ {
11610
+ "svg": "<Path d=\"M4.5 20.5V19.5C4.5 15.3579 7.85786 12 12 12C16.1421 12 19.5 15.3579 19.5 19.5V20.5H4.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
11611
+ "tags": "Circle, Path",
11612
+ "componentName": "IconUser",
11613
+ "iconName": "user, people, person, member",
11614
+ "pathname": "src/IconUser"
11615
+ },
11616
+ {
11617
+ "svg": "<Path d=\"M11.5 20.5H4.5V19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 12.5V20.5M22.5 16.5H14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
11618
+ "tags": "Circle, Path",
11619
+ "componentName": "IconUserAdd",
11620
+ "iconName": "user-add, people, person, member",
11621
+ "pathname": "src/IconUserAdd"
11622
+ },
11623
+ {
11624
+ "svg": "<Path d=\"M10.5 20.5H4.5V19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.5 18.5L16 20.5L20.5 13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
11625
+ "tags": "Circle, Path",
11626
+ "componentName": "IconUserAdded",
11627
+ "iconName": "user-added, people, person, member, checked",
11628
+ "pathname": "src/IconUserAdded"
11629
+ },
11630
+ {
11631
+ "svg": "<Path d=\"M3.5 20.5V19.5C3.5 15.3579 6.85786 12 11 12C15.1421 12 18.5 15.3579 18.5 19.5V20.5H3.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Circle cx=\"11\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M20.5 8.5V14.5M23.5 11.5H17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
11632
+ "tags": "Circle, Path",
11633
+ "componentName": "IconUserAddRight",
11634
+ "iconName": "user-add-right, people, person, member",
11635
+ "pathname": "src/IconUserAddRight"
11636
+ },
11637
+ {
11638
+ "svg": "<Path d=\"M11.5 20.5H4.5V19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"18\" cy=\"17.25\" r=\"3.5\" stroke=\"currentColor\"/><Path d=\"M15.7461 19.5L20.2461 15\" stroke=\"currentColor\"/>",
11639
+ "tags": "Circle, Path",
11640
+ "componentName": "IconUserBlock",
11641
+ "iconName": "user-block, people, person, member, blocked",
11642
+ "pathname": "src/IconUserBlock"
11643
+ },
11644
+ {
11645
+ "svg": "<Path d=\"M1.5 19.5V18.5C1.5 14.9101 4.41015 12 8 12C11.5899 12 14.5 14.9101 14.5 18.5V19.5H1.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.5 18.5H22.5C22.5 15 21 12 18 12\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"8\" cy=\"8.25\" r=\"3.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"17.5\" cy=\"9.25\" r=\"2.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
11646
+ "tags": "Circle, Path",
11647
+ "componentName": "IconUserDuo",
11648
+ "iconName": "user-duo, team, members, persons",
11649
+ "pathname": "src/IconUserDuo"
11650
+ },
11651
+ {
11652
+ "svg": "<Path d=\"M10.5 20.5H4.5V19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.5 20.5V18L17.75 13.75C18.4404 13.0596 19.5596 13.0596 20.25 13.75C20.9404 14.4404 20.9404 15.5596 20.25 16.25L16 20.5H13.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
11653
+ "tags": "Circle, Path",
11654
+ "componentName": "IconUserEdit",
11655
+ "iconName": "user-edit, people, person, member",
11656
+ "pathname": "src/IconUserEdit"
11657
+ },
11658
+ {
11659
+ "svg": "<Circle cx=\"12\" cy=\"8.75\" r=\"3.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"4\" cy=\"9.83008\" r=\"2\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"20\" cy=\"9.83008\" r=\"2\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.5 18.5V17.5C6.5 14.4624 8.96243 12 12 12C15.0376 12 17.5 14.4624 17.5 17.5V18.5H6.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.5 17.5H0.5C0.5 14.5 1.5 12.5 4 11.8301\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.5 17.5H23.5C23.5 14.5 22.5 12.5 20 11.8301\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
11660
+ "tags": "Circle, Path",
11661
+ "componentName": "IconUserGroup",
11662
+ "iconName": "user-group, team, club, member, friends, community",
11663
+ "pathname": "src/IconUserGroup"
11664
+ },
11665
+ {
11666
+ "svg": "<Path d=\"M11.5 20.5H4.5V19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.5 16.5665C21.5 19.2998 17.75 20.8 17.75 20.8C17.75 20.8 14 19.2998 14 16.5665C14 14.518 16.0157 13.2984 17.75 14.4366C19.4843 13.2984 21.5 14.518 21.5 16.5665Z\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
11667
+ "tags": "Circle, Path",
11668
+ "componentName": "IconUserHeart",
11669
+ "iconName": "user-heart, people, person, member, favorite",
11670
+ "pathname": "src/IconUserHeart"
11671
+ },
11672
+ {
11673
+ "svg": "<Path d=\"M10.5 20.5H4.5V19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"19.0992\" cy=\"15.4\" r=\"0.9\" fill=\"currentColor\"/><Path d=\"M18.8496 12.5498C20.5617 12.5498 21.9502 13.9383 21.9502 15.6504C21.95 17.3623 20.5616 18.75 18.8496 18.75C18.5179 18.75 18.199 18.6961 17.8994 18.5996L15.5 21H13.5V19L15.8994 16.5996C15.8032 16.3004 15.75 15.9816 15.75 15.6504C15.75 13.9384 17.1377 12.55 18.8496 12.5498Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
11674
+ "tags": "Circle, Path",
11675
+ "componentName": "IconUserKey",
11676
+ "iconName": "user-key, people, person, member, passkeys, access",
11677
+ "pathname": "src/IconUserKey"
11678
+ },
11679
+ {
11680
+ "svg": "<Path d=\"M11.5 20.5H4.5V19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.5 14.5L18.5 17.5M18.5 17.5L21.5 20.5M18.5 17.5L21.5 14.5M18.5 17.5L15.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
11681
+ "tags": "Circle, Path",
11682
+ "componentName": "IconUserRemove",
11683
+ "iconName": "user-remove, people, person, member",
11684
+ "pathname": "src/IconUserRemove"
11685
+ },
11686
+ {
11687
+ "svg": "<Path d=\"M3.5 20.5V19.5C3.5 15.3579 6.85786 12 11 12C15.1421 12 18.5 15.3579 18.5 19.5V20.5H3.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Circle cx=\"11\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M18.75 9.5L21 11.75M21 11.75L23.25 14M21 11.75L23.25 9.5M21 11.75L18.75 14\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
11688
+ "tags": "Circle, Path",
11689
+ "componentName": "IconUserRemoveRight",
11690
+ "iconName": "user-remove-right, people, person, member",
11691
+ "pathname": "src/IconUserRemoveRight"
11692
+ },
11693
+ {
11694
+ "svg": "<Path d=\"M11.5 20.5H4.5V19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.7797 14.8467L20.2455 14.616L20.9357 15.7747L20.0131 16.9427L21 18.116L20.3107 19.2747L18.8069 19.0833L18.2541 20.5H16.8754L16.2652 19.0739L14.6893 19.2747L14 18.116L14.986 16.9427L14.0643 15.7747L14.7545 14.616L16.2934 14.8586L16.8754 13.5H18.2541L18.7797 14.8467Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Circle cx=\"17.5\" cy=\"17\" r=\"1\" fill=\"currentColor\"/>",
11695
+ "tags": "Circle, Path",
11696
+ "componentName": "IconUserSettings",
11697
+ "iconName": "user-settings, people, person, member, cog",
11698
+ "pathname": "src/IconUserSettings"
11699
+ },
11595
11700
  {
11596
11701
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.252 8.25H19.876C19.964 8.25 20.052 8.256 20.136 8.268L14.266 14.138C14.2535 14.0502 14.2471 13.9617 14.247 13.873V8.25H11.997V13.873C11.9969 14.4147 12.1035 14.9512 12.3107 15.4517C12.518 15.9523 12.8218 16.407 13.2049 16.7901C13.588 17.1732 14.0427 17.477 14.5433 17.6843C15.0438 17.8915 15.5803 17.9981 16.122 17.998H21.746V15.748H16.122C16.032 15.748 15.943 15.742 15.857 15.73L21.731 9.855C21.7441 9.94441 21.7508 10.0346 21.751 10.125V15.748H24V10.124C24 9.58243 23.8933 9.04616 23.6861 8.54581C23.4788 8.04547 23.1751 7.59084 22.7921 7.20789C22.4092 6.82494 21.9545 6.52117 21.4542 6.31392C20.9538 6.10667 20.4176 6 19.876 6H14.252V8.25ZM0 7.5V7.506L7.686 17.294C8.61 18.47 10.499 17.817 10.499 16.321V7.5H8.25V14.37L2.856 7.5H0Z\" fill=\"currentColor\"/>",
11597
11702
  "tags": "Path",