@bitrise/bitkit 13.346.0 → 13.348.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/package.json +14 -14
- package/src/Components/Icons/16x16/Ruby.tsx +12 -0
- package/src/Components/Icons/16x16/RubyColor.tsx +12 -0
- package/src/Components/Icons/16x16/index.ts +2 -0
- package/src/Components/Icons/24x24/Ruby.tsx +12 -0
- package/src/Components/Icons/24x24/RubyColor.tsx +12 -0
- package/src/Components/Icons/24x24/index.ts +2 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrise/bitkit",
|
|
3
3
|
"description": "Bitrise React component library",
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.348.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"chakra-ui-2--theme": "npm:@chakra-ui/theme@3.4.9",
|
|
39
39
|
"chakra-ui-2--theme-tools": "npm:@chakra-ui/theme-tools@2.2.9",
|
|
40
40
|
"clsx": "^2.1.1",
|
|
41
|
-
"framer-motion": "^12.
|
|
41
|
+
"framer-motion": "^12.34.0",
|
|
42
42
|
"luxon": "^3.7.2",
|
|
43
|
-
"react": "^18.
|
|
44
|
-
"react-dom": "^18.
|
|
43
|
+
"react": "^18.3.1",
|
|
44
|
+
"react-dom": "^18.3.1",
|
|
45
45
|
"react-focus-lock": "2.13.7",
|
|
46
46
|
"react-imask": "^7.6.1",
|
|
47
47
|
"react-markdown": "^10.1.0"
|
|
@@ -51,35 +51,35 @@
|
|
|
51
51
|
"react-dom": "^18.2.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/core": "^7.
|
|
55
|
-
"@babel/preset-env": "^7.
|
|
54
|
+
"@babel/core": "^7.29.0",
|
|
55
|
+
"@babel/preset-env": "^7.29.0",
|
|
56
56
|
"@babel/preset-react": "^7.28.5",
|
|
57
57
|
"@babel/preset-typescript": "^7.28.5",
|
|
58
58
|
"@bitrise/eslint-plugin": "^4.1.0",
|
|
59
|
-
"@google-cloud/storage": "^7.
|
|
59
|
+
"@google-cloud/storage": "^7.19.0",
|
|
60
60
|
"@storybook/addon-docs": "^9.1.17",
|
|
61
61
|
"@storybook/addon-links": "^9.1.17",
|
|
62
62
|
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
63
63
|
"@storybook/react-webpack5": "^9.1.17",
|
|
64
64
|
"@testing-library/dom": "^10.4.1",
|
|
65
65
|
"@testing-library/jest-dom": "6.9.1",
|
|
66
|
-
"@testing-library/react": "16.3.
|
|
66
|
+
"@testing-library/react": "16.3.2",
|
|
67
67
|
"@testing-library/user-event": "^14.6.1",
|
|
68
68
|
"@types/jest": "^29.5.14",
|
|
69
69
|
"@types/luxon": "^3.7.1",
|
|
70
|
-
"@types/react": "^18.3.
|
|
70
|
+
"@types/react": "^18.3.28",
|
|
71
71
|
"@types/react-dom": "^18.3.7",
|
|
72
|
-
"axios": "^1.13.
|
|
72
|
+
"axios": "^1.13.5",
|
|
73
73
|
"chakra-ui-2--cli": "npm:@chakra-ui/cli@2.5.8",
|
|
74
74
|
"eslint": "^9.39.2",
|
|
75
75
|
"glob": "^11.1.0",
|
|
76
76
|
"jest": "^29.7.0",
|
|
77
77
|
"jest-environment-jsdom": "^29.7.0",
|
|
78
78
|
"jsdom": "26.1.0",
|
|
79
|
-
"lodash": "^4.17.
|
|
80
|
-
"prettier": "^3.
|
|
81
|
-
"react-hook-form": "^7.
|
|
82
|
-
"release-it": "^19.2.
|
|
79
|
+
"lodash": "^4.17.23",
|
|
80
|
+
"prettier": "^3.8.1",
|
|
81
|
+
"react-hook-form": "^7.71.1",
|
|
82
|
+
"release-it": "^19.2.4",
|
|
83
83
|
"storybook": "^9.1.17",
|
|
84
84
|
"ts-jest": "^29.4.6",
|
|
85
85
|
"typescript": "^5.9.3"
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from 'chakra-ui-2--react';
|
|
2
|
+
|
|
3
|
+
const Ruby = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M10.958 9.35248C8.92312 10.6227 6.90678 11.8814 4.83721 13.1729C7.93653 13.5828 10.9806 13.9853 14.0849 14.3958C13.0275 12.6901 11.9971 11.0283 10.958 9.35248ZM14.96 3.73188C14.6867 4.12914 14.413 4.52624 14.1402 4.9238C13.2031 6.28932 12.2662 7.65469 11.3302 9.02067C11.2781 9.09695 11.2105 9.15736 11.2839 9.27452C12.1886 10.7212 13.0859 12.1725 13.9854 13.622C14.1273 13.851 14.2709 14.0791 14.4546 14.2988L15 3.74333L14.96 3.73188ZM2.61219 8.24264C2.65455 8.28154 2.76024 8.30397 2.80922 8.28063C3.6769 7.86751 4.55009 7.46369 5.39886 7.01655C5.67543 6.87101 5.88806 6.60969 6.12668 6.39794C6.91623 5.69664 7.70437 4.99382 8.49251 4.29085C8.54086 4.24767 8.59772 4.20603 8.6267 4.15156C8.90973 3.61564 9.18772 3.07727 9.47579 2.52304C9.13228 2.3984 8.80672 2.2759 8.47723 2.16453C8.4325 2.14943 8.36225 2.17948 8.31343 2.20572C7.55065 2.61854 6.77354 3.00923 6.03485 3.45942C5.6652 3.68459 5.36405 4.0164 5.03677 4.30564C4.50961 4.77185 3.98276 5.23913 3.46301 5.71358C3.32504 5.83944 3.19935 5.98329 3.09209 6.13463C2.73646 6.63593 2.39184 7.14439 2.03101 7.66751C2.23292 7.86979 2.4161 8.06293 2.61219 8.24264ZM5.78317 7.55721C5.35177 9.32334 4.92242 11.0794 4.47921 12.8933C6.55807 11.596 8.5889 10.3285 10.6062 9.06949C9.00076 8.56606 7.40039 8.0643 5.78317 7.55721ZM9.22253 4.59138L10.9897 8.75492C12.1432 7.07666 13.2738 5.4315 14.43 3.74882C12.6737 4.03303 10.9593 4.31037 9.22253 4.59138ZM5.85562 7.19596C7.43725 7.69344 8.98754 8.18085 10.5826 8.6823C9.99019 7.28444 9.41814 5.93554 8.83413 4.55797L5.85562 7.19596ZM2.67755 9.27254L1.02315 13.1031C2.0833 13.0727 3.11115 13.0432 4.17397 13.0129C3.67501 11.7656 3.18581 10.5427 2.67755 9.27254ZM4.21146 12.1246L4.25052 12.1163C4.62868 10.5926 5.01251 9.0794 5.39886 7.49634C4.53733 7.9299 3.71548 8.34363 2.87096 8.7688C3.30173 9.85378 3.76132 10.9979 4.21146 12.1246ZM13.7942 3.50183C13.291 3.37277 12.7882 3.2431 12.2845 3.11495C11.5611 2.93082 10.8371 2.74866 10.114 2.5627C10.0237 2.53951 9.95822 2.52441 9.90514 2.62982C9.64967 3.13692 9.38601 3.64035 9.12645 4.14546C9.11842 4.16117 9.11999 4.18162 9.11385 4.22052C10.6807 3.99062 12.2371 3.76209 13.7932 3.53371L13.7942 3.50183ZM10.8753 2.34821C12.2266 2.71037 13.5778 3.07239 14.9762 3.44706L14.2986 1.57704C13.1505 1.82372 12.016 2.06735 10.8815 2.31098L10.8753 2.34821ZM12.1168 14.4547L8.75239 14.0098C7.35487 13.8251 5.95988 13.6217 4.55922 13.4654C4.05128 13.4088 3.52979 13.4609 3.01476 13.4693C2.59155 13.4764 2.16835 13.4919 1.7453 13.5049C1.70167 13.5061 1.6582 13.5146 1.61489 13.56C5.113 13.8733 8.61142 14.1865 12.1094 14.5L12.1168 14.4547ZM1.09214 11.9339C1.54322 10.9207 1.99179 9.90686 2.44445 8.89466C2.48981 8.79291 2.4865 8.7241 2.39783 8.64249C2.20835 8.46781 2.03258 8.27971 1.82547 8.07132L1 12.0181L1.0304 12.0321C1.05135 11.9995 1.0767 11.969 1.09214 11.9339ZM9.97712 2.08078C10.7374 1.89069 11.5087 1.74241 12.2754 1.57658C12.3248 1.56575 12.3733 1.54989 12.4222 1.53631L12.4148 1.5L9.12047 1.92914C9.42996 2.06018 9.66826 2.15797 9.97712 2.08078Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default Ruby;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from 'chakra-ui-2--react';
|
|
2
|
+
|
|
3
|
+
const RubyColor = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M10.958 9.35248C8.92312 10.6227 6.90678 11.8814 4.83721 13.1729C7.93653 13.5828 10.9806 13.9853 14.0849 14.3958C13.0275 12.6901 11.9971 11.0283 10.958 9.35248ZM14.96 3.73188C14.6867 4.12914 14.413 4.52624 14.1402 4.9238C13.2031 6.28932 12.2662 7.65469 11.3302 9.02067C11.2781 9.09695 11.2105 9.15736 11.2839 9.27452C12.1886 10.7212 13.0859 12.1725 13.9854 13.622C14.1273 13.851 14.2709 14.0791 14.4546 14.2988L15 3.74333L14.96 3.73188ZM2.61219 8.24264C2.65455 8.28154 2.76024 8.30397 2.80922 8.28063C3.6769 7.86751 4.55009 7.46369 5.39886 7.01655C5.67543 6.87101 5.88806 6.60969 6.12668 6.39794C6.91623 5.69664 7.70437 4.99382 8.49251 4.29085C8.54086 4.24767 8.59772 4.20603 8.6267 4.15156C8.90973 3.61564 9.18772 3.07727 9.47579 2.52304C9.13228 2.3984 8.80672 2.2759 8.47723 2.16453C8.4325 2.14943 8.36225 2.17948 8.31343 2.20572C7.55065 2.61854 6.77354 3.00923 6.03485 3.45942C5.6652 3.68459 5.36405 4.0164 5.03677 4.30564C4.50961 4.77185 3.98276 5.23913 3.46301 5.71358C3.32504 5.83944 3.19935 5.98329 3.09209 6.13463C2.73646 6.63593 2.39184 7.14439 2.03101 7.66751C2.23292 7.86979 2.4161 8.06293 2.61219 8.24264ZM5.78317 7.55721C5.35177 9.32334 4.92242 11.0794 4.47921 12.8933C6.55807 11.596 8.5889 10.3285 10.6062 9.06949C9.00076 8.56606 7.40039 8.0643 5.78317 7.55721ZM9.22253 4.59138L10.9897 8.75492C12.1432 7.07666 13.2738 5.4315 14.43 3.74882C12.6737 4.03303 10.9593 4.31037 9.22253 4.59138ZM5.85562 7.19596C7.43725 7.69344 8.98754 8.18085 10.5826 8.6823C9.99019 7.28444 9.41814 5.93554 8.83413 4.55797L5.85562 7.19596ZM2.67755 9.27254L1.02315 13.1031C2.0833 13.0727 3.11115 13.0432 4.17397 13.0129C3.67501 11.7656 3.18581 10.5427 2.67755 9.27254ZM4.21146 12.1246L4.25052 12.1163C4.62868 10.5926 5.01251 9.0794 5.39886 7.49634C4.53733 7.9299 3.71548 8.34363 2.87096 8.7688C3.30173 9.85378 3.76132 10.9979 4.21146 12.1246ZM13.7942 3.50183C13.291 3.37277 12.7882 3.2431 12.2845 3.11495C11.5611 2.93082 10.8371 2.74866 10.114 2.5627C10.0237 2.53951 9.95822 2.52441 9.90514 2.62982C9.64967 3.13692 9.38601 3.64035 9.12645 4.14546C9.11842 4.16117 9.11999 4.18162 9.11385 4.22052C10.6807 3.99062 12.2371 3.76209 13.7932 3.53371L13.7942 3.50183ZM10.8753 2.34821C12.2266 2.71037 13.5778 3.07239 14.9762 3.44706L14.2986 1.57704C13.1505 1.82372 12.016 2.06735 10.8815 2.31098L10.8753 2.34821ZM12.1168 14.4547L8.75239 14.0098C7.35487 13.8251 5.95988 13.6217 4.55922 13.4654C4.05128 13.4088 3.52979 13.4609 3.01476 13.4693C2.59155 13.4764 2.16835 13.4919 1.7453 13.5049C1.70167 13.5061 1.6582 13.5146 1.61489 13.56C5.113 13.8733 8.61142 14.1865 12.1094 14.5L12.1168 14.4547ZM1.09214 11.9339C1.54322 10.9207 1.99179 9.90686 2.44445 8.89466C2.48981 8.79291 2.4865 8.7241 2.39783 8.64249C2.20835 8.46781 2.03258 8.27971 1.82547 8.07132L1 12.0181L1.0304 12.0321C1.05135 11.9995 1.0767 11.969 1.09214 11.9339ZM9.97712 2.08078C10.7374 1.89069 11.5087 1.74241 12.2754 1.57658C12.3248 1.56575 12.3733 1.54989 12.4222 1.53631L12.4148 1.5L9.12047 1.92914C9.42996 2.06018 9.66826 2.15797 9.97712 2.08078Z"
|
|
7
|
+
fill="#D91404"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default RubyColor;
|
|
@@ -211,6 +211,8 @@ export { default as ReleaseSolid } from './ReleaseSolid';
|
|
|
211
211
|
export { default as Replace } from './Replace';
|
|
212
212
|
export { default as Request } from './Request';
|
|
213
213
|
export { default as Responsiveness } from './Responsiveness';
|
|
214
|
+
export { default as Ruby } from './Ruby';
|
|
215
|
+
export { default as RubyColor } from './RubyColor';
|
|
214
216
|
export { default as Save } from './Save';
|
|
215
217
|
export { default as Screenshare } from './Screenshare';
|
|
216
218
|
export { default as SecurityShield } from './SecurityShield';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from 'chakra-ui-2--react';
|
|
2
|
+
|
|
3
|
+
const Ruby = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M16.2258 13.9767C13.3187 15.8331 10.4383 17.6728 7.48173 19.5604C11.9093 20.1595 16.2579 20.7477 20.6927 21.3477C19.1821 18.8547 17.7101 16.426 16.2258 13.9767ZM21.9429 5.76198C21.5525 6.34259 21.1614 6.92297 20.7717 7.50401C19.4329 9.49978 18.0946 11.4953 16.7574 13.4917C16.683 13.6032 16.5864 13.6915 16.6913 13.8628C17.9837 15.9771 19.2655 18.0982 20.5505 20.2168C20.7533 20.5515 20.9585 20.8848 21.2208 21.2059L22 5.77871L21.9429 5.76198ZM4.30312 12.3546C4.36365 12.4115 4.51463 12.4443 4.5846 12.4101C5.82414 11.8064 7.07155 11.2162 8.28409 10.5627C8.67919 10.3499 8.98294 9.968 9.32382 9.65853C10.4518 8.63356 11.5777 7.60635 12.7036 6.57893C12.7727 6.51583 12.8539 6.45496 12.8953 6.37536C13.2996 5.59208 13.6967 4.80524 14.1083 3.99521C13.6175 3.81304 13.1525 3.634 12.6818 3.47124C12.6179 3.44916 12.5175 3.49309 12.4478 3.53144C11.3581 4.13478 10.2479 4.7058 9.19265 5.36377C8.66457 5.69286 8.23436 6.17781 7.76681 6.60056C7.01373 7.28194 6.26109 7.96488 5.51859 8.65831C5.32148 8.84225 5.14193 9.05251 4.9887 9.27369C4.48065 10.0064 3.98835 10.7495 3.47286 11.514C3.76132 11.8097 4.023 12.092 4.30312 12.3546ZM8.83309 11.3528C8.21681 13.9341 7.60346 16.5007 6.9703 19.1517C9.9401 17.2556 12.8413 15.4032 15.7231 13.5631C13.4297 12.8273 11.1434 12.094 8.83309 11.3528ZM13.7465 7.01817L16.271 13.1033C17.9189 10.6505 19.534 8.24604 21.1857 5.78673C18.6767 6.20212 16.2276 6.60747 13.7465 7.01817ZM8.93659 10.8249C11.1961 11.552 13.4108 12.2643 15.6894 12.9972C14.8431 10.9542 14.0259 8.98272 13.1916 6.96934L8.93659 10.8249ZM4.3965 13.8599L2.03308 19.4583C3.54757 19.4139 5.01593 19.3709 6.53425 19.3265C5.82144 17.5036 5.12258 15.7163 4.3965 13.8599ZM6.5878 18.0282L6.6436 18.0162C7.18383 15.7892 7.73216 13.5776 8.28409 11.2639C7.05333 11.8975 5.87926 12.5022 4.6728 13.1236C5.28818 14.7094 5.94474 16.3816 6.5878 18.0282ZM20.2774 5.42575C19.5585 5.23712 18.8403 5.0476 18.1207 4.86031C17.0873 4.59119 16.053 4.32497 15.02 4.05318C14.8911 4.01929 14.7975 3.99721 14.7216 4.15128C14.3567 4.89242 13.98 5.62821 13.6092 6.36644C13.5977 6.38941 13.6 6.41929 13.5912 6.47614C15.8295 6.14013 18.053 5.80613 20.276 5.47235L20.2774 5.42575ZM16.1076 3.73969C18.0379 4.26901 19.9682 4.7981 21.966 5.34571L20.9981 2.6126C19.3578 2.97313 17.7371 3.32921 16.1164 3.68528L16.1076 3.73969ZM17.8811 21.4338L13.0748 20.7836C11.0784 20.5136 9.08555 20.2164 7.0846 19.9878C6.35897 19.9051 5.61399 19.9814 4.87823 19.9936C4.27365 20.0039 3.66907 20.0266 3.06471 20.0456C3.00239 20.0474 2.94028 20.0599 2.87841 20.1261C7.87571 20.5841 12.8735 21.0418 17.8705 21.5L17.8811 21.4338ZM2.13163 17.7495C2.77603 16.2688 3.41684 14.787 4.0635 13.3076C4.1283 13.1589 4.12357 13.0583 3.99689 12.939C3.72622 12.6837 3.47511 12.4088 3.17924 12.1042L2 17.8726L2.04343 17.8931C2.07335 17.8454 2.10958 17.8008 2.13163 17.7495ZM14.8245 3.34883C15.9105 3.07101 17.0124 2.85429 18.1077 2.61193C18.1783 2.5961 18.2476 2.57291 18.3174 2.55307L18.3068 2.5L13.6007 3.1272C14.0428 3.31873 14.3832 3.46165 14.8245 3.34883Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default Ruby;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from 'chakra-ui-2--react';
|
|
2
|
+
|
|
3
|
+
const RubyColor = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M16.2258 13.9767C13.3187 15.8331 10.4383 17.6728 7.48173 19.5604C11.9093 20.1595 16.2579 20.7477 20.6927 21.3477C19.1821 18.8547 17.7101 16.426 16.2258 13.9767ZM21.9429 5.76198C21.5525 6.34259 21.1614 6.92297 20.7717 7.50401C19.4329 9.49978 18.0946 11.4953 16.7574 13.4917C16.683 13.6032 16.5864 13.6915 16.6913 13.8628C17.9837 15.9771 19.2655 18.0982 20.5505 20.2168C20.7533 20.5515 20.9585 20.8848 21.2208 21.2059L22 5.77871L21.9429 5.76198ZM4.30312 12.3546C4.36365 12.4115 4.51463 12.4443 4.5846 12.4101C5.82414 11.8064 7.07155 11.2162 8.28409 10.5627C8.67919 10.3499 8.98294 9.968 9.32382 9.65853C10.4518 8.63356 11.5777 7.60635 12.7036 6.57893C12.7727 6.51583 12.8539 6.45496 12.8953 6.37536C13.2996 5.59208 13.6967 4.80524 14.1083 3.99521C13.6175 3.81304 13.1525 3.634 12.6818 3.47124C12.6179 3.44916 12.5175 3.49309 12.4478 3.53144C11.3581 4.13478 10.2479 4.7058 9.19265 5.36377C8.66457 5.69286 8.23436 6.17781 7.76681 6.60056C7.01373 7.28194 6.26109 7.96488 5.51859 8.65831C5.32148 8.84225 5.14193 9.05251 4.9887 9.27369C4.48065 10.0064 3.98835 10.7495 3.47286 11.514C3.76132 11.8097 4.023 12.092 4.30312 12.3546ZM8.83309 11.3528C8.21681 13.9341 7.60346 16.5007 6.9703 19.1517C9.9401 17.2556 12.8413 15.4032 15.7231 13.5631C13.4297 12.8273 11.1434 12.094 8.83309 11.3528ZM13.7465 7.01817L16.271 13.1033C17.9189 10.6505 19.534 8.24604 21.1857 5.78673C18.6767 6.20212 16.2276 6.60747 13.7465 7.01817ZM8.93659 10.8249C11.1961 11.552 13.4108 12.2643 15.6894 12.9972C14.8431 10.9542 14.0259 8.98272 13.1916 6.96934L8.93659 10.8249ZM4.3965 13.8599L2.03308 19.4583C3.54757 19.4139 5.01593 19.3709 6.53425 19.3265C5.82144 17.5036 5.12258 15.7163 4.3965 13.8599ZM6.5878 18.0282L6.6436 18.0162C7.18383 15.7892 7.73216 13.5776 8.28409 11.2639C7.05333 11.8975 5.87926 12.5022 4.6728 13.1236C5.28818 14.7094 5.94474 16.3816 6.5878 18.0282ZM20.2774 5.42575C19.5585 5.23712 18.8403 5.0476 18.1207 4.86031C17.0873 4.59119 16.053 4.32497 15.02 4.05318C14.8911 4.01929 14.7975 3.99721 14.7216 4.15128C14.3567 4.89242 13.98 5.62821 13.6092 6.36644C13.5977 6.38941 13.6 6.41929 13.5912 6.47614C15.8295 6.14013 18.053 5.80613 20.276 5.47235L20.2774 5.42575ZM16.1076 3.73969C18.0379 4.26901 19.9682 4.7981 21.966 5.34571L20.9981 2.6126C19.3578 2.97313 17.7371 3.32921 16.1164 3.68528L16.1076 3.73969ZM17.8811 21.4338L13.0748 20.7836C11.0784 20.5136 9.08555 20.2164 7.0846 19.9878C6.35897 19.9051 5.61399 19.9814 4.87823 19.9936C4.27365 20.0039 3.66907 20.0266 3.06471 20.0456C3.00239 20.0474 2.94028 20.0599 2.87841 20.1261C7.87571 20.5841 12.8735 21.0418 17.8705 21.5L17.8811 21.4338ZM2.13163 17.7495C2.77603 16.2688 3.41684 14.787 4.0635 13.3076C4.1283 13.1589 4.12357 13.0583 3.99689 12.939C3.72622 12.6837 3.47511 12.4088 3.17924 12.1042L2 17.8726L2.04343 17.8931C2.07335 17.8454 2.10958 17.8008 2.13163 17.7495ZM14.8245 3.34883C15.9105 3.07101 17.0124 2.85429 18.1077 2.61193C18.1783 2.5961 18.2476 2.57291 18.3174 2.55307L18.3068 2.5L13.6007 3.1272C14.0428 3.31873 14.3832 3.46165 14.8245 3.34883Z"
|
|
7
|
+
fill="#D91404"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default RubyColor;
|
|
@@ -211,6 +211,8 @@ export { default as ReleaseSolid } from './ReleaseSolid';
|
|
|
211
211
|
export { default as Replace } from './Replace';
|
|
212
212
|
export { default as Request } from './Request';
|
|
213
213
|
export { default as Responsiveness } from './Responsiveness';
|
|
214
|
+
export { default as Ruby } from './Ruby';
|
|
215
|
+
export { default as RubyColor } from './RubyColor';
|
|
214
216
|
export { default as Save } from './Save';
|
|
215
217
|
export { default as Screenshare } from './Screenshare';
|
|
216
218
|
export { default as SecurityShield } from './SecurityShield';
|