@telus-uds/palette-allium 2.9.0 → 2.9.2
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/README.md +2 -4
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +1 -1
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +1 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +1 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/icons/CanUs.js +5 -5
- package/build/rn/icons/CanUs.native.js +5 -5
- package/build/rn/icons/Grid.js +3 -2
- package/build/rn/icons/Grid.native.js +3 -2
- package/build/rn/icons/List.js +3 -2
- package/build/rn/icons/List.native.js +3 -2
- package/build/rn/icons/Magnify.js +3 -2
- package/build/rn/icons/Magnify.native.js +3 -2
- package/build/rn/icons/Money.js +6 -5
- package/build/rn/icons/Money.native.js +6 -5
- package/build/rn/icons/Replay.js +3 -2
- package/build/rn/icons/Replay.native.js +3 -2
- package/build/rn/icons/SmartWearSecurity.js +9 -19
- package/build/rn/icons/SmartWearSecurity.native.js +9 -19
- package/build/rn/icons/can-us.icon.svg +3 -4
- package/build/rn/icons/grid.icon.svg +1 -1
- package/build/rn/icons/list.icon.svg +1 -1
- package/build/rn/icons/magnify.icon.svg +1 -1
- package/build/rn/icons/money.icon.svg +3 -2
- package/build/rn/icons/replay.icon.svg +1 -1
- package/build/rn/icons/smart-wear-security.icon.svg +4 -1
- package/build/rn/palette.js +1 -1
- package/build/web/fonts/fonts-cdn-family.css +7 -7
- package/build/web/fonts/fonts-cdn.css +7 -7
- package/build/web/fonts/fonts-local-family.css +7 -7
- package/build/web/fonts/fonts-local.css +7 -7
- package/build/web/fonts/{v2_9_0-HelveticaNow-300.otf → v2_9_2-HelveticaNow-300-gzwlGzEimgLmyKnlSVmJu.otf} +0 -0
- package/build/web/fonts/{v2_9_0-HelveticaNow-400.woff → v2_9_2-HelveticaNow-400-9v-OBomF9f9V4DdBmI0Rn.woff} +0 -0
- package/build/web/fonts/{v2_9_0-HelveticaNow-500.woff → v2_9_2-HelveticaNow-500-MnkEowCR5x_lv2jQ55dNr.woff} +0 -0
- package/build/web/fonts/{v2_9_0-HelveticaNow-700.woff → v2_9_2-HelveticaNow-700-BcxIYPUDCaeOQYZ498hPJ.woff} +0 -0
- package/build/web/fonts/{v2_9_0-HelveticaNowOTF-400.otf → v2_9_2-HelveticaNowOTF-400-McTAKkoIJ4c6Jm52Azra9.otf} +0 -0
- package/build/web/fonts/{v2_9_0-HelveticaNowOTF-500.otf → v2_9_2-HelveticaNowOTF-500-S3pGbzQLzmBSCatHIoyiO.otf} +0 -0
- package/build/web/fonts/{v2_9_0-HelveticaNowOTF-700.otf → v2_9_2-HelveticaNowOTF-700-6HlceCNSLhqiBWK9h4O4F.otf} +0 -0
- package/build/web/icons/CanUs.js +5 -5
- package/build/web/icons/Grid.js +3 -2
- package/build/web/icons/List.js +3 -2
- package/build/web/icons/Magnify.js +3 -2
- package/build/web/icons/Money.js +6 -5
- package/build/web/icons/Replay.js +3 -2
- package/build/web/icons/SmartWearSecurity.js +9 -19
- package/build/web/icons/can-us.icon.svg +3 -4
- package/build/web/icons/grid.icon.svg +1 -1
- package/build/web/icons/list.icon.svg +1 -1
- package/build/web/icons/magnify.icon.svg +1 -1
- package/build/web/icons/money.icon.svg +3 -2
- package/build/web/icons/replay.icon.svg +1 -1
- package/build/web/icons/smart-wear-security.icon.svg +4 -1
- package/build/web/palette.js +8 -8
- package/package.json +2 -2
package/README.md
CHANGED
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
package/build/android/radius.xml
CHANGED
package/build/android/size.xml
CHANGED
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
package/build/ios/Size.swift
CHANGED
package/build/rn/icons/CanUs.js
CHANGED
|
@@ -9,9 +9,9 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
13
|
height: size,
|
|
14
|
-
|
|
14
|
+
width: size,
|
|
15
15
|
fill: color,
|
|
16
16
|
role: title ? 'img' : undefined,
|
|
17
17
|
"aria-hidden": !title,
|
|
@@ -20,10 +20,10 @@ module.exports = ({
|
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
22
|
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
-
d: "M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.
|
|
23
|
+
d: "M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.14Zm4.19-19.158L8.864 1.434 7.397 3.842a.671.671 0 0 1-.948.207l-.267-.18.476 3.207c.092.621-.65 1.014-1.114.59l-1.529-1.39-.14.356a.67.67 0 0 1-.745.412L1.476 6.74l.483 1.952a.666.666 0 0 1-.245.691l-.33.251 3.572 3.01v2.206l-.434.055A.668.668 0 0 1 3.815 14l.255-.646-3.833-3.227a.666.666 0 0 1 .027-1.041l.541-.41-.578-2.338a.668.668 0 0 1 .771-.816l1.973.363.243-.616A.67.67 0 0 1 4.29 5.02l1.081.983-.441-2.971a.67.67 0 0 1 1.038-.65l.719.484L8.236.321A.67.67 0 0 1 8.808 0h.11a.67.67 0 0 1 .573.321l1.55 2.545.72-.484a.67.67 0 0 1 1.037.65l-.44 2.971 1.08-.983a.67.67 0 0 1 1.075.248l.243.616 1.973-.363a.668.668 0 0 1 .771.816l-.578 2.338.54.41a.666.666 0 0 1 .028 1.04l-.522.44H15.24l1.105-.93-.331-.252a.666.666 0 0 1-.245-.69l.483-1.953-1.654.304a.67.67 0 0 1-.744-.412l-.141-.355-1.528 1.39c-.466.423-1.207.03-1.115-.59l.476-3.208-.267.18a.671.671 0 0 1-.948-.207Z"
|
|
24
24
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
d: "M22.326 21.685H7.256V23H6.14v-9.655c0-.922.75-1.668 1.674-1.668h14.512A1.67 1.67 0 0 1 24 13.345v6.672c0 .921-.75 1.668-1.674 1.668Zm-15.07-8.34c0-.307.25-.556.558-.556h5.023v3.336H7.256v-2.78Zm15.628.556h-8.93v-1.112h8.372c.308 0 .558.249.558.556v.556Zm-8.93 1.112h8.93v1.112h-8.93v-1.112Zm8.93 2.224v1.112H7.256v-1.112h15.628ZM7.256 19.46h15.628v.556c0 .307-.25.556-.558.556H7.256V19.46Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
28
|
})]
|
|
29
29
|
});
|
|
@@ -11,19 +11,19 @@ module.exports = ({
|
|
|
11
11
|
color,
|
|
12
12
|
...props
|
|
13
13
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
-
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
15
|
height: size,
|
|
16
|
-
|
|
16
|
+
width: size,
|
|
17
17
|
fill: color,
|
|
18
18
|
"aria-labelledby": titleId,
|
|
19
19
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
22
|
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
-
d: "M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.
|
|
23
|
+
d: "M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.14Zm4.19-19.158L8.864 1.434 7.397 3.842a.671.671 0 0 1-.948.207l-.267-.18.476 3.207c.092.621-.65 1.014-1.114.59l-1.529-1.39-.14.356a.67.67 0 0 1-.745.412L1.476 6.74l.483 1.952a.666.666 0 0 1-.245.691l-.33.251 3.572 3.01v2.206l-.434.055A.668.668 0 0 1 3.815 14l.255-.646-3.833-3.227a.666.666 0 0 1 .027-1.041l.541-.41-.578-2.338a.668.668 0 0 1 .771-.816l1.973.363.243-.616A.67.67 0 0 1 4.29 5.02l1.081.983-.441-2.971a.67.67 0 0 1 1.038-.65l.719.484L8.236.321A.67.67 0 0 1 8.808 0h.11a.67.67 0 0 1 .573.321l1.55 2.545.72-.484a.67.67 0 0 1 1.037.65l-.44 2.971 1.08-.983a.67.67 0 0 1 1.075.248l.243.616 1.973-.363a.668.668 0 0 1 .771.816l-.578 2.338.54.41a.666.666 0 0 1 .028 1.04l-.522.44H15.24l1.105-.93-.331-.252a.666.666 0 0 1-.245-.69l.483-1.953-1.654.304a.67.67 0 0 1-.744-.412l-.141-.355-1.528 1.39c-.466.423-1.207.03-1.115-.59l.476-3.208-.267.18a.671.671 0 0 1-.948-.207Z"
|
|
24
24
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
d: "M22.326 21.685H7.256V23H6.14v-9.655c0-.922.75-1.668 1.674-1.668h14.512A1.67 1.67 0 0 1 24 13.345v6.672c0 .921-.75 1.668-1.674 1.668Zm-15.07-8.34c0-.307.25-.556.558-.556h5.023v3.336H7.256v-2.78Zm15.628.556h-8.93v-1.112h8.372c.308 0 .558.249.558.556v.556Zm-8.93 1.112h8.93v1.112h-8.93v-1.112Zm8.93 2.224v1.112H7.256v-1.112h15.628ZM7.256 19.46h15.628v.556c0 .307-.25.556-.558.556H7.256V19.46Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
28
|
})]
|
|
29
29
|
});
|
package/build/rn/icons/Grid.js
CHANGED
|
@@ -9,10 +9,11 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
13
|
-
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
14
13
|
fill: color,
|
|
15
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
role: title ? 'img' : undefined,
|
|
17
18
|
"aria-hidden": !title,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
@@ -11,10 +11,11 @@ module.exports = ({
|
|
|
11
11
|
color,
|
|
12
12
|
...props
|
|
13
13
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
-
|
|
15
|
-
height: size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
16
15
|
fill: color,
|
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
height: size,
|
|
18
|
+
width: size,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
19
20
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
21
|
id: titleId,
|
package/build/rn/icons/List.js
CHANGED
|
@@ -9,10 +9,11 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
13
|
-
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
14
13
|
fill: color,
|
|
15
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
role: title ? 'img' : undefined,
|
|
17
18
|
"aria-hidden": !title,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
@@ -11,10 +11,11 @@ module.exports = ({
|
|
|
11
11
|
color,
|
|
12
12
|
...props
|
|
13
13
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
-
|
|
15
|
-
height: size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
16
15
|
fill: color,
|
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
height: size,
|
|
18
|
+
width: size,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
19
20
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
21
|
id: titleId,
|
|
@@ -9,10 +9,11 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
13
|
-
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
14
13
|
fill: color,
|
|
15
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
role: title ? 'img' : undefined,
|
|
17
18
|
"aria-hidden": !title,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
@@ -11,10 +11,11 @@ module.exports = ({
|
|
|
11
11
|
color,
|
|
12
12
|
...props
|
|
13
13
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
-
|
|
15
|
-
height: size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
16
15
|
fill: color,
|
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
height: size,
|
|
18
|
+
width: size,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
19
20
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
21
|
id: titleId,
|
package/build/rn/icons/Money.js
CHANGED
|
@@ -9,10 +9,10 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
13
|
height: size,
|
|
14
|
+
width: size,
|
|
14
15
|
fill: color,
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
16
|
role: title ? 'img' : undefined,
|
|
17
17
|
"aria-hidden": !title,
|
|
18
18
|
"aria-labelledby": titleId,
|
|
@@ -21,8 +21,9 @@ module.exports = ({
|
|
|
21
21
|
children: title
|
|
22
22
|
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
23
|
fillRule: "evenodd",
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
d: "M12 5.465a.5.5 0 0 1 .5.5v.291c.712.083 1.39.313 1.933.673.695.46 1.212 1.165 1.212 2.056a.5.5 0 0 1-1 0c0-.463-.261-.89-.764-1.222-.371-.246-.852-.422-1.381-.498v3.907a4.142 4.142 0 0 1 1.974.879c.676.554 1.171 1.344 1.171 2.214 0 .892-.517 1.596-1.212 2.056-.544.36-1.22.59-1.933.673v.285a.5.5 0 0 1-1 0v-.268c-.77-.062-1.482-.302-2.037-.7-.66-.474-1.104-1.18-1.104-2.046a.5.5 0 0 1 1 0c0 .49.242.914.687 1.233.369.265.872.45 1.454.51v-3.902c-1.683-.165-3.132-1.335-3.132-2.932s1.45-2.767 3.132-2.932v-.277a.5.5 0 0 1 .5-.5ZM9.368 9.174c0-.891.848-1.77 2.132-1.927V11.1c-1.284-.156-2.132-1.036-2.132-1.927Zm3.132 6.812v-3.799c.5.104.968.333 1.34.638.522.427.805.957.805 1.44 0 .463-.261.89-.764 1.223-.371.245-.852.421-1.381.498Z"
|
|
25
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M20.484 3.515A11.915 11.915 0 0 0 12 0a11.92 11.92 0 0 0-8.485 3.515A11.92 11.92 0 0 0 0 12c0 3.205 1.248 6.219 3.515 8.486A11.92 11.92 0 0 0 12 24c3.206 0 6.219-1.248 8.486-3.514A11.924 11.924 0 0 0 24 12c0-3.206-1.248-6.22-3.516-8.485ZM4.25 4.25A10.889 10.889 0 0 1 12 1.039c2.927 0 5.679 1.14 7.75 3.21A10.89 10.89 0 0 1 22.961 12a10.89 10.89 0 0 1-3.21 7.75A10.893 10.893 0 0 1 12 22.962c-2.927 0-5.68-1.141-7.75-3.21A10.896 10.896 0 0 1 1.039 12c0-2.928 1.141-5.68 3.211-7.75Z"
|
|
27
28
|
})]
|
|
28
29
|
});
|
|
@@ -11,18 +11,19 @@ module.exports = ({
|
|
|
11
11
|
color,
|
|
12
12
|
...props
|
|
13
13
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
-
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
15
|
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
fill: color,
|
|
17
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
18
18
|
"aria-labelledby": titleId,
|
|
19
19
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
22
|
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
23
|
fillRule: "evenodd",
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
d: "M12 5.465a.5.5 0 0 1 .5.5v.291c.712.083 1.39.313 1.933.673.695.46 1.212 1.165 1.212 2.056a.5.5 0 0 1-1 0c0-.463-.261-.89-.764-1.222-.371-.246-.852-.422-1.381-.498v3.907a4.142 4.142 0 0 1 1.974.879c.676.554 1.171 1.344 1.171 2.214 0 .892-.517 1.596-1.212 2.056-.544.36-1.22.59-1.933.673v.285a.5.5 0 0 1-1 0v-.268c-.77-.062-1.482-.302-2.037-.7-.66-.474-1.104-1.18-1.104-2.046a.5.5 0 0 1 1 0c0 .49.242.914.687 1.233.369.265.872.45 1.454.51v-3.902c-1.683-.165-3.132-1.335-3.132-2.932s1.45-2.767 3.132-2.932v-.277a.5.5 0 0 1 .5-.5ZM9.368 9.174c0-.891.848-1.77 2.132-1.927V11.1c-1.284-.156-2.132-1.036-2.132-1.927Zm3.132 6.812v-3.799c.5.104.968.333 1.34.638.522.427.805.957.805 1.44 0 .463-.261.89-.764 1.223-.371.245-.852.421-1.381.498Z"
|
|
25
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M20.484 3.515A11.915 11.915 0 0 0 12 0a11.92 11.92 0 0 0-8.485 3.515A11.92 11.92 0 0 0 0 12c0 3.205 1.248 6.219 3.515 8.486A11.92 11.92 0 0 0 12 24c3.206 0 6.219-1.248 8.486-3.514A11.924 11.924 0 0 0 24 12c0-3.206-1.248-6.22-3.516-8.485ZM4.25 4.25A10.889 10.889 0 0 1 12 1.039c2.927 0 5.679 1.14 7.75 3.21A10.89 10.89 0 0 1 22.961 12a10.89 10.89 0 0 1-3.21 7.75A10.893 10.893 0 0 1 12 22.962c-2.927 0-5.68-1.141-7.75-3.21A10.896 10.896 0 0 1 1.039 12c0-2.928 1.141-5.68 3.211-7.75Z"
|
|
27
28
|
})]
|
|
28
29
|
});
|
package/build/rn/icons/Replay.js
CHANGED
|
@@ -9,10 +9,11 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
13
|
-
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
14
13
|
fill: color,
|
|
15
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
role: title ? 'img' : undefined,
|
|
17
18
|
"aria-hidden": !title,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
@@ -11,10 +11,11 @@ module.exports = ({
|
|
|
11
11
|
color,
|
|
12
12
|
...props
|
|
13
13
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
-
|
|
15
|
-
height: size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
16
15
|
fill: color,
|
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
height: size,
|
|
18
|
+
width: size,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
19
20
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
21
|
id: titleId,
|
|
@@ -9,33 +9,23 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
13
|
height: size,
|
|
14
|
+
width: size,
|
|
14
15
|
fill: color,
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
16
|
role: title ? 'img' : undefined,
|
|
17
17
|
"aria-hidden": !title,
|
|
18
18
|
"aria-labelledby": titleId,
|
|
19
19
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
|
-
}) : null, /*#__PURE__*/(0, _jsxRuntime.
|
|
23
|
-
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M16.648 13.044c.638.476.942 1.112.84 1.893-.1.75-.55 1.257-1.26 1.546-1.116.476-2.333-.318-2.623-1.286-.17-.621.006-1.145.19-1.694l.013-.04a3.6 3.6 0 0 1 .29-.636c.072-.13.072-.217-.087-.29a14.529 14.529 0 0 1-1.883-.982c-.088-.057-.174-.043-.261.015-.609.39-1.26.693-1.912.996-.154.07-.106.167-.064.252l.005.009c.29.491.45 1.026.55 1.575.131.708-.275 1.546-.927 1.922-1.173.664-2.564.144-2.985-1.185a.961.961 0 0 1-.035-.289 2.648 2.648 0 0 0-.008-.16c-.03-.837.464-1.372 1.116-1.805.178-.122.374-.22.57-.316.106-.053.211-.105.313-.161.16-.072.16-.145.058-.275a7.208 7.208 0 0 0-1.564-1.546.645.645 0 0 1-.16-.115c-.13-.116-.232-.087-.333.043-.16.217-.42.275-.652.303-.319.044-.783-.36-.826-.693-.044-.332.014-.621.304-.838.304-.231.638-.231.971-.072a8.17 8.17 0 0 1 1.768 1.213c.463.405.84.882 1.217 1.373.101.144.203.159.333.101.363-.165.718-.345 1.072-.524l.42-.213c.175-.086.175-.159 0-.318-.42-.375-.796-.765-1-1.3-.289-.78.131-1.835.87-2.269.42-.245.913-.332 1.406-.245.652.115 1.13.491 1.42 1.083.42.838.188 1.575-.406 2.24l-.079.095c-.13.159-.261.317-.442.425-.131.087-.117.16.014.246.377.231.782.433 1.188.607.014.007.033.01.05.014.019.004.037.007.052.015.398.227.405.217.68-.153l.015-.02c.594-.795 1.29-1.475 2.145-1.995.068-.04.134-.08.201-.122.175-.107.349-.213.538-.297.478-.202.97-.058 1.173.405.174.404.058.91-.405 1.127-.435.217-.768.029-1.03-.231-.1-.101-.173-.116-.303-.03a7.325 7.325 0 0 0-1.768 1.706c-.102.144-.03.188.087.245.39.188.782.376 1.144.65Zm-9.244 2.095c.16.404.608.693 1.043.693.725 0 1.26-.607 1.174-1.329-.058-.491-.247-.94-.435-1.387-.058-.116-.13-.145-.246-.087l-.174.087a19.92 19.92 0 0 1-.17.092c-.365.197-.728.392-1.004.717-.319.376-.377.78-.188 1.214Zm4.492-4.638c.072.072.159.029.246-.03a3.16 3.16 0 0 0 .55-.534c.232-.274.464-.563.45-.881 0-.578-.247-.925-.681-1.127-.42-.174-.826-.145-1.188.144-.377.304-.537.694-.392 1.17.15.518.545.855.941 1.195l.074.063Zm2.477 4.19c-.043.636.551 1.098 1.044 1.141.536.044.97-.23 1.188-.693.188-.42.087-.91-.275-1.286-.331-.33-.74-.537-1.139-.74l-.166-.084c-.072-.043-.144-.029-.188.058-.232.491-.464.983-.464 1.604Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
27
|
fillRule: "evenodd",
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
28
|
-
d: "M16.648 13.044c.638.476.942 1.112.84 1.893-.1.75-.55 1.257-1.26 1.546-1.116.476-2.333-.318-2.623-1.286-.17-.621.006-1.145.19-1.694l.013-.04a3.6 3.6 0 0 1 .29-.636c.072-.13.072-.217-.087-.29a14.529 14.529 0 0 1-1.883-.982c-.088-.057-.174-.043-.261.015-.609.39-1.26.693-1.912.996-.154.07-.106.167-.064.252l.005.009c.29.491.45 1.026.55 1.575.131.708-.275 1.546-.927 1.922-1.173.664-2.564.144-2.985-1.185a.961.961 0 0 1-.035-.289 2.648 2.648 0 0 0-.008-.16c-.03-.837.464-1.372 1.116-1.805.178-.122.374-.22.57-.316.106-.053.211-.105.313-.161.16-.072.16-.145.058-.275a7.208 7.208 0 0 0-1.564-1.546.645.645 0 0 1-.16-.115c-.13-.116-.232-.087-.333.043-.16.217-.42.275-.652.303-.319.044-.783-.36-.826-.693-.044-.332.014-.621.304-.838.304-.231.638-.231.971-.072a8.17 8.17 0 0 1 1.768 1.213c.463.405.84.882 1.217 1.373.101.144.203.159.333.101.363-.165.718-.345 1.072-.524l.42-.213c.175-.086.175-.159 0-.318-.42-.375-.796-.765-1-1.3-.289-.78.131-1.835.87-2.269.42-.245.913-.332 1.406-.245.652.115 1.13.491 1.42 1.083.42.838.188 1.575-.406 2.24l-.079.095c-.13.159-.261.317-.442.425-.131.087-.117.16.014.246.377.231.782.433 1.188.607.014.007.033.01.05.014.019.004.037.007.052.015.398.227.405.217.68-.153l.015-.02c.594-.795 1.29-1.475 2.145-1.995.068-.04.134-.08.201-.122.175-.107.349-.213.538-.297.478-.202.97-.058 1.173.405.174.404.058.91-.405 1.127-.435.217-.768.029-1.03-.231-.1-.101-.173-.116-.303-.03a7.325 7.325 0 0 0-1.768 1.706c-.102.144-.03.188.087.245.39.188.782.376 1.144.65Zm-9.244 2.095c.16.404.608.693 1.043.693.725 0 1.26-.607 1.174-1.329-.058-.491-.247-.94-.435-1.387-.058-.116-.13-.145-.246-.087l-.174.087a19.92 19.92 0 0 1-.17.092c-.365.197-.728.392-1.004.717-.319.376-.377.78-.188 1.214Zm4.492-4.638c.072.072.159.029.246-.03a3.16 3.16 0 0 0 .55-.534c.232-.274.464-.563.45-.881 0-.578-.247-.925-.681-1.127-.42-.174-.826-.145-1.188.144-.377.304-.537.694-.392 1.17.15.518.545.855.941 1.195l.074.063Zm2.477 4.19c-.043.636.551 1.098 1.044 1.141.536.044.97-.23 1.188-.693.188-.42.087-.91-.275-1.286-.331-.33-.74-.537-1.139-.74l-.166-.084c-.072-.043-.144-.029-.188.058-.232.491-.464.983-.464 1.604Z"
|
|
29
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
30
|
-
d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z"
|
|
31
|
-
})]
|
|
32
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
33
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
|
34
|
-
id: "prefix__a",
|
|
35
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
36
|
-
fill: "#fff",
|
|
37
|
-
d: "M0 0h24v24H0z"
|
|
38
|
-
})
|
|
39
|
-
})
|
|
28
|
+
d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z",
|
|
29
|
+
clipRule: "evenodd"
|
|
40
30
|
})]
|
|
41
31
|
});
|
|
@@ -11,31 +11,21 @@ module.exports = ({
|
|
|
11
11
|
color,
|
|
12
12
|
...props
|
|
13
13
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
-
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
15
|
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
fill: color,
|
|
17
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
18
18
|
"aria-labelledby": titleId,
|
|
19
19
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
|
-
}) : null, /*#__PURE__*/(0, _jsxRuntime.
|
|
23
|
-
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M16.648 13.044c.638.476.942 1.112.84 1.893-.1.75-.55 1.257-1.26 1.546-1.116.476-2.333-.318-2.623-1.286-.17-.621.006-1.145.19-1.694l.013-.04a3.6 3.6 0 0 1 .29-.636c.072-.13.072-.217-.087-.29a14.529 14.529 0 0 1-1.883-.982c-.088-.057-.174-.043-.261.015-.609.39-1.26.693-1.912.996-.154.07-.106.167-.064.252l.005.009c.29.491.45 1.026.55 1.575.131.708-.275 1.546-.927 1.922-1.173.664-2.564.144-2.985-1.185a.961.961 0 0 1-.035-.289 2.648 2.648 0 0 0-.008-.16c-.03-.837.464-1.372 1.116-1.805.178-.122.374-.22.57-.316.106-.053.211-.105.313-.161.16-.072.16-.145.058-.275a7.208 7.208 0 0 0-1.564-1.546.645.645 0 0 1-.16-.115c-.13-.116-.232-.087-.333.043-.16.217-.42.275-.652.303-.319.044-.783-.36-.826-.693-.044-.332.014-.621.304-.838.304-.231.638-.231.971-.072a8.17 8.17 0 0 1 1.768 1.213c.463.405.84.882 1.217 1.373.101.144.203.159.333.101.363-.165.718-.345 1.072-.524l.42-.213c.175-.086.175-.159 0-.318-.42-.375-.796-.765-1-1.3-.289-.78.131-1.835.87-2.269.42-.245.913-.332 1.406-.245.652.115 1.13.491 1.42 1.083.42.838.188 1.575-.406 2.24l-.079.095c-.13.159-.261.317-.442.425-.131.087-.117.16.014.246.377.231.782.433 1.188.607.014.007.033.01.05.014.019.004.037.007.052.015.398.227.405.217.68-.153l.015-.02c.594-.795 1.29-1.475 2.145-1.995.068-.04.134-.08.201-.122.175-.107.349-.213.538-.297.478-.202.97-.058 1.173.405.174.404.058.91-.405 1.127-.435.217-.768.029-1.03-.231-.1-.101-.173-.116-.303-.03a7.325 7.325 0 0 0-1.768 1.706c-.102.144-.03.188.087.245.39.188.782.376 1.144.65Zm-9.244 2.095c.16.404.608.693 1.043.693.725 0 1.26-.607 1.174-1.329-.058-.491-.247-.94-.435-1.387-.058-.116-.13-.145-.246-.087l-.174.087a19.92 19.92 0 0 1-.17.092c-.365.197-.728.392-1.004.717-.319.376-.377.78-.188 1.214Zm4.492-4.638c.072.072.159.029.246-.03a3.16 3.16 0 0 0 .55-.534c.232-.274.464-.563.45-.881 0-.578-.247-.925-.681-1.127-.42-.174-.826-.145-1.188.144-.377.304-.537.694-.392 1.17.15.518.545.855.941 1.195l.074.063Zm2.477 4.19c-.043.636.551 1.098 1.044 1.141.536.044.97-.23 1.188-.693.188-.42.087-.91-.275-1.286-.331-.33-.74-.537-1.139-.74l-.166-.084c-.072-.043-.144-.029-.188.058-.232.491-.464.983-.464 1.604Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
27
|
fillRule: "evenodd",
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
28
|
-
d: "M16.648 13.044c.638.476.942 1.112.84 1.893-.1.75-.55 1.257-1.26 1.546-1.116.476-2.333-.318-2.623-1.286-.17-.621.006-1.145.19-1.694l.013-.04a3.6 3.6 0 0 1 .29-.636c.072-.13.072-.217-.087-.29a14.529 14.529 0 0 1-1.883-.982c-.088-.057-.174-.043-.261.015-.609.39-1.26.693-1.912.996-.154.07-.106.167-.064.252l.005.009c.29.491.45 1.026.55 1.575.131.708-.275 1.546-.927 1.922-1.173.664-2.564.144-2.985-1.185a.961.961 0 0 1-.035-.289 2.648 2.648 0 0 0-.008-.16c-.03-.837.464-1.372 1.116-1.805.178-.122.374-.22.57-.316.106-.053.211-.105.313-.161.16-.072.16-.145.058-.275a7.208 7.208 0 0 0-1.564-1.546.645.645 0 0 1-.16-.115c-.13-.116-.232-.087-.333.043-.16.217-.42.275-.652.303-.319.044-.783-.36-.826-.693-.044-.332.014-.621.304-.838.304-.231.638-.231.971-.072a8.17 8.17 0 0 1 1.768 1.213c.463.405.84.882 1.217 1.373.101.144.203.159.333.101.363-.165.718-.345 1.072-.524l.42-.213c.175-.086.175-.159 0-.318-.42-.375-.796-.765-1-1.3-.289-.78.131-1.835.87-2.269.42-.245.913-.332 1.406-.245.652.115 1.13.491 1.42 1.083.42.838.188 1.575-.406 2.24l-.079.095c-.13.159-.261.317-.442.425-.131.087-.117.16.014.246.377.231.782.433 1.188.607.014.007.033.01.05.014.019.004.037.007.052.015.398.227.405.217.68-.153l.015-.02c.594-.795 1.29-1.475 2.145-1.995.068-.04.134-.08.201-.122.175-.107.349-.213.538-.297.478-.202.97-.058 1.173.405.174.404.058.91-.405 1.127-.435.217-.768.029-1.03-.231-.1-.101-.173-.116-.303-.03a7.325 7.325 0 0 0-1.768 1.706c-.102.144-.03.188.087.245.39.188.782.376 1.144.65Zm-9.244 2.095c.16.404.608.693 1.043.693.725 0 1.26-.607 1.174-1.329-.058-.491-.247-.94-.435-1.387-.058-.116-.13-.145-.246-.087l-.174.087a19.92 19.92 0 0 1-.17.092c-.365.197-.728.392-1.004.717-.319.376-.377.78-.188 1.214Zm4.492-4.638c.072.072.159.029.246-.03a3.16 3.16 0 0 0 .55-.534c.232-.274.464-.563.45-.881 0-.578-.247-.925-.681-1.127-.42-.174-.826-.145-1.188.144-.377.304-.537.694-.392 1.17.15.518.545.855.941 1.195l.074.063Zm2.477 4.19c-.043.636.551 1.098 1.044 1.141.536.044.97-.23 1.188-.693.188-.42.087-.91-.275-1.286-.331-.33-.74-.537-1.139-.74l-.166-.084c-.072-.043-.144-.029-.188.058-.232.491-.464.983-.464 1.604Z"
|
|
29
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
30
|
-
d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z"
|
|
31
|
-
})]
|
|
32
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Defs, {
|
|
33
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.ClipPath, {
|
|
34
|
-
id: "prefix__a",
|
|
35
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
36
|
-
fill: "#fff",
|
|
37
|
-
d: "M0 0h24v24H0z"
|
|
38
|
-
})
|
|
39
|
-
})
|
|
28
|
+
d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z",
|
|
29
|
+
clipRule: "evenodd"
|
|
40
30
|
})]
|
|
41
31
|
});
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<path d="M6.
|
|
3
|
-
<path d="
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3256 21.6851H7.25582L7.25593 23H6.13965L6.13954 13.3447C6.13954 12.4234 6.8892 11.6766 7.81395 11.6766H22.3256C23.2503 11.6766 24 12.4234 24 13.3447V20.017C24 20.9383 23.2503 21.6851 22.3256 21.6851ZM7.25582 13.3447C7.25582 13.0376 7.5057 12.7887 7.81395 12.7887H12.8372V16.1248H7.25582V13.3447ZM22.8837 13.9007H13.9535V12.7887H22.3256C22.6338 12.7887 22.8837 13.0376 22.8837 13.3447V13.9007ZM13.9535 15.0128H22.8837V16.1248H13.9535V15.0128ZM22.8837 17.2369V18.3489H7.25582V17.2369H22.8837ZM7.25582 19.461H22.8837V20.017C22.8837 20.3241 22.6338 20.5731 22.3256 20.5731H7.25582V19.461Z" />
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.14Zm4.19-19.158L8.864 1.434 7.397 3.842a.671.671 0 0 1-.948.207l-.267-.18.476 3.207c.092.621-.65 1.014-1.114.59l-1.529-1.39-.14.356a.67.67 0 0 1-.745.412L1.476 6.74l.483 1.952a.666.666 0 0 1-.245.691l-.33.251 3.572 3.01v2.206l-.434.055A.668.668 0 0 1 3.815 14l.255-.646-3.833-3.227a.666.666 0 0 1 .027-1.041l.541-.41-.578-2.338a.668.668 0 0 1 .771-.816l1.973.363.243-.616A.67.67 0 0 1 4.29 5.02l1.081.983-.441-2.971a.67.67 0 0 1 1.038-.65l.719.484L8.236.321A.67.67 0 0 1 8.808 0h.11a.67.67 0 0 1 .573.321l1.55 2.545.72-.484a.67.67 0 0 1 1.037.65l-.44 2.971 1.08-.983a.67.67 0 0 1 1.075.248l.243.616 1.973-.363a.668.668 0 0 1 .771.816l-.578 2.338.54.41a.666.666 0 0 1 .028 1.04l-.522.44H15.24l1.105-.93-.331-.252a.666.666 0 0 1-.245-.69l.483-1.953-1.654.304a.67.67 0 0 1-.744-.412l-.141-.355-1.528 1.39c-.466.423-1.207.03-1.115-.59l.476-3.208-.267.18a.671.671 0 0 1-.948-.207Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M22.326 21.685H7.256V23H6.14v-9.655c0-.922.75-1.668 1.674-1.668h14.512A1.67 1.67 0 0 1 24 13.345v6.672c0 .921-.75 1.668-1.674 1.668Zm-15.07-8.34c0-.307.25-.556.558-.556h5.023v3.336H7.256v-2.78Zm15.628.556h-8.93v-1.112h8.372c.308 0 .558.249.558.556v.556Zm-8.93 1.112h8.93v1.112h-8.93v-1.112Zm8.93 2.224v1.112H7.256v-1.112h15.628ZM7.256 19.46h15.628v.556c0 .307-.25.556-.558.556H7.256V19.46Z" clip-rule="evenodd"/>
|
|
5
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 4C3 3.44772 3.44772 3 4 3H10C10.5523 3 11 3.44772 11 4V10C11 10.5523 10.5523 11 10 11H4C3.44772 11 3 10.5523 3 10V4ZM4 4V10H10V4H4Z" fill="#414547"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 14C3 13.4477 3.44772 13 4 13H10C10.5523 13 11 13.4477 11 14V20C11 20.5523 10.5523 21 10 21H4C3.44772 21 3 20.5523 3 20V14ZM4 14V20H10V14H4Z" fill="#414547"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 4C13 3.44772 13.4477 3 14 3H20C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4ZM14 4V10H20V4H14Z" fill="#414547"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path d="M4 7C4 7.55228 3.55228 8 3 8C2.44772 8 2 7.55228 2 7C2 6.44772 2.44772 6 3 6C3.55228 6 4 6.44772 4 7Z" fill="#414547"/>
|
|
3
3
|
<path d="M6 7C6 6.72386 6.22386 6.5 6.5 6.5H21.5C21.7761 6.5 22 6.72386 22 7C22 7.27614 21.7761 7.5 21.5 7.5H6.5C6.22386 7.5 6 7.27614 6 7Z" fill="#414547"/>
|
|
4
4
|
<path d="M4 12C4 12.5523 3.55228 13 3 13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11C3.55228 11 4 11.4477 4 12Z" fill="#414547"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g opacity="0.8">
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 2C15.187 2 19 5.813 19 10.5C19 12.6747 18.1791 14.6613 16.8309 16.1662L22.8658 22.1945C23.0494 22.3794 23.0494 22.68 22.8658 22.8648C22.7744 22.9568 22.6539 23.0033 22.5334 23.0033C22.4128 23.0033 22.2923 22.9568 22.2 22.8648L16.1632 16.8335C14.6587 18.1802 12.6733 19 10.5 19C5.813 19 2 15.187 2 10.5C2 5.813 5.813 2 10.5 2ZM10.5 3C6.364 3 3 6.364 3 10.5C3 14.636 6.364 18 10.5 18C14.637 18 18 14.636 18 10.5C18 6.364 14.637 3 10.5 3Z" fill="#414547"/>
|
|
4
4
|
<path d="M13.1406 10.0156H10.9141V7.78906C10.9141 7.53969 10.7181 7.34375 10.4688 7.34375C10.2194 7.34375 10.0234 7.53969 10.0234 7.78906V10.0156H7.79688C7.5475 10.0156 7.35156 10.2116 7.35156 10.4609C7.35156 10.7103 7.5475 10.9062 7.79688 10.9062H10.0234V13.1328C10.0234 13.3822 10.2194 13.5781 10.4688 13.5781C10.7181 13.5781 10.9141 13.3822 10.9141 13.1328V10.9062H13.1406C13.39 10.9062 13.5859 10.7103 13.5859 10.4609C13.5859 10.2116 13.39 10.0156 13.1406 10.0156Z" fill="#414547"/>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<path fill-rule="evenodd"
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M12 5.465a.5.5 0 0 1 .5.5v.291c.712.083 1.39.313 1.933.673.695.46 1.212 1.165 1.212 2.056a.5.5 0 0 1-1 0c0-.463-.261-.89-.764-1.222-.371-.246-.852-.422-1.381-.498v3.907a4.142 4.142 0 0 1 1.974.879c.676.554 1.171 1.344 1.171 2.214 0 .892-.517 1.596-1.212 2.056-.544.36-1.22.59-1.933.673v.285a.5.5 0 0 1-1 0v-.268c-.77-.062-1.482-.302-2.037-.7-.66-.474-1.104-1.18-1.104-2.046a.5.5 0 0 1 1 0c0 .49.242.914.687 1.233.369.265.872.45 1.454.51v-3.902c-1.683-.165-3.132-1.335-3.132-2.932s1.45-2.767 3.132-2.932v-.277a.5.5 0 0 1 .5-.5ZM9.368 9.174c0-.891.848-1.77 2.132-1.927V11.1c-1.284-.156-2.132-1.036-2.132-1.927Zm3.132 6.812v-3.799c.5.104.968.333 1.34.638.522.427.805.957.805 1.44 0 .463-.261.89-.764 1.223-.371.245-.852.421-1.381.498Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M20.484 3.515A11.915 11.915 0 0 0 12 0a11.92 11.92 0 0 0-8.485 3.515A11.92 11.92 0 0 0 0 12c0 3.205 1.248 6.219 3.515 8.486A11.92 11.92 0 0 0 12 24c3.206 0 6.219-1.248 8.486-3.514A11.924 11.924 0 0 0 24 12c0-3.206-1.248-6.22-3.516-8.485ZM4.25 4.25A10.889 10.889 0 0 1 12 1.039c2.927 0 5.679 1.14 7.75 3.21A10.89 10.89 0 0 1 22.961 12a10.89 10.89 0 0 1-3.21 7.75A10.893 10.893 0 0 1 12 22.962c-2.927 0-5.68-1.141-7.75-3.21A10.896 10.896 0 0 1 1.039 12c0-2.928 1.141-5.68 3.211-7.75Z"/>
|
|
3
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="Replay">
|
|
3
3
|
<path id="Vector" d="M12.7 0.950012C8.70001 0.950012 5.35001 3.13001 2.93001 7.23001C2.84001 7.10001 2.76001 6.96001 2.67001 6.83001C2.48001 6.52001 2.30001 6.20001 2.12001 5.88001C1.95001 5.56001 1.78001 5.23001 1.63001 4.90001C1.55001 4.73001 1.47001 4.57001 1.40001 4.40001C1.36001 4.32001 1.32001 4.23001 1.29001 4.15001C1.26001 4.07001 1.23001 3.99001 1.18001 3.92001C1.15001 3.88001 1.11001 3.84001 1.07001 3.81001C0.980007 3.74001 0.860007 3.70001 0.740007 3.70001C0.620007 3.70001 0.510007 3.73001 0.420007 3.81001L0.390007 3.84001C0.390007 3.84001 0.300007 3.95001 0.280007 4.01001C0.220007 4.17001 0.250007 4.34001 0.300007 4.49001C0.340007 4.62001 0.390007 4.76001 0.440007 4.89001C0.570007 5.30001 0.700007 5.72001 0.840007 6.13001C0.910007 6.36001 0.990007 6.60001 1.06001 6.83001C1.38001 7.84001 1.71001 8.88001 1.98001 9.70001C2.07001 9.98001 2.13001 10.29 2.26001 10.55C2.30001 10.63 2.38001 10.73 2.47001 10.77C2.54001 10.81 2.63001 10.82 2.73001 10.79C2.75001 10.79 2.78001 10.77 2.80001 10.76L3.13001 10.63L3.67001 10.42L4.37001 10.15C4.64001 10.05 4.90001 9.94001 5.17001 9.84001L6.01001 9.51001L6.83001 9.19001L7.57001 8.90001C7.77001 8.82001 7.97001 8.74001 8.17001 8.66001L8.38001 8.58001C8.45001 8.55001 8.52001 8.52001 8.59001 8.50001C8.66001 8.47001 8.73001 8.45001 8.80001 8.42001C8.88001 8.38001 8.96001 8.33001 9.02001 8.26001C9.10001 8.15001 9.14001 8.00001 9.11001 7.87001C9.05001 7.61001 8.77001 7.43001 8.51001 7.49001L6.98001 7.85001C6.98001 7.85001 5.40001 8.14001 4.59001 8.19001C6.10001 5.65001 8.66001 2.89001 12.69 2.89001C17.71 2.89001 21.8 6.98001 21.8 12C21.8 17.02 17.71 21.11 12.69 21.11C11.87 21.11 11.05 21 10.26 20.78C9.49001 20.57 8.74001 20.25 8.06001 19.84C7.38001 19.43 6.75001 18.94 6.19001 18.37C6.03001 18.21 5.89001 18.02 5.74001 17.85C5.55001 17.63 5.38001 17.4 5.21001 17.16C5.13001 17.05 5.06001 16.93 4.99001 16.82C4.81001 16.54 4.64001 16.25 4.50001 15.95L4.31001 15.55C4.11001 15.11 3.65001 14.86 3.16001 15C3.01001 15.04 2.87001 15.12 2.75001 15.23C2.61001 15.36 2.51001 15.53 2.47001 15.72C2.45001 15.82 2.44001 15.92 2.45001 16.02C2.46001 16.15 2.52001 16.29 2.57001 16.41C2.67001 16.66 2.79001 16.91 2.92001 17.15C3.29001 17.85 3.74001 18.52 4.25001 19.13C4.50001 19.43 4.77001 19.72 5.06001 19.99C5.34001 20.26 5.64001 20.52 5.96001 20.76C6.27001 21 6.60001 21.23 6.93001 21.43C7.27001 21.64 7.62001 21.83 7.98001 21.99C8.34001 22.16 8.71001 22.31 9.09001 22.44C9.47001 22.57 9.86001 22.68 10.25 22.77C10.65 22.86 11.05 22.93 11.46 22.97C11.87 23.02 12.29 23.04 12.7 23.04C18.79 23.04 23.75 18.08 23.75 11.99C23.75 5.90001 18.79 0.950012 12.7 0.950012Z" fill="#414547"/>
|
|
4
4
|
</g>
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M16.648 13.044c.638.476.942 1.112.84 1.893-.1.75-.55 1.257-1.26 1.546-1.116.476-2.333-.318-2.623-1.286-.17-.621.006-1.145.19-1.694l.013-.04a3.6 3.6 0 0 1 .29-.636c.072-.13.072-.217-.087-.29a14.529 14.529 0 0 1-1.883-.982c-.088-.057-.174-.043-.261.015-.609.39-1.26.693-1.912.996-.154.07-.106.167-.064.252l.005.009c.29.491.45 1.026.55 1.575.131.708-.275 1.546-.927 1.922-1.173.664-2.564.144-2.985-1.185a.961.961 0 0 1-.035-.289 2.648 2.648 0 0 0-.008-.16c-.03-.837.464-1.372 1.116-1.805.178-.122.374-.22.57-.316.106-.053.211-.105.313-.161.16-.072.16-.145.058-.275a7.208 7.208 0 0 0-1.564-1.546.645.645 0 0 1-.16-.115c-.13-.116-.232-.087-.333.043-.16.217-.42.275-.652.303-.319.044-.783-.36-.826-.693-.044-.332.014-.621.304-.838.304-.231.638-.231.971-.072a8.17 8.17 0 0 1 1.768 1.213c.463.405.84.882 1.217 1.373.101.144.203.159.333.101.363-.165.718-.345 1.072-.524l.42-.213c.175-.086.175-.159 0-.318-.42-.375-.796-.765-1-1.3-.289-.78.131-1.835.87-2.269.42-.245.913-.332 1.406-.245.652.115 1.13.491 1.42 1.083.42.838.188 1.575-.406 2.24l-.079.095c-.13.159-.261.317-.442.425-.131.087-.117.16.014.246.377.231.782.433 1.188.607.014.007.033.01.05.014.019.004.037.007.052.015.398.227.405.217.68-.153l.015-.02c.594-.795 1.29-1.475 2.145-1.995.068-.04.134-.08.201-.122.175-.107.349-.213.538-.297.478-.202.97-.058 1.173.405.174.404.058.91-.405 1.127-.435.217-.768.029-1.03-.231-.1-.101-.173-.116-.303-.03a7.325 7.325 0 0 0-1.768 1.706c-.102.144-.03.188.087.245.39.188.782.376 1.144.65Zm-9.244 2.095c.16.404.608.693 1.043.693.725 0 1.26-.607 1.174-1.329-.058-.491-.247-.94-.435-1.387-.058-.116-.13-.145-.246-.087l-.174.087a19.92 19.92 0 0 1-.17.092c-.365.197-.728.392-1.004.717-.319.376-.377.78-.188 1.214Zm4.492-4.638c.072.072.159.029.246-.03a3.16 3.16 0 0 0 .55-.534c.232-.274.464-.563.45-.881 0-.578-.247-.925-.681-1.127-.42-.174-.826-.145-1.188.144-.377.304-.537.694-.392 1.17.15.518.545.855.941 1.195l.074.063Zm2.477 4.19c-.043.636.551 1.098 1.044 1.141.536.044.97-.23 1.188-.693.188-.42.087-.91-.275-1.286-.331-.33-.74-.537-1.139-.74l-.166-.084c-.072-.043-.144-.029-.188.058-.232.491-.464.983-.464 1.604Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z" clip-rule="evenodd"/>
|
|
4
|
+
</svg>
|
package/build/rn/palette.js
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow';
|
|
3
|
-
src: url('
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-300-gzwlGzEimgLmyKnlSVmJu.otf');
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'HelveticaNow';
|
|
10
|
-
src: url('
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-400-9v-OBomF9f9V4DdBmI0Rn.woff');
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-display: block;
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: 'HelveticaNow';
|
|
17
|
-
src: url('
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-500-MnkEowCR5x_lv2jQ55dNr.woff');
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-display: block;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'HelveticaNow';
|
|
24
|
-
src: url('
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-700-BcxIYPUDCaeOQYZ498hPJ.woff');
|
|
25
25
|
font-weight: 700;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'HelveticaNowOTF';
|
|
31
|
-
src: url('
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNowOTF-400-McTAKkoIJ4c6Jm52Azra9.otf');
|
|
32
32
|
font-weight: 400;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'HelveticaNowOTF';
|
|
38
|
-
src: url('
|
|
38
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNowOTF-500-S3pGbzQLzmBSCatHIoyiO.otf');
|
|
39
39
|
font-weight: 500;
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: block;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
44
|
font-family: 'HelveticaNowOTF';
|
|
45
|
-
src: url('
|
|
45
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNowOTF-700-6HlceCNSLhqiBWK9h4O4F.otf');
|
|
46
46
|
font-weight: 700;
|
|
47
47
|
font-style: normal;
|
|
48
48
|
font-display: block;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow300normal';
|
|
3
|
-
src: url('
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-300-gzwlGzEimgLmyKnlSVmJu.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HelveticaNow400normal';
|
|
8
|
-
src: url('
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-400-9v-OBomF9f9V4DdBmI0Rn.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HelveticaNow500normal';
|
|
13
|
-
src: url('
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-500-MnkEowCR5x_lv2jQ55dNr.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HelveticaNow700normal';
|
|
18
|
-
src: url('
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-700-BcxIYPUDCaeOQYZ498hPJ.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HelveticaNowOTF400normal';
|
|
23
|
-
src: url('
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNowOTF-400-McTAKkoIJ4c6Jm52Azra9.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HelveticaNowOTF500normal';
|
|
28
|
-
src: url('
|
|
28
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNowOTF-500-S3pGbzQLzmBSCatHIoyiO.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HelveticaNowOTF700normal';
|
|
33
|
-
src: url('
|
|
33
|
+
src: url('https://cdn.telus.digital/uds/v2_9_2-HelveticaNowOTF-700-6HlceCNSLhqiBWK9h4O4F.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow';
|
|
3
|
-
src: url('./
|
|
3
|
+
src: url('./v2_9_2-HelveticaNow-300-gzwlGzEimgLmyKnlSVmJu.otf');
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'HelveticaNow';
|
|
10
|
-
src: url('./
|
|
10
|
+
src: url('./v2_9_2-HelveticaNow-400-9v-OBomF9f9V4DdBmI0Rn.woff');
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-display: block;
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: 'HelveticaNow';
|
|
17
|
-
src: url('./
|
|
17
|
+
src: url('./v2_9_2-HelveticaNow-500-MnkEowCR5x_lv2jQ55dNr.woff');
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-display: block;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'HelveticaNow';
|
|
24
|
-
src: url('./
|
|
24
|
+
src: url('./v2_9_2-HelveticaNow-700-BcxIYPUDCaeOQYZ498hPJ.woff');
|
|
25
25
|
font-weight: 700;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'HelveticaNowOTF';
|
|
31
|
-
src: url('./
|
|
31
|
+
src: url('./v2_9_2-HelveticaNowOTF-400-McTAKkoIJ4c6Jm52Azra9.otf');
|
|
32
32
|
font-weight: 400;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'HelveticaNowOTF';
|
|
38
|
-
src: url('./
|
|
38
|
+
src: url('./v2_9_2-HelveticaNowOTF-500-S3pGbzQLzmBSCatHIoyiO.otf');
|
|
39
39
|
font-weight: 500;
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: block;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
44
|
font-family: 'HelveticaNowOTF';
|
|
45
|
-
src: url('./
|
|
45
|
+
src: url('./v2_9_2-HelveticaNowOTF-700-6HlceCNSLhqiBWK9h4O4F.otf');
|
|
46
46
|
font-weight: 700;
|
|
47
47
|
font-style: normal;
|
|
48
48
|
font-display: block;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow300normal';
|
|
3
|
-
src: url('./
|
|
3
|
+
src: url('./v2_9_2-HelveticaNow-300-gzwlGzEimgLmyKnlSVmJu.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HelveticaNow400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v2_9_2-HelveticaNow-400-9v-OBomF9f9V4DdBmI0Rn.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HelveticaNow500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v2_9_2-HelveticaNow-500-MnkEowCR5x_lv2jQ55dNr.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HelveticaNow700normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v2_9_2-HelveticaNow-700-BcxIYPUDCaeOQYZ498hPJ.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HelveticaNowOTF400normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v2_9_2-HelveticaNowOTF-400-McTAKkoIJ4c6Jm52Azra9.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HelveticaNowOTF500normal';
|
|
28
|
-
src: url('./
|
|
28
|
+
src: url('./v2_9_2-HelveticaNowOTF-500-S3pGbzQLzmBSCatHIoyiO.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HelveticaNowOTF700normal';
|
|
33
|
-
src: url('./
|
|
33
|
+
src: url('./v2_9_2-HelveticaNowOTF-700-6HlceCNSLhqiBWK9h4O4F.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/web/icons/CanUs.js
CHANGED
|
@@ -9,9 +9,9 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
13
|
height: size,
|
|
14
|
-
|
|
14
|
+
width: size,
|
|
15
15
|
fill: color,
|
|
16
16
|
role: title ? 'img' : undefined,
|
|
17
17
|
"aria-hidden": !title,
|
|
@@ -20,10 +20,10 @@ module.exports = ({
|
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
22
|
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
-
d: "M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.
|
|
23
|
+
d: "M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.14Zm4.19-19.158L8.864 1.434 7.397 3.842a.671.671 0 0 1-.948.207l-.267-.18.476 3.207c.092.621-.65 1.014-1.114.59l-1.529-1.39-.14.356a.67.67 0 0 1-.745.412L1.476 6.74l.483 1.952a.666.666 0 0 1-.245.691l-.33.251 3.572 3.01v2.206l-.434.055A.668.668 0 0 1 3.815 14l.255-.646-3.833-3.227a.666.666 0 0 1 .027-1.041l.541-.41-.578-2.338a.668.668 0 0 1 .771-.816l1.973.363.243-.616A.67.67 0 0 1 4.29 5.02l1.081.983-.441-2.971a.67.67 0 0 1 1.038-.65l.719.484L8.236.321A.67.67 0 0 1 8.808 0h.11a.67.67 0 0 1 .573.321l1.55 2.545.72-.484a.67.67 0 0 1 1.037.65l-.44 2.971 1.08-.983a.67.67 0 0 1 1.075.248l.243.616 1.973-.363a.668.668 0 0 1 .771.816l-.578 2.338.54.41a.666.666 0 0 1 .028 1.04l-.522.44H15.24l1.105-.93-.331-.252a.666.666 0 0 1-.245-.69l.483-1.953-1.654.304a.67.67 0 0 1-.744-.412l-.141-.355-1.528 1.39c-.466.423-1.207.03-1.115-.59l.476-3.208-.267.18a.671.671 0 0 1-.948-.207Z"
|
|
24
24
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
d: "M22.326 21.685H7.256V23H6.14v-9.655c0-.922.75-1.668 1.674-1.668h14.512A1.67 1.67 0 0 1 24 13.345v6.672c0 .921-.75 1.668-1.674 1.668Zm-15.07-8.34c0-.307.25-.556.558-.556h5.023v3.336H7.256v-2.78Zm15.628.556h-8.93v-1.112h8.372c.308 0 .558.249.558.556v.556Zm-8.93 1.112h8.93v1.112h-8.93v-1.112Zm8.93 2.224v1.112H7.256v-1.112h15.628ZM7.256 19.46h15.628v.556c0 .307-.25.556-.558.556H7.256V19.46Z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
28
|
})]
|
|
29
29
|
});
|
package/build/web/icons/Grid.js
CHANGED
|
@@ -9,10 +9,11 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
13
|
-
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
14
13
|
fill: color,
|
|
15
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
role: title ? 'img' : undefined,
|
|
17
18
|
"aria-hidden": !title,
|
|
18
19
|
"aria-labelledby": titleId,
|
package/build/web/icons/List.js
CHANGED
|
@@ -9,10 +9,11 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
13
|
-
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
14
13
|
fill: color,
|
|
15
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
role: title ? 'img' : undefined,
|
|
17
18
|
"aria-hidden": !title,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
@@ -9,10 +9,11 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
13
|
-
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
14
13
|
fill: color,
|
|
15
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
role: title ? 'img' : undefined,
|
|
17
18
|
"aria-hidden": !title,
|
|
18
19
|
"aria-labelledby": titleId,
|
package/build/web/icons/Money.js
CHANGED
|
@@ -9,10 +9,10 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
13
|
height: size,
|
|
14
|
+
width: size,
|
|
14
15
|
fill: color,
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
16
|
role: title ? 'img' : undefined,
|
|
17
17
|
"aria-hidden": !title,
|
|
18
18
|
"aria-labelledby": titleId,
|
|
@@ -21,8 +21,9 @@ module.exports = ({
|
|
|
21
21
|
children: title
|
|
22
22
|
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
23
|
fillRule: "evenodd",
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
d: "M12 5.465a.5.5 0 0 1 .5.5v.291c.712.083 1.39.313 1.933.673.695.46 1.212 1.165 1.212 2.056a.5.5 0 0 1-1 0c0-.463-.261-.89-.764-1.222-.371-.246-.852-.422-1.381-.498v3.907a4.142 4.142 0 0 1 1.974.879c.676.554 1.171 1.344 1.171 2.214 0 .892-.517 1.596-1.212 2.056-.544.36-1.22.59-1.933.673v.285a.5.5 0 0 1-1 0v-.268c-.77-.062-1.482-.302-2.037-.7-.66-.474-1.104-1.18-1.104-2.046a.5.5 0 0 1 1 0c0 .49.242.914.687 1.233.369.265.872.45 1.454.51v-3.902c-1.683-.165-3.132-1.335-3.132-2.932s1.45-2.767 3.132-2.932v-.277a.5.5 0 0 1 .5-.5ZM9.368 9.174c0-.891.848-1.77 2.132-1.927V11.1c-1.284-.156-2.132-1.036-2.132-1.927Zm3.132 6.812v-3.799c.5.104.968.333 1.34.638.522.427.805.957.805 1.44 0 .463-.261.89-.764 1.223-.371.245-.852.421-1.381.498Z"
|
|
25
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M20.484 3.515A11.915 11.915 0 0 0 12 0a11.92 11.92 0 0 0-8.485 3.515A11.92 11.92 0 0 0 0 12c0 3.205 1.248 6.219 3.515 8.486A11.92 11.92 0 0 0 12 24c3.206 0 6.219-1.248 8.486-3.514A11.924 11.924 0 0 0 24 12c0-3.206-1.248-6.22-3.516-8.485ZM4.25 4.25A10.889 10.889 0 0 1 12 1.039c2.927 0 5.679 1.14 7.75 3.21A10.89 10.89 0 0 1 22.961 12a10.89 10.89 0 0 1-3.21 7.75A10.893 10.893 0 0 1 12 22.962c-2.927 0-5.68-1.141-7.75-3.21A10.896 10.896 0 0 1 1.039 12c0-2.928 1.141-5.68 3.211-7.75Z"
|
|
27
28
|
})]
|
|
28
29
|
});
|
|
@@ -9,10 +9,11 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
13
|
-
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
14
13
|
fill: color,
|
|
15
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
16
17
|
role: title ? 'img' : undefined,
|
|
17
18
|
"aria-hidden": !title,
|
|
18
19
|
"aria-labelledby": titleId,
|
|
@@ -9,33 +9,23 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
13
|
height: size,
|
|
14
|
+
width: size,
|
|
14
15
|
fill: color,
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
16
|
role: title ? 'img' : undefined,
|
|
17
17
|
"aria-hidden": !title,
|
|
18
18
|
"aria-labelledby": titleId,
|
|
19
19
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
|
-
}) : null, /*#__PURE__*/(0, _jsxRuntime.
|
|
23
|
-
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M16.648 13.044c.638.476.942 1.112.84 1.893-.1.75-.55 1.257-1.26 1.546-1.116.476-2.333-.318-2.623-1.286-.17-.621.006-1.145.19-1.694l.013-.04a3.6 3.6 0 0 1 .29-.636c.072-.13.072-.217-.087-.29a14.529 14.529 0 0 1-1.883-.982c-.088-.057-.174-.043-.261.015-.609.39-1.26.693-1.912.996-.154.07-.106.167-.064.252l.005.009c.29.491.45 1.026.55 1.575.131.708-.275 1.546-.927 1.922-1.173.664-2.564.144-2.985-1.185a.961.961 0 0 1-.035-.289 2.648 2.648 0 0 0-.008-.16c-.03-.837.464-1.372 1.116-1.805.178-.122.374-.22.57-.316.106-.053.211-.105.313-.161.16-.072.16-.145.058-.275a7.208 7.208 0 0 0-1.564-1.546.645.645 0 0 1-.16-.115c-.13-.116-.232-.087-.333.043-.16.217-.42.275-.652.303-.319.044-.783-.36-.826-.693-.044-.332.014-.621.304-.838.304-.231.638-.231.971-.072a8.17 8.17 0 0 1 1.768 1.213c.463.405.84.882 1.217 1.373.101.144.203.159.333.101.363-.165.718-.345 1.072-.524l.42-.213c.175-.086.175-.159 0-.318-.42-.375-.796-.765-1-1.3-.289-.78.131-1.835.87-2.269.42-.245.913-.332 1.406-.245.652.115 1.13.491 1.42 1.083.42.838.188 1.575-.406 2.24l-.079.095c-.13.159-.261.317-.442.425-.131.087-.117.16.014.246.377.231.782.433 1.188.607.014.007.033.01.05.014.019.004.037.007.052.015.398.227.405.217.68-.153l.015-.02c.594-.795 1.29-1.475 2.145-1.995.068-.04.134-.08.201-.122.175-.107.349-.213.538-.297.478-.202.97-.058 1.173.405.174.404.058.91-.405 1.127-.435.217-.768.029-1.03-.231-.1-.101-.173-.116-.303-.03a7.325 7.325 0 0 0-1.768 1.706c-.102.144-.03.188.087.245.39.188.782.376 1.144.65Zm-9.244 2.095c.16.404.608.693 1.043.693.725 0 1.26-.607 1.174-1.329-.058-.491-.247-.94-.435-1.387-.058-.116-.13-.145-.246-.087l-.174.087a19.92 19.92 0 0 1-.17.092c-.365.197-.728.392-1.004.717-.319.376-.377.78-.188 1.214Zm4.492-4.638c.072.072.159.029.246-.03a3.16 3.16 0 0 0 .55-.534c.232-.274.464-.563.45-.881 0-.578-.247-.925-.681-1.127-.42-.174-.826-.145-1.188.144-.377.304-.537.694-.392 1.17.15.518.545.855.941 1.195l.074.063Zm2.477 4.19c-.043.636.551 1.098 1.044 1.141.536.044.97-.23 1.188-.693.188-.42.087-.91-.275-1.286-.331-.33-.74-.537-1.139-.74l-.166-.084c-.072-.043-.144-.029-.188.058-.232.491-.464.983-.464 1.604Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
27
|
fillRule: "evenodd",
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
28
|
-
d: "M16.648 13.044c.638.476.942 1.112.84 1.893-.1.75-.55 1.257-1.26 1.546-1.116.476-2.333-.318-2.623-1.286-.17-.621.006-1.145.19-1.694l.013-.04a3.6 3.6 0 0 1 .29-.636c.072-.13.072-.217-.087-.29a14.529 14.529 0 0 1-1.883-.982c-.088-.057-.174-.043-.261.015-.609.39-1.26.693-1.912.996-.154.07-.106.167-.064.252l.005.009c.29.491.45 1.026.55 1.575.131.708-.275 1.546-.927 1.922-1.173.664-2.564.144-2.985-1.185a.961.961 0 0 1-.035-.289 2.648 2.648 0 0 0-.008-.16c-.03-.837.464-1.372 1.116-1.805.178-.122.374-.22.57-.316.106-.053.211-.105.313-.161.16-.072.16-.145.058-.275a7.208 7.208 0 0 0-1.564-1.546.645.645 0 0 1-.16-.115c-.13-.116-.232-.087-.333.043-.16.217-.42.275-.652.303-.319.044-.783-.36-.826-.693-.044-.332.014-.621.304-.838.304-.231.638-.231.971-.072a8.17 8.17 0 0 1 1.768 1.213c.463.405.84.882 1.217 1.373.101.144.203.159.333.101.363-.165.718-.345 1.072-.524l.42-.213c.175-.086.175-.159 0-.318-.42-.375-.796-.765-1-1.3-.289-.78.131-1.835.87-2.269.42-.245.913-.332 1.406-.245.652.115 1.13.491 1.42 1.083.42.838.188 1.575-.406 2.24l-.079.095c-.13.159-.261.317-.442.425-.131.087-.117.16.014.246.377.231.782.433 1.188.607.014.007.033.01.05.014.019.004.037.007.052.015.398.227.405.217.68-.153l.015-.02c.594-.795 1.29-1.475 2.145-1.995.068-.04.134-.08.201-.122.175-.107.349-.213.538-.297.478-.202.97-.058 1.173.405.174.404.058.91-.405 1.127-.435.217-.768.029-1.03-.231-.1-.101-.173-.116-.303-.03a7.325 7.325 0 0 0-1.768 1.706c-.102.144-.03.188.087.245.39.188.782.376 1.144.65Zm-9.244 2.095c.16.404.608.693 1.043.693.725 0 1.26-.607 1.174-1.329-.058-.491-.247-.94-.435-1.387-.058-.116-.13-.145-.246-.087l-.174.087a19.92 19.92 0 0 1-.17.092c-.365.197-.728.392-1.004.717-.319.376-.377.78-.188 1.214Zm4.492-4.638c.072.072.159.029.246-.03a3.16 3.16 0 0 0 .55-.534c.232-.274.464-.563.45-.881 0-.578-.247-.925-.681-1.127-.42-.174-.826-.145-1.188.144-.377.304-.537.694-.392 1.17.15.518.545.855.941 1.195l.074.063Zm2.477 4.19c-.043.636.551 1.098 1.044 1.141.536.044.97-.23 1.188-.693.188-.42.087-.91-.275-1.286-.331-.33-.74-.537-1.139-.74l-.166-.084c-.072-.043-.144-.029-.188.058-.232.491-.464.983-.464 1.604Z"
|
|
29
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
30
|
-
d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z"
|
|
31
|
-
})]
|
|
32
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
33
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
|
34
|
-
id: "prefix__a",
|
|
35
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
36
|
-
fill: "#fff",
|
|
37
|
-
d: "M0 0h24v24H0z"
|
|
38
|
-
})
|
|
39
|
-
})
|
|
28
|
+
d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z",
|
|
29
|
+
clipRule: "evenodd"
|
|
40
30
|
})]
|
|
41
31
|
});
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<path d="M6.
|
|
3
|
-
<path d="
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3256 21.6851H7.25582L7.25593 23H6.13965L6.13954 13.3447C6.13954 12.4234 6.8892 11.6766 7.81395 11.6766H22.3256C23.2503 11.6766 24 12.4234 24 13.3447V20.017C24 20.9383 23.2503 21.6851 22.3256 21.6851ZM7.25582 13.3447C7.25582 13.0376 7.5057 12.7887 7.81395 12.7887H12.8372V16.1248H7.25582V13.3447ZM22.8837 13.9007H13.9535V12.7887H22.3256C22.6338 12.7887 22.8837 13.0376 22.8837 13.3447V13.9007ZM13.9535 15.0128H22.8837V16.1248H13.9535V15.0128ZM22.8837 17.2369V18.3489H7.25582V17.2369H22.8837ZM7.25582 19.461H22.8837V20.017C22.8837 20.3241 22.6338 20.5731 22.3256 20.5731H7.25582V19.461Z" />
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.14Zm4.19-19.158L8.864 1.434 7.397 3.842a.671.671 0 0 1-.948.207l-.267-.18.476 3.207c.092.621-.65 1.014-1.114.59l-1.529-1.39-.14.356a.67.67 0 0 1-.745.412L1.476 6.74l.483 1.952a.666.666 0 0 1-.245.691l-.33.251 3.572 3.01v2.206l-.434.055A.668.668 0 0 1 3.815 14l.255-.646-3.833-3.227a.666.666 0 0 1 .027-1.041l.541-.41-.578-2.338a.668.668 0 0 1 .771-.816l1.973.363.243-.616A.67.67 0 0 1 4.29 5.02l1.081.983-.441-2.971a.67.67 0 0 1 1.038-.65l.719.484L8.236.321A.67.67 0 0 1 8.808 0h.11a.67.67 0 0 1 .573.321l1.55 2.545.72-.484a.67.67 0 0 1 1.037.65l-.44 2.971 1.08-.983a.67.67 0 0 1 1.075.248l.243.616 1.973-.363a.668.668 0 0 1 .771.816l-.578 2.338.54.41a.666.666 0 0 1 .028 1.04l-.522.44H15.24l1.105-.93-.331-.252a.666.666 0 0 1-.245-.69l.483-1.953-1.654.304a.67.67 0 0 1-.744-.412l-.141-.355-1.528 1.39c-.466.423-1.207.03-1.115-.59l.476-3.208-.267.18a.671.671 0 0 1-.948-.207Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M22.326 21.685H7.256V23H6.14v-9.655c0-.922.75-1.668 1.674-1.668h14.512A1.67 1.67 0 0 1 24 13.345v6.672c0 .921-.75 1.668-1.674 1.668Zm-15.07-8.34c0-.307.25-.556.558-.556h5.023v3.336H7.256v-2.78Zm15.628.556h-8.93v-1.112h8.372c.308 0 .558.249.558.556v.556Zm-8.93 1.112h8.93v1.112h-8.93v-1.112Zm8.93 2.224v1.112H7.256v-1.112h15.628ZM7.256 19.46h15.628v.556c0 .307-.25.556-.558.556H7.256V19.46Z" clip-rule="evenodd"/>
|
|
5
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 4C3 3.44772 3.44772 3 4 3H10C10.5523 3 11 3.44772 11 4V10C11 10.5523 10.5523 11 10 11H4C3.44772 11 3 10.5523 3 10V4ZM4 4V10H10V4H4Z" fill="#414547"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 14C3 13.4477 3.44772 13 4 13H10C10.5523 13 11 13.4477 11 14V20C11 20.5523 10.5523 21 10 21H4C3.44772 21 3 20.5523 3 20V14ZM4 14V20H10V14H4Z" fill="#414547"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 4C13 3.44772 13.4477 3 14 3H20C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4ZM14 4V10H20V4H14Z" fill="#414547"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path d="M4 7C4 7.55228 3.55228 8 3 8C2.44772 8 2 7.55228 2 7C2 6.44772 2.44772 6 3 6C3.55228 6 4 6.44772 4 7Z" fill="#414547"/>
|
|
3
3
|
<path d="M6 7C6 6.72386 6.22386 6.5 6.5 6.5H21.5C21.7761 6.5 22 6.72386 22 7C22 7.27614 21.7761 7.5 21.5 7.5H6.5C6.22386 7.5 6 7.27614 6 7Z" fill="#414547"/>
|
|
4
4
|
<path d="M4 12C4 12.5523 3.55228 13 3 13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11C3.55228 11 4 11.4477 4 12Z" fill="#414547"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g opacity="0.8">
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 2C15.187 2 19 5.813 19 10.5C19 12.6747 18.1791 14.6613 16.8309 16.1662L22.8658 22.1945C23.0494 22.3794 23.0494 22.68 22.8658 22.8648C22.7744 22.9568 22.6539 23.0033 22.5334 23.0033C22.4128 23.0033 22.2923 22.9568 22.2 22.8648L16.1632 16.8335C14.6587 18.1802 12.6733 19 10.5 19C5.813 19 2 15.187 2 10.5C2 5.813 5.813 2 10.5 2ZM10.5 3C6.364 3 3 6.364 3 10.5C3 14.636 6.364 18 10.5 18C14.637 18 18 14.636 18 10.5C18 6.364 14.637 3 10.5 3Z" fill="#414547"/>
|
|
4
4
|
<path d="M13.1406 10.0156H10.9141V7.78906C10.9141 7.53969 10.7181 7.34375 10.4688 7.34375C10.2194 7.34375 10.0234 7.53969 10.0234 7.78906V10.0156H7.79688C7.5475 10.0156 7.35156 10.2116 7.35156 10.4609C7.35156 10.7103 7.5475 10.9062 7.79688 10.9062H10.0234V13.1328C10.0234 13.3822 10.2194 13.5781 10.4688 13.5781C10.7181 13.5781 10.9141 13.3822 10.9141 13.1328V10.9062H13.1406C13.39 10.9062 13.5859 10.7103 13.5859 10.4609C13.5859 10.2116 13.39 10.0156 13.1406 10.0156Z" fill="#414547"/>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<path fill-rule="evenodd"
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M12 5.465a.5.5 0 0 1 .5.5v.291c.712.083 1.39.313 1.933.673.695.46 1.212 1.165 1.212 2.056a.5.5 0 0 1-1 0c0-.463-.261-.89-.764-1.222-.371-.246-.852-.422-1.381-.498v3.907a4.142 4.142 0 0 1 1.974.879c.676.554 1.171 1.344 1.171 2.214 0 .892-.517 1.596-1.212 2.056-.544.36-1.22.59-1.933.673v.285a.5.5 0 0 1-1 0v-.268c-.77-.062-1.482-.302-2.037-.7-.66-.474-1.104-1.18-1.104-2.046a.5.5 0 0 1 1 0c0 .49.242.914.687 1.233.369.265.872.45 1.454.51v-3.902c-1.683-.165-3.132-1.335-3.132-2.932s1.45-2.767 3.132-2.932v-.277a.5.5 0 0 1 .5-.5ZM9.368 9.174c0-.891.848-1.77 2.132-1.927V11.1c-1.284-.156-2.132-1.036-2.132-1.927Zm3.132 6.812v-3.799c.5.104.968.333 1.34.638.522.427.805.957.805 1.44 0 .463-.261.89-.764 1.223-.371.245-.852.421-1.381.498Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M20.484 3.515A11.915 11.915 0 0 0 12 0a11.92 11.92 0 0 0-8.485 3.515A11.92 11.92 0 0 0 0 12c0 3.205 1.248 6.219 3.515 8.486A11.92 11.92 0 0 0 12 24c3.206 0 6.219-1.248 8.486-3.514A11.924 11.924 0 0 0 24 12c0-3.206-1.248-6.22-3.516-8.485ZM4.25 4.25A10.889 10.889 0 0 1 12 1.039c2.927 0 5.679 1.14 7.75 3.21A10.89 10.89 0 0 1 22.961 12a10.89 10.89 0 0 1-3.21 7.75A10.893 10.893 0 0 1 12 22.962c-2.927 0-5.68-1.141-7.75-3.21A10.896 10.896 0 0 1 1.039 12c0-2.928 1.141-5.68 3.211-7.75Z"/>
|
|
3
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="Replay">
|
|
3
3
|
<path id="Vector" d="M12.7 0.950012C8.70001 0.950012 5.35001 3.13001 2.93001 7.23001C2.84001 7.10001 2.76001 6.96001 2.67001 6.83001C2.48001 6.52001 2.30001 6.20001 2.12001 5.88001C1.95001 5.56001 1.78001 5.23001 1.63001 4.90001C1.55001 4.73001 1.47001 4.57001 1.40001 4.40001C1.36001 4.32001 1.32001 4.23001 1.29001 4.15001C1.26001 4.07001 1.23001 3.99001 1.18001 3.92001C1.15001 3.88001 1.11001 3.84001 1.07001 3.81001C0.980007 3.74001 0.860007 3.70001 0.740007 3.70001C0.620007 3.70001 0.510007 3.73001 0.420007 3.81001L0.390007 3.84001C0.390007 3.84001 0.300007 3.95001 0.280007 4.01001C0.220007 4.17001 0.250007 4.34001 0.300007 4.49001C0.340007 4.62001 0.390007 4.76001 0.440007 4.89001C0.570007 5.30001 0.700007 5.72001 0.840007 6.13001C0.910007 6.36001 0.990007 6.60001 1.06001 6.83001C1.38001 7.84001 1.71001 8.88001 1.98001 9.70001C2.07001 9.98001 2.13001 10.29 2.26001 10.55C2.30001 10.63 2.38001 10.73 2.47001 10.77C2.54001 10.81 2.63001 10.82 2.73001 10.79C2.75001 10.79 2.78001 10.77 2.80001 10.76L3.13001 10.63L3.67001 10.42L4.37001 10.15C4.64001 10.05 4.90001 9.94001 5.17001 9.84001L6.01001 9.51001L6.83001 9.19001L7.57001 8.90001C7.77001 8.82001 7.97001 8.74001 8.17001 8.66001L8.38001 8.58001C8.45001 8.55001 8.52001 8.52001 8.59001 8.50001C8.66001 8.47001 8.73001 8.45001 8.80001 8.42001C8.88001 8.38001 8.96001 8.33001 9.02001 8.26001C9.10001 8.15001 9.14001 8.00001 9.11001 7.87001C9.05001 7.61001 8.77001 7.43001 8.51001 7.49001L6.98001 7.85001C6.98001 7.85001 5.40001 8.14001 4.59001 8.19001C6.10001 5.65001 8.66001 2.89001 12.69 2.89001C17.71 2.89001 21.8 6.98001 21.8 12C21.8 17.02 17.71 21.11 12.69 21.11C11.87 21.11 11.05 21 10.26 20.78C9.49001 20.57 8.74001 20.25 8.06001 19.84C7.38001 19.43 6.75001 18.94 6.19001 18.37C6.03001 18.21 5.89001 18.02 5.74001 17.85C5.55001 17.63 5.38001 17.4 5.21001 17.16C5.13001 17.05 5.06001 16.93 4.99001 16.82C4.81001 16.54 4.64001 16.25 4.50001 15.95L4.31001 15.55C4.11001 15.11 3.65001 14.86 3.16001 15C3.01001 15.04 2.87001 15.12 2.75001 15.23C2.61001 15.36 2.51001 15.53 2.47001 15.72C2.45001 15.82 2.44001 15.92 2.45001 16.02C2.46001 16.15 2.52001 16.29 2.57001 16.41C2.67001 16.66 2.79001 16.91 2.92001 17.15C3.29001 17.85 3.74001 18.52 4.25001 19.13C4.50001 19.43 4.77001 19.72 5.06001 19.99C5.34001 20.26 5.64001 20.52 5.96001 20.76C6.27001 21 6.60001 21.23 6.93001 21.43C7.27001 21.64 7.62001 21.83 7.98001 21.99C8.34001 22.16 8.71001 22.31 9.09001 22.44C9.47001 22.57 9.86001 22.68 10.25 22.77C10.65 22.86 11.05 22.93 11.46 22.97C11.87 23.02 12.29 23.04 12.7 23.04C18.79 23.04 23.75 18.08 23.75 11.99C23.75 5.90001 18.79 0.950012 12.7 0.950012Z" fill="#414547"/>
|
|
4
4
|
</g>
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M16.648 13.044c.638.476.942 1.112.84 1.893-.1.75-.55 1.257-1.26 1.546-1.116.476-2.333-.318-2.623-1.286-.17-.621.006-1.145.19-1.694l.013-.04a3.6 3.6 0 0 1 .29-.636c.072-.13.072-.217-.087-.29a14.529 14.529 0 0 1-1.883-.982c-.088-.057-.174-.043-.261.015-.609.39-1.26.693-1.912.996-.154.07-.106.167-.064.252l.005.009c.29.491.45 1.026.55 1.575.131.708-.275 1.546-.927 1.922-1.173.664-2.564.144-2.985-1.185a.961.961 0 0 1-.035-.289 2.648 2.648 0 0 0-.008-.16c-.03-.837.464-1.372 1.116-1.805.178-.122.374-.22.57-.316.106-.053.211-.105.313-.161.16-.072.16-.145.058-.275a7.208 7.208 0 0 0-1.564-1.546.645.645 0 0 1-.16-.115c-.13-.116-.232-.087-.333.043-.16.217-.42.275-.652.303-.319.044-.783-.36-.826-.693-.044-.332.014-.621.304-.838.304-.231.638-.231.971-.072a8.17 8.17 0 0 1 1.768 1.213c.463.405.84.882 1.217 1.373.101.144.203.159.333.101.363-.165.718-.345 1.072-.524l.42-.213c.175-.086.175-.159 0-.318-.42-.375-.796-.765-1-1.3-.289-.78.131-1.835.87-2.269.42-.245.913-.332 1.406-.245.652.115 1.13.491 1.42 1.083.42.838.188 1.575-.406 2.24l-.079.095c-.13.159-.261.317-.442.425-.131.087-.117.16.014.246.377.231.782.433 1.188.607.014.007.033.01.05.014.019.004.037.007.052.015.398.227.405.217.68-.153l.015-.02c.594-.795 1.29-1.475 2.145-1.995.068-.04.134-.08.201-.122.175-.107.349-.213.538-.297.478-.202.97-.058 1.173.405.174.404.058.91-.405 1.127-.435.217-.768.029-1.03-.231-.1-.101-.173-.116-.303-.03a7.325 7.325 0 0 0-1.768 1.706c-.102.144-.03.188.087.245.39.188.782.376 1.144.65Zm-9.244 2.095c.16.404.608.693 1.043.693.725 0 1.26-.607 1.174-1.329-.058-.491-.247-.94-.435-1.387-.058-.116-.13-.145-.246-.087l-.174.087a19.92 19.92 0 0 1-.17.092c-.365.197-.728.392-1.004.717-.319.376-.377.78-.188 1.214Zm4.492-4.638c.072.072.159.029.246-.03a3.16 3.16 0 0 0 .55-.534c.232-.274.464-.563.45-.881 0-.578-.247-.925-.681-1.127-.42-.174-.826-.145-1.188.144-.377.304-.537.694-.392 1.17.15.518.545.855.941 1.195l.074.063Zm2.477 4.19c-.043.636.551 1.098 1.044 1.141.536.044.97-.23 1.188-.693.188-.42.087-.91-.275-1.286-.331-.33-.74-.537-1.139-.74l-.166-.084c-.072-.043-.144-.029-.188.058-.232.491-.464.983-.464 1.604Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z" clip-rule="evenodd"/>
|
|
4
|
+
</svg>
|
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 06 Jan 2023 02:00:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -59,15 +59,15 @@ module.exports = {
|
|
|
59
59
|
},
|
|
60
60
|
font: {
|
|
61
61
|
HelveticaNow: {
|
|
62
|
-
300: '
|
|
63
|
-
400: '
|
|
64
|
-
500: '
|
|
65
|
-
700: '
|
|
62
|
+
300: 'https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-300-gzwlGzEimgLmyKnlSVmJu.otf',
|
|
63
|
+
400: 'https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-400-9v-OBomF9f9V4DdBmI0Rn.woff',
|
|
64
|
+
500: 'https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-500-MnkEowCR5x_lv2jQ55dNr.woff',
|
|
65
|
+
700: 'https://cdn.telus.digital/uds/v2_9_2-HelveticaNow-700-BcxIYPUDCaeOQYZ498hPJ.woff'
|
|
66
66
|
},
|
|
67
67
|
HelveticaNowOTF: {
|
|
68
|
-
400: '
|
|
69
|
-
500: '
|
|
70
|
-
700: '
|
|
68
|
+
400: 'https://cdn.telus.digital/uds/v2_9_2-HelveticaNowOTF-400-McTAKkoIJ4c6Jm52Azra9.otf',
|
|
69
|
+
500: 'https://cdn.telus.digital/uds/v2_9_2-HelveticaNowOTF-500-S3pGbzQLzmBSCatHIoyiO.otf',
|
|
70
|
+
700: 'https://cdn.telus.digital/uds/v2_9_2-HelveticaNowOTF-700-6HlceCNSLhqiBWK9h4O4F.otf'
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
fontSize: {
|