@telus-uds/palette-koodo 3.0.0 → 3.2.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.
Files changed (99) hide show
  1. package/CHANGELOG.json +37 -1
  2. package/CHANGELOG.md +19 -2
  3. package/build/android/border.xml +1 -1
  4. package/build/android/color.xml +1 -1
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +1 -1
  7. package/build/android/size.xml +2 -1
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +1 -1
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +1 -1
  12. package/build/ios/Size.swift +2 -1
  13. package/build/rn/icons/Bullet.js +1 -1
  14. package/build/rn/icons/Bullet.native.js +1 -1
  15. package/build/rn/icons/Number1FilledMono.js +28 -0
  16. package/build/rn/icons/Number1FilledMono.native.js +27 -0
  17. package/build/rn/icons/Number1FilledMulti.js +41 -0
  18. package/build/rn/icons/Number1FilledMulti.native.js +40 -0
  19. package/build/rn/icons/Number2FilledMono.js +28 -0
  20. package/build/rn/icons/Number2FilledMono.native.js +27 -0
  21. package/build/rn/icons/Number2FilledMulti.js +30 -0
  22. package/build/rn/icons/Number2FilledMulti.native.js +29 -0
  23. package/build/rn/icons/Number3FilledMono.js +28 -0
  24. package/build/rn/icons/Number3FilledMono.native.js +27 -0
  25. package/build/rn/icons/Number3FilledMulti.js +30 -0
  26. package/build/rn/icons/Number3FilledMulti.native.js +29 -0
  27. package/build/rn/icons/Number4FilledMono.js +30 -0
  28. package/build/rn/icons/Number4FilledMono.native.js +29 -0
  29. package/build/rn/icons/Number4FilledMulti.js +30 -0
  30. package/build/rn/icons/Number4FilledMulti.native.js +29 -0
  31. package/build/rn/icons/Number5FilledMono.js +28 -0
  32. package/build/rn/icons/Number5FilledMono.native.js +27 -0
  33. package/build/rn/icons/Number5FilledMulti.js +30 -0
  34. package/build/rn/icons/Number5FilledMulti.native.js +29 -0
  35. package/build/rn/icons/Profile.js +28 -0
  36. package/build/rn/icons/Profile.native.js +27 -0
  37. package/build/rn/icons/bullet.icon.svg +1 -1
  38. package/build/rn/icons/index.js +11 -0
  39. package/build/rn/icons/number1-filled-mono.icon.svg +3 -0
  40. package/build/rn/icons/number1-filled-multi.icon.svg +11 -0
  41. package/build/rn/icons/number2-filled-mono.icon.svg +3 -0
  42. package/build/rn/icons/number2-filled-multi.icon.svg +4 -0
  43. package/build/rn/icons/number3-filled-mono.icon.svg +3 -0
  44. package/build/rn/icons/number3-filled-multi.icon.svg +4 -0
  45. package/build/rn/icons/number4-filled-mono.icon.svg +4 -0
  46. package/build/rn/icons/number4-filled-multi.icon.svg +4 -0
  47. package/build/rn/icons/number5-filled-mono.icon.svg +3 -0
  48. package/build/rn/icons/number5-filled-multi.icon.svg +4 -0
  49. package/build/rn/icons/profile.icon.svg +3 -0
  50. package/build/rn/palette.js +13 -1
  51. package/build/web/fonts/fonts-cdn-family.css +5 -5
  52. package/build/web/fonts/fonts-cdn.css +5 -5
  53. package/build/web/fonts/fonts-local-family.css +5 -5
  54. package/build/web/fonts/fonts-local.css +5 -5
  55. package/build/web/icons/Bullet.js +1 -1
  56. package/build/web/icons/Number1FilledMono.js +28 -0
  57. package/build/web/icons/Number1FilledMulti.js +41 -0
  58. package/build/web/icons/Number2FilledMono.js +28 -0
  59. package/build/web/icons/Number2FilledMulti.js +30 -0
  60. package/build/web/icons/Number3FilledMono.js +28 -0
  61. package/build/web/icons/Number3FilledMulti.js +30 -0
  62. package/build/web/icons/Number4FilledMono.js +30 -0
  63. package/build/web/icons/Number4FilledMulti.js +30 -0
  64. package/build/web/icons/Number5FilledMono.js +28 -0
  65. package/build/web/icons/Number5FilledMulti.js +30 -0
  66. package/build/web/icons/Profile.js +28 -0
  67. package/build/web/icons/bullet.icon.svg +1 -1
  68. package/build/web/icons/index.js +11 -0
  69. package/build/web/icons/number1-filled-mono.icon.svg +3 -0
  70. package/build/web/icons/number1-filled-multi.icon.svg +11 -0
  71. package/build/web/icons/number2-filled-mono.icon.svg +3 -0
  72. package/build/web/icons/number2-filled-multi.icon.svg +4 -0
  73. package/build/web/icons/number3-filled-mono.icon.svg +3 -0
  74. package/build/web/icons/number3-filled-multi.icon.svg +4 -0
  75. package/build/web/icons/number4-filled-mono.icon.svg +4 -0
  76. package/build/web/icons/number4-filled-multi.icon.svg +4 -0
  77. package/build/web/icons/number5-filled-mono.icon.svg +3 -0
  78. package/build/web/icons/number5-filled-multi.icon.svg +4 -0
  79. package/build/web/icons/profile.icon.svg +3 -0
  80. package/build/web/palette.js +18 -6
  81. package/icon/bullet.svg +1 -1
  82. package/icon/number-1-filled-mono.svg +3 -0
  83. package/icon/number-1-filled-multi.svg +11 -0
  84. package/icon/number-2-filled-mono.svg +3 -0
  85. package/icon/number-2-filled-multi.svg +4 -0
  86. package/icon/number-3-filled-mono.svg +3 -0
  87. package/icon/number-3-filled-multi.svg +4 -0
  88. package/icon/number-4-filled-mono.svg +4 -0
  89. package/icon/number-4-filled-multi.svg +4 -0
  90. package/icon/number-5-filled-mono.svg +3 -0
  91. package/icon/number-5-filled-multi.svg +4 -0
  92. package/icon/profile.svg +3 -0
  93. package/package.json +1 -1
  94. package/palette.json +47 -0
  95. /package/build/web/fonts/{StagSans-Bold-v3_0_0.otf → StagSans-Bold-v3_2_0.otf} +0 -0
  96. /package/build/web/fonts/{StagSans-Light-v3_0_0.otf → StagSans-Light-v3_2_0.otf} +0 -0
  97. /package/build/web/fonts/{StagSans-Medium-v3_0_0.otf → StagSans-Medium-v3_2_0.otf} +0 -0
  98. /package/build/web/fonts/{StagSans-Regular-v3_0_0.otf → StagSans-Regular-v3_2_0.otf} +0 -0
  99. /package/build/web/fonts/{StagSans-Semibold-v3_0_0.otf → StagSans-Semibold-v3_2_0.otf} +0 -0
package/CHANGELOG.json CHANGED
@@ -2,7 +2,43 @@
2
2
  "name": "@telus-uds/palette-koodo",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 31 Jan 2025 20:49:19 GMT",
5
+ "date": "Wed, 05 Mar 2025 00:01:06 GMT",
6
+ "tag": "@telus-uds/palette-koodo_v3.2.0",
7
+ "version": "3.2.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "Mauricio.BatresMontejo@telus.com",
12
+ "package": "@telus-uds/palette-koodo",
13
+ "commit": "bb2d09d712eb5d75e2b2b3d2876ad24e2321d16d",
14
+ "comment": "`Icon`: adding new icons to koodo palette"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 14 Feb 2025 19:03:35 GMT",
21
+ "tag": "@telus-uds/palette-koodo_v3.1.0",
22
+ "version": "3.1.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "Mauricio.BatresMontejo@telus.com",
27
+ "package": "@telus-uds/palette-koodo",
28
+ "commit": "13fb00fb312d9e3f803cc406366ca7b273f65c51",
29
+ "comment": "`Icon`: adding the icon `profile` to the palette."
30
+ },
31
+ {
32
+ "author": "Mauricio.BatresMontejo@telus.com",
33
+ "package": "@telus-uds/palette-koodo",
34
+ "commit": "13fb00fb312d9e3f803cc406366ca7b273f65c51",
35
+ "comment": "`Link`: adding new bullet svg to the pallete"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Fri, 31 Jan 2025 20:53:28 GMT",
6
42
  "tag": "@telus-uds/palette-koodo_v3.0.0",
7
43
  "version": "3.0.0",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @telus-uds/palette-koodo
2
2
 
3
- This log was last generated on Fri, 31 Jan 2025 20:49:19 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 05 Mar 2025 00:01:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 3.2.0
8
+
9
+ Wed, 05 Mar 2025 00:01:06 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Icon`: adding new icons to koodo palette (Mauricio.BatresMontejo@telus.com)
14
+
15
+ ## 3.1.0
16
+
17
+ Fri, 14 Feb 2025 19:03:35 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - `Icon`: adding the icon `profile` to the palette. (Mauricio.BatresMontejo@telus.com)
22
+ - `Link`: adding new bullet svg to the pallete (Mauricio.BatresMontejo@telus.com)
23
+
7
24
  ## 3.0.0
8
25
 
9
- Fri, 31 Jan 2025 20:49:19 GMT
26
+ Fri, 31 Jan 2025 20:53:28 GMT
10
27
 
11
28
  ### Major changes
12
29
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 31 Jan 2025 20:52:08 GMT
5
+ Generated on Wed, 05 Mar 2025 00:03:17 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 31 Jan 2025 20:52:08 GMT
5
+ Generated on Wed, 05 Mar 2025 00:03:17 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 31 Jan 2025 20:52:08 GMT
5
+ Generated on Wed, 05 Mar 2025 00:03:17 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 31 Jan 2025 20:52:08 GMT
5
+ Generated on Wed, 05 Mar 2025 00:03:17 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 31 Jan 2025 20:52:08 GMT
5
+ Generated on Wed, 05 Mar 2025 00:03:17 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -29,6 +29,7 @@
29
29
  <dimen name="size_24">24.00dp</dimen>
30
30
  <dimen name="size_26">26.00dp</dimen>
31
31
  <dimen name="size_27">27.00dp</dimen>
32
+ <dimen name="size_28">28.00dp</dimen>
32
33
  <dimen name="size_288">288.00dp</dimen>
33
34
  <dimen name="size_3">3.00dp</dimen>
34
35
  <dimen name="size_32">32.00dp</dimen>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 31 Jan 2025 20:52:08 GMT
7
+ // Generated on Wed, 05 Mar 2025 00:03:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 31 Jan 2025 20:52:08 GMT
7
+ // Generated on Wed, 05 Mar 2025 00:03:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 31 Jan 2025 20:52:08 GMT
7
+ // Generated on Wed, 05 Mar 2025 00:03:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 31 Jan 2025 20:52:08 GMT
7
+ // Generated on Wed, 05 Mar 2025 00:03:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 31 Jan 2025 20:52:08 GMT
7
+ // Generated on Wed, 05 Mar 2025 00:03:17 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -33,6 +33,7 @@ public enum PaletteSize {
33
33
  public static let size24 = CGFloat(24)
34
34
  public static let size26 = CGFloat(26)
35
35
  public static let size27 = CGFloat(27)
36
+ public static let size28 = CGFloat(28)
36
37
  public static let size288 = CGFloat(288)
37
38
  public static let size3 = CGFloat(3)
38
39
  public static let size32 = CGFloat(32)
@@ -21,6 +21,6 @@ module.exports = ({
21
21
  id: titleId,
22
22
  children: title
23
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
- d: "M14.718 11.7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
24
+ d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
25
25
  })]
26
26
  });
@@ -20,6 +20,6 @@ module.exports = ({
20
20
  id: titleId,
21
21
  children: title
22
22
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- d: "M14.718 11.7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
23
+ d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
24
24
  })]
25
25
  });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.762-7.8h2.856V7.8H11.97L9.906 8.82v2.052h.48l.852-.456V16.2Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
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
+ d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.762-7.8h2.856V7.8H11.97L9.906 8.82v2.052h.48l.852-.456V16.2Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
24
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
25
+ id: "prefix__a",
26
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#fff",
28
+ d: "M0 0h24v24H0z"
29
+ })
30
+ })
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
32
+ clipPath: "url(#prefix__a)",
33
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ fill: "#FF0076",
35
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
36
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ fill: "#fff",
38
+ d: "M14.094 16.2h-2.856v-5.784l-.852.456h-.48V8.82L11.97 7.8h2.124v8.4Z"
39
+ })]
40
+ })]
41
+ });
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
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.Defs, {
23
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.ClipPath, {
24
+ id: "prefix__a",
25
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
+ fill: "#fff",
27
+ d: "M0 0h24v24H0z"
28
+ })
29
+ })
30
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
31
+ clipPath: "url(#prefix__a)",
32
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
33
+ fill: "#FF0076",
34
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
36
+ fill: "#fff",
37
+ d: "M14.094 16.2h-2.856v-5.784l-.852.456h-.48V8.82L11.97 7.8h2.124v8.4Z"
38
+ })]
39
+ })]
40
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm3.066-7.734v-2.064h-2.988l1.176-.96c1.188-.972 1.896-1.74 1.896-2.916 0-1.8-1.188-2.592-3.24-2.592-1.272 0-2.232.336-2.88.696v1.884h1.128a1.859 1.859 0 0 1 1.26-.468c.576 0 .852.252.852.648 0 .468-.348.888-1.128 1.608L8.85 14.166v2.1h6.216Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
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
+ d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm3.066-7.734v-2.064h-2.988l1.176-.96c1.188-.972 1.896-1.74 1.896-2.916 0-1.8-1.188-2.592-3.24-2.592-1.272 0-2.232.336-2.88.696v1.884h1.128a1.859 1.859 0 0 1 1.26-.468c.576 0 .852.252.852.648 0 .468-.348.888-1.128 1.608L8.85 14.166v2.1h6.216Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fill: "#FF0076",
25
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#fff",
28
+ d: "M15.066 14.202v2.064H8.85v-2.1l2.292-2.064c.78-.72 1.128-1.14 1.128-1.608 0-.396-.276-.648-.852-.648-.564 0-.972.216-1.26.468H9.03V8.43c.648-.36 1.608-.696 2.88-.696 2.052 0 3.24.792 3.24 2.592 0 1.176-.708 1.944-1.896 2.916l-1.176.96h2.988Z"
29
+ })]
30
+ });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
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
+ fill: "#FF0076",
24
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
25
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
+ fill: "#fff",
27
+ d: "M15.066 14.202v2.064H8.85v-2.1l2.292-2.064c.78-.72 1.128-1.14 1.128-1.608 0-.396-.276-.648-.852-.648-.564 0-.972.216-1.26.468H9.03V8.43c.648-.36 1.608-.696 2.88-.696 2.052 0 3.24.792 3.24 2.592 0 1.176-.708 1.944-1.896 2.916l-1.176.96h2.988Z"
28
+ })]
29
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-3.186-8.232c.588.312 1.344.564 2.688.564 2.304 0 3.696-.912 3.684-2.484 0-1.128-.6-1.752-1.8-1.92v-.048c1.044-.252 1.644-.84 1.644-1.968 0-1.548-1.32-2.244-3.18-2.244-1.176 0-2.124.276-2.796.672v1.68h1.02c.288-.168.756-.324 1.32-.324.576 0 .9.264.9.708 0 .456-.348.732-1.092.732h-.684v1.728h.756c.732 0 1.056.24 1.056.768s-.48.78-1.116.78c-.624 0-1.092-.168-1.356-.372H8.814v1.728Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
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
+ d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-3.186-8.232c.588.312 1.344.564 2.688.564 2.304 0 3.696-.912 3.684-2.484 0-1.128-.6-1.752-1.8-1.92v-.048c1.044-.252 1.644-.84 1.644-1.968 0-1.548-1.32-2.244-3.18-2.244-1.176 0-2.124.276-2.796.672v1.68h1.02c.288-.168.756-.324 1.32-.324.576 0 .9.264.9.708 0 .456-.348.732-1.092.732h-.684v1.728h.756c.732 0 1.056.24 1.056.768s-.48.78-1.116.78c-.624 0-1.092-.168-1.356-.372H8.814v1.728Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fill: "#FF0076",
25
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#fff",
28
+ d: "M11.502 16.332c-1.344 0-2.1-.252-2.688-.564V14.04h1.044c.264.204.732.372 1.356.372.636 0 1.116-.252 1.116-.78s-.324-.768-1.056-.768h-.756v-1.728h.684c.744 0 1.092-.276 1.092-.732 0-.444-.324-.708-.9-.708-.564 0-1.032.156-1.32.324h-1.02V8.34c.672-.396 1.62-.672 2.796-.672 1.86 0 3.18.696 3.18 2.244 0 1.128-.6 1.716-1.644 1.968v.048c1.2.168 1.8.792 1.8 1.92.012 1.572-1.38 2.484-3.684 2.484Z"
29
+ })]
30
+ });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
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
+ fill: "#FF0076",
24
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
25
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
+ fill: "#fff",
27
+ d: "M11.502 16.332c-1.344 0-2.1-.252-2.688-.564V14.04h1.044c.264.204.732.372 1.356.372.636 0 1.116-.252 1.116-.78s-.324-.768-1.056-.768h-.756v-1.728h.684c.744 0 1.092-.276 1.092-.732 0-.444-.324-.708-.9-.708-.564 0-1.032.156-1.32.324h-1.02V8.34c.672-.396 1.62-.672 2.796-.672 1.86 0 3.18.696 3.18 2.244 0 1.128-.6 1.716-1.644 1.968v.048c1.2.168 1.8.792 1.8 1.92.012 1.572-1.38 2.484-3.684 2.484Z"
28
+ })]
29
+ });
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ d: "M10.404 12.72v-.048L12 10.548h.048v2.172h-1.644Z"
25
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
26
+ fillRule: "evenodd",
27
+ d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.048-7.8h2.808v-1.716h.78V12.72h-.78V7.8h-2.676L8.46 12.468v2.016h3.492V16.2Z",
28
+ clipRule: "evenodd"
29
+ })]
30
+ });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
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: "M10.404 12.72v-.048L12 10.548h.048v2.172h-1.644Z"
24
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
25
+ fillRule: "evenodd",
26
+ d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.048-7.8h2.808v-1.716h.78V12.72h-.78V7.8h-2.676L8.46 12.468v2.016h3.492V16.2Z",
27
+ clipRule: "evenodd"
28
+ })]
29
+ });