@codecademy/gamut-patterns 0.9.17 → 0.9.18-alpha.5991e7.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.
- package/dist/patterns/CheckerDense.js +13 -21
- package/dist/patterns/CheckerLoose.js +13 -21
- package/dist/patterns/CheckerRegular.js +13 -21
- package/dist/patterns/DiagonalADense.js +13 -21
- package/dist/patterns/DiagonalALoose.js +13 -21
- package/dist/patterns/DiagonalARegular.js +13 -21
- package/dist/patterns/DiagonalBDense.js +13 -21
- package/dist/patterns/DiagonalBLoose.js +13 -21
- package/dist/patterns/DiagonalBRegular.js +13 -21
- package/dist/patterns/DotDense.js +13 -21
- package/dist/patterns/DotLoose.js +13 -21
- package/dist/patterns/DotRegular.js +13 -21
- package/dist/patterns/ExDense.js +13 -21
- package/dist/patterns/ExLoose.js +13 -21
- package/dist/patterns/ExRegular.js +13 -21
- package/dist/patterns/FlowerDense.js +13 -21
- package/dist/patterns/FlowerLoose.js +13 -21
- package/dist/patterns/FlowerRegular.js +13 -21
- package/dist/patterns/GridDense.js +13 -21
- package/dist/patterns/GridLoose.js +13 -21
- package/dist/patterns/GridRegular.js +13 -21
- package/dist/patterns/Herringbone.js +13 -21
- package/dist/patterns/RainDense.js +13 -21
- package/dist/patterns/RainLoose.js +13 -21
- package/dist/patterns/RainRegular.js +13 -21
- package/dist/patterns/StripeDense.js +13 -21
- package/dist/patterns/StripeLoose.js +13 -21
- package/dist/patterns/StripeRegular.js +13 -21
- package/dist/props.d.ts +3 -5
- package/dist/props.js +12 -19
- package/dist/usePatternId.js +3 -3
- package/package.json +4 -4
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const CheckerDense = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Checker Dense',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('CheckerDense');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -48,7 +40,7 @@ export var CheckerDense = /*#__PURE__*/React.forwardRef(function (_ref, svgRef)
|
|
|
48
40
|
}), /*#__PURE__*/_jsx("rect", {
|
|
49
41
|
width: "100%",
|
|
50
42
|
height: "100%",
|
|
51
|
-
fill:
|
|
43
|
+
fill: `url(#${patternId})`
|
|
52
44
|
})]
|
|
53
|
-
})
|
|
45
|
+
});
|
|
54
46
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const CheckerLoose = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Checker Loose',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('CheckerLoose');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -48,7 +40,7 @@ export var CheckerLoose = /*#__PURE__*/React.forwardRef(function (_ref, svgRef)
|
|
|
48
40
|
}), /*#__PURE__*/_jsx("rect", {
|
|
49
41
|
width: "100%",
|
|
50
42
|
height: "100%",
|
|
51
|
-
fill:
|
|
43
|
+
fill: `url(#${patternId})`
|
|
52
44
|
})]
|
|
53
|
-
})
|
|
45
|
+
});
|
|
54
46
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const CheckerRegular = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Checker Regular',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('CheckerRegular');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -48,7 +40,7 @@ export var CheckerRegular = /*#__PURE__*/React.forwardRef(function (_ref, svgRef
|
|
|
48
40
|
}), /*#__PURE__*/_jsx("rect", {
|
|
49
41
|
width: "100%",
|
|
50
42
|
height: "100%",
|
|
51
|
-
fill:
|
|
43
|
+
fill: `url(#${patternId})`
|
|
52
44
|
})]
|
|
53
|
-
})
|
|
45
|
+
});
|
|
54
46
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const DiagonalADense = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Diagonal A Dense',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('DiagonalADense');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -82,7 +74,7 @@ export var DiagonalADense = /*#__PURE__*/React.forwardRef(function (_ref, svgRef
|
|
|
82
74
|
}), /*#__PURE__*/_jsx("rect", {
|
|
83
75
|
width: "100%",
|
|
84
76
|
height: "100%",
|
|
85
|
-
fill:
|
|
77
|
+
fill: `url(#${patternId})`
|
|
86
78
|
})]
|
|
87
|
-
})
|
|
79
|
+
});
|
|
88
80
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const DiagonalALoose = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Diagonal A Loose',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('DiagonalALoose');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -226,7 +218,7 @@ export var DiagonalALoose = /*#__PURE__*/React.forwardRef(function (_ref, svgRef
|
|
|
226
218
|
}), /*#__PURE__*/_jsx("rect", {
|
|
227
219
|
width: "100%",
|
|
228
220
|
height: "100%",
|
|
229
|
-
fill:
|
|
221
|
+
fill: `url(#${patternId})`
|
|
230
222
|
})]
|
|
231
|
-
})
|
|
223
|
+
});
|
|
232
224
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const DiagonalARegular = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Diagonal A Regular',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('DiagonalARegular');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -130,7 +122,7 @@ export var DiagonalARegular = /*#__PURE__*/React.forwardRef(function (_ref, svgR
|
|
|
130
122
|
}), /*#__PURE__*/_jsx("rect", {
|
|
131
123
|
width: "100%",
|
|
132
124
|
height: "100%",
|
|
133
|
-
fill:
|
|
125
|
+
fill: `url(#${patternId})`
|
|
134
126
|
})]
|
|
135
|
-
})
|
|
127
|
+
});
|
|
136
128
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const DiagonalBDense = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Diagonal B Dense',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('DiagonalBDense');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -64,7 +56,7 @@ export var DiagonalBDense = /*#__PURE__*/React.forwardRef(function (_ref, svgRef
|
|
|
64
56
|
}), /*#__PURE__*/_jsx("rect", {
|
|
65
57
|
width: "100%",
|
|
66
58
|
height: "100%",
|
|
67
|
-
fill:
|
|
59
|
+
fill: `url(#${patternId})`
|
|
68
60
|
})]
|
|
69
|
-
})
|
|
61
|
+
});
|
|
70
62
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const DiagonalBLoose = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Diagonal B Loose',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('DiagonalBLoose');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -132,7 +124,7 @@ export var DiagonalBLoose = /*#__PURE__*/React.forwardRef(function (_ref, svgRef
|
|
|
132
124
|
}), /*#__PURE__*/_jsx("rect", {
|
|
133
125
|
width: "100%",
|
|
134
126
|
height: "100%",
|
|
135
|
-
fill:
|
|
127
|
+
fill: `url(#${patternId})`
|
|
136
128
|
})]
|
|
137
|
-
})
|
|
129
|
+
});
|
|
138
130
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const DiagonalBRegular = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Diagonal B Regular',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('DiagonalBRegular');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -88,7 +80,7 @@ export var DiagonalBRegular = /*#__PURE__*/React.forwardRef(function (_ref, svgR
|
|
|
88
80
|
}), /*#__PURE__*/_jsx("rect", {
|
|
89
81
|
width: "100%",
|
|
90
82
|
height: "100%",
|
|
91
|
-
fill:
|
|
83
|
+
fill: `url(#${patternId})`
|
|
92
84
|
})]
|
|
93
|
-
})
|
|
85
|
+
});
|
|
94
86
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const DotDense = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Dot Dense',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('DotDense');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -43,7 +35,7 @@ export var DotDense = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
|
|
|
43
35
|
}), /*#__PURE__*/_jsx("rect", {
|
|
44
36
|
width: "100%",
|
|
45
37
|
height: "100%",
|
|
46
|
-
fill:
|
|
38
|
+
fill: `url(#${patternId})`
|
|
47
39
|
})]
|
|
48
|
-
})
|
|
40
|
+
});
|
|
49
41
|
});
|
|
@@ -1,29 +1,21 @@
|
|
|
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
1
|
import * as React from 'react';
|
|
10
2
|
import { Svg } from '../props';
|
|
11
3
|
import { usePatternId } from '../usePatternId';
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
return /*#__PURE__*/_jsxs(Svg,
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const DotLoose = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title = 'Dot Loose',
|
|
8
|
+
titleId,
|
|
9
|
+
...props
|
|
10
|
+
} = _ref;
|
|
11
|
+
const patternId = usePatternId('DotLoose');
|
|
12
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
21
13
|
fill: "currentColor",
|
|
22
14
|
role: "img",
|
|
23
15
|
"aria-hidden": "true",
|
|
24
16
|
ref: svgRef,
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
|
|
17
|
+
"aria-labelledby": titleId,
|
|
18
|
+
...props,
|
|
27
19
|
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
20
|
id: titleId,
|
|
29
21
|
children: title
|
|
@@ -86,7 +78,7 @@ export var DotLoose = /*#__PURE__*/React.forwardRef(function (_ref, svgRef) {
|
|
|
86
78
|
}), /*#__PURE__*/_jsx("rect", {
|
|
87
79
|
width: "100%",
|
|
88
80
|
height: "100%",
|
|
89
|
-
fill:
|
|
81
|
+
fill: `url(#${patternId})`
|
|
90
82
|
})]
|
|
91
|
-
})
|
|
83
|
+
});
|
|
92
84
|
});
|