@100mslive/react-icons 0.4.0 → 0.4.1-alpha.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/README.md +1 -1
- package/dist/100MsLogo.d.ts +3 -0
- package/dist/100MsLogo.js +2 -0
- package/dist/100MsLogo.js.map +1 -0
- package/dist/ChevronRightIcon.js +1 -1
- package/dist/ChevronRightIcon.js.map +1 -1
- package/dist/CodeIcon.js +1 -1
- package/dist/CodeIcon.js.map +1 -1
- package/dist/ComputerIcon.js +1 -1
- package/dist/ComputerIcon.js.map +1 -1
- package/dist/DiscordIcon.js +1 -1
- package/dist/DiscordIcon.js.map +1 -1
- package/dist/PhoneIcon.js +1 -1
- package/dist/RestApiIcon.js +1 -1
- package/dist/RestApiIcon.js.map +1 -1
- package/dist/RocketIcon.js +1 -1
- package/dist/RocketIcon.js.map +1 -1
- package/dist/ServerIcon.js +1 -1
- package/dist/ServerIcon.js.map +1 -1
- package/dist/TwitterIcon.d.ts +3 -0
- package/dist/TwitterIcon.js +2 -0
- package/dist/TwitterIcon.js.map +1 -0
- package/dist/WebhookIcon.js +1 -1
- package/dist/WebhookIcon.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/100MsLogo.tsx +215 -0
- package/src/ChevronRightIcon.tsx +3 -1
- package/src/CodeIcon.tsx +3 -1
- package/src/ComputerIcon.tsx +1 -1
- package/src/DiscordIcon.tsx +4 -2
- package/src/PhoneIcon.tsx +2 -2
- package/src/RestApiIcon.tsx +4 -4
- package/src/RocketIcon.tsx +2 -2
- package/src/ServerIcon.tsx +5 -5
- package/src/TwitterIcon.tsx +13 -0
- package/src/WebhookIcon.tsx +3 -3
- package/src/index.ts +2 -0
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
const Svg100MsLogo = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg
|
|
6
|
+
width="24px"
|
|
7
|
+
height="24px"
|
|
8
|
+
viewBox="0 0 125 36"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
12
|
+
{...props}
|
|
13
|
+
>
|
|
14
|
+
<path fill="url(#100msLogo_svg__a)" d="M7.428 0h17.371v36H7.428z" />
|
|
15
|
+
<path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
d="M18.28 18.902a16.934 16.934 0 0 0 2.042 1.804c.774 1.007 1.504 2.184 1.989 3.487.359.976.585 2.027.585 3.128 0 3.738-3.046 6.785-6.785 6.785a6.782 6.782 0 0 1-5.511-2.832 6.772 6.772 0 0 0 2.122-.72 4.67 4.67 0 0 0 3.39 1.456 4.686 4.686 0 0 0 4.682-4.683c0-1.158-.359-2.939-1.976-5.116-.195-.265-.41-.53-.642-.806a17.448 17.448 0 0 0-1.177-1.252c.01-.467.035-.874.063-1.195.328-.026.743-.05 1.219-.056Zm4.337-12.158c.182.612.28 1.26.28 1.929a8.96 8.96 0 0 1-.586 3.128c-.485 1.309-1.215 2.486-1.989 3.493-.81.6-1.511 1.253-2.06 1.82a17.868 17.868 0 0 1-1.2-.063c-.027-.325-.05-.738-.056-1.212a16.941 16.941 0 0 0 1.812-2.05c1.063-1.434 1.976-3.216 1.976-5.116 0-.492-.076-.966-.218-1.412a4.685 4.685 0 0 1 2.04-.517Zm-.988-2.016a6.78 6.78 0 0 0-5.518-2.84 6.792 6.792 0 0 0-6.784 6.785c0 1.101.226 2.152.585 3.128.485 1.303 1.215 2.486 1.989 3.493a16.932 16.932 0 0 1 2.05 1.813c.473-.006.886-.029 1.21-.056.028-.325.054-.737.063-1.208a17.416 17.416 0 0 1-1.819-2.053c-1.07-1.435-1.976-3.216-1.976-5.117a4.69 4.69 0 0 1 4.682-4.683 4.67 4.67 0 0 1 3.392 1.458 6.77 6.77 0 0 1 2.126-.72ZM9.609 29.263a6.767 6.767 0 0 1-.282-1.942c0-1.095.22-2.146.585-3.128.485-1.303 1.215-2.48 1.989-3.487.264-.195.529-.409.806-.642.473-.401.89-.803 1.245-1.169.47.01.88.035 1.203.063.026.326.05.738.056 1.21-.563.546-1.21 1.24-1.806 2.043-1.063 1.434-1.976 3.216-1.976 5.116 0 .495.077.971.22 1.42-.639.328-1.338.5-2.04.516Z"
|
|
19
|
+
fill="url(#100msLogo_svg__b)"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
fillRule="evenodd"
|
|
23
|
+
clipRule="evenodd"
|
|
24
|
+
d="M24.881 18.02c.95.433 1.85 1.019 2.624 1.799 2.637 2.656 2.63 6.96-.013 9.604a6.775 6.775 0 0 1-5.872 1.888c.44-.604.78-1.284 1-2.014a4.647 4.647 0 0 0 3.393-1.36 4.682 4.682 0 0 0 .013-6.62c-1.34-1.353-3.248-1.97-5.016-2.235a16.486 16.486 0 0 0-2.72-.176c-.471.007-.887.032-1.214.057-.025.32-.05.73-.056 1.196-.013.786.018 1.737.163 2.738.258 1.768.869 3.675 2.21 5.022.358.359.76.648 1.189.868a4.631 4.631 0 0 1-1.09 1.8 6.827 6.827 0 0 1-1.591-1.19c-.78-.773-1.36-1.68-1.794-2.63l-.008-.018a8.833 8.833 0 0 1-1.806 2.638c-2.656 2.643-6.961 2.63-9.598-.02-2.637-2.649-2.631-6.954.025-9.59.774-.781 1.68-1.36 2.63-1.794l.01-.004a8.835 8.835 0 0 1-2.62-1.798c-2.643-2.65-2.63-6.954.02-9.598a6.775 6.775 0 0 1 5.871-1.888 6.704 6.704 0 0 0-1 2.014 4.647 4.647 0 0 0-3.393 1.36 4.682 4.682 0 0 0-.012 6.62c.812.825 2.328 1.832 5.01 2.235.32.05.66.088 1.02.12a18.28 18.28 0 0 0 2.906 0c.075-.87.13-2.345-.102-3.933l.004-.03c-.26-1.76-.871-3.654-2.205-4.994a4.763 4.763 0 0 0-1.19-.868c.221-.68.599-1.297 1.09-1.8a6.626 6.626 0 0 1 1.592 1.183c.777.771 1.355 1.673 1.788 2.62a8.83 8.83 0 0 1 1.791-2.606c2.656-2.643 6.961-2.63 9.598.02 2.644 2.649 2.631 6.954-.019 9.59-.773.78-1.678 1.36-2.628 1.793Zm-3.87-1.07c1.766-.26 3.669-.87 5.013-2.209a4.682 4.682 0 0 0-6.608-6.633c-.82.806-1.818 2.308-2.226 4.955l.006.047c-.05.32-.088.66-.12 1.02a18.277 18.277 0 0 0 0 2.92 12.33 12.33 0 0 0 .78.052c.135.005.275.009.422.01.78.013 1.737-.018 2.732-.163h.001ZM6.186 27.888a4.687 4.687 0 0 0 6.621.012c1.347-1.34 1.97-3.247 2.228-5.01.24-1.585.19-3.064.12-3.933a17.53 17.53 0 0 0-3.934.1c-1.768.259-3.675.87-5.022 2.21a4.682 4.682 0 0 0-.013 6.62Z"
|
|
25
|
+
fill="url(#100msLogo_svg__c)"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M3.556 14.608a6.696 6.696 0 0 1-.718-2.128A6.794 6.794 0 0 0 0 18c0 2.26 1.108 4.26 2.807 5.494.12-.736.359-1.46.724-2.127a4.661 4.661 0 0 1-1.429-3.36c0-1.341.56-2.543 1.454-3.4Zm25.86-2.102a6.745 6.745 0 0 1-.723 2.133A4.662 4.662 0 0 1 30.122 18c0 1.334-.56 2.536-1.454 3.392.359.668.604 1.391.717 2.128a6.782 6.782 0 0 0 .032-11.014Zm-3.977.812c.51 0 .995.081 1.454.232a4.68 4.68 0 0 0 .51-2.045 6.737 6.737 0 0 0-1.964-.29c-3.568 0-6.62 2.367-8.433 4.173-.347.346-.649.667-.894.95a18.623 18.623 0 0 0-.887-.944c-1.807-1.806-4.866-4.178-8.44-4.178-.674 0-1.322.1-1.933.283a4.64 4.64 0 0 0 .517 2.039 4.6 4.6 0 0 1 1.416-.22c2.97 0 5.645 2.221 7.162 3.788.327.34.604.649.818.9a16.23 16.23 0 0 1-.806.888c-.352.365-.774.774-1.252 1.177-2.543 2.165-4.626 2.618-5.922 2.618-.51 0-.995-.082-1.454-.233a4.681 4.681 0 0 0-.51 2.046c.623.188 1.278.289 1.964.289 3.568 0 6.62-2.367 8.427-4.166.346-.347.648-.674.9-.957.245.283.547.604.887.944 1.807 1.806 4.865 4.179 8.44 4.179.674 0 1.322-.1 1.932-.283a4.64 4.64 0 0 0-.516-2.04c-.447.145-.925.22-1.416.22-2.964 0-5.639-2.214-7.162-3.782-.327-.34-.604-.648-.818-.9.207-.245.484-.553.812-.893 1.516-1.567 4.197-3.795 7.168-3.795Z"
|
|
29
|
+
fill="#2471ED"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M14.765 18c.447.554.894 1.108 1.347 1.662-.126.145-.258.29-.397.434-.233.252-.472.497-.698.73-.44-.554-.875-1.114-1.316-1.668.246-.245.491-.503.743-.78.113-.132.22-.252.32-.378Z"
|
|
33
|
+
fill="url(#100msLogo_svg__d)"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M17.459 18c-.447-.554-.9-1.108-1.347-1.661.157-.183.327-.365.51-.554.188-.195.37-.384.56-.567.484.51.963 1.02 1.447 1.53-.277.27-.56.566-.843.88-.114.127-.22.253-.328.372Z"
|
|
37
|
+
fill="url(#100msLogo_svg__e)"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
opacity={0.5}
|
|
41
|
+
d="M7.414 13.349a6.9 6.9 0 0 0-.63-.032c-.49 0-.969.076-1.415.22a4.662 4.662 0 0 1-.517-2.039c.485-.144.995-.239 1.523-.27l1.039 2.12Z"
|
|
42
|
+
fill="url(#100msLogo_svg__f)"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
opacity={0.5}
|
|
46
|
+
d="M3.556 14.608a4.647 4.647 0 0 0-1.026 1.428L1.44 13.815a6.82 6.82 0 0 1 1.391-1.335c.126.737.365 1.46.724 2.128Z"
|
|
47
|
+
fill="url(#100msLogo_svg__g)"
|
|
48
|
+
/>
|
|
49
|
+
<path
|
|
50
|
+
opacity={0.5}
|
|
51
|
+
d="M24.835 13.349c.189-.025.403-.038.63-.032a4.828 4.828 0 0 1 1.428.233 4.54 4.54 0 0 0 .503-2.039 5.907 5.907 0 0 0-.749-.189 6.614 6.614 0 0 0-.774-.094l-1.038 2.12Z"
|
|
52
|
+
fill="url(#100msLogo_svg__h)"
|
|
53
|
+
/>
|
|
54
|
+
<path
|
|
55
|
+
opacity={0.5}
|
|
56
|
+
d="M28.693 14.633c.17.164.365.378.554.648.201.283.34.548.447.774.365-.736.736-1.473 1.101-2.215a7.352 7.352 0 0 0-.623-.699 6.866 6.866 0 0 0-.755-.635 6.51 6.51 0 0 1-.27 1.088 6.55 6.55 0 0 1-.454 1.039Z"
|
|
57
|
+
fill="url(#100msLogo_svg__i)"
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
opacity={0.5}
|
|
61
|
+
d="M7.351 22.651a3.928 3.928 0 0 1-.629.032 4.479 4.479 0 0 1-1.385-.233 4.539 4.539 0 0 0-.51 2.045 7.375 7.375 0 0 0 1.486.277l1.038-2.12Z"
|
|
62
|
+
fill="url(#100msLogo_svg__j)"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
opacity={0.5}
|
|
66
|
+
d="M3.53 21.367a5.31 5.31 0 0 1-.56-.654 4.276 4.276 0 0 1-.453-.793l-1.101 2.215c.164.214.365.453.61.699.277.27.548.49.787.654a6.35 6.35 0 0 1 .29-1.145c.125-.384.283-.711.428-.976Z"
|
|
67
|
+
fill="url(#100msLogo_svg__k)"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
opacity={0.5}
|
|
71
|
+
d="M24.835 22.65c.189.026.403.038.63.032a5.129 5.129 0 0 0 1.39-.214c.126.246.27.573.371.976.107.415.133.78.133 1.057a6.904 6.904 0 0 1-.712.176c-.283.05-.547.082-.774.095l-1.038-2.121Z"
|
|
72
|
+
fill="url(#100msLogo_svg__l)"
|
|
73
|
+
/>
|
|
74
|
+
<path
|
|
75
|
+
opacity={0.5}
|
|
76
|
+
d="M28.668 21.393a4.707 4.707 0 0 0 1.02-1.41c.365.73.736 1.466 1.1 2.196-.169.214-.377.453-.622.699a6.5 6.5 0 0 1-.774.648 6.545 6.545 0 0 0-.258-1.057 6.866 6.866 0 0 0-.466-1.076Z"
|
|
77
|
+
fill="url(#100msLogo_svg__m)"
|
|
78
|
+
/>
|
|
79
|
+
<path
|
|
80
|
+
d="M42.753 25.51h3.323V14.5l.055-2.197-.055-.055-1.895 1.18-2.141 1.29-.385-3.13 5.986-3.953h2.224V25.51h3.24v2.745H42.753V25.51ZM71.022 18.014c0 1.867-.147 3.469-.44 4.805-.293 1.336-.75 2.434-1.373 3.295a5.42 5.42 0 0 1-2.334 1.867c-.933.384-2.059.576-3.377.576-1.336 0-2.48-.192-3.432-.576a5.452 5.452 0 0 1-2.306-1.867c-.604-.86-1.053-1.959-1.346-3.295-.274-1.336-.412-2.938-.412-4.805 0-1.94.138-3.579.412-4.915.293-1.355.742-2.453 1.346-3.295a5.05 5.05 0 0 1 2.334-1.812c.951-.385 2.095-.577 3.432-.577 1.318 0 2.443.192 3.377.577a5.05 5.05 0 0 1 2.334 1.812c.604.842 1.052 1.94 1.345 3.295.293 1.336.44 2.974.44 4.915Zm-3.625-.055c0-1.501-.082-2.718-.247-3.652-.146-.952-.375-1.684-.686-2.197-.312-.53-.714-.887-1.209-1.07-.494-.202-1.07-.302-1.73-.302-.677 0-1.262.1-1.757.302-.494.183-.906.54-1.235 1.07-.311.531-.55 1.273-.714 2.225-.147.933-.22 2.15-.22 3.651 0 1.538.074 2.783.22 3.735.165.951.403 1.693.714 2.224.33.53.741.887 1.235 1.07.495.183 1.08.275 1.758.275.659 0 1.235-.092 1.73-.275.494-.201.896-.567 1.208-1.098.31-.53.54-1.272.686-2.224.165-.97.247-2.215.247-3.734ZM87.62 18.014c0 1.867-.146 3.469-.44 4.805-.292 1.336-.75 2.434-1.372 3.295a5.42 5.42 0 0 1-2.334 1.867c-.933.384-2.06.576-3.377.576-1.336 0-2.48-.192-3.432-.576a5.45 5.45 0 0 1-2.307-1.867c-.604-.86-1.052-1.959-1.345-3.295-.275-1.336-.412-2.938-.412-4.805 0-1.94.137-3.579.412-4.915.293-1.355.741-2.453 1.345-3.295a5.05 5.05 0 0 1 2.334-1.812c.952-.385 2.096-.577 3.432-.577 1.318 0 2.444.192 3.378.577a5.05 5.05 0 0 1 2.334 1.812c.603.842 1.052 1.94 1.345 3.295.293 1.336.44 2.974.44 4.915Zm-3.624-.055c0-1.501-.082-2.718-.247-3.652-.147-.952-.375-1.684-.687-2.197-.31-.53-.714-.887-1.208-1.07-.494-.202-1.07-.302-1.73-.302-.677 0-1.263.1-1.757.302-.494.183-.906.54-1.236 1.07-.31.531-.549 1.273-.713 2.225-.147.933-.22 2.15-.22 3.651 0 1.538.073 2.783.22 3.735.164.951.402 1.693.713 2.224.33.53.742.887 1.236 1.07.494.183 1.08.275 1.757.275.66 0 1.236-.092 1.73-.275.494-.201.897-.567 1.208-1.098.312-.53.54-1.272.687-2.224.165-.97.247-2.215.247-3.734ZM108.255 28.255V17.52c0-.989-.256-1.712-.769-2.17-.512-.476-1.226-.713-2.141-.713-.806 0-1.474.22-2.005.659-.531.439-.796 1.116-.796 2.031v10.928h-3.487V17.327c0-.988-.266-1.684-.796-2.086-.513-.421-1.181-.632-2.005-.632-.585 0-1.153.137-1.702.412-.53.274-.943.64-1.236 1.098v12.136h-3.487V11.808l2.499-.164.604 1.647a5.914 5.914 0 0 1 1.95-1.345 5.558 5.558 0 0 1 2.306-.495c2.105 0 3.578.788 4.42 2.362.531-.824 1.19-1.419 1.977-1.785.806-.384 1.703-.577 2.691-.577.806 0 1.538.129 2.197.385a4.244 4.244 0 0 1 1.73 1.126c.494.494.869 1.116 1.125 1.867.275.75.412 1.629.412 2.636v10.79h-3.487ZM124.965 23.23c0 .806-.119 1.538-.357 2.197a4.41 4.41 0 0 1-1.098 1.703c-.494.457-1.126.814-1.894 1.07-.769.257-1.684.385-2.746.385-.989 0-1.922-.1-2.801-.302a7.998 7.998 0 0 1-2.334-.934l.412-2.965c.641.42 1.401.741 2.279.96.879.22 1.693.33 2.444.33 1.007 0 1.73-.201 2.169-.604.458-.402.686-.906.686-1.51 0-.53-.201-.943-.604-1.235-.384-.293-.878-.55-1.482-.77-.604-.219-1.254-.43-1.95-.63a10.062 10.062 0 0 1-1.922-.852 4.892 4.892 0 0 1-1.51-1.428c-.384-.585-.577-1.354-.577-2.306 0-1.446.504-2.618 1.511-3.515 1.006-.915 2.517-1.373 4.53-1.373 1.648 0 3.176.312 4.585.934l-.302 2.91a9.733 9.733 0 0 0-2.224-.631 11.353 11.353 0 0 0-2.114-.22c-.824 0-1.473.156-1.949.467-.458.311-.687.741-.687 1.29 0 .495.192.88.577 1.154.403.256.897.485 1.483.686.585.202 1.217.412 1.894.632a7.583 7.583 0 0 1 1.922.85 4.422 4.422 0 0 1 1.455 1.401c.403.586.604 1.355.604 2.307Z"
|
|
81
|
+
fill="currentColor"
|
|
82
|
+
fillOpacity={0.95}
|
|
83
|
+
/>
|
|
84
|
+
<defs>
|
|
85
|
+
<linearGradient
|
|
86
|
+
id="100msLogo_svg__b"
|
|
87
|
+
x1={16.111}
|
|
88
|
+
y1={1.888}
|
|
89
|
+
x2={16.111}
|
|
90
|
+
y2={34.106}
|
|
91
|
+
gradientUnits="userSpaceOnUse"
|
|
92
|
+
>
|
|
93
|
+
<stop stopColor="#2475F5" stopOpacity={0.25} />
|
|
94
|
+
<stop offset={0.5} stopColor="#2475F5" stopOpacity={0.2} />
|
|
95
|
+
<stop offset={1} stopColor="#2475F5" stopOpacity={0.25} />
|
|
96
|
+
</linearGradient>
|
|
97
|
+
<linearGradient
|
|
98
|
+
id="100msLogo_svg__d"
|
|
99
|
+
x1={14.382}
|
|
100
|
+
y1={19.883}
|
|
101
|
+
x2={16.311}
|
|
102
|
+
y2={17.892}
|
|
103
|
+
gradientUnits="userSpaceOnUse"
|
|
104
|
+
>
|
|
105
|
+
<stop stopOpacity={0} />
|
|
106
|
+
<stop offset={1} />
|
|
107
|
+
</linearGradient>
|
|
108
|
+
<linearGradient
|
|
109
|
+
id="100msLogo_svg__e"
|
|
110
|
+
x1={17.889}
|
|
111
|
+
y1={16.065}
|
|
112
|
+
x2={15.937}
|
|
113
|
+
y2={18.088}
|
|
114
|
+
gradientUnits="userSpaceOnUse"
|
|
115
|
+
>
|
|
116
|
+
<stop stopOpacity={0} />
|
|
117
|
+
<stop offset={1} />
|
|
118
|
+
</linearGradient>
|
|
119
|
+
<linearGradient id="100msLogo_svg__f" x1={3.67} y1={12.938} x2={6.174} y2={12.402} gradientUnits="userSpaceOnUse">
|
|
120
|
+
<stop offset={0.136} />
|
|
121
|
+
<stop offset={1} stopOpacity={0} />
|
|
122
|
+
</linearGradient>
|
|
123
|
+
<linearGradient
|
|
124
|
+
id="100msLogo_svg__g"
|
|
125
|
+
x1={3.823}
|
|
126
|
+
y1={13.057}
|
|
127
|
+
x2={2.332}
|
|
128
|
+
y2={14.552}
|
|
129
|
+
gradientUnits="userSpaceOnUse"
|
|
130
|
+
>
|
|
131
|
+
<stop stopOpacity={0.7} />
|
|
132
|
+
<stop offset={1} stopOpacity={0} />
|
|
133
|
+
</linearGradient>
|
|
134
|
+
<linearGradient
|
|
135
|
+
id="100msLogo_svg__h"
|
|
136
|
+
x1={28.598}
|
|
137
|
+
y1={12.943}
|
|
138
|
+
x2={26.081}
|
|
139
|
+
y2={12.404}
|
|
140
|
+
gradientUnits="userSpaceOnUse"
|
|
141
|
+
>
|
|
142
|
+
<stop offset={0.136} />
|
|
143
|
+
<stop offset={1} stopOpacity={0} />
|
|
144
|
+
</linearGradient>
|
|
145
|
+
<linearGradient
|
|
146
|
+
id="100msLogo_svg__i"
|
|
147
|
+
x1={28.427}
|
|
148
|
+
y1={13.085}
|
|
149
|
+
x2={29.906}
|
|
150
|
+
y2={14.568}
|
|
151
|
+
gradientUnits="userSpaceOnUse"
|
|
152
|
+
>
|
|
153
|
+
<stop stopOpacity={0.7} />
|
|
154
|
+
<stop offset={1} stopOpacity={0} />
|
|
155
|
+
</linearGradient>
|
|
156
|
+
<linearGradient
|
|
157
|
+
id="100msLogo_svg__j"
|
|
158
|
+
x1={3.649}
|
|
159
|
+
y1={23.063}
|
|
160
|
+
x2={6.125}
|
|
161
|
+
y2={23.593}
|
|
162
|
+
gradientUnits="userSpaceOnUse"
|
|
163
|
+
>
|
|
164
|
+
<stop offset={0.136} />
|
|
165
|
+
<stop offset={1} stopOpacity={0} />
|
|
166
|
+
</linearGradient>
|
|
167
|
+
<linearGradient id="100msLogo_svg__k" x1={3.8} y1={22.91} x2={2.308} y2={21.414} gradientUnits="userSpaceOnUse">
|
|
168
|
+
<stop stopOpacity={0.7} />
|
|
169
|
+
<stop offset={1} stopOpacity={0} />
|
|
170
|
+
</linearGradient>
|
|
171
|
+
<linearGradient
|
|
172
|
+
id="100msLogo_svg__l"
|
|
173
|
+
x1={28.541}
|
|
174
|
+
y1={23.068}
|
|
175
|
+
x2={26.064}
|
|
176
|
+
y2={23.597}
|
|
177
|
+
gradientUnits="userSpaceOnUse"
|
|
178
|
+
>
|
|
179
|
+
<stop offset={0.136} />
|
|
180
|
+
<stop offset={1} stopOpacity={0} />
|
|
181
|
+
</linearGradient>
|
|
182
|
+
<linearGradient
|
|
183
|
+
id="100msLogo_svg__m"
|
|
184
|
+
x1={28.408}
|
|
185
|
+
y1={22.946}
|
|
186
|
+
x2={29.892}
|
|
187
|
+
y2={21.459}
|
|
188
|
+
gradientUnits="userSpaceOnUse"
|
|
189
|
+
>
|
|
190
|
+
<stop stopOpacity={0.7} />
|
|
191
|
+
<stop offset={1} stopOpacity={0} />
|
|
192
|
+
</linearGradient>
|
|
193
|
+
<radialGradient
|
|
194
|
+
id="100msLogo_svg__c"
|
|
195
|
+
cx={0}
|
|
196
|
+
cy={0}
|
|
197
|
+
r={1}
|
|
198
|
+
gradientUnits="userSpaceOnUse"
|
|
199
|
+
gradientTransform="rotate(136.716 4.429 11.777) scale(15.8245 15.8599)"
|
|
200
|
+
>
|
|
201
|
+
<stop stopColor="#2475F5" stopOpacity={0.3} />
|
|
202
|
+
<stop offset={0.613} stopColor="#2475F5" stopOpacity={0.45} />
|
|
203
|
+
</radialGradient>
|
|
204
|
+
<pattern id="100msLogo_svg__a" patternContentUnits="objectBoundingBox" width={1} height={1}>
|
|
205
|
+
<use xlinkHref="#100msLogo_svg__n" />
|
|
206
|
+
</pattern>
|
|
207
|
+
<image
|
|
208
|
+
id="100msLogo_svg__n"
|
|
209
|
+
xlinkHref="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARQAAAI8CAYAAAAwZ1S/AAAACXBIWXMAAAsSAAALEgHS3X78AAAA"
|
|
210
|
+
/>
|
|
211
|
+
</defs>
|
|
212
|
+
</svg>
|
|
213
|
+
);
|
|
214
|
+
|
|
215
|
+
export default Svg100MsLogo;
|
package/src/ChevronRightIcon.tsx
CHANGED
|
@@ -4,7 +4,9 @@ import { SVGProps } from 'react';
|
|
|
4
4
|
const SvgChevronRightIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
5
5
|
<svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
6
|
<path
|
|
7
|
-
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
clipRule="evenodd"
|
|
9
|
+
d="M8.293 5.293a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414-1.414L13.586 12 8.293 6.707a1 1 0 0 1 0-1.414Z"
|
|
8
10
|
fill="currentColor"
|
|
9
11
|
/>
|
|
10
12
|
</svg>
|
package/src/CodeIcon.tsx
CHANGED
|
@@ -4,7 +4,9 @@ import { SVGProps } from 'react';
|
|
|
4
4
|
const SvgCodeIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
5
5
|
<svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
6
|
<path
|
|
7
|
-
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
clipRule="evenodd"
|
|
9
|
+
d="M14.826 6.062a.818.818 0 1 0-1.562-.488l-4.09 13.091a.818.818 0 1 0 1.562.488l4.09-13.09ZM7.67 8.512c.32.32.32.838 0 1.158l-2.694 2.694 2.694 2.694a.818.818 0 0 1-1.157 1.157L3.24 12.942a.818.818 0 0 1 0-1.157l3.272-3.272a.818.818 0 0 1 1.157 0Zm8.662 0a.818.818 0 0 1 1.157 0l3.272 3.273c.32.32.32.838 0 1.157l-3.272 3.273a.818.818 0 0 1-1.157-1.157l2.694-2.694L16.33 9.67a.818.818 0 0 1 0-1.157Z"
|
|
8
10
|
fill="currentColor"
|
|
9
11
|
/>
|
|
10
12
|
</svg>
|
package/src/ComputerIcon.tsx
CHANGED
|
@@ -6,7 +6,7 @@ const SvgComputerIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
|
6
6
|
<path
|
|
7
7
|
fillRule="evenodd"
|
|
8
8
|
clipRule="evenodd"
|
|
9
|
-
d="
|
|
9
|
+
d="M5.455 5.636a.818.818 0 0 0-.819.819v8.181c0 .452.367.819.819.819h13.09a.818.818 0 0 0 .819-.819V6.455a.818.818 0 0 0-.819-.819H5.456ZM3 6.455A2.455 2.455 0 0 1 5.455 4h13.09A2.455 2.455 0 0 1 21 6.455v8.181a2.454 2.454 0 0 1-2.454 2.455h-5.728v1.636h2.455a.818.818 0 1 1 0 1.637H8.727a.818.818 0 1 1 0-1.637h2.455v-1.636H5.455A2.455 2.455 0 0 1 3 14.636V6.455Z"
|
|
10
10
|
fill="currentColor"
|
|
11
11
|
/>
|
|
12
12
|
</svg>
|
package/src/DiscordIcon.tsx
CHANGED
|
@@ -2,9 +2,11 @@ import * as React from 'react';
|
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgDiscordIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg width="24px" height="24px" viewBox="0 0
|
|
5
|
+
<svg width="24px" height="24px" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
6
|
<path
|
|
7
|
-
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
clipRule="evenodd"
|
|
9
|
+
d="M9 18A9 9 0 1 0 9 0a9 9 0 0 0 0 18Zm1.693-13.75a9.897 9.897 0 0 1 2.48.764c1.359 1.983 2.033 4.227 1.772 6.81a10.05 10.05 0 0 1-3.04 1.522 7.4 7.4 0 0 1-.648-1.049 6.368 6.368 0 0 0 1.025-.491 3.748 3.748 0 0 1-.172-.133l-.077-.061c-1.952.904-4.094.904-6.07 0a3.885 3.885 0 0 1-.25.194c.328.194.668.358 1.026.491-.188.37-.407.722-.65 1.05a10.106 10.106 0 0 1-3.038-1.523c-.212-2.231.212-4.493 1.783-6.81a9.757 9.757 0 0 1 2.48-.764c.104.188.231.443.316.643a9.48 9.48 0 0 1 2.748 0c.085-.2.206-.455.315-.643ZM5.932 9.247c0 .66.485 1.2 1.08 1.2.6 0 1.079-.539 1.079-1.2.012-.661-.48-1.2-1.08-1.2-.606 0-1.079.539-1.079 1.2Zm3.984 0c0 .66.486 1.2 1.08 1.2.607 0 1.08-.539 1.08-1.2.012-.661-.48-1.2-1.08-1.2-.606 0-1.08.539-1.08 1.2Z"
|
|
8
10
|
fill="currentColor"
|
|
9
11
|
/>
|
|
10
12
|
</svg>
|
package/src/PhoneIcon.tsx
CHANGED
|
@@ -2,11 +2,11 @@ import * as React from 'react';
|
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgPhoneIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg width="24px" height="24px" viewBox="0 0
|
|
5
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
6
|
<path
|
|
7
7
|
fillRule="evenodd"
|
|
8
8
|
clipRule="evenodd"
|
|
9
|
-
d="
|
|
9
|
+
d="M6.636 5.455c0-.452.367-.819.819-.819h8.181c.452 0 .819.367.819.819v13.09a.818.818 0 0 1-.819.819H7.455a.818.818 0 0 1-.819-.819V5.456ZM7.455 3A2.455 2.455 0 0 0 5 5.455v13.09A2.455 2.455 0 0 0 7.455 21h8.181a2.454 2.454 0 0 0 2.455-2.454V5.455A2.455 2.455 0 0 0 15.636 3H7.455Zm4.09 13.09a.818.818 0 1 0 0 1.637h.009a.818.818 0 0 0 0-1.636h-.008Z"
|
|
10
10
|
fill="currentColor"
|
|
11
11
|
/>
|
|
12
12
|
</svg>
|
package/src/RestApiIcon.tsx
CHANGED
|
@@ -2,18 +2,18 @@ import * as React from 'react';
|
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgRestApiIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg width="24px" height="24px" viewBox="0 0
|
|
5
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
6
|
<path
|
|
7
|
-
d="
|
|
7
|
+
d="M9.637 20.24c.335.336.744.567 1.188.68l.634-1.647a.89.89 0 0 1-.613-.25.855.855 0 0 1-.25-.614v-.164c0-.458-.122-.898-.346-1.296a2.589 2.589 0 0 0-.942-.94l-.371-.217a2.62 2.62 0 0 0-1.295-.345c-.458 0-.907.12-1.261.337l-.156.086a.862.862 0 0 1-1.183-.32l-.19-.328a.87.87 0 0 1 .328-1.191l.112-.07a2.51 2.51 0 0 0 .95-.95c.234-.397.346-.846.346-1.295v-.45c0-.448-.13-.889-.354-1.286a2.472 2.472 0 0 0-.898-.915l-.173-.113a.845.845 0 0 1-.406-.518.91.91 0 0 1 .086-.656l.199-.328a.825.825 0 0 1 .518-.398.875.875 0 0 1 .682.095l.104.052c.777.458 1.796.458 2.591 0l.371-.207c.398-.233.726-.562.95-.95a2.62 2.62 0 0 0 .346-1.296v-.155c0-.225.095-.45.25-.613a.908.908 0 0 1 .614-.25h.38c.224 0 .449.094.613.25.155.164.25.388.25.613v.164c0 .45.121.898.346 1.295.224.39.552.717.94.942l.372.216c.786.457 1.831.449 2.565.017l.156-.086a.875.875 0 0 1 1.183.31l.19.329c.112.198.147.44.086.656a.878.878 0 0 1-.406.527l-.12.069a2.508 2.508 0 0 0-.95.95 2.62 2.62 0 0 0-.346 1.295v.432c0 .45.12.898.346 1.296.224.397.552.725.975.967l.104.052c.199.112.345.31.406.527a.9.9 0 0 1-.084.645h1.807c.059-.357.042-.727-.056-1.086a2.63 2.63 0 0 0-1.235-1.589l-.104-.052a.872.872 0 0 1-.32-.32.98.98 0 0 1-.112-.44v-.432a.771.771 0 0 1 .113-.431.898.898 0 0 1 .328-.32l.13-.086a2.589 2.589 0 0 0 1.2-1.572 2.553 2.553 0 0 0-.26-1.96l-.19-.329a2.59 2.59 0 0 0-1.571-1.2 2.567 2.567 0 0 0-1.943.242l-.156.086a.902.902 0 0 1-.863 0l-.372-.216a.79.79 0 0 1-.32-.31.945.945 0 0 1-.112-.433v-.155c0-.691-.267-1.339-.76-1.831a2.567 2.567 0 0 0-1.83-.76h-.38c-.691 0-1.348.268-1.831.76a2.567 2.567 0 0 0-.76 1.83v.156a.945.945 0 0 1-.113.432.943.943 0 0 1-.32.32l-.37.207c-.268.155-.58.173-.899-.009l-.103-.051a2.553 2.553 0 0 0-1.96-.26 2.59 2.59 0 0 0-1.573 1.2l-.19.33a2.592 2.592 0 0 0-.259 1.96 2.557 2.557 0 0 0 1.166 1.554l.173.112c.13.07.242.182.302.303.07.13.112.276.112.423v.449a.849.849 0 0 1-.112.432.856.856 0 0 1-.328.328l-.112.069a2.59 2.59 0 0 0-1.2 1.572 2.574 2.574 0 0 0 .258 1.969l.199.32a2.602 2.602 0 0 0 1.572 1.209 2.545 2.545 0 0 0 1.934-.242l.156-.087a.901.901 0 0 1 .863 0l.372.216c.138.078.242.19.32.32.068.13.112.285.112.432v.155c0 .691.267 1.339.76 1.831Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
/>
|
|
10
10
|
<path
|
|
11
11
|
fillRule="evenodd"
|
|
12
12
|
clipRule="evenodd"
|
|
13
|
-
d="
|
|
13
|
+
d="M8.203 11.5a3.454 3.454 0 1 0 6.91 0 3.454 3.454 0 0 0-3.455-3.455A3.454 3.454 0 0 0 8.203 11.5Zm1.727 0c0-.95.777-1.727 1.728-1.727.95 0 1.727.777 1.727 1.727 0 .95-.777 1.727-1.727 1.727-.95 0-1.728-.777-1.728-1.727ZM15.295 21l-.279-1.07H13.84L13.567 21h-.75l1.114-4.222h1.034L16.085 21h-.79Zm-.841-3.442h-.046l-.438 1.724h.921l-.437-1.724ZM16.378 21v-4.222h1.506c.387 0 .683.117.887.35.205.235.307.553.307.956 0 .404-.102.722-.307.956-.204.234-.5.351-.887.351h-.761V21h-.745Zm.745-2.256h.608c.2 0 .345-.043.432-.127.087-.089.13-.228.13-.418v-.23c0-.19-.043-.326-.13-.41-.087-.09-.231-.134-.432-.134h-.608v1.319Z"
|
|
14
14
|
fill="currentColor"
|
|
15
15
|
/>
|
|
16
|
-
<path d="
|
|
16
|
+
<path d="M19.467 21h.739v-4.222h-.74V21Z" fill="currentColor" />
|
|
17
17
|
</svg>
|
|
18
18
|
);
|
|
19
19
|
|
package/src/RocketIcon.tsx
CHANGED
|
@@ -2,9 +2,9 @@ import * as React from 'react';
|
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgRocketIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg width="24px" height="24px" viewBox="0 0
|
|
5
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
6
|
<path
|
|
7
|
-
d="
|
|
7
|
+
d="m12.282 15.333-2.615-2.615m2.615 2.615a19.476 19.476 0 0 0 3.487-1.743m-3.487 1.743v4.36s2.642-.48 3.487-1.744c.942-1.413 0-4.36 0-4.36m-6.102-.87a19.178 19.178 0 0 1 1.743-3.444A11.228 11.228 0 0 1 21 4c0 2.371-.68 6.539-5.23 9.59m-6.103-.872h-4.36s.48-2.642 1.744-3.487c1.413-.942 4.36 0 4.36 0m-5.667 7.41C4.436 17.74 4 21 4 21s3.26-.436 4.359-1.744c.619-.732.61-1.857-.079-2.537a1.9 1.9 0 0 0-2.536-.078Z"
|
|
8
8
|
stroke="currentColor"
|
|
9
9
|
strokeWidth={1.5}
|
|
10
10
|
strokeLinecap="round"
|
package/src/ServerIcon.tsx
CHANGED
|
@@ -2,22 +2,22 @@ import * as React from 'react';
|
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgServerIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg width="24px" height="24px" viewBox="0 0
|
|
5
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
6
|
<path
|
|
7
|
-
d="
|
|
7
|
+
d="M6.91 7.637c0-.402.325-.728.726-.728h.008a.727.727 0 0 1 0 1.455h-.008a.727.727 0 0 1-.727-.727Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
/>
|
|
10
10
|
<path
|
|
11
11
|
fillRule="evenodd"
|
|
12
12
|
clipRule="evenodd"
|
|
13
|
-
d="
|
|
13
|
+
d="M6.182 4A2.182 2.182 0 0 0 4 6.182V9.09c0 1.205.977 2.182 2.182 2.182h11.636A2.182 2.182 0 0 0 20 9.09V6.18A2.182 2.182 0 0 0 17.818 4H6.182Zm-.727 2.182c0-.402.325-.727.727-.727h11.636c.402 0 .727.325.727.727V9.09a.727.727 0 0 1-.727.727H6.182a.727.727 0 0 1-.727-.727V6.18Z"
|
|
14
14
|
fill="currentColor"
|
|
15
15
|
/>
|
|
16
|
-
<path d="
|
|
16
|
+
<path d="M7.636 15.636a.727.727 0 1 0 0 1.455h.008a.727.727 0 0 0 0-1.455h-.008Z" fill="currentColor" />
|
|
17
17
|
<path
|
|
18
18
|
fillRule="evenodd"
|
|
19
19
|
clipRule="evenodd"
|
|
20
|
-
d="
|
|
20
|
+
d="M6.182 12.727A2.182 2.182 0 0 0 4 14.91v2.91C4 19.022 4.977 20 6.182 20h11.636A2.182 2.182 0 0 0 20 17.818V14.91a2.182 2.182 0 0 0-2.182-2.182H6.182Zm-.727 2.182c0-.401.325-.727.727-.727h11.636c.402 0 .727.326.727.727v2.91a.727.727 0 0 1-.727.727H6.182a.727.727 0 0 1-.727-.728V14.91Z"
|
|
21
21
|
fill="currentColor"
|
|
22
22
|
/>
|
|
23
23
|
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTwitterIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg width="24px" height="24px" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
|
+
<path
|
|
7
|
+
d="M9 0a9.001 9.001 0 0 0 0 18A9.001 9.001 0 0 0 9 0Zm4.11 7.017c.003.089.005.178.005.267 0 2.73-2.078 5.878-5.877 5.878a5.847 5.847 0 0 1-3.167-.928 4.144 4.144 0 0 0 3.058-.856A2.068 2.068 0 0 1 5.2 9.943a2.056 2.056 0 0 0 .934-.035 2.066 2.066 0 0 1-1.657-2.051c.278.154.597.247.935.258a2.064 2.064 0 0 1-.64-2.758A5.865 5.865 0 0 0 9.03 7.515a2.066 2.066 0 0 1 3.52-1.884c.47-.092.913-.264 1.312-.5a2.074 2.074 0 0 1-.909 1.142 4.12 4.12 0 0 0 1.187-.326 4.2 4.2 0 0 1-1.03 1.07Z"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
export default SvgTwitterIcon;
|
package/src/WebhookIcon.tsx
CHANGED
|
@@ -2,10 +2,10 @@ import * as React from 'react';
|
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgWebhookIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg width="24px" height="24px" viewBox="0 0
|
|
5
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
6
|
<path
|
|
7
|
-
d="
|
|
8
|
-
fill="
|
|
7
|
+
d="M17.6 17.628a.895.895 0 1 0 0-1.79v1.79Zm-7.2.72-.783-.432-.006.012.79.42ZM4 16.752l-.895-.013v.013H4Zm1.246-1.23a.895.895 0 0 0-1.523-.94l1.523.94Zm1.367.803a.895.895 0 0 0 1.574.853l-1.574-.852Zm3.447-4.486-.785-.43-.001.004.787.426Zm-.425-2.635-.758.474.01.014.748-.488Zm5.075-3.018a.895.895 0 0 0 1.564-.867l-1.565.867Zm-1.425.787a.895.895 0 0 0-1.57.857l1.57-.857Zm1.876 5.3-.786.428.786-.429ZM17.6 13.35v-.895.895Zm0 5.905a.895.895 0 0 0 0 1.79v-1.79Zm0-3.417h-5.092v1.79H17.6v-1.79Zm-5.092 0c-1.464 0-2.415 1.215-2.89 2.077l1.566.865c.425-.77.919-1.153 1.325-1.153v-1.79Zm-2.897 2.089a2.505 2.505 0 0 1-1.193 1.11l.726 1.636a4.294 4.294 0 0 0 2.046-1.905l-1.579-.841Zm-1.193 1.11a2.505 2.505 0 0 1-1.625.142l-.433 1.736c.929.232 1.91.147 2.784-.242l-.726-1.635Zm-1.625.142a2.505 2.505 0 0 1-1.367-.888l-1.41 1.102a4.295 4.295 0 0 0 2.344 1.522l.433-1.736Zm-1.367-.888a2.505 2.505 0 0 1-.531-1.542h-1.79c0 .959.321 1.889.91 2.644l1.41-1.102Zm-.531-1.529c.006-.445.127-.88.351-1.243l-1.523-.939a4.234 4.234 0 0 0-.618 2.157l1.79.025Zm3.292.414 2.66-4.913-1.573-.852-2.66 4.912 1.573.853Zm2.659-4.91c.356-.653.367-1.35.237-1.952-.129-.596-.404-1.15-.698-1.601l-1.499.977c.216.331.379.682.448 1.002.067.314.035.544-.059.716l1.57.857Zm-.452-3.539a2.506 2.506 0 0 1-.35-.93l-1.766.284c.091.566.295 1.109.599 1.595l1.517-.949Zm-.35-.93c-.052-.33-.039-.668.04-.993L8.348 6.38a4.295 4.295 0 0 0-.069 1.702l1.767-.284Zm.04-.993c.08-.325.224-.63.423-.9L9.071 4.84c-.342.46-.588.984-.724 1.541l1.738.425Zm.423-.9c.2-.268.451-.494.74-.663L10.337 3.7a4.295 4.295 0 0 0-1.267 1.139l1.436 1.067Zm.74-.663c.288-.17.607-.28.939-.325l-.238-1.774a4.295 4.295 0 0 0-1.61.557l.908 1.542Zm.939-.325c.331-.045.668-.022.991.066l.47-1.727a4.295 4.295 0 0 0-1.7-.113l.239 1.774Zm.991.066c.323.088.625.24.888.446l1.105-1.408a4.295 4.295 0 0 0-1.522-.765l-.47 1.727Zm.888.446c.263.207.482.464.645.756l1.564-.867A4.296 4.296 0 0 0 15.17 4.02L14.065 5.43Zm-2.35 2.4 2.66 4.871 1.57-.858-2.66-4.87-1.57.857Zm2.66 4.871c.704 1.288 2.232 1.545 3.225 1.545v-1.79c-.877 0-1.457-.252-1.654-.613l-1.57.858Zm3.225 1.545c.665 0 1.302.264 1.771.734l1.266-1.265a4.295 4.295 0 0 0-3.037-1.258v1.79Zm1.771.734c.47.47.734 1.107.734 1.772h1.79c0-1.14-.453-2.232-1.258-3.037l-1.265 1.265Zm.734 1.772c0 .664-.264 1.301-.733 1.771l1.265 1.265a4.295 4.295 0 0 0 1.258-3.036h-1.79Zm-.733 1.771c-.47.47-1.107.734-1.772.734v1.79a4.295 4.295 0 0 0 3.037-1.259l-1.265-1.265Z"
|
|
8
|
+
fill="currentColor"
|
|
9
9
|
fillOpacity={0.95}
|
|
10
10
|
/>
|
|
11
11
|
</svg>
|
package/src/index.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as Svg100MsLogo } from './100MsLogo';
|
|
1
2
|
export { default as ActivityIcon } from './ActivityIcon';
|
|
2
3
|
export { default as AddCircleIcon } from './AddCircleIcon';
|
|
3
4
|
export { default as AddIcon } from './AddIcon';
|
|
@@ -214,6 +215,7 @@ export { default as ThumbsDownIcon } from './ThumbsDownIcon';
|
|
|
214
215
|
export { default as ThumbsUpIcon } from './ThumbsUpIcon';
|
|
215
216
|
export { default as TranscriptIcon } from './TranscriptIcon';
|
|
216
217
|
export { default as TrashIcon } from './TrashIcon';
|
|
218
|
+
export { default as TwitterIcon } from './TwitterIcon';
|
|
217
219
|
export { default as UploadIcon } from './UploadIcon';
|
|
218
220
|
export { default as VerifiedIcon } from './VerifiedIcon';
|
|
219
221
|
export { default as VerticalMenuIcon } from './VerticalMenuIcon';
|