@bitrise/bitkit 12.61.0 → 12.62.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
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const LaunchDarkly = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M8.10202 15C7.98413 15.0002 7.87643 14.933 7.82456 14.8269C7.77432 14.727 7.78508 14.6071 7.85231 14.5178L11.1324 9.98918L5.38914 12.3416C5.35021 12.3585 5.30827 12.3675 5.26583 12.3678C5.12938 12.3672 5.00962 12.2766 4.97142 12.1453C4.93226 12.0168 4.98411 11.8779 5.09781 11.8068L10.149 8.81607L1.25509 8.30294C1.1076 8.27703 1 8.1486 1 7.99845C1 7.84831 1.1076 7.71988 1.25509 7.69397L10.1536 7.18238L5.1009 4.19165C4.9872 4.12053 4.93535 3.98168 4.9745 3.85317C5.01254 3.72237 5.1315 3.63197 5.26737 3.6306C5.31004 3.63046 5.35219 3.63997 5.39068 3.65842L11.1355 6.01391L7.85539 1.48686C7.78816 1.39754 7.7774 1.27767 7.82764 1.17774C7.87795 1.07029 7.98518 1.00121 8.10356 1C8.18455 1.00054 8.26187 1.034 8.31781 1.09274L14.8549 7.64606C15.0484 7.84035 15.0484 8.15501 14.8549 8.3493L8.31473 14.9104C8.25874 14.9677 8.18206 15 8.10202 15Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default LaunchDarkly;
|
|
@@ -110,6 +110,7 @@ export { default as Insights } from './Insights';
|
|
|
110
110
|
export { default as Japanese } from './Japanese';
|
|
111
111
|
export { default as Key } from './Key';
|
|
112
112
|
export { default as Laptop } from './Laptop';
|
|
113
|
+
export { default as LaunchDarkly } from './LaunchDarkly';
|
|
113
114
|
export { default as Lightbulb } from './Lightbulb';
|
|
114
115
|
export { default as Link } from './Link';
|
|
115
116
|
export { default as Lock } from './Lock';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const LaunchDarkly = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M12.1457 22C11.9773 22.0003 11.8235 21.9043 11.7494 21.7527C11.6776 21.61 11.693 21.4387 11.789 21.3111L16.4749 14.8417L8.2702 18.2022C8.21459 18.2265 8.15468 18.2393 8.09404 18.2398C7.89912 18.2388 7.72803 18.1095 7.67345 17.9218C7.61752 17.7383 7.69159 17.5399 7.85402 17.4383L15.07 13.1658L2.36441 12.4328C2.15371 12.3958 2 12.2123 2 11.9978C2 11.7833 2.15371 11.5998 2.36441 11.5628L15.0766 10.832L7.85842 6.5595C7.69599 6.4579 7.62192 6.25954 7.67786 6.07595C7.7322 5.8891 7.90214 5.75995 8.09624 5.758C8.15719 5.7578 8.21741 5.77138 8.2724 5.79775L16.4793 9.16273L11.7934 2.69552C11.6974 2.56791 11.682 2.39667 11.7538 2.25392C11.8256 2.10041 11.9788 2.00173 12.1479 2C12.2636 2.00077 12.3741 2.04858 12.454 2.13248L21.7927 11.4944C22.0691 11.7719 22.0691 12.2214 21.7927 12.499L12.4496 21.8719C12.3696 21.9539 12.2601 22 12.1457 22Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default LaunchDarkly;
|
|
@@ -110,6 +110,7 @@ export { default as Insights } from './Insights';
|
|
|
110
110
|
export { default as Japanese } from './Japanese';
|
|
111
111
|
export { default as Key } from './Key';
|
|
112
112
|
export { default as Laptop } from './Laptop';
|
|
113
|
+
export { default as LaunchDarkly } from './LaunchDarkly';
|
|
113
114
|
export { default as Lightbulb } from './Lightbulb';
|
|
114
115
|
export { default as Link } from './Link';
|
|
115
116
|
export { default as Lock } from './Lock';
|
|
@@ -121,7 +121,7 @@ export const figmaIcons: {
|
|
|
121
121
|
{ iconName: 'GoogleColor', figmaToken: 'google' },
|
|
122
122
|
{ iconName: 'Bazel', figmaToken: 'bazel' },
|
|
123
123
|
{ iconName: 'Gradle', figmaToken: 'gradle' },
|
|
124
|
-
{ iconName: '', figmaToken: 'launchdarkly' },
|
|
124
|
+
{ iconName: 'LaunchDarkly', figmaToken: 'launchdarkly' },
|
|
125
125
|
],
|
|
126
126
|
Media: [
|
|
127
127
|
{ iconName: 'Pause', figmaToken: 'pause' },
|