@codecademy/gamut-patterns 0.8.16-alpha.5ea335.0 → 0.8.16-alpha.718461.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.
@@ -1,4 +1,8 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ 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; }
2
+
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
+
5
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
6
 
3
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; }
4
8
 
@@ -7,6 +11,8 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
7
11
  import * as React from 'react';
8
12
  import { Svg } from '../props';
9
13
  import { usePatternId } from '../usePatternId';
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
10
16
  export var DiagonalARegular = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
11
17
  var _ref$title = _ref.title,
12
18
  title = _ref$title === void 0 ? 'Diagonal A Regular' : _ref$title,
@@ -14,116 +20,120 @@ export var DiagonalARegular = /*#__PURE__*/React.forwardRef(function (_ref, svgR
14
20
  props = _objectWithoutProperties(_ref, ["title", "titleId"]);
15
21
 
16
22
  var patternId = usePatternId('DiagonalARegular');
17
- return /*#__PURE__*/React.createElement(Svg, _extends({
23
+ return /*#__PURE__*/_jsxs(Svg, _objectSpread(_objectSpread({
18
24
  fill: "currentColor",
19
25
  role: "img",
20
26
  "aria-hidden": "true",
21
27
  ref: svgRef,
22
28
  "aria-labelledby": titleId
23
- }, props), title ? /*#__PURE__*/React.createElement("title", {
24
- id: titleId
25
- }, title) : null, /*#__PURE__*/React.createElement("pattern", {
26
- id: patternId,
27
- x: 0,
28
- y: 0,
29
- width: 8,
30
- height: 8,
31
- patternUnits: "userSpaceOnUse"
32
- }, /*#__PURE__*/React.createElement("rect", {
33
- width: 1,
34
- height: 1,
35
- fill: "currentColor"
36
- }), /*#__PURE__*/React.createElement("rect", {
37
- x: 6,
38
- y: 2,
39
- width: 1,
40
- height: 1,
41
- fill: "currentColor"
42
- }), /*#__PURE__*/React.createElement("rect", {
43
- x: 5,
44
- y: 2,
45
- width: 1,
46
- height: 1,
47
- fill: "currentColor"
48
- }), /*#__PURE__*/React.createElement("rect", {
49
- x: 5,
50
- y: 3,
51
- width: 1,
52
- height: 1,
53
- fill: "currentColor"
54
- }), /*#__PURE__*/React.createElement("rect", {
55
- x: 4,
56
- y: 3,
57
- width: 1,
58
- height: 1,
59
- fill: "currentColor"
60
- }), /*#__PURE__*/React.createElement("rect", {
61
- x: 7,
62
- width: 1,
63
- height: 1,
64
- fill: "currentColor"
65
- }), /*#__PURE__*/React.createElement("rect", {
66
- x: 7,
67
- y: 1,
68
- width: 1,
69
- height: 1,
70
- fill: "currentColor"
71
- }), /*#__PURE__*/React.createElement("rect", {
72
- x: 6,
73
- y: 1,
74
- width: 1,
75
- height: 1,
76
- fill: "currentColor"
77
- }), /*#__PURE__*/React.createElement("rect", {
78
- x: 3,
79
- y: 5,
80
- width: 1,
81
- height: 1,
82
- fill: "currentColor"
83
- }), /*#__PURE__*/React.createElement("rect", {
84
- x: 2,
85
- y: 5,
86
- width: 1,
87
- height: 1,
88
- fill: "currentColor"
89
- }), /*#__PURE__*/React.createElement("rect", {
90
- x: 2,
91
- y: 6,
92
- width: 1,
93
- height: 1,
94
- fill: "currentColor"
95
- }), /*#__PURE__*/React.createElement("rect", {
96
- x: 1,
97
- y: 6,
98
- width: 1,
99
- height: 1,
100
- fill: "currentColor"
101
- }), /*#__PURE__*/React.createElement("rect", {
102
- y: 7,
103
- width: 1,
104
- height: 1,
105
- fill: "currentColor"
106
- }), /*#__PURE__*/React.createElement("rect", {
107
- x: 1,
108
- y: 7,
109
- width: 1,
110
- height: 1,
111
- fill: "currentColor"
112
- }), /*#__PURE__*/React.createElement("rect", {
113
- x: 4,
114
- y: 4,
115
- width: 1,
116
- height: 1,
117
- fill: "currentColor"
118
- }), /*#__PURE__*/React.createElement("rect", {
119
- x: 3,
120
- y: 4,
121
- width: 1,
122
- height: 1,
123
- fill: "currentColor"
124
- })), /*#__PURE__*/React.createElement("rect", {
125
- width: "100%",
126
- height: "100%",
127
- fill: "url(#".concat(patternId, ")")
29
+ }, props), {}, {
30
+ children: [title ? /*#__PURE__*/_jsx("title", {
31
+ id: titleId,
32
+ children: title
33
+ }) : null, /*#__PURE__*/_jsxs("pattern", {
34
+ id: patternId,
35
+ x: 0,
36
+ y: 0,
37
+ width: 8,
38
+ height: 8,
39
+ patternUnits: "userSpaceOnUse",
40
+ children: [/*#__PURE__*/_jsx("rect", {
41
+ width: 1,
42
+ height: 1,
43
+ fill: "currentColor"
44
+ }), /*#__PURE__*/_jsx("rect", {
45
+ x: 6,
46
+ y: 2,
47
+ width: 1,
48
+ height: 1,
49
+ fill: "currentColor"
50
+ }), /*#__PURE__*/_jsx("rect", {
51
+ x: 5,
52
+ y: 2,
53
+ width: 1,
54
+ height: 1,
55
+ fill: "currentColor"
56
+ }), /*#__PURE__*/_jsx("rect", {
57
+ x: 5,
58
+ y: 3,
59
+ width: 1,
60
+ height: 1,
61
+ fill: "currentColor"
62
+ }), /*#__PURE__*/_jsx("rect", {
63
+ x: 4,
64
+ y: 3,
65
+ width: 1,
66
+ height: 1,
67
+ fill: "currentColor"
68
+ }), /*#__PURE__*/_jsx("rect", {
69
+ x: 7,
70
+ width: 1,
71
+ height: 1,
72
+ fill: "currentColor"
73
+ }), /*#__PURE__*/_jsx("rect", {
74
+ x: 7,
75
+ y: 1,
76
+ width: 1,
77
+ height: 1,
78
+ fill: "currentColor"
79
+ }), /*#__PURE__*/_jsx("rect", {
80
+ x: 6,
81
+ y: 1,
82
+ width: 1,
83
+ height: 1,
84
+ fill: "currentColor"
85
+ }), /*#__PURE__*/_jsx("rect", {
86
+ x: 3,
87
+ y: 5,
88
+ width: 1,
89
+ height: 1,
90
+ fill: "currentColor"
91
+ }), /*#__PURE__*/_jsx("rect", {
92
+ x: 2,
93
+ y: 5,
94
+ width: 1,
95
+ height: 1,
96
+ fill: "currentColor"
97
+ }), /*#__PURE__*/_jsx("rect", {
98
+ x: 2,
99
+ y: 6,
100
+ width: 1,
101
+ height: 1,
102
+ fill: "currentColor"
103
+ }), /*#__PURE__*/_jsx("rect", {
104
+ x: 1,
105
+ y: 6,
106
+ width: 1,
107
+ height: 1,
108
+ fill: "currentColor"
109
+ }), /*#__PURE__*/_jsx("rect", {
110
+ y: 7,
111
+ width: 1,
112
+ height: 1,
113
+ fill: "currentColor"
114
+ }), /*#__PURE__*/_jsx("rect", {
115
+ x: 1,
116
+ y: 7,
117
+ width: 1,
118
+ height: 1,
119
+ fill: "currentColor"
120
+ }), /*#__PURE__*/_jsx("rect", {
121
+ x: 4,
122
+ y: 4,
123
+ width: 1,
124
+ height: 1,
125
+ fill: "currentColor"
126
+ }), /*#__PURE__*/_jsx("rect", {
127
+ x: 3,
128
+ y: 4,
129
+ width: 1,
130
+ height: 1,
131
+ fill: "currentColor"
132
+ })]
133
+ }), /*#__PURE__*/_jsx("rect", {
134
+ width: "100%",
135
+ height: "100%",
136
+ fill: "url(#".concat(patternId, ")")
137
+ })]
128
138
  }));
129
139
  });
@@ -1,4 +1,8 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ 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; }
2
+
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
+
5
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
6
 
3
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; }
4
8
 
@@ -7,6 +11,8 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
7
11
  import * as React from 'react';
8
12
  import { Svg } from '../props';
9
13
  import { usePatternId } from '../usePatternId';
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
10
16
  export var DiagonalBDense = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
11
17
  var _ref$title = _ref.title,
12
18
  title = _ref$title === void 0 ? 'Diagonal B Dense' : _ref$title,
@@ -14,50 +20,54 @@ export var DiagonalBDense = /*#__PURE__*/React.forwardRef(function (_ref, svgRef
14
20
  props = _objectWithoutProperties(_ref, ["title", "titleId"]);
15
21
 
16
22
  var patternId = usePatternId('DiagonalBDense');
17
- return /*#__PURE__*/React.createElement(Svg, _extends({
23
+ return /*#__PURE__*/_jsxs(Svg, _objectSpread(_objectSpread({
18
24
  fill: "currentColor",
19
25
  role: "img",
20
26
  "aria-hidden": "true",
21
27
  ref: svgRef,
22
28
  "aria-labelledby": titleId
23
- }, props), title ? /*#__PURE__*/React.createElement("title", {
24
- id: titleId
25
- }, title) : null, /*#__PURE__*/React.createElement("pattern", {
26
- id: patternId,
27
- x: 0,
28
- y: 0,
29
- width: 4,
30
- height: 4,
31
- patternUnits: "userSpaceOnUse"
32
- }, /*#__PURE__*/React.createElement("rect", {
33
- width: 4,
34
- height: 4,
35
- fill: "transparent"
36
- }), /*#__PURE__*/React.createElement("rect", {
37
- y: 3,
38
- width: 1,
39
- height: 1,
40
- fill: "currentColor"
41
- }), /*#__PURE__*/React.createElement("rect", {
42
- x: 1,
43
- y: 2,
44
- width: 1,
45
- height: 1,
46
- fill: "currentColor"
47
- }), /*#__PURE__*/React.createElement("rect", {
48
- x: 2,
49
- y: 1,
50
- width: 1,
51
- height: 1,
52
- fill: "currentColor"
53
- }), /*#__PURE__*/React.createElement("rect", {
54
- x: 3,
55
- width: 1,
56
- height: 1,
57
- fill: "currentColor"
58
- })), /*#__PURE__*/React.createElement("rect", {
59
- width: "100%",
60
- height: "100%",
61
- fill: "url(#".concat(patternId, ")")
29
+ }, props), {}, {
30
+ children: [title ? /*#__PURE__*/_jsx("title", {
31
+ id: titleId,
32
+ children: title
33
+ }) : null, /*#__PURE__*/_jsxs("pattern", {
34
+ id: patternId,
35
+ x: 0,
36
+ y: 0,
37
+ width: 4,
38
+ height: 4,
39
+ patternUnits: "userSpaceOnUse",
40
+ children: [/*#__PURE__*/_jsx("rect", {
41
+ width: 4,
42
+ height: 4,
43
+ fill: "transparent"
44
+ }), /*#__PURE__*/_jsx("rect", {
45
+ y: 3,
46
+ width: 1,
47
+ height: 1,
48
+ fill: "currentColor"
49
+ }), /*#__PURE__*/_jsx("rect", {
50
+ x: 1,
51
+ y: 2,
52
+ width: 1,
53
+ height: 1,
54
+ fill: "currentColor"
55
+ }), /*#__PURE__*/_jsx("rect", {
56
+ x: 2,
57
+ y: 1,
58
+ width: 1,
59
+ height: 1,
60
+ fill: "currentColor"
61
+ }), /*#__PURE__*/_jsx("rect", {
62
+ x: 3,
63
+ width: 1,
64
+ height: 1,
65
+ fill: "currentColor"
66
+ })]
67
+ }), /*#__PURE__*/_jsx("rect", {
68
+ width: "100%",
69
+ height: "100%",
70
+ fill: "url(#".concat(patternId, ")")
71
+ })]
62
72
  }));
63
73
  });
@@ -1,4 +1,8 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ 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; }
2
+
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
+
5
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
6
 
3
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; }
4
8
 
@@ -7,6 +11,8 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
7
11
  import * as React from 'react';
8
12
  import { Svg } from '../props';
9
13
  import { usePatternId } from '../usePatternId';
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
10
16
  export var DiagonalBLoose = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
11
17
  var _ref$title = _ref.title,
12
18
  title = _ref$title === void 0 ? 'Diagonal B Loose' : _ref$title,
@@ -14,118 +20,122 @@ export var DiagonalBLoose = /*#__PURE__*/React.forwardRef(function (_ref, svgRef
14
20
  props = _objectWithoutProperties(_ref, ["title", "titleId"]);
15
21
 
16
22
  var patternId = usePatternId('DiagonalBLoose');
17
- return /*#__PURE__*/React.createElement(Svg, _extends({
23
+ return /*#__PURE__*/_jsxs(Svg, _objectSpread(_objectSpread({
18
24
  fill: "currentColor",
19
25
  role: "img",
20
26
  "aria-hidden": "true",
21
27
  ref: svgRef,
22
28
  "aria-labelledby": titleId
23
- }, props), title ? /*#__PURE__*/React.createElement("title", {
24
- id: titleId
25
- }, title) : null, /*#__PURE__*/React.createElement("pattern", {
26
- id: patternId,
27
- x: 0,
28
- y: 0,
29
- width: 16,
30
- height: 16,
31
- patternUnits: "userSpaceOnUse"
32
- }, /*#__PURE__*/React.createElement("rect", {
33
- y: 15,
34
- width: 1,
35
- height: 1,
36
- fill: "currentColor"
37
- }), /*#__PURE__*/React.createElement("rect", {
38
- x: 1,
39
- y: 14,
40
- width: 1,
41
- height: 1,
42
- fill: "currentColor"
43
- }), /*#__PURE__*/React.createElement("rect", {
44
- x: 2,
45
- y: 13,
46
- width: 1,
47
- height: 1,
48
- fill: "currentColor"
49
- }), /*#__PURE__*/React.createElement("rect", {
50
- x: 3,
51
- y: 12,
52
- width: 1,
53
- height: 1,
54
- fill: "currentColor"
55
- }), /*#__PURE__*/React.createElement("rect", {
56
- x: 4,
57
- y: 11,
58
- width: 1,
59
- height: 1,
60
- fill: "currentColor"
61
- }), /*#__PURE__*/React.createElement("rect", {
62
- x: 5,
63
- y: 10,
64
- width: 1,
65
- height: 1,
66
- fill: "currentColor"
67
- }), /*#__PURE__*/React.createElement("rect", {
68
- x: 6,
69
- y: 9,
70
- width: 1,
71
- height: 1,
72
- fill: "currentColor"
73
- }), /*#__PURE__*/React.createElement("rect", {
74
- x: 7,
75
- y: 8,
76
- width: 1,
77
- height: 1,
78
- fill: "currentColor"
79
- }), /*#__PURE__*/React.createElement("rect", {
80
- x: 8,
81
- y: 7,
82
- width: 1,
83
- height: 1,
84
- fill: "currentColor"
85
- }), /*#__PURE__*/React.createElement("rect", {
86
- x: 9,
87
- y: 6,
88
- width: 1,
89
- height: 1,
90
- fill: "currentColor"
91
- }), /*#__PURE__*/React.createElement("rect", {
92
- x: 10,
93
- y: 5,
94
- width: 1,
95
- height: 1,
96
- fill: "currentColor"
97
- }), /*#__PURE__*/React.createElement("rect", {
98
- x: 11,
99
- y: 4,
100
- width: 1,
101
- height: 1,
102
- fill: "currentColor"
103
- }), /*#__PURE__*/React.createElement("rect", {
104
- x: 12,
105
- y: 3,
106
- width: 1,
107
- height: 1,
108
- fill: "currentColor"
109
- }), /*#__PURE__*/React.createElement("rect", {
110
- x: 13,
111
- y: 2,
112
- width: 1,
113
- height: 1,
114
- fill: "currentColor"
115
- }), /*#__PURE__*/React.createElement("rect", {
116
- x: 14,
117
- y: 1,
118
- width: 1,
119
- height: 1,
120
- fill: "currentColor"
121
- }), /*#__PURE__*/React.createElement("rect", {
122
- x: 15,
123
- width: 1,
124
- height: 1,
125
- fill: "currentColor"
126
- })), /*#__PURE__*/React.createElement("rect", {
127
- width: "100%",
128
- height: "100%",
129
- fill: "url(#".concat(patternId, ")")
29
+ }, props), {}, {
30
+ children: [title ? /*#__PURE__*/_jsx("title", {
31
+ id: titleId,
32
+ children: title
33
+ }) : null, /*#__PURE__*/_jsxs("pattern", {
34
+ id: patternId,
35
+ x: 0,
36
+ y: 0,
37
+ width: 16,
38
+ height: 16,
39
+ patternUnits: "userSpaceOnUse",
40
+ children: [/*#__PURE__*/_jsx("rect", {
41
+ y: 15,
42
+ width: 1,
43
+ height: 1,
44
+ fill: "currentColor"
45
+ }), /*#__PURE__*/_jsx("rect", {
46
+ x: 1,
47
+ y: 14,
48
+ width: 1,
49
+ height: 1,
50
+ fill: "currentColor"
51
+ }), /*#__PURE__*/_jsx("rect", {
52
+ x: 2,
53
+ y: 13,
54
+ width: 1,
55
+ height: 1,
56
+ fill: "currentColor"
57
+ }), /*#__PURE__*/_jsx("rect", {
58
+ x: 3,
59
+ y: 12,
60
+ width: 1,
61
+ height: 1,
62
+ fill: "currentColor"
63
+ }), /*#__PURE__*/_jsx("rect", {
64
+ x: 4,
65
+ y: 11,
66
+ width: 1,
67
+ height: 1,
68
+ fill: "currentColor"
69
+ }), /*#__PURE__*/_jsx("rect", {
70
+ x: 5,
71
+ y: 10,
72
+ width: 1,
73
+ height: 1,
74
+ fill: "currentColor"
75
+ }), /*#__PURE__*/_jsx("rect", {
76
+ x: 6,
77
+ y: 9,
78
+ width: 1,
79
+ height: 1,
80
+ fill: "currentColor"
81
+ }), /*#__PURE__*/_jsx("rect", {
82
+ x: 7,
83
+ y: 8,
84
+ width: 1,
85
+ height: 1,
86
+ fill: "currentColor"
87
+ }), /*#__PURE__*/_jsx("rect", {
88
+ x: 8,
89
+ y: 7,
90
+ width: 1,
91
+ height: 1,
92
+ fill: "currentColor"
93
+ }), /*#__PURE__*/_jsx("rect", {
94
+ x: 9,
95
+ y: 6,
96
+ width: 1,
97
+ height: 1,
98
+ fill: "currentColor"
99
+ }), /*#__PURE__*/_jsx("rect", {
100
+ x: 10,
101
+ y: 5,
102
+ width: 1,
103
+ height: 1,
104
+ fill: "currentColor"
105
+ }), /*#__PURE__*/_jsx("rect", {
106
+ x: 11,
107
+ y: 4,
108
+ width: 1,
109
+ height: 1,
110
+ fill: "currentColor"
111
+ }), /*#__PURE__*/_jsx("rect", {
112
+ x: 12,
113
+ y: 3,
114
+ width: 1,
115
+ height: 1,
116
+ fill: "currentColor"
117
+ }), /*#__PURE__*/_jsx("rect", {
118
+ x: 13,
119
+ y: 2,
120
+ width: 1,
121
+ height: 1,
122
+ fill: "currentColor"
123
+ }), /*#__PURE__*/_jsx("rect", {
124
+ x: 14,
125
+ y: 1,
126
+ width: 1,
127
+ height: 1,
128
+ fill: "currentColor"
129
+ }), /*#__PURE__*/_jsx("rect", {
130
+ x: 15,
131
+ width: 1,
132
+ height: 1,
133
+ fill: "currentColor"
134
+ })]
135
+ }), /*#__PURE__*/_jsx("rect", {
136
+ width: "100%",
137
+ height: "100%",
138
+ fill: "url(#".concat(patternId, ")")
139
+ })]
130
140
  }));
131
141
  });