@hashicorp/flight-icons 2.22.0 → 2.24.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.
- package/CHANGELOG.md +39 -18
- package/catalog.json +251 -17
- package/package.json +1 -1
- package/svg/accessibility-16.svg +1 -0
- package/svg/accessibility-24.svg +1 -0
- package/svg/alert-diamond-24.svg +1 -1
- package/svg/channel-16.svg +1 -0
- package/svg/channel-24.svg +1 -0
- package/svg/diamond-24.svg +1 -1
- package/svg/discussion-circle-16.svg +1 -1
- package/svg/discussion-circle-24.svg +1 -1
- package/svg/folder-star-16.svg +1 -1
- package/svg/index.d.ts +1 -1
- package/svg/index.js +1 -1
- package/svg/jwt-16.svg +1 -0
- package/svg/jwt-24.svg +1 -0
- package/svg/jwt-color-16.svg +1 -0
- package/svg/jwt-color-24.svg +1 -0
- package/svg/kubernetes-color-16.svg +1 -1
- package/svg/labyrinth-16.svg +1 -1
- package/svg/meetup-16.svg +1 -0
- package/svg/meetup-24.svg +1 -0
- package/svg/meetup-color-16.svg +1 -0
- package/svg/meetup-color-24.svg +1 -0
- package/svg/message-circle-fill-24.svg +1 -1
- package/svg/minus-circle-fill-16.svg +1 -0
- package/svg/minus-circle-fill-24.svg +1 -0
- package/svg/navigation-16.svg +1 -1
- package/svg/navigation-24.svg +1 -1
- package/svg/navigation-alt-16.svg +1 -1
- package/svg/openid-16.svg +1 -0
- package/svg/openid-24.svg +1 -0
- package/svg/openid-color-16.svg +1 -0
- package/svg/openid-color-24.svg +1 -0
- package/svg/phone-16.svg +1 -1
- package/svg/phone-24.svg +1 -1
- package/svg/phone-call-16.svg +1 -1
- package/svg/phone-call-24.svg +1 -1
- package/svg/plug-16.svg +1 -1
- package/svg/plug-24.svg +1 -1
- package/svg/plus-circle-16.svg +1 -1
- package/svg/plus-circle-24.svg +1 -1
- package/svg/plus-circle-fill-16.svg +1 -0
- package/svg/plus-circle-fill-24.svg +1 -0
- package/svg/rabbitmq-16.svg +1 -0
- package/svg/rabbitmq-24.svg +1 -0
- package/svg/rabbitmq-color-16.svg +1 -0
- package/svg/rabbitmq-color-24.svg +1 -0
- package/svg/redirect-16.svg +1 -1
- package/svg/redirect-24.svg +1 -1
- package/svg/star-24.svg +1 -1
- package/svg/star-off-16.svg +1 -1
- package/svg/transform-data-16.svg +1 -0
- package/svg/transform-data-24.svg +1 -0
- package/svg/volume-2-16.svg +1 -1
- package/svg/wand-16.svg +1 -1
- package/svg/wand-24.svg +1 -1
- package/svg/x-diamond-16.svg +1 -1
- package/svg/x-diamond-24.svg +1 -1
- package/svg-react/accessibility-16.tsx +38 -0
- package/svg-react/accessibility-24.tsx +42 -0
- package/svg-react/alert-diamond-24.tsx +1 -1
- package/svg-react/channel-16.tsx +35 -0
- package/svg-react/channel-24.tsx +35 -0
- package/svg-react/diamond-24.tsx +1 -1
- package/svg-react/discussion-circle-16.tsx +2 -2
- package/svg-react/discussion-circle-24.tsx +2 -2
- package/svg-react/folder-star-16.tsx +2 -2
- package/svg-react/index.ts +28 -2
- package/svg-react/jwt-16.tsx +33 -0
- package/svg-react/jwt-24.tsx +33 -0
- package/svg-react/jwt-color-16.tsx +51 -0
- package/svg-react/jwt-color-24.tsx +51 -0
- package/svg-react/kubernetes-color-16.tsx +1 -1
- package/svg-react/labyrinth-16.tsx +1 -1
- package/svg-react/meetup-16.tsx +35 -0
- package/svg-react/meetup-24.tsx +35 -0
- package/svg-react/meetup-color-16.tsx +35 -0
- package/svg-react/meetup-color-24.tsx +35 -0
- package/svg-react/message-circle-fill-24.tsx +2 -2
- package/svg-react/minus-circle-fill-16.tsx +35 -0
- package/svg-react/minus-circle-fill-24.tsx +35 -0
- package/svg-react/navigation-16.tsx +1 -1
- package/svg-react/navigation-24.tsx +1 -1
- package/svg-react/navigation-alt-16.tsx +1 -1
- package/svg-react/openid-16.tsx +32 -0
- package/svg-react/openid-24.tsx +33 -0
- package/svg-react/openid-color-16.tsx +43 -0
- package/svg-react/openid-color-24.tsx +43 -0
- package/svg-react/phone-16.tsx +1 -1
- package/svg-react/phone-24.tsx +1 -1
- package/svg-react/phone-call-16.tsx +3 -3
- package/svg-react/phone-call-24.tsx +2 -2
- package/svg-react/plug-16.tsx +1 -1
- package/svg-react/plug-24.tsx +1 -1
- package/svg-react/plus-circle-16.tsx +2 -2
- package/svg-react/plus-circle-24.tsx +2 -2
- package/svg-react/plus-circle-fill-16.tsx +35 -0
- package/svg-react/plus-circle-fill-24.tsx +35 -0
- package/svg-react/rabbitmq-16.tsx +33 -0
- package/svg-react/rabbitmq-24.tsx +33 -0
- package/svg-react/rabbitmq-color-16.tsx +33 -0
- package/svg-react/rabbitmq-color-24.tsx +33 -0
- package/svg-react/redirect-16.tsx +1 -1
- package/svg-react/redirect-24.tsx +1 -1
- package/svg-react/star-24.tsx +1 -1
- package/svg-react/star-off-16.tsx +1 -1
- package/svg-react/transform-data-16.tsx +37 -0
- package/svg-react/transform-data-24.tsx +48 -0
- package/svg-react/volume-2-16.tsx +2 -2
- package/svg-react/wand-16.tsx +2 -2
- package/svg-react/wand-24.tsx +1 -1
- package/svg-react/x-diamond-16.tsx +1 -1
- package/svg-react/x-diamond-24.tsx +1 -1
- package/svg-sprite/svg-sprite-module.js +1 -1
- package/svg-sprite/svg-sprite.svg +1 -1
|
@@ -24,8 +24,8 @@ export const IconDiscussionCircle16 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
24
24
|
>
|
|
25
25
|
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
26
|
<g fill={color} fillRule="evenodd" clipRule="evenodd">
|
|
27
|
-
<path d="M8.302 3.288A3.633 3.633 0 002.756 7.76c.124.237.112.49.102.61a2.984 2.984 0 01-.084.468 7.853 7.853 0 01-.2.655c.26-.09.52-.17.75-.223a.7.7 0 11.312 1.365c-.34.078-.837.258-1.278.434a23.211 23.211 0 00-.701.295l-.042.018-.01.005-.003.001a.7.7 0 01-.925-.927v-.001l.002-.004.008-.018.03-.07a21.252 21.252 0 00.43-1.047c.113-.3.211-.592.27-.822.021-.09.034-.157.041-.205a5.033 5.033 0 017.74-6.082.7.7 0
|
|
28
|
-
<path d="M4.75 9.333a5.083 5.083 0 119.657 2.221c.006.033.015.077.
|
|
27
|
+
<path d="M8.302 3.288A3.633 3.633 0 002.756 7.76c.124.237.112.49.102.61a2.984 2.984 0 01-.084.468 7.853 7.853 0 01-.2.655c.26-.09.52-.17.75-.223a.7.7 0 11.312 1.365c-.34.078-.837.258-1.278.434a23.211 23.211 0 00-.701.295l-.042.018-.01.005-.003.001a.7.7 0 01-.925-.927v-.001l.002-.004.008-.018.03-.07a21.252 21.252 0 00.43-1.047c.113-.3.211-.592.27-.822.021-.09.034-.157.041-.205a5.033 5.033 0 017.74-6.082.7.7 0 11-.896 1.076zM1.463 8.226v0z" />
|
|
28
|
+
<path d="M4.75 9.333a5.083 5.083 0 119.657 2.221c.006.033.015.077.03.133.05.197.139.453.247.734.087.223.178.443.262.646l.06.146c.049.118.095.23.131.326.03.082.074.2.097.306a.75.75 0 01-.734.905c-.169 0-.332-.04-.447-.072a4.853 4.853 0 01-.394-.134 21.027 21.027 0 01-.606-.248l-.216-.09a7.645 7.645 0 00-.705-.265 1.763 1.763 0 00-.095-.026A5.083 5.083 0 014.75 9.333zm1.5 0a3.583 3.583 0 116.764 1.654c-.125.239-.12.485-.11.614.01.155.042.313.078.456.055.214.133.448.217.676a7.367 7.367 0 00-.643-.231 2.455 2.455 0 00-.443-.093 1.113 1.113 0 00-.626.104 3.583 3.583 0 01-5.237-3.18zm8.15 2.16v-.012l-.001.004v.009z" />
|
|
29
29
|
</g>
|
|
30
30
|
</svg>
|
|
31
31
|
);
|
|
@@ -24,8 +24,8 @@ export const IconDiscussionCircle24 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
24
24
|
>
|
|
25
25
|
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
26
|
<g fill={color} fillRule="evenodd" clipRule="evenodd">
|
|
27
|
-
<path d="M13.02 4.827a5.75 5.75 0 00-8.777 7.077c.144.275.134.58.12.751a4.
|
|
28
|
-
<path d="M21.781 20.78a.75.75 0 00.152-.84l-.004-.008-.012-.
|
|
27
|
+
<path d="M13.02 4.827a5.75 5.75 0 00-8.777 7.077c.144.275.134.58.12.751a4.182 4.182 0 01-.118.655 13.903 13.903 0 01-.512 1.557c.563-.214 1.188-.429 1.694-.545a.75.75 0 11.335 1.463c-.535.122-1.3.401-1.961.666a34.515 34.515 0 00-1.061.445l-.065.029-.016.007-.004.002h-.001a.75.75 0 01-.99-.994v-.002l.003-.006.012-.027a20.233 20.233 0 00.214-.49c.137-.322.316-.755.484-1.204.17-.453.323-.903.413-1.265.046-.183.07-.32.078-.413l.001-.022a7.25 7.25 0 0111.11-8.837.75.75 0 01-.958 1.153z" />
|
|
28
|
+
<path d="M21.781 20.78a.75.75 0 00.152-.84l-.004-.008-.012-.027a20.257 20.257 0 01-.214-.49 30.272 30.272 0 01-.484-1.204c-.17-.453-.322-.903-.413-1.265a2.76 2.76 0 01-.077-.414l-.002-.021a7.25 7.25 0 10-3.22 3.219h.018c.092.009.23.033.413.08.363.09.814.243 1.268.413a31.27 31.27 0 011.595.649l.106.046.027.012.008.004a.75.75 0 00.84-.155zm-13.28-7.53a5.75 5.75 0 1110.852 2.653c-.144.276-.134.58-.12.752.018.208.063.434.118.655a13.896 13.896 0 00.512 1.557 14.298 14.298 0 00-1.56-.512c-.218-.056-.443-.101-.649-.119-.167-.014-.474-.028-.75.117A5.75 5.75 0 018.5 13.25z" />
|
|
29
29
|
</g>
|
|
30
30
|
</svg>
|
|
31
31
|
);
|
|
@@ -24,10 +24,10 @@ export const IconFolderStar16 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
24
24
|
>
|
|
25
25
|
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
26
|
<g fill={color}>
|
|
27
|
-
<path d="M1.5 3.25a.75.75 0 01.75-.75h4.379a.75.75 0 01.53.22L8.28 3.84a2.25 2.25 0 001.591.659h3.879a.75.75 0 01.75.75V6.5a.75.75 0 001.5 0V5.25A2.25 2.25 0 0013.75 3H9.
|
|
27
|
+
<path d="M1.5 3.25a.75.75 0 01.75-.75h4.379a.75.75 0 01.53.22L8.28 3.84a2.25 2.25 0 001.591.659h3.879a.75.75 0 01.75.75V6.5a.75.75 0 001.5 0V5.25A2.25 2.25 0 0013.75 3H9.87a.75.75 0 01-.53-.22L8.22 1.66A2.25 2.25 0 006.629 1H2.25A2.25 2.25 0 000 3.25v9.5A2.25 2.25 0 002.25 15h2.5a.75.75 0 100-1.5h-2.5a.75.75 0 01-.75-.75v-9.5z" />
|
|
28
28
|
<path
|
|
29
29
|
fillRule="evenodd"
|
|
30
|
-
d="M11.179 5.431a.75.75 0 00-1.358 0L8.523 8.196l-2.887.444a.75.75 0 00-.409 1.279l2.201 2.142-.66 3.029a.75.75 0 001.089.82l2.643-1.43 2.643 1.43a.75.75 0 001.09-.82l-.
|
|
30
|
+
d="M11.179 5.431a.75.75 0 00-1.358 0L8.523 8.196l-2.887.444a.75.75 0 00-.409 1.279l2.201 2.142-.66 3.029a.75.75 0 001.089.82l2.643-1.43 2.643 1.43a.75.75 0 001.09-.82l-.662-3.03 2.202-2.141a.75.75 0 00-.41-1.28l-2.886-.443-1.298-2.765zM9.71 9.195l.789-1.68.789 1.68a.75.75 0 00.565.423l1.794.276-1.421 1.382a.75.75 0 00-.21.697l.402 1.839-1.562-.845a.75.75 0 00-.714 0l-1.562.845.402-1.838a.75.75 0 00-.21-.698l-1.42-1.382 1.793-.276a.75.75 0 00.565-.423z"
|
|
31
31
|
clipRule="evenodd"
|
|
32
32
|
/>
|
|
33
33
|
</g>
|
package/svg-react/index.ts
CHANGED
|
@@ -170,6 +170,10 @@ export { IconJira24 } from './jira-24';
|
|
|
170
170
|
export { IconJira16 } from './jira-16';
|
|
171
171
|
export { IconJiraColor24 } from './jira-color-24';
|
|
172
172
|
export { IconJiraColor16 } from './jira-color-16';
|
|
173
|
+
export { IconJwt24 } from './jwt-24';
|
|
174
|
+
export { IconJwt16 } from './jwt-16';
|
|
175
|
+
export { IconJwtColor24 } from './jwt-color-24';
|
|
176
|
+
export { IconJwtColor16 } from './jwt-color-16';
|
|
173
177
|
export { IconKubernetes24 } from './kubernetes-24';
|
|
174
178
|
export { IconKubernetes16 } from './kubernetes-16';
|
|
175
179
|
export { IconKubernetesColor24 } from './kubernetes-color-24';
|
|
@@ -194,6 +198,10 @@ export { IconLoom24 } from './loom-24';
|
|
|
194
198
|
export { IconLoom16 } from './loom-16';
|
|
195
199
|
export { IconLoomColor24 } from './loom-color-24';
|
|
196
200
|
export { IconLoomColor16 } from './loom-color-16';
|
|
201
|
+
export { IconMeetup24 } from './meetup-24';
|
|
202
|
+
export { IconMeetup16 } from './meetup-16';
|
|
203
|
+
export { IconMeetupColor24 } from './meetup-color-24';
|
|
204
|
+
export { IconMeetupColor16 } from './meetup-color-16';
|
|
197
205
|
export { IconMicrosoft24 } from './microsoft-24';
|
|
198
206
|
export { IconMicrosoft16 } from './microsoft-16';
|
|
199
207
|
export { IconMicrosoftColor24 } from './microsoft-color-24';
|
|
@@ -218,10 +226,18 @@ export { IconOpa24 } from './opa-24';
|
|
|
218
226
|
export { IconOpa16 } from './opa-16';
|
|
219
227
|
export { IconOpaColor24 } from './opa-color-24';
|
|
220
228
|
export { IconOpaColor16 } from './opa-color-16';
|
|
229
|
+
export { IconOpenid24 } from './openid-24';
|
|
230
|
+
export { IconOpenid16 } from './openid-16';
|
|
231
|
+
export { IconOpenidColor24 } from './openid-color-24';
|
|
232
|
+
export { IconOpenidColor16 } from './openid-color-16';
|
|
221
233
|
export { IconPack24 } from './pack-24';
|
|
222
234
|
export { IconPack16 } from './pack-16';
|
|
223
235
|
export { IconPackColor24 } from './pack-color-24';
|
|
224
236
|
export { IconPackColor16 } from './pack-color-16';
|
|
237
|
+
export { IconRabbitmq24 } from './rabbitmq-24';
|
|
238
|
+
export { IconRabbitmq16 } from './rabbitmq-16';
|
|
239
|
+
export { IconRabbitmqColor24 } from './rabbitmq-color-24';
|
|
240
|
+
export { IconRabbitmqColor16 } from './rabbitmq-color-16';
|
|
225
241
|
export { IconSaml24 } from './saml-24';
|
|
226
242
|
export { IconSaml16 } from './saml-16';
|
|
227
243
|
export { IconSamlColor24 } from './saml-color-24';
|
|
@@ -316,6 +332,8 @@ export { IconHcpColor24 } from './hcp-color-24';
|
|
|
316
332
|
export { IconHcpColor16 } from './hcp-color-16';
|
|
317
333
|
export { IconActivity24 } from './activity-24';
|
|
318
334
|
export { IconActivity16 } from './activity-16';
|
|
335
|
+
export { IconAccessibility24 } from './accessibility-24';
|
|
336
|
+
export { IconAccessibility16 } from './accessibility-16';
|
|
319
337
|
export { IconAlertCircle24 } from './alert-circle-24';
|
|
320
338
|
export { IconAlertCircle16 } from './alert-circle-16';
|
|
321
339
|
export { IconAlertCircleFill24 } from './alert-circle-fill-24';
|
|
@@ -438,6 +456,8 @@ export { IconChangeCircle24 } from './change-circle-24';
|
|
|
438
456
|
export { IconChangeCircle16 } from './change-circle-16';
|
|
439
457
|
export { IconChangeSquare24 } from './change-square-24';
|
|
440
458
|
export { IconChangeSquare16 } from './change-square-16';
|
|
459
|
+
export { IconChannel24 } from './channel-24';
|
|
460
|
+
export { IconChannel16 } from './channel-16';
|
|
441
461
|
export { IconCheck24 } from './check-24';
|
|
442
462
|
export { IconCheck16 } from './check-16';
|
|
443
463
|
export { IconCheckCircle24 } from './check-circle-24';
|
|
@@ -722,10 +742,10 @@ export { IconJumpLink24 } from './jump-link-24';
|
|
|
722
742
|
export { IconJumpLink16 } from './jump-link-16';
|
|
723
743
|
export { IconKey24 } from './key-24';
|
|
724
744
|
export { IconKey16 } from './key-16';
|
|
725
|
-
export { IconKeychain24 } from './keychain-24';
|
|
726
|
-
export { IconKeychain16 } from './keychain-16';
|
|
727
745
|
export { IconKeyValues24 } from './key-values-24';
|
|
728
746
|
export { IconKeyValues16 } from './key-values-16';
|
|
747
|
+
export { IconKeychain24 } from './keychain-24';
|
|
748
|
+
export { IconKeychain16 } from './keychain-16';
|
|
729
749
|
export { IconLabyrinth24 } from './labyrinth-24';
|
|
730
750
|
export { IconLabyrinth16 } from './labyrinth-16';
|
|
731
751
|
export { IconLayers24 } from './layers-24';
|
|
@@ -796,6 +816,8 @@ export { IconMinus24 } from './minus-24';
|
|
|
796
816
|
export { IconMinus16 } from './minus-16';
|
|
797
817
|
export { IconMinusCircle24 } from './minus-circle-24';
|
|
798
818
|
export { IconMinusCircle16 } from './minus-circle-16';
|
|
819
|
+
export { IconMinusCircleFill24 } from './minus-circle-fill-24';
|
|
820
|
+
export { IconMinusCircleFill16 } from './minus-circle-fill-16';
|
|
799
821
|
export { IconMinusSquare24 } from './minus-square-24';
|
|
800
822
|
export { IconMinusSquare16 } from './minus-square-16';
|
|
801
823
|
export { IconMinusSquareFill24 } from './minus-square-fill-24';
|
|
@@ -876,6 +898,8 @@ export { IconPlus24 } from './plus-24';
|
|
|
876
898
|
export { IconPlus16 } from './plus-16';
|
|
877
899
|
export { IconPlusCircle24 } from './plus-circle-24';
|
|
878
900
|
export { IconPlusCircle16 } from './plus-circle-16';
|
|
901
|
+
export { IconPlusCircleFill24 } from './plus-circle-fill-24';
|
|
902
|
+
export { IconPlusCircleFill16 } from './plus-circle-fill-16';
|
|
879
903
|
export { IconPlusSquare24 } from './plus-square-24';
|
|
880
904
|
export { IconPlusSquare16 } from './plus-square-16';
|
|
881
905
|
export { IconPower24 } from './power-24';
|
|
@@ -1040,6 +1064,8 @@ export { IconTools24 } from './tools-24';
|
|
|
1040
1064
|
export { IconTools16 } from './tools-16';
|
|
1041
1065
|
export { IconTop24 } from './top-24';
|
|
1042
1066
|
export { IconTop16 } from './top-16';
|
|
1067
|
+
export { IconTransformData24 } from './transform-data-24';
|
|
1068
|
+
export { IconTransformData16 } from './transform-data-16';
|
|
1043
1069
|
export { IconTrash24 } from './trash-24';
|
|
1044
1070
|
export { IconTrash16 } from './trash-16';
|
|
1045
1071
|
export { IconTrendDown24 } from './trend-down-24';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconJwt16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<g fill={color}>
|
|
27
|
+
<path d="M9.09.75v3.9L8 6.144 6.91 4.651v1.856l-1.758-.58-2.31-3.147 1.773-1.29L6.91 4.65V.75h2.18zM6.91 15.25v-3.9l-2.295 3.16-1.773-1.29 2.31-3.147 1.758-.58v1.857L8 9.856l1.09 1.494v3.9H6.91zM9.09 11.35l2.295 3.16 1.773-1.29-2.31-3.147 3.72 1.204.682-2.073L11.53 8l3.72-1.203-.683-2.074-3.72 1.203 2.311-3.146-1.773-1.29L9.09 4.65v1.856l1.758-.58-1.09 1.509L11.531 8l-1.773.566 1.09 1.507-1.758-.58v1.857z" />
|
|
28
|
+
<path d="M5.152 5.926l-3.72-1.203L.75 6.797 4.47 8 .75 9.204l.683 2.073 3.72-1.204 1.089-1.508L4.469 8l1.773-.565-1.09-1.508z" />
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconJwt24 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={24}
|
|
17
|
+
height={24}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<g fill={color}>
|
|
27
|
+
<path d="M13.54 1.75v5.514L12 9.377l-1.54-2.111v2.624l-2.486-.82L4.708 4.62l2.506-1.824 3.245 4.469V1.75h3.081zM10.46 22.25v-5.514l-3.246 4.468-2.506-1.824 3.266-4.448 2.486-.82v2.624L12 14.624l1.54 2.111v5.515h-3.08zM13.54 16.735l3.246 4.47 2.506-1.825-3.266-4.448 5.258 1.701.966-2.931L16.99 12l-2.506.8 1.541 2.132-2.485-.82v2.623z" />
|
|
28
|
+
<path d="M7.974 9.069L2.715 7.367l-.965 2.931L7.009 12l2.506-.8L7.974 9.07zM16.991 12l5.259-1.702-.966-2.931-5.258 1.701 3.266-4.448-2.506-1.824-3.246 4.469v2.624l2.486-.82-1.54 2.131 2.505.8zM1.75 13.701L7.009 12l2.506.8-1.541 2.131-5.259 1.702-.965-2.931z" />
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
);
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconJwtColor16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<g fillRule="evenodd" clipRule="evenodd">
|
|
27
|
+
<path
|
|
28
|
+
fill="#fff"
|
|
29
|
+
d="M9.09 4.65V.75H6.91v3.9L8 6.144 9.09 4.65zM6.91 11.35v3.9h2.18v-3.9L8 9.856 6.91 11.35z"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
fill="#00F2E6"
|
|
33
|
+
d="M9.09 11.35l2.295 3.16 1.773-1.29-2.31-3.147-1.758-.58v1.857zM6.91 4.65L4.615 1.49 2.842 2.78l2.31 3.147 1.758.58V4.65z"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fill="#00B9F1"
|
|
37
|
+
d="M5.152 5.927l-3.72-1.204L.75 6.796 4.47 8l1.772-.566-1.09-1.507zM9.758 8.566l1.09 1.507 3.72 1.204.682-2.073L11.53 8l-1.772.566z"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
fill="#D63AFF"
|
|
41
|
+
d="M11.53 8l3.72-1.204-.683-2.073-3.72 1.203-1.089 1.508L11.531 8zM4.47 8L.75 9.204l.683 2.073 3.72-1.204 1.089-1.508L4.469 8z"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
fill="#FB015B"
|
|
45
|
+
d="M5.152 10.073l-2.31 3.147 1.773 1.29 2.295-3.16V9.493l-1.758.58zM10.848 5.926l2.31-3.146-1.773-1.29L9.09 4.65v1.857l1.758-.58z"
|
|
46
|
+
/>
|
|
47
|
+
</g>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
);
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconJwtColor24 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={24}
|
|
17
|
+
height={24}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<g fillRule="evenodd" clipRule="evenodd">
|
|
27
|
+
<path
|
|
28
|
+
fill="#fff"
|
|
29
|
+
d="M13.54 7.264V1.75h-3.08v5.514L12 9.377l1.54-2.111zM10.46 16.735v5.515h3.08v-5.515L12 14.624l-1.54 2.111z"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
fill="#00F2E6"
|
|
33
|
+
d="M13.54 16.735l3.246 4.47 2.506-1.825-3.266-4.448-2.485-.82v2.623zM10.46 7.264L7.213 2.796 4.708 4.62l3.266 4.449 2.485.82V7.265z"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fill="#00B9F1"
|
|
37
|
+
d="M7.974 9.069L2.715 7.367l-.965 2.932L7.009 12l2.506-.8L7.974 9.07zM14.485 12.8l1.541 2.131 5.259 1.702.965-2.931L16.991 12l-2.506.8z"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
fill="#D63AFF"
|
|
41
|
+
d="M16.991 12l5.259-1.701-.965-2.932-5.259 1.701-1.54 2.133L16.99 12zM7.009 12L1.75 13.701l.965 2.932 5.259-1.701 1.54-2.133L7.01 12z"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
fill="#FB015B"
|
|
45
|
+
d="M7.974 14.931L4.708 19.38l2.506 1.825 3.245-4.47v-2.623l-2.485.82zM16.026 9.068l3.266-4.448-2.506-1.824-3.246 4.469v2.624l2.486-.82z"
|
|
46
|
+
/>
|
|
47
|
+
</g>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
);
|
|
@@ -30,7 +30,7 @@ export const IconKubernetesColor16 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
30
30
|
<path
|
|
31
31
|
fill="#fff"
|
|
32
32
|
fillRule="evenodd"
|
|
33
|
-
d="M12.741 9.128c.098.
|
|
33
|
+
d="M12.741 9.128c.098.003.196.01.293.024l.058.013.031.008a.308.308 0 01.26.372.306.306 0 01-.396.222h-.004l-.003-.001-.003-.001a1.58 1.58 0 00-.08-.017 2.55 2.55 0 01-.274-.106 2.868 2.868 0 00-.533-.156.243.243 0 00-.171.063 4.693 4.693 0 00-.131-.023 3.971 3.971 0 01-1.764 2.212c.015.042.032.083.051.123a.239.239 0 00-.023.18c.074.17.165.332.271.485.06.077.114.159.164.243l.028.057.012.025a.306.306 0 01-.381.44.306.306 0 01-.172-.18l-.01-.02-.028-.058a2.54 2.54 0 01-.089-.28 2.836 2.836 0 00-.21-.512.241.241 0 00-.156-.095l-.03-.053a7.8 7.8 0 00-.035-.064 3.97 3.97 0 01-2.823-.007l-.07.125a.25.25 0 00-.132.064 2.13 2.13 0 00-.237.548 2.512 2.512 0 01-.088.28 1.14 1.14 0 01-.025.05l-.013.027v.001a.306.306 0 01-.421.173.306.306 0 01-.132-.434l.014-.03.026-.052c.05-.085.104-.166.164-.244.108-.156.2-.322.277-.496a.302.302 0 00-.028-.173l.056-.133A3.972 3.972 0 014.22 9.532l-.134.023a.34.34 0 00-.176-.062 2.872 2.872 0 00-.533.156c-.09.04-.181.075-.274.105l-.05.012-.03.006H3.02l-.002.002h-.005a.308.308 0 01-.397-.349.306.306 0 01.261-.245l.005-.001h.002l.006-.002c.024-.006.054-.014.076-.018.097-.013.195-.021.293-.023.186-.012.37-.043.549-.09a.422.422 0 00.131-.132l.128-.038a3.938 3.938 0 01.625-2.752l-.098-.087a.338.338 0 00-.062-.176 2.854 2.854 0 00-.455-.319 2.558 2.558 0 01-.254-.148 1.123 1.123 0 01-.048-.038l-.015-.012-.004-.004a.323.323 0 01-.076-.45.295.295 0 01.244-.107.365.365 0 01.213.08l.022.017c.016.013.034.026.046.037.072.067.139.139.202.214.125.136.263.26.412.371.056.03.121.036.182.018l.11.078a3.938 3.938 0 012.552-1.224l.008-.129a.332.332 0 00.099-.157 2.844 2.844 0 00-.034-.554 2.56 2.56 0 01-.042-.29v-.082-.004A.306.306 0 018 2.82a.308.308 0 01.306.337v.087a2.529 2.529 0 01-.041.29 2.85 2.85 0 00-.035.553.242.242 0 00.1.153v.007l.007.13c.967.087 1.87.522 2.54 1.223l.116-.083a.34.34 0 00.186-.02c.149-.11.287-.235.412-.372.063-.075.13-.147.202-.214l.051-.04.017-.014a.307.307 0 11.381.477l-.024.02-.043.035a2.54 2.54 0 01-.254.147 2.87 2.87 0 00-.455.32.24.24 0 00-.058.172l-.05.044-.058.053c.542.806.77 1.783.637 2.745l.123.036c.031.056.077.101.133.133.179.047.363.077.548.09zM7.291 5.24c.107-.024.216-.042.326-.056l-.09 1.6-.008.004a.268.268 0 01-.293.256.27.27 0 01-.135-.05l-.002.001-1.316-.93c.419-.41.945-.696 1.518-.825zm1.618 1.75l1.308-.924a3.182 3.182 0 00-1.833-.882l.09 1.598h.002a.268.268 0 00.294.256.27.27 0 00.135-.05l.004.002zm2.248 1.656l-1.548-.444-.002-.007a.27.27 0 01-.185-.343.27.27 0 01.08-.12L9.5 7.73l1.195-1.066c.366.593.527 1.289.46 1.982zM9.096 9.5l.618 1.49a3.147 3.147 0 001.275-1.598l-1.593-.269-.002.004a.26.26 0 00-.166.022.27.27 0 00-.13.348l-.002.003zm-.385 1.905c-.573.13-1.17.1-1.727-.088l.777-1.4h.001a.27.27 0 01.475-.001h.006l.779 1.402a3.286 3.286 0 01-.311.087zm-2.418-.422l.611-1.474-.004-.006a.268.268 0 00-.297-.37L6.6 9.13l-1.579.267a3.16 3.16 0 001.272 1.586zm-.997-4.32l1.201 1.071-.001.007a.269.269 0 01-.106.462l-.001.005-1.54.443a3.134 3.134 0 01.447-1.988zm2.95 1.154h-.492l-.307.38.11.476.443.213.442-.212.11-.476-.306-.381z"
|
|
34
34
|
clipRule="evenodd"
|
|
35
35
|
/>
|
|
36
36
|
</svg>
|
|
@@ -25,7 +25,7 @@ export const IconLabyrinth16 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
25
25
|
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
26
|
<path
|
|
27
27
|
fill={color}
|
|
28
|
-
d="M8 1.5a6.502 6.502 0 00-6.392 5.317.75.75 0 11-1.476-.27 8 8 0 110 2.907.75.75 0
|
|
28
|
+
d="M8 1.5a6.502 6.502 0 00-6.392 5.317.75.75 0 11-1.476-.27 8 8 0 110 2.907.75.75 0 111.476-.272A6.502 6.502 0 0014.48 8.5h-1.555a4.95 4.95 0 11-6.34-5.231.7.7 0 11.4 1.342A3.558 3.558 0 004.595 7h1.167a2.45 2.45 0 113.87 2.826.7.7 0 11-.933-1.043 1.05 1.05 0 10-1.4 0 .7.7 0 11-.934 1.043A2.45 2.45 0 015.601 8.5H4.483a3.55 3.55 0 104.531-3.89.7.7 0 01.4-1.341 4.958 4.958 0 013.432 3.73h1.578A6.501 6.501 0 008 1.5z"
|
|
29
29
|
/>
|
|
30
30
|
</svg>
|
|
31
31
|
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconMeetup16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M10.886 13.453a.64.64 0 01.455-.39.624.624 0 01.654.261.645.645 0 01-.27.952.626.626 0 01-.691-.128.642.642 0 01-.148-.695zM7.28 14.46a.386.386 0 01.684-.08.399.399 0 01-.166.588.387.387 0 01-.427-.08.396.396 0 01-.091-.428zm-4.267-1.872a.285.285 0 01.136-.483.278.278 0 01.29.117.286.286 0 01-.12.422.278.278 0 01-.306-.056zm-1.054-4.88a.617.617 0 01-.275.505.6.6 0 01-.89-.285.618.618 0 01.139-.665.602.602 0 011.026.445zm2.124-3.815a.463.463 0 01-.33.283.453.453 0 01-.474-.19.468.468 0 01.196-.69.454.454 0 01.5.093.466.466 0 01.108.504zm1.111-2.801a.326.326 0 01-.155.551.317.317 0 01-.332-.132.328.328 0 01.136-.483.317.317 0 01.351.064zm3.927.357a.613.613 0 01.052 1.069.594.594 0 01-.872-.315.614.614 0 01.161-.655.596.596 0 01.66-.099zm2.97 3.246c.185.416.264.872.23 1.326.26.076.492.222.675.422a1.506 1.506 0 01.312 1.514 1.5 1.5 0 01-.454.66 2.64 2.64 0 01.343 1.915 2.616 2.616 0 01-1.06 1.624 2.537 2.537 0 01-1.562.452 1.745 1.745 0 01-2.881.887.817.817 0 00-.05.042c-.02.019-.04.037-.062.054a2.333 2.333 0 01-3.33-.688 2.401 2.401 0 01-.361-1.212 2.174 2.174 0 01-1.49-.977 2.241 2.241 0 01.366-2.842 2.08 2.08 0 01.567-2.79c.264-.183.566-.298.883-.338a3.069 3.069 0 011.117-1.442 3.015 3.015 0 013.38-.05 2.663 2.663 0 012.549.389c.359.276.643.638.828 1.054zm1.706.72a.516.516 0 01-.367.315.504.504 0 01-.528-.212.52.52 0 01.218-.768.505.505 0 01.558.103.519.519 0 01.12.562zm.697 3.063a.385.385 0 01-.183.651.375.375 0 01-.392-.156.387.387 0 01.16-.57.375.375 0 01.415.075zm.672-1.804a.287.287 0 01-.138.484.28.28 0 01-.292-.116.288.288 0 01.12-.426.28.28 0 01.31.058zm-4.795 3.612c.27.038.537.075.58.35.113.732-1.29.46-1.61.301-.503-.25-.809-.819-.678-1.381.05-.218.322-.782.579-1.312.24-.497.465-.964.482-1.092.036-.27-.106-.292-.195-.297-.115-.006-.206.05-.317.222-.07.108-.639 1.248-1.02 2.013l-.338.677c-.18.342-.406.424-.632.412-.33-.017-.482-.197-.434-.52.013-.086.173-.485.348-.917.205-.51.43-1.067.45-1.209.024-.161-.008-.333-.166-.415-.159-.082-.346.044-.402.14-.036.061-.286.705-.552 1.39-.298.766-.616 1.584-.675 1.69-.191.353-.393.465-.696.48-.716.034-1.248-.563-1.013-1.294.019-.06.058-.193.112-.375.235-.8.747-2.537 1.032-3.05.235-.422.887-.743 1.34-.545.148.065.334.155.473.223.081.04.147.07.182.087.193.086.399-.109.51-.214l.041-.038.032-.028c.082-.074.164-.147.265-.19a.883.883 0 01.431-.05.54.54 0 01.272.115c.085.068.143.124.215.194l.047.046c.132.128.23.067.302.024l.019-.012.003-.002c.124-.073.224-.131.592-.125.384.007.824.145.915.806.05.356-.23.986-.518 1.64-.306.69-.624 1.409-.578 1.86.032.316.319.356.602.396z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconMeetup24 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={24}
|
|
17
|
+
height={24}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M16.378 20.429a.962.962 0 011.414-.454.96.96 0 11-1.414.454zm-5.471 1.51a.592.592 0 111.101.436.592.592 0 01-1.101-.436zm-6.474-2.807a.427.427 0 11.592-.614.427.427 0 01-.592.614zm-1.6-7.32A.917.917 0 111 11.79a.917.917 0 011.835.023zM6.058 6.09a.696.696 0 11-1.295-.512.696.696 0 011.295.512zm1.686-4.202a.488.488 0 11-.678.701.488.488 0 01.678-.7zm5.958.536a.91.91 0 11-.779 1.645.91.91 0 01.779-1.645zm4.506 4.868c.28.624.4 1.308.348 1.99h.001a2.247 2.247 0 011.497 2.904 2.248 2.248 0 01-.688.988 3.923 3.923 0 01-1.09 5.31c-.723.501-1.553.708-2.369.678a2.669 2.669 0 01-1.067 1.551c-1.041.72-2.4.587-3.305-.22-.026.02-.05.041-.073.063a.969.969 0 01-.096.08 3.566 3.566 0 01-5.6-2.849 3.302 3.302 0 01-2.26-1.466 3.334 3.334 0 01.555-4.264 3.097 3.097 0 01.86-4.185c.4-.273.86-.446 1.34-.506a4.619 4.619 0 016.822-2.24 4.084 4.084 0 015.125 2.166zm2.588 1.08a.775.775 0 11-1.442-.57.775.775 0 011.442.57zm1.057 4.595a.576.576 0 11-.799.828.576.576 0 01.8-.828zm1.02-2.706a.429.429 0 11-.599.615.429.429 0 01.599-.615zm-7.275 5.418c.41.057.816.113.88.526.17 1.098-1.958.688-2.444.451-.762-.374-1.226-1.229-1.027-2.073.076-.326.489-1.171.878-1.967.364-.745.706-1.446.732-1.638.054-.404-.161-.438-.297-.445-.173-.01-.312.076-.48.333-.107.161-.97 1.872-1.548 3.02-.262.52-.466.925-.513 1.014-.273.514-.615.637-.959.619-.502-.027-.731-.295-.659-.78.02-.13.264-.728.528-1.375.313-.766.653-1.601.684-1.814.036-.242-.012-.5-.252-.623-.241-.123-.525.066-.61.209-.055.093-.434 1.059-.838 2.085-.452 1.15-.934 2.376-1.023 2.537-.29.529-.597.697-1.056.719-1.087.051-1.894-.844-1.538-1.94.03-.09.089-.29.17-.563.357-1.2 1.133-3.806 1.566-4.575.357-.634 1.346-1.115 2.033-.818.225.098.506.233.718.334.123.06.222.107.275.13.294.13.606-.162.775-.32l.062-.057.048-.042c.125-.11.25-.22.403-.286.172-.074.444-.104.654-.074.15.019.294.079.413.173.127.101.216.186.325.291l.071.069c.201.19.35.1.459.035l.028-.017.006-.003c.188-.11.34-.198.898-.187.582.01 1.25.217 1.388 1.208.075.535-.348 1.479-.787 2.46-.464 1.036-.946 2.114-.877 2.79.05.474.484.534.914.594z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconMeetupColor16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill="#ED1C40"
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M10.886 13.453a.64.64 0 01.455-.39.624.624 0 01.654.261.645.645 0 01-.27.952.626.626 0 01-.691-.128.642.642 0 01-.148-.695zM7.28 14.46a.386.386 0 01.684-.08.399.399 0 01-.166.588.387.387 0 01-.427-.08.396.396 0 01-.091-.428zm-4.267-1.872a.285.285 0 01.136-.483.278.278 0 01.29.117.286.286 0 01-.12.422.278.278 0 01-.306-.056zm-1.054-4.88a.617.617 0 01-.275.505.6.6 0 01-.89-.285.618.618 0 01.139-.665.602.602 0 011.026.445zm2.124-3.815a.463.463 0 01-.33.283.453.453 0 01-.474-.19.468.468 0 01.196-.69.454.454 0 01.5.093.466.466 0 01.108.504zm1.111-2.801a.326.326 0 01-.155.551.317.317 0 01-.332-.132.328.328 0 01.136-.483.317.317 0 01.351.064zm3.927.357a.613.613 0 01.052 1.069.594.594 0 01-.872-.315.614.614 0 01.161-.655.596.596 0 01.66-.099zm2.97 3.246c.185.416.264.872.23 1.326.26.076.492.222.675.422a1.506 1.506 0 01.312 1.514 1.5 1.5 0 01-.454.66 2.64 2.64 0 01.343 1.915 2.616 2.616 0 01-1.06 1.624 2.537 2.537 0 01-1.562.452 1.745 1.745 0 01-2.881.887.817.817 0 00-.05.042c-.02.019-.04.037-.062.054a2.333 2.333 0 01-3.33-.688 2.401 2.401 0 01-.361-1.212 2.174 2.174 0 01-1.49-.977 2.241 2.241 0 01.366-2.842 2.08 2.08 0 01.567-2.79c.264-.183.566-.298.883-.338a3.069 3.069 0 011.117-1.442 3.015 3.015 0 013.38-.05 2.663 2.663 0 012.549.389c.359.276.643.638.828 1.054zm1.706.72a.516.516 0 01-.367.315.504.504 0 01-.528-.212.52.52 0 01.218-.768.505.505 0 01.558.103.519.519 0 01.12.562zm.697 3.063a.385.385 0 01-.183.651.375.375 0 01-.392-.156.387.387 0 01.16-.57.375.375 0 01.415.075zm.672-1.804a.287.287 0 01-.138.484.28.28 0 01-.292-.116.288.288 0 01.12-.426.28.28 0 01.31.058zm-4.795 3.612c.27.038.537.075.58.35.113.732-1.29.46-1.61.301-.503-.25-.809-.819-.678-1.381.05-.218.322-.782.579-1.312.24-.497.465-.964.482-1.092.036-.27-.106-.292-.195-.297-.115-.006-.206.05-.317.222-.07.108-.639 1.248-1.02 2.013l-.338.677c-.18.342-.406.424-.632.412-.33-.017-.482-.197-.434-.52.013-.086.173-.485.348-.917.205-.51.43-1.067.45-1.209.024-.161-.008-.333-.166-.415-.159-.082-.346.044-.402.14-.036.061-.286.705-.552 1.39-.298.766-.616 1.584-.675 1.69-.191.353-.393.465-.696.48-.716.034-1.248-.563-1.013-1.294.019-.06.058-.193.112-.375.235-.8.747-2.537 1.032-3.05.235-.422.887-.743 1.34-.545.148.065.334.155.473.223.081.04.147.07.182.087.193.086.399-.109.51-.214l.041-.038.032-.028c.082-.074.164-.147.265-.19a.883.883 0 01.431-.05.54.54 0 01.272.115c.085.068.143.124.215.194l.047.046c.132.128.23.067.302.024l.019-.012.003-.002c.124-.073.224-.131.592-.125.384.007.824.145.915.806.05.356-.23.986-.518 1.64-.306.69-.624 1.409-.578 1.86.032.316.319.356.602.396z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconMeetupColor24 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={24}
|
|
17
|
+
height={24}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill="#ED1C40"
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M16.378 20.429a.962.962 0 011.414-.454.96.96 0 11-1.414.454zm-5.471 1.51a.592.592 0 111.101.436.592.592 0 01-1.101-.436zm-6.474-2.807a.427.427 0 11.592-.614.427.427 0 01-.592.614zm-1.6-7.32A.917.917 0 111 11.79a.917.917 0 011.835.023zM6.058 6.09a.696.696 0 11-1.295-.512.696.696 0 011.295.512zm1.686-4.202a.488.488 0 11-.678.701.488.488 0 01.678-.7zm5.958.536a.91.91 0 11-.779 1.645.91.91 0 01.779-1.645zm4.506 4.868c.28.624.4 1.308.348 1.99h.001a2.247 2.247 0 011.497 2.904 2.248 2.248 0 01-.688.988 3.923 3.923 0 01-1.09 5.31c-.723.501-1.553.708-2.369.678a2.669 2.669 0 01-1.067 1.551c-1.041.72-2.4.587-3.305-.22-.026.02-.05.041-.073.063a.969.969 0 01-.096.08 3.566 3.566 0 01-5.6-2.849 3.302 3.302 0 01-2.26-1.466 3.334 3.334 0 01.555-4.264 3.097 3.097 0 01.86-4.185c.4-.273.86-.446 1.34-.506a4.619 4.619 0 016.822-2.24 4.084 4.084 0 015.125 2.166zm2.588 1.08a.775.775 0 11-1.442-.57.775.775 0 011.442.57zm1.057 4.595a.576.576 0 11-.799.828.576.576 0 01.8-.828zm1.02-2.706a.429.429 0 11-.599.615.429.429 0 01.599-.615zm-7.275 5.418c.41.057.816.113.88.526.17 1.098-1.958.688-2.444.451-.762-.374-1.226-1.229-1.027-2.073.076-.326.489-1.171.878-1.967.364-.745.706-1.446.732-1.638.054-.404-.161-.438-.297-.445-.173-.01-.312.076-.48.333-.107.161-.97 1.872-1.548 3.02-.262.52-.466.925-.513 1.014-.273.514-.615.637-.959.619-.502-.027-.731-.295-.659-.78.02-.13.264-.728.528-1.375.313-.766.653-1.601.684-1.814.036-.242-.012-.5-.252-.623-.241-.123-.525.066-.61.209-.055.093-.434 1.059-.838 2.085-.452 1.15-.934 2.376-1.023 2.537-.29.529-.597.697-1.056.719-1.087.051-1.894-.844-1.538-1.94.03-.09.089-.29.17-.563.357-1.2 1.133-3.806 1.566-4.575.357-.634 1.346-1.115 2.033-.818.225.098.506.233.718.334.123.06.222.107.275.13.294.13.606-.162.775-.32l.062-.057.048-.042c.125-.11.25-.22.403-.286.172-.074.444-.104.654-.074.15.019.294.079.413.173.127.101.216.186.325.291l.071.069c.201.19.35.1.459.035l.028-.017.006-.003c.188-.11.34-.198.898-.187.582.01 1.25.217 1.388 1.208.075.535-.348 1.479-.787 2.46-.464 1.036-.946 2.114-.877 2.79.05.474.484.534.914.594z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -24,10 +24,10 @@ export const IconMessageCircleFill24 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
24
24
|
>
|
|
25
25
|
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
26
|
<g fill={color}>
|
|
27
|
-
<path d="M8 8.75A.75.75 0 018.75 8h7a.75.75 0
|
|
27
|
+
<path d="M8 8.75A.75.75 0 018.75 8h7a.75.75 0 110 1.5h-7A.75.75 0 018 8.75zM8 11.75a.75.75 0 01.75-.75h3a.75.75 0 110 1.5h-3a.75.75 0 01-.75-.75zM8 14.75a.75.75 0 01.75-.75h5a.75.75 0 110 1.5h-5a.75.75 0 01-.75-.75z" />
|
|
28
28
|
<path
|
|
29
29
|
fillRule="evenodd"
|
|
30
|
-
d="M7.
|
|
30
|
+
d="M7.545 20.304c-.331.064-.756.185-1.227.342-1.113.37-2.194.825-3.27 1.292a.75.75 0 01-.98-.998c.086-.192.17-.384.253-.577.273-.635.704-1.675 1.024-2.628.16-.48.286-.915.352-1.255a2.32 2.32 0 00.048-.42 9.657 9.657 0 114.199 4.197 2.159 2.159 0 00-.399.047zM20.5 11.657a8.157 8.157 0 10-15.396 3.765c.128.246.144.513.141.7a3.764 3.764 0 01-.075.643c-.085.436-.234.943-.403 1.447-.185.55-.402 1.12-.606 1.631a32 32 0 011.684-.62c.495-.165.991-.31 1.417-.392.211-.041.427-.07.627-.074.18-.003.445.012.689.14A8.157 8.157 0 0020.5 11.657z"
|
|
31
31
|
clipRule="evenodd"
|
|
32
32
|
/>
|
|
33
33
|
</g>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconMinusCircleFill16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M8 0a8 8 0 100 16A8 8 0 008 0zM4 7.75A.75.75 0 014.75 7h6.5a.75.75 0 010 1.5h-6.5A.75.75 0 014 7.75z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconMinusCircleFill24 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={24}
|
|
17
|
+
height={24}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM7.5 11.75a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5a.75.75 0 01-.75-.75z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -26,7 +26,7 @@ export const IconNavigation16 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
26
26
|
<path
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
|
-
d="M14.78 1.22a.75.75 0 01.148.851l-5.921 12.5a.75.75 0 01-1.406-.14L6.395 9.606 1.568 8.4a.75.75 0 01-.14-1.406l12.
|
|
29
|
+
d="M14.78 1.22a.75.75 0 01.148.851l-5.921 12.5a.75.75 0 01-1.406-.14L6.395 9.606 1.568 8.4a.75.75 0 01-.14-1.406l12.501-5.92a.75.75 0 01.851.147zM3.965 7.452l3.23.807a.75.75 0 01.546.546l.807 3.23 4.125-8.708-8.708 4.125z"
|
|
30
30
|
clipRule="evenodd"
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|
|
@@ -26,7 +26,7 @@ export const IconNavigation24 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
26
26
|
<path
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
|
-
d="M21.78 2.22a.75.75 0 01.148.851l-8.763 18.5a.75.75 0 01-1.406-.14L9.921 14.08l-7.353-1.838a.75.75 0 01-.14-1.
|
|
29
|
+
d="M21.78 2.22a.75.75 0 01.148.851l-8.763 18.5a.75.75 0 01-1.406-.14L9.921 14.08l-7.353-1.838a.75.75 0 01-.14-1.406L20.93 2.072a.75.75 0 01.851.148zM4.965 11.294l5.756 1.439a.75.75 0 01.546.546l1.44 5.756 6.966-14.708-14.708 6.967z"
|
|
30
30
|
clipRule="evenodd"
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|
|
@@ -26,7 +26,7 @@ export const IconNavigationAlt16 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
26
26
|
<path
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
|
-
d="M8 1a.75.75 0 01.
|
|
29
|
+
d="M8 1a.75.75 0 01.692.46l5.25 12.5a.75.75 0 01-1.028.96L8 12.457 3.086 14.92a.75.75 0 01-1.027-.96l5.25-12.5A.75.75 0 018 1zM4.227 12.67l3.437-1.722a.75.75 0 01.672 0l3.437 1.723L8 3.687 4.227 12.67z"
|
|
30
30
|
clipRule="evenodd"
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|