@codecademy/gamut-icons 9.47.0 → 9.47.1-alpha.6aed41.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.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const AppleIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,69 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const AppleIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('AppleIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 48 49",
17
+ fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("g", {
33
+ clipPath: "url(#apple-icon_svg__apple-icon_svg__clip0_1023_26084)",
34
+ children: /*#__PURE__*/_jsx("g", {
35
+ clipPath: "url(#apple-icon_svg__apple-icon_svg__clip1_1023_26084)",
36
+ fillRule: "evenodd",
37
+ clipRule: "evenodd",
38
+ fill: "#fff",
39
+ children: /*#__PURE__*/_jsx("path", {
40
+ d: "M25.782 4.705C28.964.596 33.387.573 33.387.573s.66 3.867-2.506 7.585c-3.373 3.976-7.207 3.322-7.207 3.322s-.724-3.127 2.108-6.775zm-1.702 9.489c1.638 0 4.677-2.207 8.63-2.207 6.81 0 9.483 4.748 9.483 4.748s-5.234 2.627-5.234 8.99c0 7.18 6.523 9.659 6.523 9.659s-4.558 12.583-10.724 12.583c-2.832 0-5.027-1.871-8.01-1.871-3.04 0-6.055 1.94-8.02 1.94C11.105 48.03 4 36.102 4 26.505c0-9.441 6.014-14.392 11.654-14.392 3.668.008 6.516 2.082 8.425 2.082z"
41
+ })
42
+ })
43
+ }), /*#__PURE__*/_jsxs("defs", {
44
+ children: [/*#__PURE__*/_jsx("clipPath", {
45
+ id: "apple-icon_svg__apple-icon_svg__clip0_1023_26084",
46
+ children: /*#__PURE__*/_jsx("path", {
47
+ fill: "#fff",
48
+ transform: "translate(0 .573)",
49
+ d: "M0 0h48v48H0z"
50
+ })
51
+ }), /*#__PURE__*/_jsx("clipPath", {
52
+ id: "apple-icon_svg__apple-icon_svg__clip1_1023_26084",
53
+ children: /*#__PURE__*/_jsx("path", {
54
+ fill: "#fff",
55
+ transform: "translate(4 .573)",
56
+ d: "M0 0h40v48H0z"
57
+ })
58
+ })]
59
+ })]
60
+ }), /*#__PURE__*/_jsx("g", {
61
+ mask: `url(#${maskId})`,
62
+ children: /*#__PURE__*/_jsx("rect", {
63
+ width: `100%`,
64
+ height: `100%`,
65
+ fill: `currentColor`
66
+ })
67
+ })]
68
+ });
69
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const EaIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,52 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const EaIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('EaIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 48 49",
17
+ fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M33.234 12.573L21.45 31.267H8.489l2.98-4.606h8.038l2.935-4.65H4.47l-2.935 4.65H5.87L0 35.918h24.113l9.121-14.585 3.342 5.328H33.73l-2.935 4.606h8.715l2.935 4.651H48L33.234 12.573z",
36
+ fill: "#fff"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M29.35 12.753H10.34l-2.935 4.651 19.056-.045 2.89-4.606z",
41
+ fill: "#fff"
42
+ })]
43
+ }), /*#__PURE__*/_jsx("g", {
44
+ mask: `url(#${maskId})`,
45
+ children: /*#__PURE__*/_jsx("rect", {
46
+ width: `100%`,
47
+ height: `100%`,
48
+ fill: `currentColor`
49
+ })
50
+ })]
51
+ });
52
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const GoogleIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,62 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const GoogleIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('GoogleIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 48 49",
17
+ fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M46 25.063c0-1.81-.15-3.13-.472-4.5h-21.08v8.166H36.82c-.248 2.028-1.594 5.084-4.588 7.138l-.042.272 6.664 5.06.46.044C43.558 37.407 46 31.759 46 25.063z",
36
+ fill: "#fff"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M24.45 46.573c6.06 0 11.148-1.956 14.866-5.33l-7.084-5.376c-1.896 1.296-4.44 2.2-7.782 2.2a13.49 13.49 0 01-12.772-9.144l-.264.022-6.93 5.256-.09.248C8.086 41.635 15.67 46.573 24.45 46.573z",
41
+ fill: "#fff"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ fillRule: "evenodd",
44
+ clipRule: "evenodd",
45
+ d: "M11.68 28.923a13.3 13.3 0 01-.754-4.35c0-1.516.276-2.982.722-4.35l-.012-.294-7.016-5.34-.23.108A21.662 21.662 0 002 24.573c0 3.544.872 6.894 2.394 9.876l7.286-5.526z",
46
+ fill: "#fff"
47
+ }), /*#__PURE__*/_jsx("path", {
48
+ fillRule: "evenodd",
49
+ clipRule: "evenodd",
50
+ d: "M24.45 11.079c4.216 0 7.058 1.784 8.68 3.276l6.334-6.062c-3.89-3.544-8.954-5.72-15.014-5.72-8.782 0-16.364 4.938-20.056 12.124l7.26 5.526a13.54 13.54 0 0112.796-9.144z",
51
+ fill: "#fff"
52
+ })]
53
+ }), /*#__PURE__*/_jsx("g", {
54
+ mask: `url(#${maskId})`,
55
+ children: /*#__PURE__*/_jsx("rect", {
56
+ width: `100%`,
57
+ height: `100%`,
58
+ fill: `currentColor`
59
+ })
60
+ })]
61
+ });
62
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const IbmIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,57 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const IbmIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('IbmIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 48 49",
17
+ fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("g", {
33
+ clipPath: "url(#ibm-icon_svg__ibm-icon_svg__ibm-icon_svg__clip0_1023_26105)",
34
+ fill: "#fff",
35
+ children: /*#__PURE__*/_jsx("path", {
36
+ d: "M48 15.956h-7.99l.512-1.383H48v1.383zm-21.31-1.383h7.428l.46 1.383H26.69v-1.383zm-5.892 0c1.23.102 2.306.563 3.176 1.383H10.502v-1.383h10.296zm-11.475 0H0v1.383h9.323v-1.383zM48 18.517h-8.914l.461-1.383h8.401v1.383H48zm-12.448 0H26.69v-1.332h8.35l.512 1.332zM25.05 17.185c.154.461.41.82.41 1.383H10.553v-1.383H25.05zm-15.727 0H0v1.383h9.323v-1.383zm28.893 3.945l.461-1.383h6.71v1.383h-7.171zm-2.254-1.383l.512 1.383h-7.12v-1.383h6.608zm-10.4 0c0 .46-.052.973-.205 1.383h-4.098v-1.383h4.303zm-18.954 0H2.612v1.383h3.996v-1.383zm10.656 0h-3.996v1.383h3.996v-1.383zm16.034 2.868v1.025h-3.945v-1.383h7.53l.462 1.28.46-1.28h7.582v1.383h-3.944v-1.025l-.359 1.025h-7.428l-.358-1.025zm-20.03-.307h11.527a5.806 5.806 0 01-1.127 1.383H13.32c-.052-.051-.052-1.383-.052-1.383zm-6.66 0H2.612v1.383h3.996v-1.383zm38.78 2.562h-3.945v1.382h3.945V24.87zm-12.09 0h-3.945v1.382h3.945V24.87zm7.377 0l-.461 1.382H34.63l-.512-1.383h6.557zm-27.407 0h10.348c.461.409.922.87 1.23 1.382H13.268V24.87zm-6.66 1.382V24.87H2.612v1.383h3.996zm38.78 1.23h-3.945v1.383h3.945v-1.383zm-12.09 0h-3.945v1.383h3.945v-1.383zm5.942 1.383s.462-1.383.513-1.383h-4.764l.512 1.383h3.74zm-25.972-.051V27.43h4.047v1.384h-4.047zm12.141-1.332c.205.41.205.922.256 1.383h-4.303v-1.383h4.047zm-18.801 0H2.612v1.383h3.996v-1.383zM48 29.992h-6.557v1.383H48v-1.383zm-14.753 0H26.69v1.383h6.557v-1.383zm5.122 1.383h-1.998l-.512-1.383h2.971l-.461 1.383zM0 29.992v1.383h9.323v-1.383H0zm25.511 0c-.102.461-.205 1.024-.512 1.383H10.553v-1.383H25.51zm11.936 3.944h-.154l-.512-1.332h1.178l-.512 1.332zM48 32.604h-6.557v1.383H48v-1.383zm-37.447 1.332v-1.383h13.524c-.922.871-2.152 1.332-3.484 1.383h-10.04zm22.694-1.332H26.69v1.383h6.557v-1.383zm-23.924 0v1.383H0v-1.383h9.323z"
37
+ })
38
+ }), /*#__PURE__*/_jsx("defs", {
39
+ children: /*#__PURE__*/_jsx("clipPath", {
40
+ id: "ibm-icon_svg__ibm-icon_svg__ibm-icon_svg__clip0_1023_26105",
41
+ children: /*#__PURE__*/_jsx("path", {
42
+ fill: "#fff",
43
+ transform: "translate(0 14.573)",
44
+ d: "M0 0h48v19.517H0z"
45
+ })
46
+ })
47
+ })]
48
+ }), /*#__PURE__*/_jsx("g", {
49
+ mask: `url(#${maskId})`,
50
+ children: /*#__PURE__*/_jsx("rect", {
51
+ width: `100%`,
52
+ height: `100%`,
53
+ fill: `currentColor`
54
+ })
55
+ })]
56
+ });
57
+ });
@@ -13,9 +13,9 @@ export const InstagramIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
13
13
  } = _ref;
14
14
  const maskId = useIconId('InstagramIcon');
15
15
  return /*#__PURE__*/_jsxs(Svg, {
16
- xmlns: "http://www.w3.org/2000/svg",
17
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 48 49",
18
17
  fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
19
  role: "img",
20
20
  "aria-hidden": "true",
21
21
  "pointer-events": "none",
@@ -27,12 +27,48 @@ export const InstagramIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
27
27
  children: [title ? /*#__PURE__*/_jsx("title", {
28
28
  id: titleId,
29
29
  children: title
30
- }) : null, /*#__PURE__*/_jsx("mask", {
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
31
  id: `${maskId}`,
32
- children: /*#__PURE__*/_jsx("path", {
33
- fill: "#fff",
34
- d: "M14 16H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0h12c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2zM8 4.9c-1.2 0-2.3.7-2.8 1.8 0 .1-.1.1-.1.2V7c-.1.1-.1.2-.1.2v.7C5 9.6 6.4 11 8.1 11s3.1-1.4 3.1-3.1v-.7s0-.1-.1-.2v-.1c0-.1-.1-.1-.1-.2-.7-1.1-1.8-1.8-3-1.8zm6.2-2.3c0-.4-.4-.8-.8-.8h-1.6c-.4 0-.8.4-.8.8v1.6c0 .4.4.8.8.8h1.6c.4 0 .8-.4.8-.8V2.6zm0 4.1h-1.5c.1.4.2.8.2 1.3 0 2.7-2.2 4.9-4.9 4.9S3.1 10.7 3.1 8c0-.5.1-.9.2-1.3H1.8v6.7c0 .4.4.8.8.8h10.8c.4 0 .8-.4.8-.8V6.7z"
35
- })
32
+ children: [/*#__PURE__*/_jsxs("g", {
33
+ clipPath: "url(#instagram-icon_svg__instagram-icon_svg__clip0_1023_26088)",
34
+ children: [/*#__PURE__*/_jsx("mask", {
35
+ id: "instagram-icon_svg__a",
36
+ style: {
37
+ maskType: 'alpha'
38
+ },
39
+ maskUnits: "userSpaceOnUse",
40
+ x: 0,
41
+ y: 0,
42
+ width: 48,
43
+ height: 49,
44
+ children: /*#__PURE__*/_jsx("path", {
45
+ d: "M0 .59h47.985v47.978H0V.59z",
46
+ fill: "#fff"
47
+ })
48
+ }), /*#__PURE__*/_jsx("g", {
49
+ mask: "url(#instagram-icon_svg__a)",
50
+ children: /*#__PURE__*/_jsx("path", {
51
+ fillRule: "evenodd",
52
+ clipRule: "evenodd",
53
+ d: "M23.992.59c-6.515 0-7.333.027-9.892.143-2.553.117-4.297.523-5.824 1.116-1.577.613-2.915 1.433-4.25 2.767C2.694 5.95 1.874 7.288 1.26 8.866c-.594 1.526-1 3.27-1.116 5.824C.028 17.248 0 18.066 0 24.581c0 6.515.028 7.332.144 9.892.117 2.553.522 4.297 1.116 5.824.613 1.577 1.433 2.915 2.767 4.25 1.334 1.333 2.672 2.153 4.25 2.766 1.526.593 3.27 1 5.823 1.116 2.56.116 3.377.144 9.893.144 6.515 0 7.332-.028 9.892-.144 2.553-.117 4.297-.523 5.823-1.116 1.578-.613 2.916-1.433 4.25-2.767 1.334-1.334 2.154-2.672 2.767-4.25.593-1.526.999-3.27 1.115-5.823.117-2.56.145-3.376.145-9.892s-.028-7.334-.145-9.893c-.116-2.553-.522-4.297-1.115-5.823-.613-1.578-1.433-2.916-2.767-4.25-1.334-1.334-2.672-2.154-4.25-2.767-1.526-.593-3.27-.999-5.823-1.116C31.325.617 30.508.59 23.993.59zm0 4.322c6.407 0 7.165.025 9.695.14 2.34.107 3.61.497 4.456.826 1.12.435 1.919.955 2.758 1.795.84.84 1.36 1.639 1.795 2.758.329.846.72 2.116.826 4.456.115 2.53.14 3.288.14 9.695 0 6.406-.025 7.165-.14 9.694-.107 2.34-.497 3.61-.826 4.456-.435 1.12-.955 1.919-1.795 2.758-.84.84-1.639 1.36-2.759 1.795-.845.329-2.115.72-4.455.826-2.53.116-3.288.14-9.694.14-6.407 0-7.166-.024-9.696-.14-2.339-.107-3.61-.497-4.455-.826-1.12-.435-1.919-.955-2.758-1.795-.84-.84-1.36-1.639-1.795-2.758-.329-.846-.72-2.116-.826-4.456-.116-2.53-.14-3.288-.14-9.694 0-6.407.024-7.166.14-9.696.107-2.339.497-3.61.826-4.454.435-1.12.955-1.92 1.795-2.76.84-.839 1.638-1.359 2.758-1.794.846-.329 2.116-.72 4.455-.826 2.53-.115 3.29-.14 9.695-.14z",
54
+ fill: "#fff"
55
+ })
56
+ }), /*#__PURE__*/_jsx("path", {
57
+ fillRule: "evenodd",
58
+ clipRule: "evenodd",
59
+ d: "M23.994 32.578a7.997 7.997 0 110-15.995 7.997 7.997 0 010 15.995zm0-20.318c-6.804 0-12.32 5.516-12.32 12.32 0 6.805 5.516 12.32 12.32 12.32 6.805 0 12.32-5.515 12.32-12.32 0-6.804-5.515-12.32-12.32-12.32zm15.683-.486a2.88 2.88 0 11-5.758 0 2.88 2.88 0 015.758 0z",
60
+ fill: "#fff"
61
+ })]
62
+ }), /*#__PURE__*/_jsx("defs", {
63
+ children: /*#__PURE__*/_jsx("clipPath", {
64
+ id: "instagram-icon_svg__instagram-icon_svg__clip0_1023_26088",
65
+ children: /*#__PURE__*/_jsx("path", {
66
+ fill: "#fff",
67
+ transform: "translate(0 .573)",
68
+ d: "M0 0h48v48H0z"
69
+ })
70
+ })
71
+ })]
36
72
  }), /*#__PURE__*/_jsx("g", {
37
73
  mask: `url(#${maskId})`,
38
74
  children: /*#__PURE__*/_jsx("rect", {
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const MetaIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,47 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const MetaIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('MetaIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 48 49",
17
+ fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsx("mask", {
31
+ id: `${maskId}`,
32
+ children: /*#__PURE__*/_jsx("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M13.794 8.573c3.83 0 7.032 1.864 10.86 6.752l.564-.746c.38-.492.766-.968 1.16-1.42l.626-.7c2.172-2.31 4.58-3.886 7.446-3.886 2.546 0 4.938 1.114 6.982 3.032l.436.426c3.46 3.53 5.834 9.42 6.106 16.052l.022.784.004.5c0 3.002-.56 5.518-1.636 7.4l-.28.46-.216.306a7.182 7.182 0 01-2.172 2.018l-.53.284-.174.08a7.4 7.4 0 01-.604.236 8.236 8.236 0 01-2.66.416c-1.048 0-1.992-.134-2.876-.43-1.228-.408-2.326-1.12-3.452-2.232l-.454-.47c-1.506-1.624-3.068-3.952-4.986-7.172l-2.86-4.82-1.088-1.79-3.532 6.26-.686 1.184c-4.6 7.788-7.34 9.476-11.082 9.476-2.42 0-4.41-.84-5.872-2.364l-.336-.368C1.536 36.695.83 35.219.418 33.463l-.134-.64a17.382 17.382 0 01-.272-2.576L0 29.509c.004-1.49.12-2.98.348-4.46l.2-1.146c.596-3.06 1.656-5.916 3.072-8.314l.418-.68c2.354-3.66 5.578-6.106 9.23-6.32l.526-.016zm-.066 5.23l-.402.02c-1.66.166-3.212 1.346-4.504 3.154l-.276.398-.02.036c-1.34 2.034-2.37 4.756-2.912 7.69l-.008.044a25.181 25.181 0 00-.414 4.508l.004.376c.008.36.034.72.08 1.08l.086.582c.184 1.006.514 1.816.972 2.416l.234.274c.606.646 1.396.984 2.34.984 2.2 0 3.592-1.352 7.392-7.282l4.35-6.8.908-1.402-.278-.396c-3.06-4.312-5.112-5.68-7.552-5.68v-.002zm20.392-1.104l-.352.014c-1.27.096-2.446.718-3.64 1.866l-.392.396c-.878.924-1.774 2.128-2.734 3.614l.532.796c.36.548.724 1.12 1.1 1.716l.586.95 2.792 4.67 1.39 2.228c1.166 1.852 2.06 3.2 2.816 4.164l.426.524c.564.652 1.058 1.08 1.554 1.346l.204.1c.454.2.914.276 1.436.276.352.004.7-.046 1.036-.146.676-.208 1.22-.64 1.626-1.274l.19-.326.154-.324c.388-.918.58-2.12.58-3.57l-.012-.898c-.16-5.742-1.876-10.744-4.4-13.596l-.352-.378c-1.34-1.366-2.888-2.148-4.54-2.148z",
36
+ fill: "#fff"
37
+ })
38
+ }), /*#__PURE__*/_jsx("g", {
39
+ mask: `url(#${maskId})`,
40
+ children: /*#__PURE__*/_jsx("rect", {
41
+ width: `100%`,
42
+ height: `100%`,
43
+ fill: `currentColor`
44
+ })
45
+ })]
46
+ });
47
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const MicrosoftIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,47 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const MicrosoftIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('MicrosoftIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 48 49",
17
+ fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsx("mask", {
31
+ id: `${maskId}`,
32
+ children: /*#__PURE__*/_jsx("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M22.98 4.573H4v18.984h18.984V4.573h-.004zm21.02 0H25.016v18.984H44V4.573zM22.98 25.589H4v18.984h18.984V25.589h-.004zm21.02 0H25.016v18.984H44V25.589z",
36
+ fill: "#fff"
37
+ })
38
+ }), /*#__PURE__*/_jsx("g", {
39
+ mask: `url(#${maskId})`,
40
+ children: /*#__PURE__*/_jsx("rect", {
41
+ width: `100%`,
42
+ height: `100%`,
43
+ fill: `currentColor`
44
+ })
45
+ })]
46
+ });
47
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const RedditSolidIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,45 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const RedditSolidIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('RedditSolidIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 48 49",
17
+ fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsx("mask", {
31
+ id: `${maskId}`,
32
+ children: /*#__PURE__*/_jsx("path", {
33
+ d: "M47.037 24.962a4.953 4.953 0 00-5.118-4.773 4.947 4.947 0 00-3.236 1.375 23.987 23.987 0 00-13.02-4.174l2.194-10.582 7.237 1.526a3.383 3.383 0 003.723 3.01 3.388 3.388 0 003-3.735 3.383 3.383 0 00-3.723-3.01 3.346 3.346 0 00-2.555 1.66L27.252 4.6A1.048 1.048 0 0026 5.4v.017l-2.497 11.772a24.168 24.168 0 00-13.187 4.173 4.92 4.92 0 00-6.976.22 4.958 4.958 0 001.546 7.892 11.27 11.27 0 000 1.493c0 7.597 8.826 13.778 19.71 13.778s19.71-6.172 19.71-13.778a11.03 11.03 0 000-1.493 4.954 4.954 0 002.731-4.511zM13.224 28.36a3.399 3.399 0 013.387-3.398 3.399 3.399 0 010 6.796 3.404 3.404 0 01-3.387-3.398zm19.642 9.326a12.953 12.953 0 01-8.354 2.614 12.953 12.953 0 01-8.355-2.614.923.923 0 01.127-1.29.91.91 0 011.16 0 11.022 11.022 0 007.034 2.133 11.1 11.1 0 007.069-2.066.95.95 0 011.336.017.957.957 0 01-.017 1.341v-.135zm-.605-5.81a3.399 3.399 0 010-6.796 3.399 3.399 0 013.387 3.398 3.388 3.388 0 01-3.244 3.525h-.168l.025-.127z",
34
+ fill: "#fff"
35
+ })
36
+ }), /*#__PURE__*/_jsx("g", {
37
+ mask: `url(#${maskId})`,
38
+ children: /*#__PURE__*/_jsx("rect", {
39
+ width: `100%`,
40
+ height: `100%`,
41
+ fill: `currentColor`
42
+ })
43
+ })]
44
+ });
45
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const SpotifyIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,57 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const SpotifyIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('SpotifyIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 48 49",
17
+ fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("g", {
33
+ clipPath: "url(#spotify-icon_svg__spotify-icon_svg__clip0_1023_26097)",
34
+ children: /*#__PURE__*/_jsx("path", {
35
+ d: "M24 .573c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zM34.438 33.06c-10.666-6.423-22.796-2.81-23.312-2.666-.831.258-1.319 1.147-1.06 1.979.258.83 1.146 1.318 1.978 1.06.12-.059 11.328-3.324 20.788 2.352.258.143.516.23.803.23.545 0 1.062-.288 1.348-.805.43-.745.2-1.691-.544-2.15zm2.84-7.025c-13.334-7.656-26.496-3.298-27.04-3.097a1.865 1.865 0 00-1.147 2.38 1.866 1.866 0 002.38 1.147c.118-.058 12.102-4.013 23.97 2.81.287.172.603.258.918.258a1.8 1.8 0 001.606-.947 1.874 1.874 0 00-.688-2.551zm3.095-8.143C25.006 9.836 9.638 14.536 8.976 14.738c-1.205.373-1.864 1.664-1.492 2.868.373 1.204 1.664 1.864 2.868 1.491.143-.057 14.222-4.359 27.899 2.838a2.32 2.32 0 001.062.259 2.33 2.33 0 002.036-1.205 2.319 2.319 0 00-.976-3.097z",
36
+ fill: "#fff"
37
+ })
38
+ }), /*#__PURE__*/_jsx("defs", {
39
+ children: /*#__PURE__*/_jsx("clipPath", {
40
+ id: "spotify-icon_svg__spotify-icon_svg__clip0_1023_26097",
41
+ children: /*#__PURE__*/_jsx("path", {
42
+ fill: "#fff",
43
+ transform: "translate(0 .573)",
44
+ d: "M0 0h48v48H0z"
45
+ })
46
+ })
47
+ })]
48
+ }), /*#__PURE__*/_jsx("g", {
49
+ mask: `url(#${maskId})`,
50
+ children: /*#__PURE__*/_jsx("rect", {
51
+ width: `100%`,
52
+ height: `100%`,
53
+ fill: `currentColor`
54
+ })
55
+ })]
56
+ });
57
+ });
@@ -9,6 +9,7 @@ export * from './AlertFilledIcon';
9
9
  export * from './AlertIcon';
10
10
  export * from './AmexIcon';
11
11
  export * from './AnalyticsGraphIcon';
12
+ export * from './AppleIcon';
12
13
  export * from './ArchiveIcon';
13
14
  export * from './ArrowChevronDownFilledIcon';
14
15
  export * from './ArrowChevronDownIcon';
@@ -87,6 +88,7 @@ export * from './DiscordOutlineIcon';
87
88
  export * from './DiscountStarPremiumFilledIcon';
88
89
  export * from './DownloadIcon';
89
90
  export * from './DuplicateIcon';
91
+ export * from './EaIcon';
90
92
  export * from './EarthIcon';
91
93
  export * from './EditIcon';
92
94
  export * from './EditorIcon';
@@ -125,6 +127,7 @@ export * from './GithubOutlineIcon';
125
127
  export * from './GlassesIcon';
126
128
  export * from './GoIcon';
127
129
  export * from './GolfHoleBallIcon';
130
+ export * from './GoogleIcon';
128
131
  export * from './GplusIcon';
129
132
  export * from './GraphStatsAscendIcon';
130
133
  export * from './GrowthIcon';
@@ -133,6 +136,7 @@ export * from './HammerWrenchIcon';
133
136
  export * from './HouseEntranceIcon';
134
137
  export * from './HtmlCssIcon';
135
138
  export * from './HyperlinkIcon';
139
+ export * from './IbmIcon';
136
140
  export * from './ImageIcon';
137
141
  export * from './InProgressIcon';
138
142
  export * from './InfoCircleIcon';
@@ -172,7 +176,9 @@ export * from './MathIcon';
172
176
  export * from './MediumIcon';
173
177
  export * from './MegaphoneIcon';
174
178
  export * from './MenuIcon';
179
+ export * from './MetaIcon';
175
180
  export * from './MicrophoneIcon';
181
+ export * from './MicrosoftIcon';
176
182
  export * from './MinimizeBarIcon';
177
183
  export * from './MinimizeIcon';
178
184
  export * from './MobileDevelopmentIcon';
@@ -235,6 +241,7 @@ export * from './RatingStarGiveIcon';
235
241
  export * from './ReactIcon';
236
242
  export * from './RecordingIcon';
237
243
  export * from './RedditIcon';
244
+ export * from './RedditSolidIcon';
238
245
  export * from './RedoIcon';
239
246
  export * from './RefreshIcon';
240
247
  export * from './ReportIcon';
@@ -264,6 +271,7 @@ export * from './SmileySadIcon';
264
271
  export * from './SmileyStarEyesIcon';
265
272
  export * from './SparkleIcon';
266
273
  export * from './SparkleOutlineIcon';
274
+ export * from './SpotifyIcon';
267
275
  export * from './SqlIcon';
268
276
  export * from './StackedSquaresIcon';
269
277
  export * from './StarCircleIcon';
@@ -9,6 +9,7 @@ export * from './AlertFilledIcon';
9
9
  export * from './AlertIcon';
10
10
  export * from './AmexIcon';
11
11
  export * from './AnalyticsGraphIcon';
12
+ export * from './AppleIcon';
12
13
  export * from './ArchiveIcon';
13
14
  export * from './ArrowChevronDownFilledIcon';
14
15
  export * from './ArrowChevronDownIcon';
@@ -87,6 +88,7 @@ export * from './DiscordOutlineIcon';
87
88
  export * from './DiscountStarPremiumFilledIcon';
88
89
  export * from './DownloadIcon';
89
90
  export * from './DuplicateIcon';
91
+ export * from './EaIcon';
90
92
  export * from './EarthIcon';
91
93
  export * from './EditIcon';
92
94
  export * from './EditorIcon';
@@ -125,6 +127,7 @@ export * from './GithubOutlineIcon';
125
127
  export * from './GlassesIcon';
126
128
  export * from './GoIcon';
127
129
  export * from './GolfHoleBallIcon';
130
+ export * from './GoogleIcon';
128
131
  export * from './GplusIcon';
129
132
  export * from './GraphStatsAscendIcon';
130
133
  export * from './GrowthIcon';
@@ -133,6 +136,7 @@ export * from './HammerWrenchIcon';
133
136
  export * from './HouseEntranceIcon';
134
137
  export * from './HtmlCssIcon';
135
138
  export * from './HyperlinkIcon';
139
+ export * from './IbmIcon';
136
140
  export * from './ImageIcon';
137
141
  export * from './InProgressIcon';
138
142
  export * from './InfoCircleIcon';
@@ -172,7 +176,9 @@ export * from './MathIcon';
172
176
  export * from './MediumIcon';
173
177
  export * from './MegaphoneIcon';
174
178
  export * from './MenuIcon';
179
+ export * from './MetaIcon';
175
180
  export * from './MicrophoneIcon';
181
+ export * from './MicrosoftIcon';
176
182
  export * from './MinimizeBarIcon';
177
183
  export * from './MinimizeIcon';
178
184
  export * from './MobileDevelopmentIcon';
@@ -235,6 +241,7 @@ export * from './RatingStarGiveIcon';
235
241
  export * from './ReactIcon';
236
242
  export * from './RecordingIcon';
237
243
  export * from './RedditIcon';
244
+ export * from './RedditSolidIcon';
238
245
  export * from './RedoIcon';
239
246
  export * from './RefreshIcon';
240
247
  export * from './ReportIcon';
@@ -264,6 +271,7 @@ export * from './SmileySadIcon';
264
271
  export * from './SmileyStarEyesIcon';
265
272
  export * from './SparkleIcon';
266
273
  export * from './SparkleOutlineIcon';
274
+ export * from './SpotifyIcon';
267
275
  export * from './SqlIcon';
268
276
  export * from './StackedSquaresIcon';
269
277
  export * from './StarCircleIcon';
@@ -0,0 +1,16 @@
1
+ <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1023_26084)">
3
+ <g clip-path="url(#clip1_1023_26084)">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25.7818 4.70473C28.964 0.596142 33.3871 0.572754 33.3871 0.572754C33.3871 0.572754 34.0474 4.43966 30.8812 8.15843C27.5081 12.1345 23.6737 11.4796 23.6737 11.4796C23.6737 11.4796 22.9497 8.35334 25.7818 4.70473Z" fill="white"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.0791 14.1936C25.718 14.1936 28.7568 11.9873 32.7106 11.9873C39.5203 11.9873 42.1933 16.7351 42.1933 16.7351C42.1933 16.7351 36.9587 19.3624 36.9587 25.7241C36.9587 32.9044 43.482 35.3836 43.482 35.3836C43.482 35.3836 38.9237 47.9667 32.7584 47.9667C29.9263 47.9667 27.7306 46.0955 24.7473 46.0955C21.7085 46.0955 18.6934 48.0368 16.7285 48.0368C11.1041 48.029 4 36.1008 4 26.5038C4 17.0626 10.0142 12.112 15.6544 12.112C19.3219 12.1198 22.1699 14.1936 24.0791 14.1936Z" fill="white"/>
6
+ </g>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_1023_26084">
10
+ <rect width="48" height="48" fill="white" transform="translate(0 0.572754)"/>
11
+ </clipPath>
12
+ <clipPath id="clip1_1023_26084">
13
+ <rect width="40" height="48" fill="white" transform="translate(4 0.572754)"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M33.2342 12.5728L21.4487 31.267H8.4892L11.4694 26.6612H19.5071L22.4421 22.0102H4.47037L1.53528 26.6612H5.87018L0 35.918H18.5588H24.1129L33.2342 21.3329L36.5758 26.6612H33.731L30.7959 31.267H39.5108L42.4459 35.918H48L33.2342 12.5728Z" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.3507 12.7532H10.3404L7.40527 17.4042L26.4608 17.359L29.3507 12.7532Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M46.0002 25.063C46.0002 23.253 45.8502 21.933 45.5282 20.563H24.4482V28.729H36.8202C36.5722 30.757 35.2262 33.813 32.2322 35.867L32.1902 36.139L38.8542 41.199L39.3142 41.243C43.5582 37.407 46.0002 31.759 46.0002 25.063Z" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.4496 46.5729C30.5096 46.5729 35.5976 44.6168 39.3156 41.2428L32.2316 35.8668C30.3356 37.1628 27.7916 38.0669 24.4496 38.0669C21.6325 38.0671 18.886 37.1854 16.5954 35.5455C14.3048 33.9056 12.5851 31.5897 11.6776 28.9229L11.4136 28.9449L4.48355 34.2008L4.39355 34.4489C8.08555 41.6349 15.6696 46.5729 24.4496 46.5729Z" fill="white"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.68 28.9229C11.1881 27.525 10.9332 26.0547 10.926 24.5729C10.926 23.0569 11.202 21.5909 11.648 20.2229L11.636 19.9289L4.62 14.5889L4.39 14.6969C2.82159 17.7528 2.00238 21.1379 2 24.5729C2 28.1169 2.872 31.4669 4.394 34.4489L11.68 28.9229Z" fill="white"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.4496 11.0788C28.6656 11.0788 31.5076 12.8628 33.1296 14.3548L39.4636 8.29275C35.5736 4.74875 30.5096 2.57275 24.4496 2.57275C15.6676 2.57275 8.08555 7.51075 4.39355 14.6968L11.6536 20.2228C12.5689 17.5561 14.2939 15.2417 16.5878 13.6024C18.8817 11.9632 21.6301 11.0809 24.4496 11.0788Z" fill="white"/>
6
+ </svg>
@@ -0,0 +1,46 @@
1
+ <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1023_26105)">
3
+ <path d="M48.0009 15.9559H40.0094L40.5217 14.5728H48.0009V15.9559Z" fill="white"/>
4
+ <path d="M26.6899 14.5728H34.1179L34.5789 15.9559H26.6899V14.5728Z" fill="white"/>
5
+ <path d="M20.7983 14.5728C22.0278 14.6752 23.1035 15.1363 23.9744 15.9559H10.5016V14.5728H20.7983Z" fill="white"/>
6
+ <path d="M9.32339 14.5728H0V15.9559H9.32339V14.5728Z" fill="white"/>
7
+ <path d="M47.9996 18.5172H39.0861L39.5471 17.134H47.9484V18.5172H47.9996Z" fill="white"/>
8
+ <path d="M35.5523 18.517H26.6899V17.1851H35.04L35.5523 18.517Z" fill="white"/>
9
+ <path d="M25.0502 17.1853C25.2039 17.6464 25.46 18.0049 25.46 18.5684H10.5529V17.1853H25.0502Z" fill="white"/>
10
+ <path d="M9.32339 17.1853H0V18.5684H9.32339V17.1853Z" fill="white"/>
11
+ <path d="M38.2159 21.1297L38.677 19.7466H45.3878V21.1297H38.2159Z" fill="white"/>
12
+ <path d="M35.9617 19.7466L36.474 21.1297H29.3534V19.7466H35.9617Z" fill="white"/>
13
+ <path d="M25.5617 19.7466C25.5617 20.2076 25.5105 20.7199 25.3569 21.1297H21.2587V19.7466H25.5617Z" fill="white"/>
14
+ <path d="M6.60814 19.7466H2.61243V21.1297H6.60814V19.7466Z" fill="white"/>
15
+ <path d="M17.2641 19.7466H13.2684V21.1297H17.2641V19.7466Z" fill="white"/>
16
+ <path d="M33.2978 22.6152V23.6397H29.3533V22.2566H36.8837L37.3447 23.5373L37.8058 22.2566H45.3874V23.6397H41.4429V22.6152L41.0844 23.6397H33.6564L33.2978 22.6152Z" fill="white"/>
17
+ <path d="M13.2684 22.3079H24.7946C24.5385 22.7689 24.0774 23.3324 23.6676 23.691H13.3196C13.2684 23.6397 13.2684 22.3079 13.2684 22.3079Z" fill="white"/>
18
+ <path d="M6.60814 22.3079H2.61243V23.691H6.60814V22.3079Z" fill="white"/>
19
+ <path d="M45.3878 24.8691H41.4432V26.2522H45.3878V24.8691Z" fill="white"/>
20
+ <path d="M33.2979 24.8691H29.3534V26.2522H33.2979V24.8691Z" fill="white"/>
21
+ <path d="M40.6747 24.8691L40.2136 26.2522H34.6298L34.1176 24.8691H40.6747Z" fill="white"/>
22
+ <path d="M13.2684 24.8691H23.6163C24.0774 25.2789 24.5384 25.74 24.8458 26.2522H13.2684V24.8691Z" fill="white"/>
23
+ <path d="M6.60814 26.2522V24.8691H2.61243V26.2522H6.60814Z" fill="white"/>
24
+ <path d="M45.3878 27.4817H41.4432V28.8648H45.3878V27.4817Z" fill="white"/>
25
+ <path d="M33.2979 27.4817H29.3534V28.8648H33.2979V27.4817Z" fill="white"/>
26
+ <path d="M39.2406 28.8648C39.2406 28.8648 39.7017 27.4817 39.7529 27.4817H34.9888L35.5011 28.8648H39.2406Z" fill="white"/>
27
+ <path d="M13.2684 28.8136V27.4304H17.3154V28.8136H13.2684Z" fill="white"/>
28
+ <path d="M25.4089 27.4817C25.6138 27.8915 25.6138 28.4038 25.6651 28.8648H21.3619V27.4817H25.4089Z" fill="white"/>
29
+ <path d="M6.60814 27.4817H2.61243V28.8648H6.60814V27.4817Z" fill="white"/>
30
+ <path d="M48.0004 29.9919H41.4432V31.3751H48.0004V29.9919Z" fill="white"/>
31
+ <path d="M33.247 29.9919H26.6899V31.3751H33.247V29.9919Z" fill="white"/>
32
+ <path d="M38.369 31.3751H36.3712L35.8589 29.9919H38.8301L38.369 31.3751Z" fill="white"/>
33
+ <path d="M0 29.9919V31.3751H9.32339V29.9919H0Z" fill="white"/>
34
+ <path d="M25.5111 29.9919C25.4086 30.453 25.3062 31.0165 24.9988 31.3751H24.8963H10.5527V29.9919H25.5111Z" fill="white"/>
35
+ <path d="M37.4469 33.9361H37.2933L36.781 32.6042H37.9592L37.4469 33.9361Z" fill="white"/>
36
+ <path d="M48.0004 32.6042H41.4432V33.9874H48.0004V32.6042Z" fill="white"/>
37
+ <path d="M10.5527 33.9364V32.5532C10.5527 32.5532 24.0255 32.5532 24.0767 32.5532C23.1546 33.4241 21.9252 33.8851 20.5933 33.9364H10.5527Z" fill="white"/>
38
+ <path d="M33.247 32.6042H26.6899V33.9874H33.247V32.6042Z" fill="white"/>
39
+ <path d="M9.32339 32.6042V33.9874H0V32.6042H9.32339Z" fill="white"/>
40
+ </g>
41
+ <defs>
42
+ <clipPath id="clip0_1023_26105">
43
+ <rect width="48" height="19.5165" fill="white" transform="translate(0 14.5728)"/>
44
+ </clipPath>
45
+ </defs>
46
+ </svg>
@@ -1,4 +1,17 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
- <title>instagram</title>
3
- <path fill="#444" d="M14 16H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0h12c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2zM8 4.9c-1.2 0-2.3.7-2.8 1.8 0 .1-.1.1-.1.2V7c-.1.1-.1.2-.1.2v.7C5 9.6 6.4 11 8.1 11s3.1-1.4 3.1-3.1v-.7s0-.1-.1-.2v-.1c0-.1-.1-.1-.1-.2-.7-1.1-1.8-1.8-3-1.8zm6.2-2.3c0-.4-.4-.8-.8-.8h-1.6c-.4 0-.8.4-.8.8v1.6c0 .4.4.8.8.8h1.6c.4 0 .8-.4.8-.8V2.6zm0 4.1h-1.5c.1.4.2.8.2 1.3 0 2.7-2.2 4.9-4.9 4.9S3.1 10.7 3.1 8c0-.5.1-.9.2-1.3H1.8v6.7c0 .4.4.8.8.8h10.8c.4 0 .8-.4.8-.8V6.7z"/>
1
+ <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1023_26088)">
3
+ <mask id="mask0_1023_26088" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="48" height="49">
4
+ <path d="M0 0.589111H47.9849V48.5683H0V0.589111Z" fill="white"/>
5
+ </mask>
6
+ <g mask="url(#mask0_1023_26088)">
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.9925 0.589111C17.4765 0.589111 16.6594 0.61673 14.1004 0.733492C11.5467 0.849968 9.80257 1.25559 8.27648 1.84873C6.69876 2.46178 5.36076 3.28216 4.02686 4.61597C2.69305 5.94987 1.87267 7.28787 1.25962 8.86559C0.666476 10.3917 0.260857 12.1358 0.144381 14.6895C0.0276191 17.2485 0 18.0656 0 24.5816C0 31.0975 0.0276191 31.9145 0.144381 34.4736C0.260857 37.0273 0.666476 38.7714 1.25962 40.2975C1.87267 41.8752 2.69305 43.2132 4.02686 44.5471C5.36076 45.8809 6.69876 46.7013 8.27648 47.3144C9.80257 47.9075 11.5467 48.3131 14.1004 48.4296C16.6594 48.5463 17.4765 48.574 23.9925 48.574C30.5084 48.574 31.3254 48.5463 33.8845 48.4296C36.4382 48.3131 38.1823 47.9075 39.7084 47.3144C41.2861 46.7013 42.6241 45.8809 43.958 44.5471C45.2918 43.2132 46.1122 41.8752 46.7253 40.2975C47.3184 38.7714 47.724 37.0273 47.8405 34.4736C47.9572 31.9145 47.9849 31.0975 47.9849 24.5816C47.9849 18.0656 47.9572 17.2485 47.8405 14.6895C47.724 12.1358 47.3184 10.3917 46.7253 8.86559C46.1122 7.28787 45.2918 5.94987 43.958 4.61597C42.6241 3.28216 41.2861 2.46178 39.7084 1.84873C38.1823 1.25559 36.4382 0.849968 33.8845 0.733492C31.3254 0.61673 30.5084 0.589111 23.9925 0.589111ZM23.9925 4.91206C30.3987 4.91206 31.1575 4.93654 33.6874 5.05197C36.0267 5.15864 37.297 5.54949 38.1425 5.87806C39.2624 6.3133 40.0616 6.83321 40.9011 7.67283C41.7408 8.51235 42.2607 9.31159 42.6959 10.4315C43.0245 11.2769 43.4153 12.5473 43.522 14.8865C43.6374 17.4164 43.6619 18.1753 43.6619 24.5816C43.6619 30.9878 43.6374 31.7466 43.522 34.2765C43.4153 36.6158 43.0245 37.8862 42.6959 38.7316C42.2607 39.8515 41.7408 40.6507 40.9011 41.4903C40.0616 42.3299 39.2624 42.8498 38.1425 43.285C37.297 43.6136 36.0267 44.0044 33.6874 44.1111C31.1579 44.2265 30.3991 44.251 23.9925 44.251C17.5857 44.251 16.827 44.2265 14.2974 44.1111C11.9582 44.0044 10.6878 43.6136 9.84238 43.285C8.72248 42.8498 7.92324 42.3299 7.08371 41.4903C6.24419 40.6507 5.72419 39.8515 5.28895 38.7316C4.96038 37.8862 4.56952 36.6158 4.46286 34.2765C4.34743 31.7466 4.32295 30.9878 4.32295 24.5816C4.32295 18.1753 4.34743 17.4164 4.46286 14.8865C4.56952 12.5473 4.96038 11.2769 5.28895 10.4315C5.72419 9.31159 6.24409 8.51235 7.08371 7.67283C7.92324 6.83321 8.72248 6.3133 9.84238 5.87806C10.6878 5.54949 11.9582 5.15864 14.2974 5.05197C16.8273 4.93654 17.5862 4.91206 23.9925 4.91206Z" fill="white"/>
8
+ </g>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.9943 32.5779C19.5774 32.5779 15.9968 28.9973 15.9968 24.5805C15.9968 20.1635 19.5774 16.583 23.9943 16.583C28.4112 16.583 31.9917 20.1635 31.9917 24.5805C31.9917 28.9973 28.4112 32.5779 23.9943 32.5779ZM23.9943 12.26C17.1898 12.26 11.6738 17.776 11.6738 24.5805C11.6738 31.3849 17.1898 36.9009 23.9943 36.9009C30.7987 36.9009 36.3147 31.3849 36.3147 24.5805C36.3147 17.776 30.7987 12.26 23.9943 12.26Z" fill="white"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.6771 11.7739C39.6771 13.364 38.3881 14.653 36.798 14.653C35.208 14.653 33.9189 13.364 33.9189 11.7739C33.9189 10.1838 35.208 8.89478 36.798 8.89478C38.3881 8.89478 39.6771 10.1838 39.6771 11.7739Z" fill="white"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_1023_26088">
14
+ <rect width="48" height="48" fill="white" transform="translate(0 0.572754)"/>
15
+ </clipPath>
16
+ </defs>
4
17
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.794 8.57275C17.624 8.57275 20.826 10.4368 24.654 15.3248L25.218 14.5788C25.598 14.0868 25.984 13.6108 26.378 13.1588L27.004 12.4588C29.176 10.1488 31.584 8.57275 34.45 8.57275C36.996 8.57275 39.388 9.68675 41.432 11.6048L41.868 12.0308C45.328 15.5608 47.702 21.4508 47.974 28.0828L47.996 28.8668L48 29.3668C48 32.3688 47.44 34.8848 46.364 36.7668L46.084 37.2268L45.868 37.5328C45.266 38.3728 44.54 39.0488 43.696 39.5508L43.166 39.8348L42.992 39.9148C42.7944 40.0027 42.5929 40.0815 42.388 40.1508C41.5302 40.4344 40.6315 40.575 39.728 40.5668C38.68 40.5668 37.736 40.4328 36.852 40.1368C35.624 39.7288 34.526 39.0168 33.4 37.9048L32.946 37.4348C31.44 35.8108 29.878 33.4828 27.96 30.2628L25.1 25.4428L24.012 23.6528L20.48 29.9128L19.794 31.0968C15.194 38.8848 12.454 40.5728 8.712 40.5728C6.292 40.5728 4.302 39.7328 2.84 38.2088L2.504 37.8408C1.536 36.6948 0.83 35.2188 0.418 33.4628L0.284 32.8228C0.129383 31.972 0.0384634 31.111 0.012 30.2468L0 29.5088C0.004 28.0188 0.12 26.5288 0.348 25.0488L0.548 23.9028C1.144 20.8428 2.204 17.9868 3.62 15.5888L4.038 14.9088C6.392 11.2488 9.616 8.80275 13.268 8.58875L13.794 8.57275ZM13.728 13.8028L13.326 13.8228C11.666 13.9888 10.114 15.1688 8.822 16.9768L8.546 17.3748L8.526 17.4108C7.186 19.4448 6.156 22.1668 5.614 25.1008L5.606 25.1448C5.33294 26.6319 5.19438 28.1407 5.192 29.6528L5.196 30.0288C5.204 30.3888 5.23 30.7488 5.276 31.1088L5.362 31.6908C5.546 32.6968 5.876 33.5068 6.334 34.1068L6.568 34.3808C7.174 35.0268 7.964 35.3648 8.908 35.3648C11.108 35.3648 12.5 34.0128 16.3 28.0828L20.65 21.2828L21.558 19.8808L21.28 19.4848C18.22 15.1728 16.168 13.8048 13.728 13.8048V13.8028ZM34.12 12.6988L33.768 12.7128C32.498 12.8088 31.322 13.4308 30.128 14.5788L29.736 14.9748C28.858 15.8988 27.962 17.1028 27.002 18.5888L27.534 19.3848C27.894 19.9328 28.258 20.5048 28.634 21.1008L29.22 22.0508L32.012 26.7208L33.402 28.9488C34.568 30.8008 35.462 32.1488 36.218 33.1128L36.644 33.6368C37.208 34.2888 37.702 34.7168 38.198 34.9828L38.402 35.0828C38.856 35.2828 39.316 35.3588 39.838 35.3588C40.19 35.3628 40.538 35.3128 40.874 35.2128C41.55 35.0048 42.094 34.5728 42.5 33.9388L42.69 33.6128L42.844 33.2888C43.232 32.3708 43.424 31.1688 43.424 29.7188L43.412 28.8208C43.252 23.0788 41.536 18.0768 39.012 15.2248L38.66 14.8468C37.32 13.4808 35.772 12.6988 34.12 12.6988Z" fill="white"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.98 4.57275H4V23.5568H22.984V4.57275H22.98Z" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.9996 4.57275H25.0156V23.5568H43.9996V4.57275Z" fill="white"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.98 25.5889H4V44.5729H22.984V25.5889H22.98Z" fill="white"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.9996 25.5889H25.0156V44.5729H43.9996V25.5889Z" fill="white"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M47.0372 24.962C46.9364 22.23 44.6502 20.0966 41.9186 20.1894C40.7083 20.2316 39.5568 20.7291 38.6827 21.5638C34.8332 18.933 30.3114 17.4912 25.6634 17.3899L27.8571 6.80753L35.0938 8.33381C35.2955 10.1973 36.9597 11.5464 38.8171 11.344C40.6746 11.1417 42.0195 9.47213 41.8178 7.60868C41.6161 5.74511 39.9519 4.39597 38.0944 4.59834C37.0269 4.70792 36.0687 5.33192 35.5392 6.25942L27.2519 4.59834C26.6888 4.47187 26.1257 4.82605 25.9995 5.39938C25.9995 5.40782 25.9995 5.40782 25.9995 5.41627L23.5033 17.1876C18.7965 17.2635 14.2159 18.7138 10.3159 21.3614C8.33237 19.4895 5.2057 19.5823 3.33977 21.5807C1.47388 23.5707 1.56634 26.7074 3.55836 28.5794C3.94497 28.9421 4.39036 29.254 4.88632 29.4733C4.85265 29.9707 4.85265 30.4682 4.88632 30.9658C4.88632 38.563 13.7116 44.7439 24.596 44.7439C35.4804 44.7439 44.3056 38.5715 44.3056 30.9658C44.3393 30.4682 44.3393 29.9707 44.3056 29.4733C46.0034 28.6215 47.0709 26.8677 47.0372 24.962ZM13.2241 28.3602C13.2241 26.4883 14.7454 24.962 16.6112 24.962C18.4771 24.962 19.9985 26.4883 19.9985 28.3602C19.9985 30.2321 18.4771 31.7583 16.6112 31.7583C14.7369 31.7415 13.2241 30.2321 13.2241 28.3602ZM32.8664 37.6861C30.4626 39.4991 27.5209 40.4266 24.5119 40.3001C21.5029 40.4266 18.5612 39.4991 16.1574 37.6861C15.838 37.2983 15.8968 36.7165 16.2835 36.396C16.6197 36.1178 17.0987 36.1178 17.4433 36.396C19.4774 37.8885 21.9569 38.6474 24.4783 38.5294C26.9998 38.6643 29.4877 37.9392 31.5469 36.4634C31.9167 36.1009 32.5218 36.1094 32.8833 36.4803C33.2447 36.8514 33.2362 37.4585 32.8664 37.821V37.6861ZM32.2613 31.8764C30.3954 31.8764 28.8741 30.3502 28.8741 28.4782C28.8741 26.6063 30.3954 25.0801 32.2613 25.0801C34.1273 25.0801 35.6485 26.6063 35.6485 28.4782C35.7241 30.3502 34.2701 31.9269 32.4042 32.0028C32.3453 32.0028 32.2949 32.0028 32.2361 32.0028L32.2613 31.8764Z" fill="white"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1023_26097)">
3
+ <path d="M24 0.572754C37.2548 0.572776 48 11.318 48 24.5728C48 37.8276 37.2548 48.5727 24 48.5728C10.7452 48.5728 2.16242e-05 37.8276 0 24.5728C0 11.318 10.7452 0.572754 24 0.572754ZM34.4385 33.0601C23.7718 26.6371 11.6421 30.2506 11.126 30.394C10.2947 30.6522 9.80743 31.5411 10.0654 32.3726C10.3236 33.2038 11.2125 33.6911 12.0439 33.4331C12.1639 33.3742 23.3719 30.1087 32.832 35.7847C33.0899 35.9279 33.3483 36.0141 33.6348 36.0142C34.1796 36.0142 34.6966 35.7265 34.9834 35.2104C35.413 34.465 35.1837 33.5188 34.4385 33.0601ZM37.2773 26.0347C23.944 18.3787 10.7821 22.7373 10.2373 22.938C9.26255 23.2822 8.7468 24.3431 9.09082 25.3179C9.43485 26.2928 10.4958 26.8094 11.4707 26.4653C11.5894 26.4067 23.5726 22.452 35.4414 29.2749C35.7282 29.447 36.044 29.5327 36.3594 29.5327C37.0189 29.5327 37.6495 29.1886 37.9648 28.5864C38.4808 27.6976 38.166 26.5508 37.2773 26.0347ZM40.373 17.8921C25.0058 9.83589 9.63846 14.5361 8.97559 14.7378C7.77126 15.1106 7.11161 16.4017 7.48438 17.606C7.85722 18.81 9.14751 19.4697 10.3516 19.0972C10.495 19.0398 24.5737 14.7382 38.251 21.9351C38.5951 22.1071 38.9398 22.1938 39.3125 22.1938C40.144 22.1938 40.9472 21.7342 41.3486 20.9888C41.9217 19.8705 41.4911 18.4942 40.373 17.8921Z" fill="white"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_1023_26097">
7
+ <rect width="48" height="48" fill="white" transform="translate(0 0.572754)"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-icons",
3
3
  "description": "Icon library for codecademy.com",
4
- "version": "9.47.0",
4
+ "version": "9.47.1-alpha.6aed41.0",
5
5
  "author": "Codecademy <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@codecademy/gamut-styles": "17.7.0",
@@ -29,5 +29,5 @@
29
29
  },
30
30
  "sideEffects": false,
31
31
  "types": "dist/index.d.ts",
32
- "gitHead": "4158f339c7022064b32219e138952fcf2a7219f9"
32
+ "gitHead": "02778b0514821d4267b666974335132a32a62c18"
33
33
  }