@telus-uds/palette-allium 2.6.2 → 2.8.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/build/android/border.xml +1 -1
- package/build/android/color.xml +2 -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 +2 -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/Grid.js +28 -0
- package/build/rn/icons/Grid.native.js +28 -0
- package/build/rn/icons/List.js +26 -0
- package/build/rn/icons/List.native.js +26 -0
- package/build/rn/icons/Magnify.js +33 -0
- package/build/rn/icons/Magnify.native.js +33 -0
- package/build/rn/icons/Modal.js +39 -0
- package/build/rn/icons/Modal.native.js +42 -0
- package/build/rn/icons/Replay.js +4 -3
- package/build/rn/icons/Replay.native.js +4 -3
- package/build/rn/icons/SmartWearSecurity.js +41 -0
- package/build/rn/icons/SmartWearSecurity.native.js +41 -0
- package/build/rn/icons/grid.icon.svg +6 -0
- package/build/rn/icons/index.js +5 -0
- package/build/rn/icons/list.icon.svg +8 -0
- package/build/rn/icons/magnify.icon.svg +6 -0
- package/build/rn/icons/modal.icon.svg +105 -0
- package/build/rn/icons/replay.icon.svg +5 -3
- package/build/rn/icons/smart-wear-security.icon.svg +1 -0
- package/build/rn/palette.js +7 -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_6_2-HelveticaNow-300.otf → v2_8_0-HelveticaNow-300.otf} +0 -0
- package/build/web/fonts/{v2_6_2-HelveticaNow-400.woff → v2_8_0-HelveticaNow-400.woff} +0 -0
- package/build/web/fonts/{v2_6_2-HelveticaNow-500.woff → v2_8_0-HelveticaNow-500.woff} +0 -0
- package/build/web/fonts/{v2_6_2-HelveticaNow-700.woff → v2_8_0-HelveticaNow-700.woff} +0 -0
- package/build/web/fonts/{v2_6_2-HelveticaNowOTF-400.otf → v2_8_0-HelveticaNowOTF-400.otf} +0 -0
- package/build/web/fonts/{v2_6_2-HelveticaNowOTF-500.otf → v2_8_0-HelveticaNowOTF-500.otf} +0 -0
- package/build/web/fonts/{v2_6_2-HelveticaNowOTF-700.otf → v2_8_0-HelveticaNowOTF-700.otf} +0 -0
- package/build/web/icons/Grid.js +28 -0
- package/build/web/icons/List.js +26 -0
- package/build/web/icons/Magnify.js +33 -0
- package/build/web/icons/Modal.js +39 -0
- package/build/web/icons/Replay.js +4 -3
- package/build/web/icons/SmartWearSecurity.js +41 -0
- package/build/web/icons/grid.icon.svg +6 -0
- package/build/web/icons/index.js +5 -0
- package/build/web/icons/list.icon.svg +8 -0
- package/build/web/icons/magnify.icon.svg +6 -0
- package/build/web/icons/modal.icon.svg +105 -0
- package/build/web/icons/replay.icon.svg +5 -3
- package/build/web/icons/smart-wear-security.icon.svg +1 -0
- package/build/web/palette.js +14 -8
- package/package.json +1 -1
- package/palette.json +26 -1
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Wed, 05 Oct 2022 21:31:36 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
<color name="amber_dark">#ffb4872c</color>
|
|
11
11
|
<color name="amber_light">#fffff9ee</color>
|
|
12
12
|
<color name="bg_modal">#f7f4f4f7</color>
|
|
13
|
+
<color name="black">#ff000000</color>
|
|
13
14
|
<color name="dark_10">#1a000000</color>
|
|
14
15
|
<color name="dark_20">#33000000</color>
|
|
15
16
|
<color name="dark_40">#66000000</color>
|
package/build/android/radius.xml
CHANGED
package/build/android/size.xml
CHANGED
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Wed, 05 Oct 2022 21:31:36 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -14,6 +14,7 @@ public enum PaletteColor {
|
|
|
14
14
|
public static let amberDark = UIColor(red: 0.706, green: 0.529, blue: 0.173, alpha: 1)
|
|
15
15
|
public static let amberLight = UIColor(red: 1.000, green: 0.976, blue: 0.933, alpha: 1)
|
|
16
16
|
public static let bgModal = UIColor(red: 0.957, green: 0.957, blue: 0.969, alpha: 0.97)
|
|
17
|
+
public static let black = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
17
18
|
public static let dark10 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1)
|
|
18
19
|
public static let dark20 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.2)
|
|
19
20
|
public static let dark40 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.4)
|
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
package/build/ios/Size.swift
CHANGED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
fill: color,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M3 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm1 0v6h6V4H4ZM3 14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6Zm1 0v6h6v-6H4ZM13 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V4Zm1 0v6h6V4h-6ZM13 14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-6Zm1 0v6h6v-6h-6Z",
|
|
26
|
+
fill: "#414547"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M3 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm1 0v6h6V4H4ZM3 14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6Zm1 0v6h6v-6H4ZM13 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V4Zm1 0v6h6V4h-6ZM13 14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-6Zm1 0v6h6v-6h-6Z",
|
|
26
|
+
fill: "#414547"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
fill: color,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M4 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6 7a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15A.5.5 0 0 1 6 7ZM4 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6 12a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15A.5.5 0 0 1 6 12ZM4 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6 17a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15A.5.5 0 0 1 6 17Z",
|
|
24
|
+
fill: "#414547"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
d: "M4 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6 7a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15A.5.5 0 0 1 6 7ZM4 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6 12a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15A.5.5 0 0 1 6 12ZM4 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6 17a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15A.5.5 0 0 1 6 17Z",
|
|
24
|
+
fill: "#414547"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
fill: color,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
23
|
+
opacity: 0.8,
|
|
24
|
+
fill: "#414547",
|
|
25
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M10.5 2c4.687 0 8.5 3.813 8.5 8.5 0 2.175-.82 4.161-2.17 5.666l6.036 6.029a.477.477 0 0 1 0 .67.468.468 0 0 1-.666 0l-6.037-6.031A8.466 8.466 0 0 1 10.5 19C5.813 19 2 15.187 2 10.5 2 5.813 5.813 2 10.5 2Zm0 1C6.364 3 3 6.364 3 10.5S6.364 18 10.5 18c4.137 0 7.5-3.364 7.5-7.5S14.637 3 10.5 3Z"
|
|
29
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
30
|
+
d: "M13.14 10.016h-2.226V7.789a.441.441 0 0 0-.445-.445.441.441 0 0 0-.446.445v2.227H7.797a.441.441 0 0 0-.445.445c0 .25.196.445.445.445h2.226v2.227c0 .25.196.445.446.445s.445-.196.445-.445v-2.227h2.227a.44.44 0 0 0 .445-.445.441.441 0 0 0-.445-.445Z"
|
|
31
|
+
})]
|
|
32
|
+
})]
|
|
33
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
|
|
23
|
+
opacity: 0.8,
|
|
24
|
+
fill: "#414547",
|
|
25
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M10.5 2c4.687 0 8.5 3.813 8.5 8.5 0 2.175-.82 4.161-2.17 5.666l6.036 6.029a.477.477 0 0 1 0 .67.468.468 0 0 1-.666 0l-6.037-6.031A8.466 8.466 0 0 1 10.5 19C5.813 19 2 15.187 2 10.5 2 5.813 5.813 2 10.5 2Zm0 1C6.364 3 3 6.364 3 10.5S6.364 18 10.5 18c4.137 0 7.5-3.364 7.5-7.5S14.637 3 10.5 3Z"
|
|
29
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
30
|
+
d: "M13.14 10.016h-2.226V7.789a.441.441 0 0 0-.445-.445.441.441 0 0 0-.446.445v2.227H7.797a.441.441 0 0 0-.445.445c0 .25.196.445.445.445h2.226v2.227c0 .25.196.445.446.445s.445-.196.445-.445v-2.227h2.227a.44.44 0 0 0 .445-.445.441.441 0 0 0-.445-.445Z"
|
|
31
|
+
})]
|
|
32
|
+
})]
|
|
33
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
style: {
|
|
15
|
+
enableBackground: 'new 0 0 24 24'
|
|
16
|
+
},
|
|
17
|
+
xmlSpace: "preserve",
|
|
18
|
+
height: size,
|
|
19
|
+
width: size,
|
|
20
|
+
fill: color,
|
|
21
|
+
role: title ? 'img' : undefined,
|
|
22
|
+
"aria-hidden": !title,
|
|
23
|
+
"aria-labelledby": titleId,
|
|
24
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
25
|
+
id: titleId,
|
|
26
|
+
children: title
|
|
27
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("style", {
|
|
28
|
+
children: '.prefix__st0{display:none}.prefix__st2,.prefix__st3{display:inline}.prefix__st2{fill-rule:evenodd;clip-rule:evenodd;fill:#414547}.prefix__st3{fill:none;stroke:#2c2e30}.prefix__st4{fill:#fff}.prefix__st4,.prefix__st5{display:inline}.prefix__st6{stroke:#414547}.prefix__st6,.prefix__st7,.prefix__st9{fill:none;stroke-linecap:round}.prefix__st7{display:inline;stroke:#414547}.prefix__st9{stroke:#2c2e30}'
|
|
29
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
30
|
+
id: "prefix__Modal_stroke",
|
|
31
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
32
|
+
className: "prefix__st9",
|
|
33
|
+
d: "M7.7 6.9H4.8c-.7 0-1.2.6-1.2 1.2v11.1c0 .7.6 1.2 1.2 1.2h11.1c.7 0 1.3-.6 1.3-1.2v-2.9M10.8 6.9h5.1c.7 0 1.3.6 1.3 1.2v5.2"
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
35
|
+
className: "prefix__st9",
|
|
36
|
+
d: "M20.5 12.3c0 .7-.6 1.2-1.2 1.2h-7.6c-.7 0-1.2-.6-1.2-1.2V4.8c0-.7.6-1.2 1.2-1.2h7.6c.7 0 1.2.6 1.2 1.2v7.5z"
|
|
37
|
+
})]
|
|
38
|
+
})]
|
|
39
|
+
});
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
style: {
|
|
17
|
+
enableBackground: 'new 0 0 24 24'
|
|
18
|
+
},
|
|
19
|
+
xmlSpace: "preserve",
|
|
20
|
+
height: size,
|
|
21
|
+
width: size,
|
|
22
|
+
fill: color,
|
|
23
|
+
"aria-labelledby": titleId,
|
|
24
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
25
|
+
id: titleId,
|
|
26
|
+
children: title
|
|
27
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
28
|
+
d: "M7.7 6.9H4.8c-.7 0-1.2.6-1.2 1.2v11.1c0 .7.6 1.2 1.2 1.2h11.1c.7 0 1.3-.6 1.3-1.2v-2.9M10.8 6.9h5.1c.7 0 1.3.6 1.3 1.2v5.2",
|
|
29
|
+
style: {
|
|
30
|
+
fill: 'none',
|
|
31
|
+
stroke: '#2c2e30',
|
|
32
|
+
strokeLinecap: 'round'
|
|
33
|
+
}
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
35
|
+
d: "M20.5 12.3c0 .7-.6 1.2-1.2 1.2h-7.6c-.7 0-1.2-.6-1.2-1.2V4.8c0-.7.6-1.2 1.2-1.2h7.6c.7 0 1.2.6 1.2 1.2v7.5z",
|
|
36
|
+
style: {
|
|
37
|
+
fill: 'none',
|
|
38
|
+
stroke: '#2c2e30',
|
|
39
|
+
strokeLinecap: 'round'
|
|
40
|
+
}
|
|
41
|
+
})]
|
|
42
|
+
});
|
package/build/rn/icons/Replay.js
CHANGED
|
@@ -9,10 +9,10 @@ module.exports = ({
|
|
|
9
9
|
color,
|
|
10
10
|
...props
|
|
11
11
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
-
viewBox: "0 0 24 24",
|
|
13
|
-
height: size,
|
|
14
12
|
width: size,
|
|
13
|
+
height: size,
|
|
15
14
|
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,
|
|
@@ -20,6 +20,7 @@ module.exports = ({
|
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
22
|
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
-
d: "
|
|
23
|
+
d: "M12.7.95c-4 0-7.35 2.18-9.77 6.28-.09-.13-.17-.27-.26-.4-.19-.31-.37-.63-.55-.95a17.9 17.9 0 0 1-.49-.98c-.08-.17-.16-.33-.23-.5-.04-.08-.08-.17-.11-.25-.03-.08-.06-.16-.11-.23a.546.546 0 0 0-.44-.22c-.12 0-.23.03-.32.11l-.03.03s-.09.11-.11.17c-.06.16-.03.33.02.48.04.13.09.27.14.4.13.41.26.83.4 1.24.07.23.15.47.22.7.32 1.01.65 2.05.92 2.87.09.28.15.59.28.85.04.08.12.18.21.22.07.04.16.05.26.02.02 0 .05-.02.07-.03l.33-.13.54-.21.7-.27c.27-.1.53-.21.8-.31l.84-.33.82-.32.74-.29.6-.24.21-.08c.07-.03.14-.06.21-.08.07-.03.14-.05.21-.08.08-.04.16-.09.22-.16.08-.11.12-.26.09-.39a.516.516 0 0 0-.6-.38l-1.53.36s-1.58.29-2.39.34c1.51-2.54 4.07-5.3 8.1-5.3 5.02 0 9.11 4.09 9.11 9.11s-4.09 9.11-9.11 9.11a9.07 9.07 0 0 1-4.63-1.27 9.47 9.47 0 0 1-1.87-1.47c-.16-.16-.3-.35-.45-.52-.19-.22-.36-.45-.53-.69-.08-.11-.15-.23-.22-.34-.18-.28-.35-.57-.49-.87l-.19-.4c-.2-.44-.66-.69-1.15-.55-.15.04-.29.12-.41.23-.14.13-.24.3-.28.49-.02.1-.03.2-.02.3.01.13.07.27.12.39.1.25.22.5.35.74.37.7.82 1.37 1.33 1.98.25.3.52.59.81.86.28.27.58.53.9.77a10.47 10.47 0 0 0 2.02 1.23c.36.17.73.32 1.11.45.38.13.77.24 1.16.33.4.09.8.16 1.21.2.41.05.83.07 1.24.07 6.09 0 11.05-4.96 11.05-11.05C23.75 5.9 18.79.95 12.7.95Z",
|
|
24
|
+
fill: "#414547"
|
|
24
25
|
})]
|
|
25
26
|
});
|
|
@@ -11,15 +11,16 @@ module.exports = ({
|
|
|
11
11
|
color,
|
|
12
12
|
...props
|
|
13
13
|
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
-
viewBox: "0 0 24 24",
|
|
15
|
-
height: size,
|
|
16
14
|
width: size,
|
|
15
|
+
height: size,
|
|
17
16
|
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
|
-
d: "
|
|
23
|
+
d: "M12.7.95c-4 0-7.35 2.18-9.77 6.28-.09-.13-.17-.27-.26-.4-.19-.31-.37-.63-.55-.95a17.9 17.9 0 0 1-.49-.98c-.08-.17-.16-.33-.23-.5-.04-.08-.08-.17-.11-.25-.03-.08-.06-.16-.11-.23a.546.546 0 0 0-.44-.22c-.12 0-.23.03-.32.11l-.03.03s-.09.11-.11.17c-.06.16-.03.33.02.48.04.13.09.27.14.4.13.41.26.83.4 1.24.07.23.15.47.22.7.32 1.01.65 2.05.92 2.87.09.28.15.59.28.85.04.08.12.18.21.22.07.04.16.05.26.02.02 0 .05-.02.07-.03l.33-.13.54-.21.7-.27c.27-.1.53-.21.8-.31l.84-.33.82-.32.74-.29.6-.24.21-.08c.07-.03.14-.06.21-.08.07-.03.14-.05.21-.08.08-.04.16-.09.22-.16.08-.11.12-.26.09-.39a.516.516 0 0 0-.6-.38l-1.53.36s-1.58.29-2.39.34c1.51-2.54 4.07-5.3 8.1-5.3 5.02 0 9.11 4.09 9.11 9.11s-4.09 9.11-9.11 9.11a9.07 9.07 0 0 1-4.63-1.27 9.47 9.47 0 0 1-1.87-1.47c-.16-.16-.3-.35-.45-.52-.19-.22-.36-.45-.53-.69-.08-.11-.15-.23-.22-.34-.18-.28-.35-.57-.49-.87l-.19-.4c-.2-.44-.66-.69-1.15-.55-.15.04-.29.12-.41.23-.14.13-.24.3-.28.49-.02.1-.03.2-.02.3.01.13.07.27.12.39.1.25.22.5.35.74.37.7.82 1.37 1.33 1.98.25.3.52.59.81.86.28.27.58.53.9.77a10.47 10.47 0 0 0 2.02 1.23c.36.17.73.32 1.11.45.38.13.77.24 1.16.33.4.09.8.16 1.21.2.41.05.83.07 1.24.07 6.09 0 11.05-4.96 11.05-11.05C23.75 5.9 18.79.95 12.7.95Z",
|
|
24
|
+
fill: "#414547"
|
|
24
25
|
})]
|
|
25
26
|
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
fill: color,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
23
|
+
clipPath: "url(#prefix__a)",
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
fill: "#414547",
|
|
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
|
+
})
|
|
40
|
+
})]
|
|
41
|
+
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
|
|
23
|
+
clipPath: "url(#prefix__a)",
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
fill: "#414547",
|
|
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
|
+
})
|
|
40
|
+
})]
|
|
41
|
+
});
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
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
|
+
<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
|
+
<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"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 14C13 13.4477 13.4477 13 14 13H20C20.5523 13 21 13.4477 21 14V20C21 20.5523 20.5523 21 20 21H14C13.4477 21 13 20.5523 13 20V14ZM14 14V20H20V14H14Z" fill="#414547"/>
|
|
6
|
+
</svg>
|
package/build/rn/icons/index.js
CHANGED
|
@@ -86,6 +86,7 @@ module.exports = {
|
|
|
86
86
|
Gift: require('./Gift'),
|
|
87
87
|
Globe1: require('./Globe1'),
|
|
88
88
|
Globe2: require('./Globe2'),
|
|
89
|
+
Grid: require('./Grid'),
|
|
89
90
|
HeadBoth: require('./HeadBoth'),
|
|
90
91
|
HeadFemale: require('./HeadFemale'),
|
|
91
92
|
HeadMale: require('./HeadMale'),
|
|
@@ -106,6 +107,7 @@ module.exports = {
|
|
|
106
107
|
Lifesaver: require('./Lifesaver'),
|
|
107
108
|
Lightbulb: require('./Lightbulb'),
|
|
108
109
|
LinkExternal: require('./LinkExternal'),
|
|
110
|
+
List: require('./List'),
|
|
109
111
|
LocationAdd: require('./LocationAdd'),
|
|
110
112
|
LocationHome: require('./LocationHome'),
|
|
111
113
|
LocationIneligible: require('./LocationIneligible'),
|
|
@@ -117,10 +119,12 @@ module.exports = {
|
|
|
117
119
|
LockClosed: require('./LockClosed'),
|
|
118
120
|
LockOpened: require('./LockOpened'),
|
|
119
121
|
LoginForm: require('./LoginForm'),
|
|
122
|
+
Magnify: require('./Magnify'),
|
|
120
123
|
Map: require('./Map'),
|
|
121
124
|
Medical: require('./Medical'),
|
|
122
125
|
Messaging: require('./Messaging'),
|
|
123
126
|
Mobility: require('./Mobility'),
|
|
127
|
+
Modal: require('./Modal'),
|
|
124
128
|
Money: require('./Money'),
|
|
125
129
|
Movie: require('./Movie'),
|
|
126
130
|
Music: require('./Music'),
|
|
@@ -179,6 +183,7 @@ module.exports = {
|
|
|
179
183
|
SignPost: require('./SignPost'),
|
|
180
184
|
Signal: require('./Signal'),
|
|
181
185
|
SimCard: require('./SimCard'),
|
|
186
|
+
SmartWearSecurity: require('./SmartWearSecurity'),
|
|
182
187
|
Soccer: require('./Soccer'),
|
|
183
188
|
Speaker: require('./Speaker'),
|
|
184
189
|
SpeakerPhone: require('./SpeakerPhone'),
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
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
|
+
<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
|
+
<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"/>
|
|
5
|
+
<path d="M6 12C6 11.7239 6.22386 11.5 6.5 11.5H21.5C21.7761 11.5 22 11.7239 22 12C22 12.2761 21.7761 12.5 21.5 12.5H6.5C6.22386 12.5 6 12.2761 6 12Z" fill="#414547"/>
|
|
6
|
+
<path d="M4 17C4 17.5523 3.55228 18 3 18C2.44772 18 2 17.5523 2 17C2 16.4477 2.44772 16 3 16C3.55228 16 4 16.4477 4 17Z" fill="#414547"/>
|
|
7
|
+
<path d="M6 17C6 16.7239 6.22386 16.5 6.5 16.5H21.5C21.7761 16.5 22 16.7239 22 17C22 17.2761 21.7761 17.5 21.5 17.5H6.5C6.22386 17.5 6 17.2761 6 17Z" fill="#414547"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g opacity="0.8">
|
|
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
|
+
<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"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|