@codecademy/gamut-icons 9.41.0-alpha.474102.0 → 9.42.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 MiniCursorIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { Svg } from '../../props';
3
3
  import { useIconId } from '../../useIconId';
4
4
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
- export const CursorIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
5
+ export const MiniCursorIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
6
  let {
7
7
  title,
8
8
  titleId,
@@ -11,7 +11,7 @@ export const CursorIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
11
11
  width = size,
12
12
  ...props
13
13
  } = _ref;
14
- const maskId = useIconId('CursorIcon');
14
+ const maskId = useIconId('MiniCursorIcon');
15
15
  return /*#__PURE__*/_jsxs(Svg, {
16
16
  viewBox: "0 0 32 32",
17
17
  fill: "#fff",
@@ -30,14 +30,14 @@ export const CursorIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
30
30
  }) : null, /*#__PURE__*/_jsxs("mask", {
31
31
  id: `${maskId}`,
32
32
  children: [/*#__PURE__*/_jsx("g", {
33
- clipPath: "url(#cursor-icon_svg__cursor-icon_svg__clip0_1661_41081)",
33
+ clipPath: "url(#mini-cursor-icon_svg__mini-cursor-icon_svg__clip0_1661_41081)",
34
34
  children: /*#__PURE__*/_jsx("path", {
35
35
  d: "M11.534 30.24L.507 3.533A2.32 2.32 0 013.534.507l26.667 11.026a2.32 2.32 0 01-.254 4.374l-10.946 3.12-3.134 10.96a2.32 2.32 0 01-2.093 1.68 2.36 2.36 0 01-2.24-1.427zm-6.2-25.413a.307.307 0 00-.36.08.333.333 0 00-.147.426l8.307 20a.333.333 0 00.627 0l2.24-7.76A2.332 2.332 0 0117.574 16l7.76-2.24a.333.333 0 00.253-.293.346.346 0 00-.253-.334l-20-8.306z",
36
36
  fill: "#fff"
37
37
  })
38
38
  }), /*#__PURE__*/_jsx("defs", {
39
39
  children: /*#__PURE__*/_jsx("clipPath", {
40
- id: "cursor-icon_svg__cursor-icon_svg__clip0_1661_41081",
40
+ id: "mini-cursor-icon_svg__mini-cursor-icon_svg__clip0_1661_41081",
41
41
  children: /*#__PURE__*/_jsx("path", {
42
42
  fill: "#fff",
43
43
  d: "M0 0h32v32H0z"
@@ -13,6 +13,7 @@ export * from './MiniChevronUpIcon';
13
13
  export * from './MiniCircleIcon';
14
14
  export * from './MiniCloseCaptioningIcon';
15
15
  export * from './MiniCopyIcon';
16
+ export * from './MiniCursorIcon';
16
17
  export * from './MiniDeleteIcon';
17
18
  export * from './MiniEditIcon';
18
19
  export * from './MiniInfoCircleIcon';
@@ -13,6 +13,7 @@ export * from './MiniChevronUpIcon';
13
13
  export * from './MiniCircleIcon';
14
14
  export * from './MiniCloseCaptioningIcon';
15
15
  export * from './MiniCopyIcon';
16
+ export * from './MiniCursorIcon';
16
17
  export * from './MiniDeleteIcon';
17
18
  export * from './MiniEditIcon';
18
19
  export * from './MiniInfoCircleIcon';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const GolfHoleBallIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,56 @@
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 GolfHoleBallIcon = /*#__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('GolfHoleBallIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 24 24",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ fill: "#fff",
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
+ d: "M15 17.652c2.24.519 3.747 1.488 3.747 2.6 0 1.657-3.358 3-7.5 3s-7.5-1.343-7.5-3c0-1.11 1.508-2.08 3.75-2.6",
34
+ fill: "none",
35
+ stroke: "#fff",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeWidth: 1.5
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M11.25 23.25V.75L19.5 4.5l-8.25 3",
41
+ fill: "none",
42
+ stroke: "#fff",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeWidth: 1.5
46
+ })]
47
+ }), /*#__PURE__*/_jsx("g", {
48
+ mask: `url(#${maskId})`,
49
+ children: /*#__PURE__*/_jsx("rect", {
50
+ width: `100%`,
51
+ height: `100%`,
52
+ fill: `currentColor`
53
+ })
54
+ })]
55
+ });
56
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const WebFormProgressIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,56 @@
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 WebFormProgressIcon = /*#__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('WebFormProgressIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 24 24",
18
+ fill: "#fff",
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
+ d: "M5.751 5.525l5.771 5.775a1 1 0 010 1.408l-5.771 5.767",
34
+ fill: "none",
35
+ stroke: "#fff",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeWidth: 1.5
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M22.973 11.3a1 1 0 010 1.408l-4.979 5.48a1 1 0 01-.7.291h-5.567L17.5 12.7a1 1 0 000-1.408l-5.773-5.767h5.562a1 1 0 01.7.291zM8.489 5.525H5.751m2.738 12.95H5.751M2.765 5.525H.735m2.03 12.95H.735",
41
+ fill: "none",
42
+ stroke: "#fff",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeWidth: 1.5
46
+ })]
47
+ }), /*#__PURE__*/_jsx("g", {
48
+ mask: `url(#${maskId})`,
49
+ children: /*#__PURE__*/_jsx("rect", {
50
+ width: `100%`,
51
+ height: `100%`,
52
+ fill: `currentColor`
53
+ })
54
+ })]
55
+ });
56
+ });
@@ -65,7 +65,6 @@ export * from './CopyIcon';
65
65
  export * from './CreditCard1Icon';
66
66
  export * from './CreditCardIcon';
67
67
  export * from './CubeIcon';
68
- export * from './CursorIcon';
69
68
  export * from './CybersecurityIcon';
70
69
  export * from './DataAnalyticsIcon';
71
70
  export * from './DataEngineeringIcon';
@@ -118,6 +117,7 @@ export * from './GithubIcon';
118
117
  export * from './GithubOutlineIcon';
119
118
  export * from './GlassesIcon';
120
119
  export * from './GoIcon';
120
+ export * from './GolfHoleBallIcon';
121
121
  export * from './GplusIcon';
122
122
  export * from './GraphStatsAscendIcon';
123
123
  export * from './GrowthIcon';
@@ -286,6 +286,7 @@ export * from './VolumeControlMediumIcon';
286
286
  export * from './VolumeControlMuteIcon';
287
287
  export * from './WebDesignIcon';
288
288
  export * from './WebDevelopmentIcon';
289
+ export * from './WebFormProgressIcon';
289
290
  export * from './WhatsAppFilledIcon';
290
291
  export * from './XIcon';
291
292
  export * from './YoutubeIcon';
@@ -65,7 +65,6 @@ export * from './CopyIcon';
65
65
  export * from './CreditCard1Icon';
66
66
  export * from './CreditCardIcon';
67
67
  export * from './CubeIcon';
68
- export * from './CursorIcon';
69
68
  export * from './CybersecurityIcon';
70
69
  export * from './DataAnalyticsIcon';
71
70
  export * from './DataEngineeringIcon';
@@ -118,6 +117,7 @@ export * from './GithubIcon';
118
117
  export * from './GithubOutlineIcon';
119
118
  export * from './GlassesIcon';
120
119
  export * from './GoIcon';
120
+ export * from './GolfHoleBallIcon';
121
121
  export * from './GplusIcon';
122
122
  export * from './GraphStatsAscendIcon';
123
123
  export * from './GrowthIcon';
@@ -286,6 +286,7 @@ export * from './VolumeControlMediumIcon';
286
286
  export * from './VolumeControlMuteIcon';
287
287
  export * from './WebDesignIcon';
288
288
  export * from './WebDevelopmentIcon';
289
+ export * from './WebFormProgressIcon';
289
290
  export * from './WhatsAppFilledIcon';
290
291
  export * from './XIcon';
291
292
  export * from './YoutubeIcon';
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="Golf-Hole-Ball--Streamline-Ultimate" height="24" width="24"><title>golf-hole-ball--9535</title><path d="M15 17.652c2.24 0.519 3.747 1.488 3.747 2.6 0 1.657 -3.358 3 -7.5 3s-7.5 -1.343 -7.5 -3c0 -1.11 1.508 -2.08 3.75 -2.6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m11.25 23.25 0 -22.5L19.5 4.5l-8.25 3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="Coding-Apps-Website-Web-Form-Progress-4--Streamline-Ultimate" height="24" width="24"><title>coding-apps-website-web-form-progress-4--9016</title><defs></defs><path d="m5.751 5.525 5.771 5.775a1 1 0 0 1 0 1.408l-5.771 5.767" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M22.973 11.3a1 1 0 0 1 0 1.408l-4.979 5.48a1 1 0 0 1 -0.7 0.291h-5.567L17.5 12.7a1 1 0 0 0 0 -1.408l-5.773 -5.767h5.562a1 1 0 0 1 0.7 0.291Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m8.489 5.525 -2.738 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m8.489 18.475 -2.738 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m2.765 5.525 -2.03 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m2.765 18.475 -2.03 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></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.41.0-alpha.474102.0",
4
+ "version": "9.42.0",
5
5
  "author": "Codecademy <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@codecademy/gamut-styles": "17.6.0",
@@ -29,5 +29,5 @@
29
29
  },
30
30
  "sideEffects": false,
31
31
  "types": "dist/index.d.ts",
32
- "gitHead": "2777f5d61ef1bb21d13854bc5007cf8df9459c1a"
32
+ "gitHead": "14c815411198dae7d811cafbe43cfcc44be466d4"
33
33
  }
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { GamutIconProps } from '../../props';
3
- export declare const CursorIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;