@telus-uds/palette-koodo 3.6.1 → 3.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/CHANGELOG.json +39 -1
- package/CHANGELOG.md +18 -2
- package/LICENSE +21 -0
- 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/Close.js +1 -1
- package/build/rn/icons/Close.native.js +1 -1
- package/build/rn/icons/Hamburger.js +1 -1
- package/build/rn/icons/Hamburger.native.js +1 -1
- package/build/rn/icons/Profile.js +3 -1
- package/build/rn/icons/Profile.native.js +3 -1
- package/build/rn/icons/ProfileFilled.js +48 -0
- package/build/rn/icons/ProfileFilled.native.js +47 -0
- package/build/rn/icons/Spyglass.js +1 -1
- package/build/rn/icons/Spyglass.native.js +1 -1
- package/build/rn/icons/User.js +3 -1
- package/build/rn/icons/User.native.js +3 -1
- package/build/rn/icons/UserAdd.js +4 -4
- package/build/rn/icons/UserAdd.native.js +4 -4
- package/build/rn/icons/UserFilled.js +48 -0
- package/build/rn/icons/UserFilled.native.js +47 -0
- package/build/rn/icons/close.icon.svg +1 -1
- package/build/rn/icons/hamburger.icon.svg +1 -1
- package/build/rn/icons/index.js +2 -0
- package/build/rn/icons/profile-filled.icon.svg +4 -0
- package/build/rn/icons/profile.icon.svg +2 -1
- package/build/rn/icons/spyglass.icon.svg +1 -1
- package/build/rn/icons/user-add.icon.svg +3 -3
- package/build/rn/icons/user-filled.icon.svg +4 -0
- package/build/rn/icons/user.icon.svg +2 -1
- package/build/rn/palette.js +3 -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/Close.js +1 -1
- package/build/web/icons/Hamburger.js +1 -1
- package/build/web/icons/Profile.js +3 -1
- package/build/web/icons/ProfileFilled.js +48 -0
- package/build/web/icons/Spyglass.js +1 -1
- package/build/web/icons/User.js +3 -1
- package/build/web/icons/UserAdd.js +4 -4
- package/build/web/icons/UserFilled.js +48 -0
- package/build/web/icons/close.icon.svg +1 -1
- package/build/web/icons/hamburger.icon.svg +1 -1
- package/build/web/icons/index.js +2 -0
- package/build/web/icons/profile-filled.icon.svg +4 -0
- package/build/web/icons/profile.icon.svg +2 -1
- package/build/web/icons/spyglass.icon.svg +1 -1
- package/build/web/icons/user-add.icon.svg +3 -3
- package/build/web/icons/user-filled.icon.svg +4 -0
- package/build/web/icons/user.icon.svg +2 -1
- package/build/web/palette.js +18 -16
- package/icon/close.svg +1 -1
- package/icon/hamburger.svg +1 -1
- package/icon/profile-filled.svg +4 -0
- package/icon/profile.svg +2 -1
- package/icon/spyglass.svg +1 -1
- package/icon/user-add.svg +3 -3
- package/icon/user-filled.svg +4 -0
- package/icon/user.svg +2 -1
- package/package.json +1 -1
- package/palette.json +8 -0
- /package/build/web/fonts/{StagSans-Bold-v3_6_1.otf → StagSans-Bold-v3_8_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Bold-v3_6_1.woff → StagSans-Bold-v3_8_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Bold2-v3_6_1.woff2 → StagSans-Bold2-v3_8_0.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Light-v3_6_1.otf → StagSans-Light-v3_8_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Light-v3_6_1.woff → StagSans-Light-v3_8_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Light2-v3_6_1.woff2 → StagSans-Light2-v3_8_0.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Medium-v3_6_1.otf → StagSans-Medium-v3_8_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Medium-v3_6_1.woff → StagSans-Medium-v3_8_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Medium2-v3_6_1.woff2 → StagSans-Medium2-v3_8_0.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Regular-v3_6_1.otf → StagSans-Regular-v3_8_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Regular-v3_6_1.woff → StagSans-Regular-v3_8_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Regular2-v3_6_1.woff2 → StagSans-Regular2-v3_8_0.woff2} +0 -0
- /package/build/web/fonts/{StagSans-Semibold-v3_6_1.otf → StagSans-Semibold-v3_8_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Semibold-v3_6_1.woff → StagSans-Semibold-v3_8_0.woff} +0 -0
- /package/build/web/fonts/{StagSans-Semibold2-v3_6_1.woff2 → StagSans-Semibold2-v3_8_0.woff2} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,45 @@
|
|
|
2
2
|
"name": "@telus-uds/palette-koodo",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 03 Oct 2025 20:34:05 GMT",
|
|
6
|
+
"tag": "@telus-uds/palette-koodo_v3.8.0",
|
|
7
|
+
"version": "3.8.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "oscar.palencia@telus.com",
|
|
12
|
+
"package": "@telus-uds/palette-koodo",
|
|
13
|
+
"commit": "0ad7e47adcef08bf1813d4805655c05f51b6a7f2",
|
|
14
|
+
"comment": "`Icons`: Add profile and user filled variant icons"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 16 Sep 2025 21:19:36 GMT",
|
|
21
|
+
"tag": "@telus-uds/palette-koodo_v3.7.0",
|
|
22
|
+
"version": "3.7.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"minor": [
|
|
25
|
+
{
|
|
26
|
+
"author": "35577399+JoshHC@users.noreply.github.com",
|
|
27
|
+
"package": "@telus-uds/palette-koodo",
|
|
28
|
+
"commit": "b68d5de267e63005705c4ee6d3eead36bc7a9129",
|
|
29
|
+
"comment": "`Koodo icons`: Spyglass, Hamburger, Close, User, UserAdd and Tooltipfilled icons updated"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"none": [
|
|
33
|
+
{
|
|
34
|
+
"author": "shahzaibkhalidmalik@outlook.com",
|
|
35
|
+
"package": "@telus-uds/palette-koodo",
|
|
36
|
+
"commit": "9cbe62baf251bd6b8504d6858b8c52fdbc113358",
|
|
37
|
+
"comment": "Add LICENSE file"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"date": "Fri, 11 Jul 2025 22:22:37 GMT",
|
|
6
44
|
"tag": "@telus-uds/palette-koodo_v3.6.1",
|
|
7
45
|
"version": "3.6.1",
|
|
8
46
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @telus-uds/palette-koodo
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 03 Oct 2025 20:34:05 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 3.8.0
|
|
8
|
+
|
|
9
|
+
Fri, 03 Oct 2025 20:34:05 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- `Icons`: Add profile and user filled variant icons (oscar.palencia@telus.com)
|
|
14
|
+
|
|
15
|
+
## 3.7.0
|
|
16
|
+
|
|
17
|
+
Tue, 16 Sep 2025 21:19:36 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- `Koodo icons`: Spyglass, Hamburger, Close, User, UserAdd and Tooltipfilled icons updated (35577399+JoshHC@users.noreply.github.com)
|
|
22
|
+
|
|
7
23
|
## 3.6.1
|
|
8
24
|
|
|
9
|
-
Fri, 11 Jul 2025 22:
|
|
25
|
+
Fri, 11 Jul 2025 22:22:37 GMT
|
|
10
26
|
|
|
11
27
|
### Patches
|
|
12
28
|
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 TELUS
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
package/build/android/radius.xml
CHANGED
package/build/android/size.xml
CHANGED
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
package/build/ios/Size.swift
CHANGED
package/build/rn/icons/Close.js
CHANGED
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M17.776 3.967a1.593 1.593 0 0 1 2.253 2.252l-5.777 5.78 5.781 5.777a1.593 1.593 0 0 1-2.252 2.253l-5.78-5.777-5.777 5.781a1.593 1.593 0 0 1-2.253-2.252l5.777-5.78-5.781-5.777A1.593 1.593 0 1 1 6.219 3.97l5.78 5.777 5.777-5.781Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -34,7 +34,7 @@ module.exports = ({
|
|
|
34
34
|
id: titleId,
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M17.776 3.967a1.593 1.593 0 0 1 2.253 2.252l-5.777 5.78 5.781 5.777a1.593 1.593 0 0 1-2.252 2.253l-5.78-5.777-5.777 5.781a1.593 1.593 0 0 1-2.253-2.252l5.777-5.78-5.781-5.777A1.593 1.593 0 1 1 6.219 3.97l5.78 5.777 5.777-5.781Z"
|
|
38
38
|
})]
|
|
39
39
|
});
|
|
40
40
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M20.695 17.948a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 19.253a1.306 1.306 0 0 1 1.305-1.305h17.39Zm0-7.188a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 12.064a1.305 1.305 0 0 1 1.305-1.304h17.39Zm0-7.317A1.308 1.308 0 0 1 22 4.748a1.308 1.308 0 0 1-1.305 1.304H3.305a1.306 1.306 0 0 1-.923-2.227 1.31 1.31 0 0 1 .923-.382h17.39Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -34,7 +34,7 @@ module.exports = ({
|
|
|
34
34
|
id: titleId,
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M20.695 17.948a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 19.253a1.306 1.306 0 0 1 1.305-1.305h17.39Zm0-7.188a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 12.064a1.305 1.305 0 0 1 1.305-1.304h17.39Zm0-7.317A1.308 1.308 0 0 1 22 4.748a1.308 1.308 0 0 1-1.305 1.304H3.305a1.306 1.306 0 0 1-.923-2.227 1.31 1.31 0 0 1 .923-.382h17.39Z"
|
|
38
38
|
})]
|
|
39
39
|
});
|
|
40
40
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -35,8 +35,10 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
38
40
|
fillRule: "evenodd",
|
|
39
|
-
d: "M12
|
|
41
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
|
|
40
42
|
clipRule: "evenodd"
|
|
41
43
|
})]
|
|
42
44
|
});
|
|
@@ -34,8 +34,10 @@ module.exports = ({
|
|
|
34
34
|
id: titleId,
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
|
|
38
|
+
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
39
|
fillRule: "evenodd",
|
|
38
|
-
d: "M12
|
|
40
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
|
|
39
41
|
clipRule: "evenodd"
|
|
40
42
|
})]
|
|
41
43
|
});
|
|
@@ -0,0 +1,48 @@
|
|
|
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: "M21.989 12.48c.007-.155.008-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
+
fillRule: "evenodd",
|
|
43
|
+
d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 12 2 6.353 2 1.733 6.893 2.013 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
|
|
44
|
+
clipRule: "evenodd"
|
|
45
|
+
})]
|
|
46
|
+
});
|
|
47
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
48
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
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: "M21.989 12.48c.007-.155.008-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
|
|
39
|
+
clipRule: "evenodd"
|
|
40
|
+
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 12 2 6.353 2 1.733 6.893 2.013 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
|
|
43
|
+
clipRule: "evenodd"
|
|
44
|
+
})]
|
|
45
|
+
});
|
|
46
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
47
|
+
};
|
|
@@ -36,7 +36,7 @@ module.exports = ({
|
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
38
|
fillRule: "evenodd",
|
|
39
|
-
d: "
|
|
39
|
+
d: "M9.955 2.3c2.142 0 3.947.74 5.431 2.225 1.485 1.485 2.226 3.29 2.226 5.433 0 .858-.13 1.654-.389 2.392a6.802 6.802 0 0 1-1.049 1.958l-.163.209 5.399 5.406c.195.199.294.44.294.747 0 .304-.1.543-.297.736l-.002.002a.996.996 0 0 1-.742.292.995.995 0 0 1-.742-.292l-5.393-5.393-.21.162a6.888 6.888 0 0 1-1.97 1.05 7.233 7.233 0 0 1-2.393.388c-2.143 0-3.948-.74-5.433-2.225-1.485-1.485-2.226-3.29-2.226-5.432 0-2.143.741-3.948 2.226-5.433C6.007 3.041 7.812 2.3 9.955 2.3Zm0 2.128c-1.534 0-2.847.538-3.92 1.611-1.072 1.073-1.61 2.385-1.61 3.919 0 1.534.538 2.846 1.61 3.919 1.073 1.072 2.386 1.611 3.92 1.611 1.533 0 2.846-.538 3.918-1.611 1.073-1.073 1.612-2.385 1.612-3.919 0-1.534-.539-2.846-1.611-3.919-1.073-1.073-2.386-1.611-3.92-1.611Z",
|
|
40
40
|
clipRule: "evenodd"
|
|
41
41
|
})]
|
|
42
42
|
});
|
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
37
|
fillRule: "evenodd",
|
|
38
|
-
d: "
|
|
38
|
+
d: "M9.955 2.3c2.142 0 3.947.74 5.431 2.225 1.485 1.485 2.226 3.29 2.226 5.433 0 .858-.13 1.654-.389 2.392a6.802 6.802 0 0 1-1.049 1.958l-.163.209 5.399 5.406c.195.199.294.44.294.747 0 .304-.1.543-.297.736l-.002.002a.996.996 0 0 1-.742.292.995.995 0 0 1-.742-.292l-5.393-5.393-.21.162a6.888 6.888 0 0 1-1.97 1.05 7.233 7.233 0 0 1-2.393.388c-2.143 0-3.948-.74-5.433-2.225-1.485-1.485-2.226-3.29-2.226-5.432 0-2.143.741-3.948 2.226-5.433C6.007 3.041 7.812 2.3 9.955 2.3Zm0 2.128c-1.534 0-2.847.538-3.92 1.611-1.072 1.073-1.61 2.385-1.61 3.919 0 1.534.538 2.846 1.61 3.919 1.073 1.072 2.386 1.611 3.92 1.611 1.533 0 2.846-.538 3.918-1.611 1.073-1.073 1.612-2.385 1.612-3.919 0-1.534-.539-2.846-1.611-3.919-1.073-1.073-2.386-1.611-3.92-1.611Z",
|
|
39
39
|
clipRule: "evenodd"
|
|
40
40
|
})]
|
|
41
41
|
});
|
package/build/rn/icons/User.js
CHANGED
|
@@ -35,8 +35,10 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
38
40
|
fillRule: "evenodd",
|
|
39
|
-
d: "M12
|
|
41
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
|
|
40
42
|
clipRule: "evenodd"
|
|
41
43
|
})]
|
|
42
44
|
});
|
|
@@ -34,8 +34,10 @@ module.exports = ({
|
|
|
34
34
|
id: titleId,
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
|
|
38
|
+
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
39
|
fillRule: "evenodd",
|
|
38
|
-
d: "M12
|
|
40
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
|
|
39
41
|
clipRule: "evenodd"
|
|
40
42
|
})]
|
|
41
43
|
});
|
|
@@ -35,13 +35,13 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M8.91 2.44A9.87 9.87 0 0 1 21.241 12a.891.891 0 0 1-1.78 0 8.091 8.091 0 0 0-16.137-.836 8.092 8.092 0 0 0 1.829 6.011 7.62 7.62 0 0 1 8.963-4.334 1.113 1.113 0 1 1-.576 2.15 5.39 5.39 0 0 0-6.593 3.781A8.09 8.09 0 0 0 12.568 20a.89.89 0 0 1 .264 1.762A9.872 9.872 0 0 1 8.909 2.441Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
38
40
|
fillRule: "evenodd",
|
|
39
|
-
d: "M18.
|
|
41
|
+
d: "M18.199 13.201A4.3 4.3 0 0 1 22.5 17.5a4.3 4.3 0 0 1-4.301 4.297 4.3 4.3 0 0 1-4.303-4.297 4.3 4.3 0 0 1 4.304-4.3Zm.01 1.168a.768.768 0 0 0-.768.768v1.536h-1.535a.768.768 0 0 0 0 1.536h1.535v1.535a.768.768 0 0 0 1.536 0v-1.535h1.535a.769.769 0 0 0 0-1.536h-1.535v-1.536a.769.769 0 0 0-.768-.768Z",
|
|
40
42
|
clipRule: "evenodd"
|
|
41
43
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
-
d: "
|
|
43
|
-
}), (0, _jsxRuntime.jsx)("path", {
|
|
44
|
-
d: "M11.521 4.95a2.806 2.806 0 1 1 0 5.611 2.806 2.806 0 0 1 0-5.612Z"
|
|
44
|
+
d: "M13.984 8.55a2.612 2.612 0 1 1-5.225 0 2.612 2.612 0 0 1 5.225 0Z"
|
|
45
45
|
})]
|
|
46
46
|
});
|
|
47
47
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -34,13 +34,13 @@ module.exports = ({
|
|
|
34
34
|
id: titleId,
|
|
35
35
|
children: title
|
|
36
36
|
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
d: "M8.91 2.44A9.87 9.87 0 0 1 21.241 12a.891.891 0 0 1-1.78 0 8.091 8.091 0 0 0-16.137-.836 8.092 8.092 0 0 0 1.829 6.011 7.62 7.62 0 0 1 8.963-4.334 1.113 1.113 0 1 1-.576 2.15 5.39 5.39 0 0 0-6.593 3.781A8.09 8.09 0 0 0 12.568 20a.89.89 0 0 1 .264 1.762A9.872 9.872 0 0 1 8.909 2.441Z"
|
|
38
|
+
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
39
|
fillRule: "evenodd",
|
|
38
|
-
d: "M18.
|
|
40
|
+
d: "M18.199 13.201A4.3 4.3 0 0 1 22.5 17.5a4.3 4.3 0 0 1-4.301 4.297 4.3 4.3 0 0 1-4.303-4.297 4.3 4.3 0 0 1 4.304-4.3Zm.01 1.168a.768.768 0 0 0-.768.768v1.536h-1.535a.768.768 0 0 0 0 1.536h1.535v1.535a.768.768 0 0 0 1.536 0v-1.535h1.535a.769.769 0 0 0 0-1.536h-1.535v-1.536a.769.769 0 0 0-.768-.768Z",
|
|
39
41
|
clipRule: "evenodd"
|
|
40
42
|
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
41
|
-
d: "
|
|
42
|
-
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
43
|
-
d: "M11.521 4.95a2.806 2.806 0 1 1 0 5.611 2.806 2.806 0 0 1 0-5.612Z"
|
|
43
|
+
d: "M13.984 8.55a2.612 2.612 0 1 1-5.225 0 2.612 2.612 0 0 1 5.225 0Z"
|
|
44
44
|
})]
|
|
45
45
|
});
|
|
46
46
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -0,0 +1,48 @@
|
|
|
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: "M21.989 12.48c.007-.155.007-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
+
fillRule: "evenodd",
|
|
43
|
+
d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 11.999 2 6.354 2 1.734 6.893 2.014 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
|
|
44
|
+
clipRule: "evenodd"
|
|
45
|
+
})]
|
|
46
|
+
});
|
|
47
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
48
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
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: "M21.989 12.48c.007-.155.007-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
|
|
39
|
+
clipRule: "evenodd"
|
|
40
|
+
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 11.999 2 6.354 2 1.734 6.893 2.014 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
|
|
43
|
+
clipRule: "evenodd"
|
|
44
|
+
})]
|
|
45
|
+
});
|
|
46
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
47
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M17.776 3.967a1.593 1.593 0 0 1 2.253 2.252l-5.777 5.78 5.781 5.777a1.593 1.593 0 0 1-2.252 2.253l-5.78-5.777-5.777 5.781a1.593 1.593 0 0 1-2.253-2.252l5.777-5.78-5.781-5.777A1.593 1.593 0 1 1 6.219 3.97l5.78 5.777 5.777-5.781Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M20.695 17.948a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 19.253a1.306 1.306 0 0 1 1.305-1.305h17.39Zm0-7.188a1.306 1.306 0 0 1 .923 2.227 1.306 1.306 0 0 1-.923.382H3.305A1.307 1.307 0 0 1 2 12.064a1.305 1.305 0 0 1 1.305-1.304h17.39Zm0-7.317A1.308 1.308 0 0 1 22 4.748a1.308 1.308 0 0 1-1.305 1.304H3.305a1.306 1.306 0 0 1-.923-2.227 1.31 1.31 0 0 1 .923-.382h17.39Z"/>
|
|
3
3
|
</svg>
|
package/build/rn/icons/index.js
CHANGED
|
@@ -93,6 +93,7 @@ module.exports = {
|
|
|
93
93
|
Preference: require('./Preference'),
|
|
94
94
|
Price: require('./Price'),
|
|
95
95
|
Profile: require('./Profile'),
|
|
96
|
+
ProfileFilled: require('./ProfileFilled'),
|
|
96
97
|
Question: require('./Question'),
|
|
97
98
|
QuestionFilled: require('./QuestionFilled'),
|
|
98
99
|
QuoteLeft: require('./QuoteLeft'),
|
|
@@ -128,5 +129,6 @@ module.exports = {
|
|
|
128
129
|
Unmuted: require('./Unmuted'),
|
|
129
130
|
User: require('./User'),
|
|
130
131
|
UserAdd: require('./UserAdd'),
|
|
132
|
+
UserFilled: require('./UserFilled'),
|
|
131
133
|
Visa: require('./Visa')
|
|
132
134
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M21.989 12.48c.007-.155.008-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 12 2 6.353 2 1.733 6.893 2.013 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z" clip-rule="evenodd"/>
|
|
4
|
+
</svg>
|