@codecademy/gamut-icons 9.33.0 → 9.33.1-alpha.359a78.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 ArrowChevronRightBoldIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,55 @@
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
8
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
9
+ import * as React from 'react';
10
+ import { Svg } from '../../props';
11
+ import { useIconId } from '../../useIconId';
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import { jsxs as _jsxs } from "react/jsx-runtime";
14
+ export var ArrowChevronRightBoldIcon = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
15
+ var title = _ref.title,
16
+ titleId = _ref.titleId,
17
+ _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? 16 : _ref$size,
19
+ _ref$height = _ref.height,
20
+ height = _ref$height === void 0 ? size : _ref$height,
21
+ _ref$width = _ref.width,
22
+ width = _ref$width === void 0 ? size : _ref$width,
23
+ props = _objectWithoutProperties(_ref, ["title", "titleId", "size", "height", "width"]);
24
+ var maskId = useIconId('ArrowChevronRightBoldIcon');
25
+ return /*#__PURE__*/_jsxs(Svg, _objectSpread(_objectSpread({
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ fill: "#fff",
29
+ role: "img",
30
+ "aria-hidden": "true",
31
+ "pointer-events": "none",
32
+ width: width,
33
+ height: height,
34
+ ref: svgRef,
35
+ "aria-labelledby": titleId
36
+ }, props), {}, {
37
+ children: [title ? /*#__PURE__*/_jsx("title", {
38
+ id: titleId,
39
+ children: title
40
+ }) : null, /*#__PURE__*/_jsx("mask", {
41
+ id: "".concat(maskId),
42
+ children: /*#__PURE__*/_jsx("path", {
43
+ d: "M19.5 12c0 .7-.3 1.3-.8 1.7L7.5 23.6c-.8.7-2 .6-2.6-.2-.6-.8-.6-1.9.2-2.6l9.8-8.6c.1-.1.1-.2 0-.4L5.1 3.2c-.8-.7-.8-1.9-.1-2.6.7-.7 1.8-.8 2.6-.2l11.2 9.8c.4.5.7 1.1.7 1.8z",
44
+ fill: "#fff"
45
+ })
46
+ }), /*#__PURE__*/_jsx("g", {
47
+ mask: "url(#".concat(maskId, ")"),
48
+ children: /*#__PURE__*/_jsx("rect", {
49
+ width: "100%",
50
+ height: "100%",
51
+ fill: "currentColor"
52
+ })
53
+ })]
54
+ }));
55
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const ArrowDashRightIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,56 @@
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
8
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
9
+ import * as React from 'react';
10
+ import { Svg } from '../../props';
11
+ import { useIconId } from '../../useIconId';
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import { jsxs as _jsxs } from "react/jsx-runtime";
14
+ export var ArrowDashRightIcon = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
15
+ var title = _ref.title,
16
+ titleId = _ref.titleId,
17
+ _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? 16 : _ref$size,
19
+ _ref$height = _ref.height,
20
+ height = _ref$height === void 0 ? size : _ref$height,
21
+ _ref$width = _ref.width,
22
+ width = _ref$width === void 0 ? size : _ref$width,
23
+ props = _objectWithoutProperties(_ref, ["title", "titleId", "size", "height", "width"]);
24
+ var maskId = useIconId('ArrowDashRightIcon');
25
+ return /*#__PURE__*/_jsxs(Svg, _objectSpread(_objectSpread({
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ fill: "#fff",
29
+ role: "img",
30
+ "aria-hidden": "true",
31
+ "pointer-events": "none",
32
+ width: width,
33
+ height: height,
34
+ ref: svgRef,
35
+ "aria-labelledby": titleId
36
+ }, props), {}, {
37
+ children: [title ? /*#__PURE__*/_jsx("title", {
38
+ id: titleId,
39
+ children: title
40
+ }) : null, /*#__PURE__*/_jsx("mask", {
41
+ id: "".concat(maskId),
42
+ children: /*#__PURE__*/_jsx("path", {
43
+ d: "M16.446 5.028a.798.798 0 00-.422.25c-.13.14-.22.317-.256.505-.014.075-.024.632-.024 1.36v1.232l-2.73.007-2.73.006-.108.056a.727.727 0 00-.417.676c0 .239.067.392.24.55.229.21-.053.194 3.501.194 2.827 0 3.159-.004 3.26-.039a.874.874 0 00.427-.399c.056-.125.057-.135.069-1.148l.012-1.022 2.608 2.414c1.435 1.328 2.61 2.42 2.61 2.429.002.016-5.196 4.557-5.216 4.557-.006 0-.015-.391-.019-.87-.007-.858-.008-.872-.063-.978a.873.873 0 00-.406-.384c-.125-.047-.193-.048-3.289-.048h-3.161l-.122.057a.731.731 0 00-.44.549.75.75 0 00.406.814l.108.056 2.73.006 2.73.007v1.013c0 .583.01 1.08.025 1.17.053.332.251.613.522.74.12.056.167.064.38.064.416 0 .194.173 3.566-2.772 1.626-1.419 3.057-2.67 3.182-2.781.26-.231.422-.46.507-.713a1.78 1.78 0 00.04-.826 1.61 1.61 0 00-.333-.639c-.157-.172-6.227-5.798-6.385-5.919-.227-.172-.555-.244-.802-.174M.466 8.425a.856.856 0 00-.398.378.87.87 0 000 .634.939.939 0 00.35.363c.097.052.109.052 1.454.052h1.356l.103-.055a.936.936 0 00.346-.346c.046-.087.055-.14.055-.331 0-.192-.009-.244-.055-.331a.936.936 0 00-.346-.346l-.103-.055-1.32-.005C.643 8.378.583 8.38.466 8.425m4.488.008a.73.73 0 00-.439.558.86.86 0 00.06.472.836.836 0 00.357.333l.144.068h1.286c1.464 0 1.422.005 1.64-.194a.665.665 0 00.24-.55c0-.3-.146-.535-.418-.676l-.108-.056-1.32-.006-1.32-.006-.122.057M.466 14.425a.856.856 0 00-.398.378.87.87 0 000 .634.939.939 0 00.35.363c.097.052.109.052 1.454.052h1.356l.103-.055a.936.936 0 00.346-.346c.046-.087.055-.14.055-.331 0-.192-.009-.244-.055-.331a.936.936 0 00-.346-.346l-.103-.055-1.32-.005c-1.265-.005-1.325-.003-1.442.042m4.488.008a.73.73 0 00-.439.558.86.86 0 00.06.472.836.836 0 00.357.333l.144.068h1.286c1.464 0 1.422.005 1.64-.194a.665.665 0 00.24-.55c0-.3-.146-.535-.418-.676l-.108-.056-1.32-.006-1.32-.006-.122.057",
44
+ fill: "#fff",
45
+ fillRule: "evenodd"
46
+ })
47
+ }), /*#__PURE__*/_jsx("g", {
48
+ mask: "url(#".concat(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 RankingWinnerIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,56 @@
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
8
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
9
+ import * as React from 'react';
10
+ import { Svg } from '../../props';
11
+ import { useIconId } from '../../useIconId';
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import { jsxs as _jsxs } from "react/jsx-runtime";
14
+ export var RankingWinnerIcon = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
15
+ var title = _ref.title,
16
+ titleId = _ref.titleId,
17
+ _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? 16 : _ref$size,
19
+ _ref$height = _ref.height,
20
+ height = _ref$height === void 0 ? size : _ref$height,
21
+ _ref$width = _ref.width,
22
+ width = _ref$width === void 0 ? size : _ref$width,
23
+ props = _objectWithoutProperties(_ref, ["title", "titleId", "size", "height", "width"]);
24
+ var maskId = useIconId('RankingWinnerIcon');
25
+ return /*#__PURE__*/_jsxs(Svg, _objectSpread(_objectSpread({
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ fill: "#fff",
29
+ role: "img",
30
+ "aria-hidden": "true",
31
+ "pointer-events": "none",
32
+ width: width,
33
+ height: height,
34
+ ref: svgRef,
35
+ "aria-labelledby": titleId
36
+ }, props), {}, {
37
+ children: [title ? /*#__PURE__*/_jsx("title", {
38
+ id: titleId,
39
+ children: title
40
+ }) : null, /*#__PURE__*/_jsx("mask", {
41
+ id: "".concat(maskId),
42
+ children: /*#__PURE__*/_jsx("path", {
43
+ d: "M8.583.037A2.277 2.277 0 006.89 1.469c-.139.373-.13.156-.139 3.612l-.007 3.174-2.454.006-2.453.007-.211.066c-.488.153-.89.431-1.167.808a2.264 2.264 0 00-.403.842c-.04.149-.043.442-.043 6.156v6l.067.214c.248.791.776 1.32 1.567 1.567l.214.067h20.28l.214-.067c.657-.206 1.131-.604 1.422-1.194.086-.176.2-.544.2-.648 0-.038.01-.075.024-.083.016-.01.022-1.996.018-5.9-.004-3.865-.01-5.106-.018-3.616a187.91 187.91 0 01-.018 2.206 2.503 2.503 0 00-.2-.644c-.301-.632-.818-1.05-1.534-1.242-.142-.038-.369-.042-2.574-.05l-2.417-.008-.007-5.417c-.007-5.081-.01-5.427-.05-5.573-.124-.459-.295-.767-.599-1.077a2.358 2.358 0 00-1.037-.609l-.192-.054L12.06.008C9.334.005 8.719.01 8.583.037m.2 1.497a.826.826 0 00-.46.405l-.055.113-.006 10.218-.006 10.218h7.488l-.006-10.218-.006-10.218-.056-.113a.83.83 0 00-.404-.379c-.128-.047-.177-.048-3.279-.046-1.732.001-3.176.01-3.21.02m1.583 2.977a.757.757 0 00-.598.587.747.747 0 00.471.853c.114.043.187.049.574.049h.443v3.74l-.474.008c-.446.008-.481.012-.593.067a.869.869 0 00-.374.374.81.81 0 000 .622.86.86 0 00.374.374l.119.059h3.384l.12-.059a.869.869 0 00.373-.374.81.81 0 000-.622.869.869 0 00-.374-.374c-.112-.055-.147-.06-.593-.067l-.474-.008V7.755c0-2.146.002-2.106-.13-2.391a1.583 1.583 0 00-.962-.816c-.164-.045-1.093-.073-1.286-.037M2.113 9.77a.744.744 0 00-.533.405l-.056.108v11.688l.07.128c.08.142.182.241.333.322l.101.054 2.358.006 2.358.007V9.744l-2.25.003c-1.237.001-2.309.012-2.38.024M.011 16.128c0 3.24.003 4.566.006 2.946.003-1.62.003-4.272 0-5.892s-.006-.295-.006 2.946m17.244 2.244v4.117l2.358-.007 2.358-.006.128-.07a.772.772 0 00.322-.333l.054-.101.006-3.556c.007-3.523.006-3.558-.042-3.687a.829.829 0 00-.379-.405l-.113-.056-2.346-.006-2.346-.007v4.117",
44
+ fill: "#fff",
45
+ fillRule: "evenodd"
46
+ })
47
+ }), /*#__PURE__*/_jsx("g", {
48
+ mask: "url(#".concat(maskId, ")"),
49
+ children: /*#__PURE__*/_jsx("rect", {
50
+ width: "100%",
51
+ height: "100%",
52
+ fill: "currentColor"
53
+ })
54
+ })]
55
+ }));
56
+ });
@@ -10,8 +10,10 @@ export * from './AnalyticsGraphIcon';
10
10
  export * from './ArrowChevronDownFilledIcon';
11
11
  export * from './ArrowChevronDownIcon';
12
12
  export * from './ArrowChevronLeftIcon';
13
+ export * from './ArrowChevronRightBoldIcon';
13
14
  export * from './ArrowChevronRightIcon';
14
15
  export * from './ArrowChevronUpIcon';
16
+ export * from './ArrowDashRightIcon';
15
17
  export * from './ArrowDownIcon';
16
18
  export * from './ArrowLeftIcon';
17
19
  export * from './ArrowRightIcon';
@@ -203,6 +205,7 @@ export * from './QuizIcon';
203
205
  export * from './RIcon';
204
206
  export * from './RadarIcon';
205
207
  export * from './RailsIcon';
208
+ export * from './RankingWinnerIcon';
206
209
  export * from './RatingStarCircleIcon';
207
210
  export * from './RatingStarGiveIcon';
208
211
  export * from './ReactIcon';
@@ -10,8 +10,10 @@ export * from './AnalyticsGraphIcon';
10
10
  export * from './ArrowChevronDownFilledIcon';
11
11
  export * from './ArrowChevronDownIcon';
12
12
  export * from './ArrowChevronLeftIcon';
13
+ export * from './ArrowChevronRightBoldIcon';
13
14
  export * from './ArrowChevronRightIcon';
14
15
  export * from './ArrowChevronUpIcon';
16
+ export * from './ArrowDashRightIcon';
15
17
  export * from './ArrowDownIcon';
16
18
  export * from './ArrowLeftIcon';
17
19
  export * from './ArrowRightIcon';
@@ -203,6 +205,7 @@ export * from './QuizIcon';
203
205
  export * from './RIcon';
204
206
  export * from './RadarIcon';
205
207
  export * from './RailsIcon';
208
+ export * from './RankingWinnerIcon';
206
209
  export * from './RatingStarCircleIcon';
207
210
  export * from './RatingStarGiveIcon';
208
211
  export * from './ReactIcon';
@@ -0,0 +1,5 @@
1
+ <svg version="1.1" id="Arrow-Right-1--Streamline-Ultimate.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" viewBox="0 0 24 24" xml:space="preserve" enable-background="new 0 0 24 24" height="24" width="24">
2
+ <desc>Arrow Right 1 Streamline Icon: https://streamlinehq.com</desc>
3
+ <title>arrow-right-1</title>
4
+ <path d="M19.5 12c0 0.7 -0.3 1.3 -0.8 1.7L7.5 23.6c-0.8 0.7 -2 0.6 -2.6 -0.2 -0.6 -0.8 -0.6 -1.9 0.2 -2.6l9.8 -8.6c0.1 -0.1 0.1 -0.2 0 -0.4L5.1 3.2c-0.8 -0.7 -0.8 -1.9 -0.1 -2.6 0.7 -0.7 1.8 -0.8 2.6 -0.2l11.2 9.8c0.4 0.5 0.7 1.1 0.7 1.8z" fill="currentColor" stroke-width="1"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" version="1.1" id="Diagram-Arrow-Dash-Right--Streamline-Ultimate.svg">
2
+ <desc>Diagram Arrow Dash Right Streamline Icon: https://streamlinehq.com</desc>
3
+ <title>diagram-arrow-dash-right</title>
4
+ <path d="M16.446024 5.027712C16.2546 5.081352000000001 16.15008 5.143416 16.02372 5.278488C15.893808 5.4174 15.803832000000002 5.595024 15.768192 5.783040000000001C15.753912000000001 5.858304 15.744 6.415488000000001 15.744 7.142976000000001L15.744 8.3754 13.014000000000001 8.381688L10.284 8.388 10.176 8.444016C9.90372 8.585232000000001 9.758856000000002 8.819976 9.758856000000002 9.120000000000001C9.758856000000002 9.3588 9.8256 9.512088 9.998304000000001 9.669936C10.22772 9.8796 9.946344 9.864 13.5 9.864C16.327176 9.864 16.658952000000003 9.860088 16.760568 9.825456C16.914528 9.772992 17.115047999999998 9.585312 17.186832000000003 9.42648C17.243472 9.301152 17.24412 9.290735999999999 17.256 8.278176L17.268 7.256352000000001 19.876272 9.670176C21.310848 10.997784 22.485336 12.090648 22.486272 12.09876C22.488120000000002 12.114576 17.290032 16.656 17.270112 16.656C17.263584 16.656 17.25504 16.264512 17.251128 15.786C17.244096000000003 14.928312000000002 17.243208 14.914464 17.188008 14.808C17.102352 14.64276 16.929047999999998 14.47884 16.781712000000002 14.423712000000002C16.656816 14.376984000000002 16.589328 14.376 13.493088 14.37624L10.332 14.376479999999999 10.21044 14.433072000000001C9.96504 14.547336000000001 9.815712 14.733744 9.770664 14.982000000000001C9.709608000000001 15.318624 9.867504 15.635664 10.176 15.795912000000001L10.284 15.852 13.014000000000001 15.858312000000002L15.744 15.8646 15.744192000000002 16.878312C15.744288 17.460624 15.754944 17.958384 15.769248000000001 18.048000000000002C15.822216000000001 18.380184 16.02024 18.660864 16.291296 18.78792C16.411224 18.844152 16.457808 18.852 16.671 18.852C17.086584000000002 18.852 16.864584 19.02456 20.237256000000002 16.080000000000002C21.862560000000002 14.661 23.294328 13.409328 23.418936 13.29852C23.678520000000002 13.067664 23.84124 12.839304 23.92644 12.5862C24.002472 12.360336 24.02112 11.976792000000001 23.966592 11.759712C23.909736000000002 11.533224 23.776488 11.277936 23.633232 11.121C23.476416 10.949232 17.406408000000003 5.322888 17.247672 5.202168C17.020968 5.0298 16.693176 4.958448000000001 16.446024 5.027712M0.465624 8.425176C0.317904 8.482488 0.14448 8.647008 0.06789600000000001 8.802504C-0.011904 8.964528 -0.012096 9.275088 0.067512 9.43668C0.13416 9.57204 0.285624 9.728664 0.41877600000000004 9.799944C0.515232 9.851592 0.52668 9.852 1.872 9.852L3.228 9.852 3.330984 9.797016000000001C3.4626 9.72672 3.6067919999999996 9.582504 3.6769439999999998 9.450984C3.723096 9.36444 3.731856 9.311592000000001 3.731856 9.120000000000001C3.731856 8.928408 3.723096 8.87556 3.6769439999999998 8.789016C3.6067919999999996 8.657496 3.4626 8.51328 3.330984 8.442984000000001L3.228 8.388 1.9080000000000001 8.382840000000002C0.64332 8.377896 0.582864 8.379672000000001 0.465624 8.425176M4.95444 8.43276C4.707168 8.54856 4.555536 8.741232 4.515359999999999 8.990712C4.490256 9.146544 4.515791999999999 9.347328 4.57536 9.462504000000001C4.641768000000001 9.590928 4.78788 9.72744 4.932 9.79572L5.0760000000000005 9.863952 6.361728 9.863976000000001C7.826136 9.864 7.783872 9.868992 8.001696 9.669936C8.1744 9.512088 8.241144 9.3588 8.241144 9.120000000000001C8.241144 8.819976 8.09628 8.585232000000001 7.824 8.444016L7.716 8.388 6.396 8.381904L5.0760000000000005 8.375832 4.95444 8.43276M0.465624 14.425176C0.317904 14.482488 0.14448 14.647008000000001 0.06789600000000001 14.802503999999999C-0.011904 14.964528000000001 -0.012096 15.275088 0.067512 15.43668C0.13416 15.572040000000001 0.285624 15.728664 0.41877600000000004 15.799944C0.515232 15.851591999999998 0.52668 15.852 1.872 15.852L3.228 15.852 3.330984 15.797016C3.4626 15.72672 3.6067919999999996 15.582504 3.6769439999999998 15.450984000000002C3.723096 15.364439999999998 3.731856 15.311592 3.731856 15.120000000000001C3.731856 14.928408000000001 3.723096 14.875560000000002 3.6769439999999998 14.789015999999998C3.6067919999999996 14.657496000000002 3.4626 14.513280000000002 3.330984 14.442984000000001L3.228 14.388 1.9080000000000001 14.38284C0.64332 14.377896 0.582864 14.379672000000001 0.465624 14.425176M4.95444 14.43276C4.707168 14.548560000000002 4.555536 14.741232 4.515359999999999 14.990712000000002C4.490256 15.146544 4.515791999999999 15.347328 4.57536 15.462504C4.641768000000001 15.590928 4.78788 15.72744 4.932 15.79572L5.0760000000000005 15.863952000000001 6.361728 15.863976000000001C7.826136 15.864 7.783872 15.868992 8.001696 15.669936C8.1744 15.512088 8.241144 15.358800000000002 8.241144 15.120000000000001C8.241144 14.819976 8.09628 14.585232 7.824 14.444016L7.716 14.388 6.396 14.381904L5.0760000000000005 14.375832 4.95444 14.43276" stroke="none" fill="currentColor" fill-rule="evenodd"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" version="1.1" id="Ranking-Winner--Streamline-Ultimate.svg">
2
+ <desc>Ranking Winner Streamline Icon: https://streamlinehq.com</desc>
3
+ <title>ranking-winne</title>
4
+ <path d="M8.583192 0.037008C7.802424 0.193344 7.161792 0.73476 6.888912 1.468896C6.750168 1.8421680000000002 6.758496 1.625352 6.75024 5.081352000000001L6.742656 8.254704 4.289328 8.261352L1.836 8.268 1.624872 8.334216000000001C1.137072 8.487216 0.735792 8.76516 0.457896 9.142464C0.25320000000000004 9.420408 0.15513600000000002 9.625464 0.055392 9.984C0.014064 10.13256 0.012 10.425792000000001 0.012 16.14L0.012 22.14 0.07919999999999999 22.354464C0.326856 23.145048 0.8549519999999999 23.673144 1.6455359999999999 23.9208L1.86 23.988 12 23.988L22.14 23.988 22.354464 23.9208C23.011224000000002 23.715048 23.48508 23.317008 23.77584 22.726824C23.862456 22.551000000000002 23.976 22.183368 23.976 22.078728C23.976 22.041384 23.986800000000002 22.004160000000002 24 21.996000000000002C24.015912 21.98616 24.022032 20.000040000000002 24.018192000000003 16.096584C24.014352 12.231311999999999 24.008112 10.990272000000001 24 12.48C23.993208 13.727400000000001 23.985024 14.720016 23.981808 14.685839999999999C23.968056 14.538816 23.872344000000002 14.229000000000001 23.7828 14.041728C23.480591999999998 13.409544 22.963704 12.991344000000002 22.248 12.799944C22.105728 12.761904 21.879168 12.757536 19.674408000000003 12.75024L17.256816 12.742272 17.249784000000002 7.3251360000000005C17.243184 2.24364 17.240136000000003 1.8983279999999998 17.200536 1.752C17.076456 1.293384 16.905024 0.9852960000000001 16.601471999999998 0.675408C16.323408 0.391536 15.95964 0.17796 15.564 0.066312L15.372 0.01212 12.06 0.008064C9.333504000000001 0.004728 8.718864 0.00984 8.583192 0.037008M8.783856 1.534416C8.602008 1.589736 8.414424 1.754712 8.323512 1.9393200000000002L8.268 2.052 8.261928000000001 12.27L8.255832 22.488 12 22.488L15.744167999999998 22.488 15.738072 12.27L15.732000000000001 2.052 15.676104000000002 1.938504C15.596904 1.777704 15.426383999999999 1.6183200000000002 15.271536 1.5603840000000002C15.144143999999999 1.51272 15.094608000000001 1.512024 11.993088 1.514064C10.261104 1.515192 8.816928 1.52436 8.783856 1.534416M10.36608 4.510728C10.07016 4.564896 9.830112000000002 4.80084 9.768384000000001 5.098128C9.693144 5.460552 9.892368000000001 5.821368 10.23936 5.951208C10.353216 5.993784000000001 10.426152 6 10.812912 6L11.256 6 11.256 7.869840000000001L11.256 9.739656 10.782 9.74784C10.336368 9.75552 10.300848 9.759528 10.188624 9.814752C10.03608 9.8898 9.889416 10.036631999999999 9.815159999999999 10.188624C9.73212 10.358640000000001 9.73212 10.64136 9.815159999999999 10.811376C9.889416 10.963368000000001 10.03608 11.1102 10.188624 11.185248000000001L10.308 11.244 12 11.244L13.692 11.244 13.811376000000001 11.185248000000001C13.963920000000002 11.1102 14.110584000000001 10.963368000000001 14.18484 10.811376C14.26788 10.64136 14.26788 10.358640000000001 14.18484 10.188624C14.110584000000001 10.036631999999999 13.963920000000002 9.8898 13.811376000000001 9.814752C13.699152 9.759528 13.663632 9.75552 13.218 9.74784L12.744 9.739656 12.744 7.75488C12.744 5.609136 12.746184000000001 5.649288 12.614232 5.364C12.439824000000002 4.986864 12.054264000000002 4.659936 11.652000000000001 4.54812C11.487888 4.50252 10.558608 4.475472 10.36608 4.510728M2.113296 9.771288C1.888992 9.808488 1.694184 9.956352 1.5800880000000002 10.176L1.524 10.284 1.524 16.128L1.524 21.972 1.594704 22.099656C1.673664 22.242192000000003 1.7756159999999999 22.341144 1.9266720000000002 22.421856000000002L2.028 22.476 4.386 22.482456L6.744 22.488912 6.744 16.116456L6.744 9.744 4.494 9.746808000000001C3.256512 9.748344 2.1851760000000002 9.75936 2.113296 9.771288M0.011808 16.128C0.011808 19.3686 0.014592 20.694288 0.018000000000000002 19.074C0.021408 17.453688 0.021408 14.802287999999999 0.018000000000000002 13.182C0.014592 11.561688 0.011808 12.887400000000001 0.011808 16.128M17.256 18.37212L17.256 22.488912 19.614 22.482456L21.972 22.476 22.099656 22.405296C22.242192000000003 22.326336 22.341144 22.224384 22.421856000000002 22.073328L22.476 21.972 22.482312 18.415728C22.488552000000002 14.893224000000002 22.488167999999998 14.858208 22.439904 14.729280000000001C22.381656 14.573568 22.222704 14.403287999999998 22.061496 14.323896L21.948 14.268 19.602 14.261664L17.256 14.255304 17.256 18.37212" stroke="none" fill="currentColor" fill-rule="evenodd"></path>
5
+ </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.33.0",
4
+ "version": "9.33.1-alpha.359a78.0",
5
5
  "author": "Codecademy <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@codecademy/gamut-styles": "17.1.1",
@@ -29,5 +29,5 @@
29
29
  },
30
30
  "sideEffects": false,
31
31
  "types": "dist/index.d.ts",
32
- "gitHead": "597f66706b171da6860dcf8de06777d534b1626c"
32
+ "gitHead": "7870d7fdb3dabf4f87fa655036060ea5c3944320"
33
33
  }