@telus-uds/palette-koodo 3.10.0 → 3.11.1
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/CHANGELOG.json +34 -7
- package/CHANGELOG.md +20 -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/Battery.js +44 -0
- package/build/rn/icons/Battery.native.js +43 -0
- package/build/rn/icons/BatteryCharging.js +46 -0
- package/build/rn/icons/BatteryCharging.native.js +45 -0
- package/build/rn/icons/BatteryChargingFilled.js +44 -0
- package/build/rn/icons/BatteryChargingFilled.native.js +43 -0
- package/build/rn/icons/Bell.js +46 -0
- package/build/rn/icons/Bell.native.js +45 -0
- package/build/rn/icons/BellFilled.js +42 -0
- package/build/rn/icons/BellFilled.native.js +41 -0
- package/build/rn/icons/BellNotification.js +48 -0
- package/build/rn/icons/BellNotification.native.js +47 -0
- package/build/rn/icons/BellNotificationFilled.js +42 -0
- package/build/rn/icons/BellNotificationFilled.native.js +41 -0
- package/build/rn/icons/Copy.js +46 -0
- package/build/rn/icons/Copy.native.js +45 -0
- package/build/rn/icons/Firewall.js +46 -0
- package/build/rn/icons/Firewall.native.js +45 -0
- package/build/rn/icons/FirewallFilled.js +44 -0
- package/build/rn/icons/FirewallFilled.native.js +43 -0
- package/build/rn/icons/Globe.js +44 -0
- package/build/rn/icons/Globe.native.js +43 -0
- package/build/rn/icons/GlobeLock.js +48 -0
- package/build/rn/icons/GlobeLock.native.js +47 -0
- package/build/rn/icons/LightningFilled.js +42 -0
- package/build/rn/icons/LightningFilled.native.js +41 -0
- package/build/rn/icons/LinkExternal.js +3 -3
- package/build/rn/icons/LinkExternal.native.js +3 -3
- package/build/rn/icons/Offers.js +44 -0
- package/build/rn/icons/Offers.native.js +43 -0
- package/build/rn/icons/OffersFilled.js +44 -0
- package/build/rn/icons/OffersFilled.native.js +43 -0
- package/build/rn/icons/PikTV.js +46 -0
- package/build/rn/icons/PikTV.native.js +45 -0
- package/build/rn/icons/Router.js +44 -0
- package/build/rn/icons/Router.native.js +43 -0
- package/build/rn/icons/Shield.js +42 -0
- package/build/rn/icons/Shield.native.js +41 -0
- package/build/rn/icons/ShieldCheck.js +46 -0
- package/build/rn/icons/ShieldCheck.native.js +45 -0
- package/build/rn/icons/ShieldCheckFilled.js +44 -0
- package/build/rn/icons/ShieldCheckFilled.native.js +43 -0
- package/build/rn/icons/ShieldFilled.js +42 -0
- package/build/rn/icons/ShieldFilled.native.js +41 -0
- package/build/rn/icons/Signal.js +42 -0
- package/build/rn/icons/Signal.native.js +41 -0
- package/build/rn/icons/Signal5G.js +42 -0
- package/build/rn/icons/Signal5G.native.js +41 -0
- package/build/rn/icons/TV.js +44 -0
- package/build/rn/icons/TV.native.js +43 -0
- package/build/rn/icons/TVPlay.js +46 -0
- package/build/rn/icons/TVPlay.native.js +45 -0
- package/build/rn/icons/battery-charging-filled.icon.svg +3 -0
- package/build/rn/icons/battery-charging.icon.svg +4 -0
- package/build/rn/icons/battery.icon.svg +3 -0
- package/build/rn/icons/bell-filled.icon.svg +3 -0
- package/build/rn/icons/bell-notification-filled.icon.svg +3 -0
- package/build/rn/icons/bell-notification.icon.svg +5 -0
- package/build/rn/icons/bell.icon.svg +4 -0
- package/build/rn/icons/copy.icon.svg +4 -0
- package/build/rn/icons/firewall-filled.icon.svg +3 -0
- package/build/rn/icons/firewall.icon.svg +4 -0
- package/build/rn/icons/globe-lock.icon.svg +4 -0
- package/build/rn/icons/globe.icon.svg +3 -0
- package/build/rn/icons/index.js +25 -0
- package/build/rn/icons/lightning-filled.icon.svg +3 -0
- package/build/rn/icons/link-external.icon.svg +2 -1
- package/build/rn/icons/offers-filled.icon.svg +3 -0
- package/build/rn/icons/offers.icon.svg +4 -0
- package/build/rn/icons/pik-tv.icon.svg +4 -0
- package/build/rn/icons/router.icon.svg +3 -0
- package/build/rn/icons/shield-check-filled.icon.svg +3 -0
- package/build/rn/icons/shield-check.icon.svg +4 -0
- package/build/rn/icons/shield-filled.icon.svg +3 -0
- package/build/rn/icons/shield.icon.svg +3 -0
- package/build/rn/icons/signal.icon.svg +3 -0
- package/build/rn/icons/signal5-g.icon.svg +3 -0
- package/build/rn/icons/tv.icon.svg +3 -0
- package/build/rn/icons/tvplay.icon.svg +4 -0
- package/build/rn/palette.js +26 -1
- package/build/web/fonts/fonts-cdn-family.css +15 -15
- package/build/web/fonts/fonts-cdn.css +15 -15
- package/build/web/fonts/fonts-local-family.css +15 -15
- package/build/web/fonts/fonts-local.css +15 -15
- package/build/web/icons/Battery.js +44 -0
- package/build/web/icons/BatteryCharging.js +46 -0
- package/build/web/icons/BatteryChargingFilled.js +44 -0
- package/build/web/icons/Bell.js +46 -0
- package/build/web/icons/BellFilled.js +42 -0
- package/build/web/icons/BellNotification.js +48 -0
- package/build/web/icons/BellNotificationFilled.js +42 -0
- package/build/web/icons/Copy.js +46 -0
- package/build/web/icons/Firewall.js +46 -0
- package/build/web/icons/FirewallFilled.js +44 -0
- package/build/web/icons/Globe.js +44 -0
- package/build/web/icons/GlobeLock.js +48 -0
- package/build/web/icons/LightningFilled.js +42 -0
- package/build/web/icons/LinkExternal.js +3 -3
- package/build/web/icons/Offers.js +44 -0
- package/build/web/icons/OffersFilled.js +44 -0
- package/build/web/icons/PikTV.js +46 -0
- package/build/web/icons/Router.js +44 -0
- package/build/web/icons/Shield.js +42 -0
- package/build/web/icons/ShieldCheck.js +46 -0
- package/build/web/icons/ShieldCheckFilled.js +44 -0
- package/build/web/icons/ShieldFilled.js +42 -0
- package/build/web/icons/Signal.js +42 -0
- package/build/web/icons/Signal5G.js +42 -0
- package/build/web/icons/TV.js +44 -0
- package/build/web/icons/TVPlay.js +46 -0
- package/build/web/icons/battery-charging-filled.icon.svg +3 -0
- package/build/web/icons/battery-charging.icon.svg +4 -0
- package/build/web/icons/battery.icon.svg +3 -0
- package/build/web/icons/bell-filled.icon.svg +3 -0
- package/build/web/icons/bell-notification-filled.icon.svg +3 -0
- package/build/web/icons/bell-notification.icon.svg +5 -0
- package/build/web/icons/bell.icon.svg +4 -0
- package/build/web/icons/copy.icon.svg +4 -0
- package/build/web/icons/firewall-filled.icon.svg +3 -0
- package/build/web/icons/firewall.icon.svg +4 -0
- package/build/web/icons/globe-lock.icon.svg +4 -0
- package/build/web/icons/globe.icon.svg +3 -0
- package/build/web/icons/index.js +25 -0
- package/build/web/icons/lightning-filled.icon.svg +3 -0
- package/build/web/icons/link-external.icon.svg +2 -1
- package/build/web/icons/offers-filled.icon.svg +3 -0
- package/build/web/icons/offers.icon.svg +4 -0
- package/build/web/icons/pik-tv.icon.svg +4 -0
- package/build/web/icons/router.icon.svg +3 -0
- package/build/web/icons/shield-check-filled.icon.svg +3 -0
- package/build/web/icons/shield-check.icon.svg +4 -0
- package/build/web/icons/shield-filled.icon.svg +3 -0
- package/build/web/icons/shield.icon.svg +3 -0
- package/build/web/icons/signal.icon.svg +3 -0
- package/build/web/icons/signal5-g.icon.svg +3 -0
- package/build/web/icons/tv.icon.svg +3 -0
- package/build/web/icons/tvplay.icon.svg +4 -0
- package/build/web/palette.js +41 -16
- package/icon/battery-charging-filled.svg +3 -0
- package/icon/battery-charging.svg +4 -0
- package/icon/battery.svg +3 -0
- package/icon/bell-filled.svg +3 -0
- package/icon/bell-notification-filled.svg +3 -0
- package/icon/bell-notification.svg +5 -0
- package/icon/bell.svg +4 -0
- package/icon/copy.svg +4 -0
- package/icon/firewall-filled.svg +3 -0
- package/icon/firewall.svg +4 -0
- package/icon/globe-lock.svg +4 -0
- package/icon/globe.svg +3 -0
- package/icon/lightning-filled.svg +3 -0
- package/icon/link-external.svg +2 -1
- package/icon/offers-filled.svg +3 -0
- package/icon/offers.svg +4 -0
- package/icon/pik-tv.svg +4 -0
- package/icon/router.svg +3 -0
- package/icon/shield-check-filled.svg +3 -0
- package/icon/shield-check.svg +4 -0
- package/icon/shield-filled.svg +3 -0
- package/icon/shield.svg +3 -0
- package/icon/signal-5g.svg +3 -0
- package/icon/signal.svg +3 -0
- package/icon/tv-play.svg +4 -0
- package/icon/tv.svg +3 -0
- package/package.json +1 -1
- package/palette.json +100 -0
- /package/build/web/fonts/{StagSans-Bold-v3_10_0.otf → StagSans-Bold-v3_11_1.otf} +0 -0
- /package/build/web/fonts/{StagSans-Bold-v3_10_0.woff → StagSans-Bold-v3_11_1.woff} +0 -0
- /package/build/web/fonts/{StagSans-Bold2-v3_10_0.woff2 → StagSans-Bold2-v3_11_1.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Light-v3_10_0.otf → StagSans-Light-v3_11_1.otf} +0 -0
- /package/build/web/fonts/{StagSans-Light-v3_10_0.woff → StagSans-Light-v3_11_1.woff} +0 -0
- /package/build/web/fonts/{StagSans-Light2-v3_10_0.woff2 → StagSans-Light2-v3_11_1.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Medium-v3_10_0.otf → StagSans-Medium-v3_11_1.otf} +0 -0
- /package/build/web/fonts/{StagSans-Medium-v3_10_0.woff → StagSans-Medium-v3_11_1.woff} +0 -0
- /package/build/web/fonts/{StagSans-Medium2-v3_10_0.woff2 → StagSans-Medium2-v3_11_1.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Regular-v3_10_0.otf → StagSans-Regular-v3_11_1.otf} +0 -0
- /package/build/web/fonts/{StagSans-Regular-v3_10_0.woff → StagSans-Regular-v3_11_1.woff} +0 -0
- /package/build/web/fonts/{StagSans-Regular2-v3_10_0.woff2 → StagSans-Regular2-v3_11_1.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Semibold-v3_10_0.otf → StagSans-Semibold-v3_11_1.otf} +0 -0
- /package/build/web/fonts/{StagSans-Semibold-v3_10_0.woff → StagSans-Semibold-v3_11_1.woff} +0 -0
- /package/build/web/fonts/{StagSans-Semibold2-v3_10_0.woff2 → StagSans-Semibold2-v3_11_1.woff2} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,22 +2,49 @@
|
|
|
2
2
|
"name": "@telus-uds/palette-koodo",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 16 Apr 2026 21:04:33 GMT",
|
|
6
|
+
"tag": "@telus-uds/palette-koodo_v3.11.1",
|
|
7
|
+
"version": "3.11.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "david.melara1@telus.com",
|
|
12
|
+
"package": "@telus-uds/palette-koodo",
|
|
13
|
+
"commit": "aaf211c16760fe9b1069a6a1eafe93a133695a79",
|
|
14
|
+
"comment": "`Icon`: Add new Koodo icons"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 12 Jan 2026 14:55:22 GMT",
|
|
21
|
+
"tag": "@telus-uds/palette-koodo_v3.11.0",
|
|
22
|
+
"version": "3.11.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"minor": [
|
|
25
|
+
{
|
|
26
|
+
"author": "guillermo.peitzner@telus.com",
|
|
27
|
+
"package": "@telus-uds/palette-koodo",
|
|
28
|
+
"comment": "`IconButton`: match design intention"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Fri, 12 Dec 2025 05:37:19 GMT",
|
|
6
35
|
"tag": "@telus-uds/palette-koodo_v3.10.0",
|
|
7
36
|
"version": "3.10.0",
|
|
8
37
|
"comments": {
|
|
9
38
|
"minor": [
|
|
10
39
|
{
|
|
11
|
-
"author": "
|
|
40
|
+
"author": "sergio.ramirez@telus.com",
|
|
12
41
|
"package": "@telus-uds/palette-koodo",
|
|
13
|
-
"
|
|
14
|
-
"comment": "`palette-koodo`: add new icons"
|
|
42
|
+
"comment": "`Shortcuts`: New component added"
|
|
15
43
|
},
|
|
16
44
|
{
|
|
17
|
-
"author": "
|
|
45
|
+
"author": "beachball",
|
|
18
46
|
"package": "@telus-uds/palette-koodo",
|
|
19
|
-
"
|
|
20
|
-
"comment": "`Shortcuts`: add component to theme file"
|
|
47
|
+
"comment": "Bump @telus-uds/system-tokens to v7.20.0"
|
|
21
48
|
}
|
|
22
49
|
]
|
|
23
50
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
|
1
1
|
# Change Log - @telus-uds/palette-koodo
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 16 Apr 2026 21:04:33 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 3.11.1
|
|
8
|
+
|
|
9
|
+
Thu, 16 Apr 2026 21:04:33 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- `Icon`: Add new Koodo icons (david.melara1@telus.com)
|
|
14
|
+
|
|
15
|
+
## 3.11.0
|
|
16
|
+
|
|
17
|
+
Mon, 12 Jan 2026 14:55:22 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- `IconButton`: match design intention (guillermo.peitzner@telus.com)
|
|
22
|
+
|
|
7
23
|
## 3.10.0
|
|
8
24
|
|
|
9
|
-
Fri, 12 Dec 2025 05:37:
|
|
25
|
+
Fri, 12 Dec 2025 05:37:19 GMT
|
|
10
26
|
|
|
11
27
|
### Minor changes
|
|
12
28
|
|
|
13
|
-
- `
|
|
14
|
-
-
|
|
29
|
+
- `Shortcuts`: New component added (sergio.ramirez@telus.com)
|
|
30
|
+
- Bump @telus-uds/system-tokens to v7.20.0
|
|
15
31
|
|
|
16
32
|
## 3.9.0
|
|
17
33
|
|
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
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M13.084 1.999a1 1 0 0 1 1 1v.877h.098c1.818 0 3.294 1.344 3.294 3v12.125c0 1.657-1.476 3-3.294 3H9.818c-1.818 0-3.293-1.343-3.294-3V6.877c0-1.656 1.476-3 3.294-3h.098V3a1 1 0 0 1 1-1h2.168ZM9.818 5.876c-.606 0-1.098.448-1.098 1v12.125c0 .518.432.944.985.996l.113.005h4.364c.606 0 1.098-.448 1.098-1V6.876c0-.552-.492-1-1.098-1H9.818Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
})]
|
|
42
|
+
});
|
|
43
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
44
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
gradient,
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
14
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
15
|
+
let fillValue = color;
|
|
16
|
+
let gradientDefs;
|
|
17
|
+
let gradientUtils;
|
|
18
|
+
if (hasGradient) {
|
|
19
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
20
|
+
const iconNativeUtils = require('./utils/icon-native-utils');
|
|
21
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
22
|
+
fillValue = `url(#${gradientId})`;
|
|
23
|
+
gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
|
|
24
|
+
}
|
|
25
|
+
const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
26
|
+
...props,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
height: size,
|
|
30
|
+
width: size,
|
|
31
|
+
fill: fillValue,
|
|
32
|
+
"aria-labelledby": titleId,
|
|
33
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
34
|
+
id: titleId,
|
|
35
|
+
children: title
|
|
36
|
+
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
d: "M13.084 1.999a1 1 0 0 1 1 1v.877h.098c1.818 0 3.294 1.344 3.294 3v12.125c0 1.657-1.476 3-3.294 3H9.818c-1.818 0-3.293-1.343-3.294-3V6.877c0-1.656 1.476-3 3.294-3h.098V3a1 1 0 0 1 1-1h2.168ZM9.818 5.876c-.606 0-1.098.448-1.098 1v12.125c0 .518.432.944.985.996l.113.005h4.364c.606 0 1.098-.448 1.098-1V6.876c0-.552-.492-1-1.098-1H9.818Z",
|
|
39
|
+
clipRule: "evenodd"
|
|
40
|
+
})]
|
|
41
|
+
});
|
|
42
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
43
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M13.084 1.999a1 1 0 0 1 1 1v.877h.098c1.818 0 3.294 1.344 3.294 3v12.125c0 1.657-1.476 3-3.294 3H9.818c-1.818 0-3.293-1.343-3.294-3V6.877c0-1.656 1.476-3 3.294-3h.098V3a1 1 0 0 1 1-1h2.168ZM9.818 5.876c-.606 0-1.098.448-1.098 1v12.125c0 .518.432.944.985.996l.113.005h4.364c.606 0 1.098-.448 1.098-1V6.876c0-.552-.492-1-1.098-1H9.818Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
+
d: "M12.022 9.072c.256-.443.932-.261.932.25v2.693h1.041a.5.5 0 0 1 .433.75l-2.45 4.232c-.256.443-.932.26-.932-.25v-2.694h-1.041a.5.5 0 0 1-.433-.75l2.45-4.231Z"
|
|
43
|
+
})]
|
|
44
|
+
});
|
|
45
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
46
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
gradient,
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
14
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
15
|
+
let fillValue = color;
|
|
16
|
+
let gradientDefs;
|
|
17
|
+
let gradientUtils;
|
|
18
|
+
if (hasGradient) {
|
|
19
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
20
|
+
const iconNativeUtils = require('./utils/icon-native-utils');
|
|
21
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
22
|
+
fillValue = `url(#${gradientId})`;
|
|
23
|
+
gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
|
|
24
|
+
}
|
|
25
|
+
const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
26
|
+
...props,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
height: size,
|
|
30
|
+
width: size,
|
|
31
|
+
fill: fillValue,
|
|
32
|
+
"aria-labelledby": titleId,
|
|
33
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
34
|
+
id: titleId,
|
|
35
|
+
children: title
|
|
36
|
+
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
d: "M13.084 1.999a1 1 0 0 1 1 1v.877h.098c1.818 0 3.294 1.344 3.294 3v12.125c0 1.657-1.476 3-3.294 3H9.818c-1.818 0-3.293-1.343-3.294-3V6.877c0-1.656 1.476-3 3.294-3h.098V3a1 1 0 0 1 1-1h2.168ZM9.818 5.876c-.606 0-1.098.448-1.098 1v12.125c0 .518.432.944.985.996l.113.005h4.364c.606 0 1.098-.448 1.098-1V6.876c0-.552-.492-1-1.098-1H9.818Z",
|
|
39
|
+
clipRule: "evenodd"
|
|
40
|
+
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
41
|
+
d: "M12.022 9.072c.256-.443.932-.261.932.25v2.693h1.041a.5.5 0 0 1 .433.75l-2.45 4.232c-.256.443-.932.26-.932-.25v-2.694h-1.041a.5.5 0 0 1-.433-.75l2.45-4.231Z"
|
|
42
|
+
})]
|
|
43
|
+
});
|
|
44
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
45
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M13.147 2a1 1 0 0 1 1 1v.916h.856a2 2 0 0 1 2 2V20a2 2 0 0 1-2 2H8.997a2 2 0 0 1-2-2V5.916a2 2 0 0 1 2-2h.982V3a1 1 0 0 1 1-1h2.168Zm-.13 7.321c0-.51-.676-.692-.932-.25l-2.45 4.232a.5.5 0 0 0 .433.75h1.04v2.693c0 .511.677.693.933.251l2.45-4.232a.5.5 0 0 0-.433-.75h-1.04V9.32Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
})]
|
|
42
|
+
});
|
|
43
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
44
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
gradient,
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
14
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
15
|
+
let fillValue = color;
|
|
16
|
+
let gradientDefs;
|
|
17
|
+
let gradientUtils;
|
|
18
|
+
if (hasGradient) {
|
|
19
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
20
|
+
const iconNativeUtils = require('./utils/icon-native-utils');
|
|
21
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
22
|
+
fillValue = `url(#${gradientId})`;
|
|
23
|
+
gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
|
|
24
|
+
}
|
|
25
|
+
const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
26
|
+
...props,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
height: size,
|
|
30
|
+
width: size,
|
|
31
|
+
fill: fillValue,
|
|
32
|
+
"aria-labelledby": titleId,
|
|
33
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
34
|
+
id: titleId,
|
|
35
|
+
children: title
|
|
36
|
+
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
d: "M13.147 2a1 1 0 0 1 1 1v.916h.856a2 2 0 0 1 2 2V20a2 2 0 0 1-2 2H8.997a2 2 0 0 1-2-2V5.916a2 2 0 0 1 2-2h.982V3a1 1 0 0 1 1-1h2.168Zm-.13 7.321c0-.51-.676-.692-.932-.25l-2.45 4.232a.5.5 0 0 0 .433.75h1.04v2.693c0 .511.677.693.933.251l2.45-4.232a.5.5 0 0 0-.433-.75h-1.04V9.32Z",
|
|
39
|
+
clipRule: "evenodd"
|
|
40
|
+
})]
|
|
41
|
+
});
|
|
42
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
43
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M14.134 19.849a2.152 2.152 0 0 1-4.302 0h4.302Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
d: "M12.59 2a1 1 0 0 1 1 1v.243a6.469 6.469 0 0 1 4.887 6.273v5.625c0 .162.04.323.115.466l.785 1.487a1 1 0 0 1-.885 1.466H5.508a1 1 0 0 1-.876-1.482l.806-1.463c.082-.148.124-.316.124-.485l-.015-5.598a6.469 6.469 0 0 1 4.827-6.273V3a1 1 0 0 1 1-1h1.216Zm-.577 3.203A4.313 4.313 0 0 0 7.7 9.527l.017 6.413c0 .259.21.468.468.468h7.653a.487.487 0 0 0 .487-.487V9.516a4.312 4.312 0 0 0-4.312-4.313Z",
|
|
42
|
+
clipRule: "evenodd"
|
|
43
|
+
})]
|
|
44
|
+
});
|
|
45
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
46
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
gradient,
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
14
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
15
|
+
let fillValue = color;
|
|
16
|
+
let gradientDefs;
|
|
17
|
+
let gradientUtils;
|
|
18
|
+
if (hasGradient) {
|
|
19
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
20
|
+
const iconNativeUtils = require('./utils/icon-native-utils');
|
|
21
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
22
|
+
fillValue = `url(#${gradientId})`;
|
|
23
|
+
gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
|
|
24
|
+
}
|
|
25
|
+
const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
26
|
+
...props,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
height: size,
|
|
30
|
+
width: size,
|
|
31
|
+
fill: fillValue,
|
|
32
|
+
"aria-labelledby": titleId,
|
|
33
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
34
|
+
id: titleId,
|
|
35
|
+
children: title
|
|
36
|
+
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
d: "M14.134 19.849a2.152 2.152 0 0 1-4.302 0h4.302Z"
|
|
38
|
+
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
d: "M12.59 2a1 1 0 0 1 1 1v.243a6.469 6.469 0 0 1 4.887 6.273v5.625c0 .162.04.323.115.466l.785 1.487a1 1 0 0 1-.885 1.466H5.508a1 1 0 0 1-.876-1.482l.806-1.463c.082-.148.124-.316.124-.485l-.015-5.598a6.469 6.469 0 0 1 4.827-6.273V3a1 1 0 0 1 1-1h1.216Zm-.577 3.203A4.313 4.313 0 0 0 7.7 9.527l.017 6.413c0 .259.21.468.468.468h7.653a.487.487 0 0 0 .487-.487V9.516a4.312 4.312 0 0 0-4.312-4.313Z",
|
|
41
|
+
clipRule: "evenodd"
|
|
42
|
+
})]
|
|
43
|
+
});
|
|
44
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
45
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M14.152 19.849a2.152 2.152 0 0 1-4.303 0h4.303ZM12.608 2a1 1 0 0 1 1 1v.243a6.469 6.469 0 0 1 4.887 6.273v5.625c0 .162.04.323.115.466l.784 1.487a1 1 0 0 1-.885 1.466H5.526a1 1 0 0 1-.876-1.482l.806-1.463c.081-.148.124-.316.124-.485l-.015-5.598a6.469 6.469 0 0 1 4.827-6.273V3a1 1 0 0 1 1-1h1.216Z"
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
42
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
gradient,
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
14
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
15
|
+
let fillValue = color;
|
|
16
|
+
let gradientDefs;
|
|
17
|
+
let gradientUtils;
|
|
18
|
+
if (hasGradient) {
|
|
19
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
20
|
+
const iconNativeUtils = require('./utils/icon-native-utils');
|
|
21
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
22
|
+
fillValue = `url(#${gradientId})`;
|
|
23
|
+
gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
|
|
24
|
+
}
|
|
25
|
+
const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
26
|
+
...props,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
height: size,
|
|
30
|
+
width: size,
|
|
31
|
+
fill: fillValue,
|
|
32
|
+
"aria-labelledby": titleId,
|
|
33
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
34
|
+
id: titleId,
|
|
35
|
+
children: title
|
|
36
|
+
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
d: "M14.152 19.849a2.152 2.152 0 0 1-4.303 0h4.303ZM12.608 2a1 1 0 0 1 1 1v.243a6.469 6.469 0 0 1 4.887 6.273v5.625c0 .162.04.323.115.466l.784 1.487a1 1 0 0 1-.885 1.466H5.526a1 1 0 0 1-.876-1.482l.806-1.463c.081-.148.124-.316.124-.485l-.015-5.598a6.469 6.469 0 0 1 4.827-6.273V3a1 1 0 0 1 1-1h1.216Z"
|
|
38
|
+
})]
|
|
39
|
+
});
|
|
40
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
41
|
+
};
|