@codecademy/gamut-icons 9.3.5-alpha.79821d.0 → 67.0.0-alpha.35c6c5.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.
@@ -129,7 +129,6 @@ export * from './NetworkUserIcon';
129
129
  export * from './NotebookIcon';
130
130
  export * from './ObjectiveIcon';
131
131
  export * from './OneTimeIcon';
132
- export * from './OpenAiIcon';
133
132
  export * from './OpenIcon';
134
133
  export * from './OverviewIcon';
135
134
  export * from './PathChangeIcon';
@@ -183,8 +182,6 @@ export * from './SupportFilledIcon';
183
182
  export * from './SupportIcon';
184
183
  export * from './TagIcon';
185
184
  export * from './TerminalIcon';
186
- export * from './ThumbDownIcon';
187
- export * from './ThumbUpIcon';
188
185
  export * from './TrackIcon';
189
186
  export * from './TrashIcon';
190
187
  export * from './TrophyFilledIcon';
@@ -129,7 +129,6 @@ export * from './NetworkUserIcon';
129
129
  export * from './NotebookIcon';
130
130
  export * from './ObjectiveIcon';
131
131
  export * from './OneTimeIcon';
132
- export * from './OpenAiIcon';
133
132
  export * from './OpenIcon';
134
133
  export * from './OverviewIcon';
135
134
  export * from './PathChangeIcon';
@@ -183,8 +182,6 @@ export * from './SupportFilledIcon';
183
182
  export * from './SupportIcon';
184
183
  export * from './TagIcon';
185
184
  export * from './TerminalIcon';
186
- export * from './ThumbDownIcon';
187
- export * from './ThumbUpIcon';
188
185
  export * from './TrackIcon';
189
186
  export * from './TrashIcon';
190
187
  export * from './TrophyFilledIcon';
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.3.5-alpha.79821d.0",
4
+ "version": "67.0.0-alpha.35c6c5.0",
5
5
  "author": "Codecademy <dev@codecademy.com>",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "MIT",
22
22
  "devDependencies": {
23
- "@codecademy/gamut-tests": "5.0.6",
23
+ "@codecademy/gamut-tests": "67.0.0-alpha.35c6c5.0",
24
24
  "@svgr/cli": "5.5.0",
25
25
  "@testing-library/react": "^12.1.2",
26
26
  "svgo": "^1.3.2",
@@ -30,8 +30,8 @@
30
30
  "access": "public"
31
31
  },
32
32
  "dependencies": {
33
- "@codecademy/gamut-styles": "16.1.2",
34
- "@codecademy/variance": "0.21.0"
33
+ "@codecademy/gamut-styles": "67.0.0-alpha.35c6c5.0",
34
+ "@codecademy/variance": "67.0.0-alpha.35c6c5.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@emotion/react": "^11.4.0",
@@ -39,5 +39,5 @@
39
39
  "lodash": "^4.17.5",
40
40
  "react": "^17.0.2 || ^18.2.0"
41
41
  },
42
- "gitHead": "43b94b81aa8afeafcef85b8aae8d102eb504314f"
42
+ "gitHead": "a9bd36a1b207302a38f7d5f2856cbcd646c9e686"
43
43
  }
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { GamutIconProps } from '../../props';
3
- export declare const OpenAiIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -1,55 +0,0 @@
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 OpenAiIcon = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
15
- var _ref$title = _ref.title,
16
- title = _ref$title === void 0 ? 'Open Ai Icon' : _ref$title,
17
- titleId = _ref.titleId,
18
- _ref$size = _ref.size,
19
- size = _ref$size === void 0 ? 16 : _ref$size,
20
- _ref$height = _ref.height,
21
- height = _ref$height === void 0 ? size : _ref$height,
22
- _ref$width = _ref.width,
23
- width = _ref$width === void 0 ? size : _ref$width,
24
- props = _objectWithoutProperties(_ref, ["title", "titleId", "size", "height", "width"]);
25
- var maskId = useIconId('OpenAiIcon');
26
- return /*#__PURE__*/_jsxs(Svg, _objectSpread(_objectSpread({
27
- viewBox: "0 0 320 320",
28
- xmlns: "http://www.w3.org/2000/svg",
29
- fill: "#fff",
30
- role: "img",
31
- "aria-hidden": "true",
32
- "pointer-events": "none",
33
- width: width,
34
- height: height,
35
- ref: svgRef,
36
- "aria-labelledby": titleId
37
- }, props), {}, {
38
- children: [title ? /*#__PURE__*/_jsx("title", {
39
- id: titleId,
40
- children: title
41
- }) : null, /*#__PURE__*/_jsx("mask", {
42
- id: "".concat(maskId),
43
- children: /*#__PURE__*/_jsx("path", {
44
- d: "M297.06 130.97a79.712 79.712 0 00-6.85-65.48c-17.46-30.4-52.56-46.04-86.84-38.68A79.747 79.747 0 00143.24 0C108.2-.08 77.11 22.48 66.33 55.82a79.754 79.754 0 00-53.31 38.67c-17.59 30.32-13.58 68.54 9.92 94.54a79.712 79.712 0 006.85 65.48c17.46 30.4 52.56 46.04 86.84 38.68a79.687 79.687 0 0060.13 26.8c35.06.09 66.16-22.49 76.94-55.86a79.754 79.754 0 0053.31-38.67c17.57-30.32 13.55-68.51-9.94-94.51zM176.78 299.08a59.77 59.77 0 01-38.39-13.88c.49-.26 1.34-.73 1.89-1.07l63.72-36.8a10.36 10.36 0 005.24-9.07v-89.83l26.93 15.55c.29.14.48.42.52.74v74.39c-.04 33.08-26.83 59.9-59.91 59.97zM47.94 244.05a59.71 59.71 0 01-7.15-40.18c.47.28 1.3.79 1.89 1.13l63.72 36.8c3.23 1.89 7.23 1.89 10.47 0l77.79-44.92v31.1c.02.32-.13.63-.38.83L129.87 266c-28.69 16.52-65.33 6.7-81.92-21.95zM31.17 104.96c7-12.16 18.05-21.46 31.21-26.29 0 .55-.03 1.52-.03 2.2v73.61c-.02 3.74 1.98 7.21 5.23 9.06l77.79 44.91L118.44 224c-.27.18-.61.21-.91.08l-64.42-37.22c-28.63-16.58-38.45-53.21-21.95-81.89zm221.26 51.49l-77.79-44.92 26.93-15.54c.27-.18.61-.21.91-.08l64.42 37.19c28.68 16.57 38.51 53.26 21.94 81.94a59.94 59.94 0 01-31.2 26.28v-75.81c.03-3.74-1.96-7.2-5.2-9.06zm26.8-40.34c-.47-.29-1.3-.79-1.89-1.13l-63.72-36.8a10.375 10.375 0 00-10.47 0l-77.79 44.92V92c-.02-.32.13-.63.38-.83l64.41-37.16c28.69-16.55 65.37-6.7 81.91 22a59.95 59.95 0 017.15 40.1zm-168.51 55.43l-26.94-15.55a.943.943 0 01-.52-.74V80.86c.02-33.12 26.89-59.96 60.01-59.94 14.01 0 27.57 4.92 38.34 13.88-.49.26-1.33.73-1.89 1.07L116 72.67a10.344 10.344 0 00-5.24 9.06l-.04 89.79zM125.35 140L160 119.99l34.65 20V180L160 200l-34.65-20z"
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
- });
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { GamutIconProps } from '../../props';
3
- export declare const ThumbDownIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -1,72 +0,0 @@
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 ThumbDownIcon = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
15
- var _ref$title = _ref.title,
16
- title = _ref$title === void 0 ? 'Thumb Down Icon' : _ref$title,
17
- titleId = _ref.titleId,
18
- _ref$size = _ref.size,
19
- size = _ref$size === void 0 ? 16 : _ref$size,
20
- _ref$height = _ref.height,
21
- height = _ref$height === void 0 ? size : _ref$height,
22
- _ref$width = _ref.width,
23
- width = _ref$width === void 0 ? size : _ref$width,
24
- props = _objectWithoutProperties(_ref, ["title", "titleId", "size", "height", "width"]);
25
- var maskId = useIconId('ThumbDownIcon');
26
- return /*#__PURE__*/_jsxs(Svg, _objectSpread(_objectSpread({
27
- xmlns: "http://www.w3.org/2000/svg",
28
- fill: "#fff",
29
- viewBox: "0 0 24 24",
30
- strokeWidth: 1.5,
31
- role: "img",
32
- "aria-hidden": "true",
33
- "pointer-events": "none",
34
- width: width,
35
- height: height,
36
- ref: svgRef,
37
- "aria-labelledby": titleId
38
- }, props), {}, {
39
- children: [title ? /*#__PURE__*/_jsx("title", {
40
- id: titleId,
41
- children: title
42
- }) : null, /*#__PURE__*/_jsxs("mask", {
43
- id: "".concat(maskId),
44
- children: [/*#__PURE__*/_jsx("path", {
45
- stroke: "#fff",
46
- strokeLinecap: "round",
47
- strokeLinejoin: "round",
48
- strokeMiterlimit: 10,
49
- d: "M20.25 11.45h1.2c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8h-1.2"
50
- }), /*#__PURE__*/_jsx("path", {
51
- stroke: "#fff",
52
- strokeLinecap: "round",
53
- strokeLinejoin: "round",
54
- strokeMiterlimit: 10,
55
- d: "M20.25 4.25h.3c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8h-.3m0 3.6h.7c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8h-6l.1.2c1 1.7 1.6 3.7 1.7 5.8.1.7-.2 1.3-.8 1.7-.4.3-.8.3-1.3.2-.5-.1-.9-.4-1.1-.8-2.04-3.569-3.397-8.07-6.9-10.6h-2.4m16-7.3h-.7c1.1 0 1.9-.9 1.7-2-.1-.9-.9-1.5-1.8-1.5h-6.5c-.4 0-.9 0-1.3.1l-5.3.9h-2.1"
56
- }), /*#__PURE__*/_jsx("path", {
57
- stroke: "#fff",
58
- strokeLinecap: "round",
59
- strokeLinejoin: "round",
60
- strokeMiterlimit: 10,
61
- d: "M4.25 13.25H.75V.75h3.5v12.5z"
62
- })]
63
- }), /*#__PURE__*/_jsx("g", {
64
- mask: "url(#".concat(maskId, ")"),
65
- children: /*#__PURE__*/_jsx("rect", {
66
- width: "100%",
67
- height: "100%",
68
- fill: "currentColor"
69
- })
70
- })]
71
- }));
72
- });
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { GamutIconProps } from '../../props';
3
- export declare const ThumbUpIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -1,72 +0,0 @@
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 ThumbUpIcon = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
15
- var _ref$title = _ref.title,
16
- title = _ref$title === void 0 ? 'Thumb Up Icon' : _ref$title,
17
- titleId = _ref.titleId,
18
- _ref$size = _ref.size,
19
- size = _ref$size === void 0 ? 16 : _ref$size,
20
- _ref$height = _ref.height,
21
- height = _ref$height === void 0 ? size : _ref$height,
22
- _ref$width = _ref.width,
23
- width = _ref$width === void 0 ? size : _ref$width,
24
- props = _objectWithoutProperties(_ref, ["title", "titleId", "size", "height", "width"]);
25
- var maskId = useIconId('ThumbUpIcon');
26
- return /*#__PURE__*/_jsxs(Svg, _objectSpread(_objectSpread({
27
- xmlns: "http://www.w3.org/2000/svg",
28
- fill: "#fff",
29
- viewBox: "0 0 24 24",
30
- strokeWidth: 1.5,
31
- role: "img",
32
- "aria-hidden": "true",
33
- "pointer-events": "none",
34
- width: width,
35
- height: height,
36
- ref: svgRef,
37
- "aria-labelledby": titleId
38
- }, props), {}, {
39
- children: [title ? /*#__PURE__*/_jsx("title", {
40
- id: titleId,
41
- children: title
42
- }) : null, /*#__PURE__*/_jsxs("mask", {
43
- id: "".concat(maskId),
44
- children: [/*#__PURE__*/_jsx("path", {
45
- stroke: "#fff",
46
- strokeLinecap: "round",
47
- strokeLinejoin: "round",
48
- strokeMiterlimit: 10,
49
- d: "M20.25 12.43h1.2c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8h-1.2"
50
- }), /*#__PURE__*/_jsx("path", {
51
- stroke: "#fff",
52
- strokeLinecap: "round",
53
- strokeLinejoin: "round",
54
- strokeMiterlimit: 10,
55
- d: "M20.25 19.63h.3c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8h-.3m0-3.6h.7c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8h-6l.1-.2c1-1.7 1.6-3.7 1.7-5.8.1-.7-.2-1.3-.8-1.7-.4-.3-.8-.3-1.3-.2-.5.1-.9.4-1.1.8-2.04 3.569-3.397 8.07-6.9 10.6h-2.4m16 7.3h-.7c1.1 0 1.9.9 1.7 2-.1.9-.9 1.5-1.8 1.5h-6.5c-.4 0-.9 0-1.3-.1l-5.3-.9h-2.1"
56
- }), /*#__PURE__*/_jsx("path", {
57
- stroke: "#fff",
58
- strokeLinecap: "round",
59
- strokeLinejoin: "round",
60
- strokeMiterlimit: 10,
61
- d: "M4.25 10.63H.75v12.5h3.5v-12.5z"
62
- })]
63
- }), /*#__PURE__*/_jsx("g", {
64
- mask: "url(#".concat(maskId, ")"),
65
- children: /*#__PURE__*/_jsx("rect", {
66
- width: "100%",
67
- height: "100%",
68
- fill: "currentColor"
69
- })
70
- })]
71
- }));
72
- });
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 320 320" xmlns="http://www.w3.org/2000/svg"><path d="m297.06 130.97c7.26-21.79 4.76-45.66-6.85-65.48-17.46-30.4-52.56-46.04-86.84-38.68-15.25-17.18-37.16-26.95-60.13-26.81-35.04-.08-66.13 22.48-76.91 55.82-22.51 4.61-41.94 18.7-53.31 38.67-17.59 30.32-13.58 68.54 9.92 94.54-7.26 21.79-4.76 45.66 6.85 65.48 17.46 30.4 52.56 46.04 86.84 38.68 15.24 17.18 37.16 26.95 60.13 26.8 35.06.09 66.16-22.49 76.94-55.86 22.51-4.61 41.94-18.7 53.31-38.67 17.57-30.32 13.55-68.51-9.94-94.51zm-120.28 168.11c-14.03.02-27.62-4.89-38.39-13.88.49-.26 1.34-.73 1.89-1.07l63.72-36.8c3.26-1.85 5.26-5.32 5.24-9.07v-89.83l26.93 15.55c.29.14.48.42.52.74v74.39c-.04 33.08-26.83 59.9-59.91 59.97zm-128.84-55.03c-7.03-12.14-9.56-26.37-7.15-40.18.47.28 1.3.79 1.89 1.13l63.72 36.8c3.23 1.89 7.23 1.89 10.47 0l77.79-44.92v31.1c.02.32-.13.63-.38.83l-64.41 37.19c-28.69 16.52-65.33 6.7-81.92-21.95zm-16.77-139.09c7-12.16 18.05-21.46 31.21-26.29 0 .55-.03 1.52-.03 2.2v73.61c-.02 3.74 1.98 7.21 5.23 9.06l77.79 44.91-26.93 15.55c-.27.18-.61.21-.91.08l-64.42-37.22c-28.63-16.58-38.45-53.21-21.95-81.89zm221.26 51.49-77.79-44.92 26.93-15.54c.27-.18.61-.21.91-.08l64.42 37.19c28.68 16.57 38.51 53.26 21.94 81.94-7.01 12.14-18.05 21.44-31.2 26.28v-75.81c.03-3.74-1.96-7.2-5.2-9.06zm26.8-40.34c-.47-.29-1.3-.79-1.89-1.13l-63.72-36.8c-3.23-1.89-7.23-1.89-10.47 0l-77.79 44.92v-31.1c-.02-.32.13-.63.38-.83l64.41-37.16c28.69-16.55 65.37-6.7 81.91 22 6.99 12.12 9.52 26.31 7.15 40.1zm-168.51 55.43-26.94-15.55c-.29-.14-.48-.42-.52-.74v-74.39c.02-33.12 26.89-59.96 60.01-59.94 14.01 0 27.57 4.92 38.34 13.88-.49.26-1.33.73-1.89 1.07l-63.72 36.8c-3.26 1.85-5.26 5.31-5.24 9.06l-.04 89.79zm14.63-31.54 34.65-20.01 34.65 20v40.01l-34.65 20-34.65-20z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.25 11.45h1.2c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8h-1.2"></path><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.25 4.25h.3c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8h-.3"></path><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.25 11.45h.7c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8h-6l.1.2c1 1.7 1.6 3.7 1.7 5.8.1.7-.2 1.3-.8 1.7-.4.3-.8.3-1.3.2-.5-.1-.9-.4-1.1-.8-2.04-3.569-3.397-8.07-6.9-10.6h-2.4"></path><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.25 4.25h-.7c1.1 0 1.9-.9 1.7-2-.1-.9-.9-1.5-1.8-1.5h-6.5c-.4 0-.9 0-1.3.1l-5.3.9h-2.1"></path><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4.25 13.25H.75V.75h3.5v12.5Z"></path></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.25 12.43h1.2c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8h-1.2"></path><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.25 19.63h.3c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8h-.3"></path><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.25 12.43h.7c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8h-6l.1-.2c1-1.7 1.6-3.7 1.7-5.8.1-.7-.2-1.3-.8-1.7-.4-.3-.8-.3-1.3-.2-.5.1-.9.4-1.1.8-2.04 3.569-3.397 8.07-6.9 10.6h-2.4"></path><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.25 19.63h-.7c1.1 0 1.9.9 1.7 2-.1.9-.9 1.5-1.8 1.5h-6.5c-.4 0-.9 0-1.3-.1l-5.3-.9h-2.1"></path><path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4.25 10.63H.75v12.5h3.5v-12.5Z"></path></svg>