@ultraviolet/icons 3.0.1 → 3.1.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/dist/components/Icon/__generatedIcons__/LeafIcon.cjs +14 -0
- package/dist/components/Icon/__generatedIcons__/LeafIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/LeafIcon.js +14 -0
- package/dist/components/Icon/__generatedIcons__/LeafOutlineIcon.cjs +14 -0
- package/dist/components/Icon/__generatedIcons__/LeafOutlineIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/LeafOutlineIcon.js +14 -0
- package/dist/components/Icon/__generatedIcons__/index.d.ts +2 -0
- package/dist/components/Logo/Icon.cjs +32 -0
- package/dist/components/Logo/Icon.d.ts +17 -0
- package/dist/components/Logo/Icon.js +30 -0
- package/dist/components/Logo/__generatedIcons__/GmailLogo.cjs +20 -0
- package/dist/components/Logo/__generatedIcons__/GmailLogo.d.ts +2 -0
- package/dist/components/Logo/__generatedIcons__/GmailLogo.js +20 -0
- package/dist/components/Logo/__generatedIcons__/GoogleLogo.cjs +19 -0
- package/dist/components/Logo/__generatedIcons__/GoogleLogo.d.ts +2 -0
- package/dist/components/Logo/__generatedIcons__/GoogleLogo.js +19 -0
- package/dist/components/Logo/__generatedIcons__/MicrosoftLogo.cjs +20 -0
- package/dist/components/Logo/__generatedIcons__/MicrosoftLogo.d.ts +2 -0
- package/dist/components/Logo/__generatedIcons__/MicrosoftLogo.js +20 -0
- package/dist/components/Logo/__generatedIcons__/OutlookLogo.cjs +47 -0
- package/dist/components/Logo/__generatedIcons__/OutlookLogo.d.ts +2 -0
- package/dist/components/Logo/__generatedIcons__/OutlookLogo.js +47 -0
- package/dist/components/Logo/__generatedIcons__/index.d.ts +9 -0
- package/dist/components/Logo/index.cjs +10 -0
- package/dist/components/Logo/index.d.ts +1 -0
- package/dist/components/Logo/index.js +10 -0
- package/dist/index.cjs +4 -0
- package/dist/index.js +4 -0
- package/package.json +13 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
4
|
+
const Icon = require("../Icon.cjs");
|
|
5
|
+
const LeafIcon = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12.9409 2C9.04958 2 6.29571 2.86273 4.50572 4.41551C2.69473 5.98649 2.00636 8.1438 2 10.4176L2 10.42C2 10.9095 2.00124 11.7096 2.3054 12.6455C2.47617 12.313 2.66507 11.9902 2.87327 11.6779C3.91725 10.1119 5.41557 8.85601 7.43999 7.95631C7.87258 7.76406 8.37911 7.95889 8.57136 8.39148C8.76361 8.82406 8.56878 9.3306 8.13619 9.52285C6.37912 10.3037 5.14638 11.3587 4.29963 12.6288C3.90631 13.2188 3.58971 13.8651 3.34328 14.5666C3.51621 14.7865 3.71139 15.0074 3.9317 15.2277C4.09244 15.3884 4.31046 15.4787 4.53779 15.4787H7.0705C9.83154 15.4787 12.286 14.746 14.1003 12.931C15.9063 11.1243 16.9526 8.36977 17.1697 4.58689C17.1707 4.57054 17.1711 4.55417 17.1711 4.53779V2.85714C17.1711 2.38375 16.7874 2 16.314 2H12.9409Z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3.34496 14.5688C3.11149 15.3586 2.95283 16.1876 2.85723 17.0481C2.80495 17.5186 3.14398 17.9424 3.61447 17.9947C4.08496 18.047 4.50875 17.7079 4.56102 17.2374C4.62947 16.6213 4.73247 16.0349 4.87286 15.4787L4.53779 15.4787C4.31046 15.4787 4.09244 15.3884 3.9317 15.2277C3.7121 15.0081 3.51747 14.7879 3.34496 14.5688Z" })
|
|
12
|
+
] })
|
|
13
|
+
);
|
|
14
|
+
exports.LeafIcon = LeafIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const LeafIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsx("path", { d: "M12.9409 2C9.04958 2 6.29571 2.86273 4.50572 4.41551C2.69473 5.98649 2.00636 8.1438 2 10.4176L2 10.42C2 10.9095 2.00124 11.7096 2.3054 12.6455C2.47617 12.313 2.66507 11.9902 2.87327 11.6779C3.91725 10.1119 5.41557 8.85601 7.43999 7.95631C7.87258 7.76406 8.37911 7.95889 8.57136 8.39148C8.76361 8.82406 8.56878 9.3306 8.13619 9.52285C6.37912 10.3037 5.14638 11.3587 4.29963 12.6288C3.90631 13.2188 3.58971 13.8651 3.34328 14.5666C3.51621 14.7865 3.71139 15.0074 3.9317 15.2277C4.09244 15.3884 4.31046 15.4787 4.53779 15.4787H7.0705C9.83154 15.4787 12.286 14.746 14.1003 12.931C15.9063 11.1243 16.9526 8.36977 17.1697 4.58689C17.1707 4.57054 17.1711 4.55417 17.1711 4.53779V2.85714C17.1711 2.38375 16.7874 2 16.314 2H12.9409Z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M3.34496 14.5688C3.11149 15.3586 2.95283 16.1876 2.85723 17.0481C2.80495 17.5186 3.14398 17.9424 3.61447 17.9947C4.08496 18.047 4.50875 17.7079 4.56102 17.2374C4.62947 16.6213 4.73247 16.0349 4.87286 15.4787L4.53779 15.4787C4.31046 15.4787 4.09244 15.3884 3.9317 15.2277C3.7121 15.0081 3.51747 14.7879 3.34496 14.5688Z" })
|
|
10
|
+
] })
|
|
11
|
+
);
|
|
12
|
+
export {
|
|
13
|
+
LeafIcon
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
4
|
+
const Icon = require("../Icon.cjs");
|
|
5
|
+
const LeafOutlineIcon = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2707 8.41616C10.4389 8.79467 10.2684 9.23789 9.88988 9.40611C8.08773 10.207 6.8179 11.2919 5.94464 12.6018C5.06765 13.9173 4.56377 15.5004 4.36018 17.3328C4.31444 17.7445 3.94363 18.0412 3.53195 17.9954C3.12027 17.9497 2.82362 17.5789 2.86935 17.1672C3.0922 15.1614 3.65447 13.3329 4.69657 11.7697C5.74241 10.201 7.24463 8.94026 9.2807 8.03538C9.65922 7.86716 10.1024 8.03764 10.2707 8.41616Z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.50195 4.4224C6.28858 2.87254 9.05075 2 12.9851 2H16.4088C16.823 2 17.1588 2.33579 17.1588 2.75V4.45586C17.1588 4.4702 17.1584 4.48453 17.1575 4.49883C16.9382 8.32133 15.882 11.0845 14.077 12.8902C12.2648 14.7031 9.80826 15.441 7.02658 15.441H4.45586C4.25695 15.441 4.06619 15.362 3.92553 15.2213C2.00373 13.2995 2 11.3375 2 10.4263L2 10.4242C2.00639 8.14054 2.69695 5.98819 4.50195 4.4224ZM3.5 10.4274V10.4323C3.49999 11.1889 3.49998 12.5333 4.77684 13.941H7.02658C9.54839 13.941 11.5697 13.2767 13.0161 11.8297C14.4669 10.3783 15.4491 8.03035 15.6588 4.43418V3.5H12.9851C9.24316 3.5 6.89373 4.33332 5.48487 5.55548C4.09461 6.76149 3.50574 8.44692 3.5 10.4274Z" })
|
|
12
|
+
] })
|
|
13
|
+
);
|
|
14
|
+
exports.LeafOutlineIcon = LeafOutlineIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const LeafOutlineIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2707 8.41616C10.4389 8.79467 10.2684 9.23789 9.88988 9.40611C8.08773 10.207 6.8179 11.2919 5.94464 12.6018C5.06765 13.9173 4.56377 15.5004 4.36018 17.3328C4.31444 17.7445 3.94363 18.0412 3.53195 17.9954C3.12027 17.9497 2.82362 17.5789 2.86935 17.1672C3.0922 15.1614 3.65447 13.3329 4.69657 11.7697C5.74241 10.201 7.24463 8.94026 9.2807 8.03538C9.65922 7.86716 10.1024 8.03764 10.2707 8.41616Z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.50195 4.4224C6.28858 2.87254 9.05075 2 12.9851 2H16.4088C16.823 2 17.1588 2.33579 17.1588 2.75V4.45586C17.1588 4.4702 17.1584 4.48453 17.1575 4.49883C16.9382 8.32133 15.882 11.0845 14.077 12.8902C12.2648 14.7031 9.80826 15.441 7.02658 15.441H4.45586C4.25695 15.441 4.06619 15.362 3.92553 15.2213C2.00373 13.2995 2 11.3375 2 10.4263L2 10.4242C2.00639 8.14054 2.69695 5.98819 4.50195 4.4224ZM3.5 10.4274V10.4323C3.49999 11.1889 3.49998 12.5333 4.77684 13.941H7.02658C9.54839 13.941 11.5697 13.2767 13.0161 11.8297C14.4669 10.3783 15.4491 8.03035 15.6588 4.43418V3.5H12.9851C9.24316 3.5 6.89373 4.33332 5.48487 5.55548C4.09461 6.76149 3.50574 8.44692 3.5 10.4274Z" })
|
|
10
|
+
] })
|
|
11
|
+
);
|
|
12
|
+
export {
|
|
13
|
+
LeafOutlineIcon
|
|
14
|
+
};
|
|
@@ -89,6 +89,7 @@ export { FolderOutlineIcon } from './FolderOutlineIcon';
|
|
|
89
89
|
export { HelpCircleOutlineIcon } from './HelpCircleOutlineIcon';
|
|
90
90
|
export { IdOutlineIcon } from './IdOutlineIcon';
|
|
91
91
|
export { InformationOutlineIcon } from './InformationOutlineIcon';
|
|
92
|
+
export { LeafOutlineIcon } from './LeafOutlineIcon';
|
|
92
93
|
export { LightBulbOutlineIcon } from './LightBulbOutlineIcon';
|
|
93
94
|
export { LockOutlineIcon } from './LockOutlineIcon';
|
|
94
95
|
export { MembersOutlineIcon } from './MembersOutlineIcon';
|
|
@@ -137,6 +138,7 @@ export { FolderIcon } from './FolderIcon';
|
|
|
137
138
|
export { HelpCircleIcon } from './HelpCircleIcon';
|
|
138
139
|
export { IdIcon } from './IdIcon';
|
|
139
140
|
export { InformationIcon } from './InformationIcon';
|
|
141
|
+
export { LeafIcon } from './LeafIcon';
|
|
140
142
|
export { LightBulbIcon } from './LightBulbIcon';
|
|
141
143
|
export { LockIcon } from './LockIcon';
|
|
142
144
|
export { MembersIcon } from './MembersIcon';
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
4
|
+
const _styled = require("@emotion/styled/base");
|
|
5
|
+
const _interopDefaultCompat = (e) => e && typeof e === "object" && "default" in e ? e : { default: e };
|
|
6
|
+
const _styled__default = /* @__PURE__ */ _interopDefaultCompat(_styled);
|
|
7
|
+
const SIZES = {
|
|
8
|
+
small: 16,
|
|
9
|
+
medium: 20,
|
|
10
|
+
large: 32,
|
|
11
|
+
xlarge: 56
|
|
12
|
+
};
|
|
13
|
+
const StyledIcon = /* @__PURE__ */ _styled__default.default("svg", process.env.NODE_ENV === "production" ? {
|
|
14
|
+
shouldForwardProp: (prop) => !["size"].includes(prop),
|
|
15
|
+
target: "e1bc5p840"
|
|
16
|
+
} : {
|
|
17
|
+
shouldForwardProp: (prop) => !["size"].includes(prop),
|
|
18
|
+
target: "e1bc5p840",
|
|
19
|
+
label: "StyledIcon"
|
|
20
|
+
})("&{width:", ({
|
|
21
|
+
size
|
|
22
|
+
}) => `${SIZES[size]}px`, ";min-width:", ({
|
|
23
|
+
size
|
|
24
|
+
}) => `${SIZES[size]}px`, ";height:", ({
|
|
25
|
+
size
|
|
26
|
+
}) => `${SIZES[size]}px`, ";}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL2ljb25zL3NyYy9jb21wb25lbnRzL0xvZ28vSWNvbi50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBWWdDIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL2ljb25zL3NyYy9jb21wb25lbnRzL0xvZ28vSWNvbi50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB0eXBlIHsgUmVhY3ROb2RlIH0gZnJvbSAncmVhY3QnXG5cbmNvbnN0IFNJWkVTID0ge1xuICBzbWFsbDogMTYsXG4gIG1lZGl1bTogMjAsXG4gIGxhcmdlOiAzMixcbiAgeGxhcmdlOiA1Nixcbn1cblxuY29uc3QgU3R5bGVkSWNvbiA9IHN0eWxlZCgnc3ZnJywge1xuICBzaG91bGRGb3J3YXJkUHJvcDogcHJvcCA9PiAhWydzaXplJ10uaW5jbHVkZXMocHJvcCksXG59KTx7IHNpemU6IGtleW9mIHR5cGVvZiBTSVpFUyB9PmBcbiAgJiB7XG4gICAgd2lkdGg6ICR7KHsgc2l6ZSB9KSA9PiBgJHtTSVpFU1tzaXplXX1weGB9O1xuICAgIG1pbi13aWR0aDogJHsoeyBzaXplIH0pID0+IGAke1NJWkVTW3NpemVdfXB4YH07IC8vIFRoaXMgaXMgdG8gYXZvaWQgdGhlIGljb24gdG8gc2hyaW5rIHdoZW4gdGhlIHRleHQgaXMgdG9vIGxvbmdcbiAgICBoZWlnaHQ6ICR7KHsgc2l6ZSB9KSA9PiBgJHtTSVpFU1tzaXplXX1weGB9O1xuICB9XG5gXG5cbmV4cG9ydCB0eXBlIEljb25Qcm9wcyA9IHtcbiAgc2l6ZT86IGtleW9mIHR5cGVvZiBTSVpFU1xuICBjbGFzc05hbWU/OiBzdHJpbmdcbiAgY2hpbGRyZW46IFJlYWN0Tm9kZVxufVxuXG4vKipcbiAqIExvZ28gY29tcG9uZW50IGlzIHVzZWQgdG8gcmVuZGVyIGEgc2V0IG9mIGxvZ29zLiBUaGVpciBzdHlsZSBjYW5ub3QgYmUgY2hhbmdlZFxuICovXG5leHBvcnQgY29uc3QgSWNvbiA9ICh7IHNpemUgPSAnc21hbGwnLCBjbGFzc05hbWUsIGNoaWxkcmVuIH06IEljb25Qcm9wcykgPT4gKFxuICA8U3R5bGVkSWNvbiBzaXplPXtzaXplfSB2aWV3Qm94PVwiMCAwIDIwIDIwXCIgY2xhc3NOYW1lPXtjbGFzc05hbWV9PlxuICAgIHtjaGlsZHJlbn1cbiAgPC9TdHlsZWRJY29uPlxuKVxuIl19 */"));
|
|
27
|
+
const Icon = ({
|
|
28
|
+
size = "small",
|
|
29
|
+
className,
|
|
30
|
+
children
|
|
31
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(StyledIcon, { size, viewBox: "0 0 20 20", className, children });
|
|
32
|
+
exports.Icon = Icon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
declare const SIZES: {
|
|
3
|
+
small: number;
|
|
4
|
+
medium: number;
|
|
5
|
+
large: number;
|
|
6
|
+
xlarge: number;
|
|
7
|
+
};
|
|
8
|
+
export type IconProps = {
|
|
9
|
+
size?: keyof typeof SIZES;
|
|
10
|
+
className?: string;
|
|
11
|
+
children: ReactNode;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Logo component is used to render a set of logos. Their style cannot be changed
|
|
15
|
+
*/
|
|
16
|
+
export declare const Icon: ({ size, className, children }: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import _styled from "@emotion/styled/base";
|
|
3
|
+
const SIZES = {
|
|
4
|
+
small: 16,
|
|
5
|
+
medium: 20,
|
|
6
|
+
large: 32,
|
|
7
|
+
xlarge: 56
|
|
8
|
+
};
|
|
9
|
+
const StyledIcon = /* @__PURE__ */ _styled("svg", process.env.NODE_ENV === "production" ? {
|
|
10
|
+
shouldForwardProp: (prop) => !["size"].includes(prop),
|
|
11
|
+
target: "e1bc5p840"
|
|
12
|
+
} : {
|
|
13
|
+
shouldForwardProp: (prop) => !["size"].includes(prop),
|
|
14
|
+
target: "e1bc5p840",
|
|
15
|
+
label: "StyledIcon"
|
|
16
|
+
})("&{width:", ({
|
|
17
|
+
size
|
|
18
|
+
}) => `${SIZES[size]}px`, ";min-width:", ({
|
|
19
|
+
size
|
|
20
|
+
}) => `${SIZES[size]}px`, ";height:", ({
|
|
21
|
+
size
|
|
22
|
+
}) => `${SIZES[size]}px`, ";}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL2ljb25zL3NyYy9jb21wb25lbnRzL0xvZ28vSWNvbi50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBWWdDIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL2ljb25zL3NyYy9jb21wb25lbnRzL0xvZ28vSWNvbi50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB0eXBlIHsgUmVhY3ROb2RlIH0gZnJvbSAncmVhY3QnXG5cbmNvbnN0IFNJWkVTID0ge1xuICBzbWFsbDogMTYsXG4gIG1lZGl1bTogMjAsXG4gIGxhcmdlOiAzMixcbiAgeGxhcmdlOiA1Nixcbn1cblxuY29uc3QgU3R5bGVkSWNvbiA9IHN0eWxlZCgnc3ZnJywge1xuICBzaG91bGRGb3J3YXJkUHJvcDogcHJvcCA9PiAhWydzaXplJ10uaW5jbHVkZXMocHJvcCksXG59KTx7IHNpemU6IGtleW9mIHR5cGVvZiBTSVpFUyB9PmBcbiAgJiB7XG4gICAgd2lkdGg6ICR7KHsgc2l6ZSB9KSA9PiBgJHtTSVpFU1tzaXplXX1weGB9O1xuICAgIG1pbi13aWR0aDogJHsoeyBzaXplIH0pID0+IGAke1NJWkVTW3NpemVdfXB4YH07IC8vIFRoaXMgaXMgdG8gYXZvaWQgdGhlIGljb24gdG8gc2hyaW5rIHdoZW4gdGhlIHRleHQgaXMgdG9vIGxvbmdcbiAgICBoZWlnaHQ6ICR7KHsgc2l6ZSB9KSA9PiBgJHtTSVpFU1tzaXplXX1weGB9O1xuICB9XG5gXG5cbmV4cG9ydCB0eXBlIEljb25Qcm9wcyA9IHtcbiAgc2l6ZT86IGtleW9mIHR5cGVvZiBTSVpFU1xuICBjbGFzc05hbWU/OiBzdHJpbmdcbiAgY2hpbGRyZW46IFJlYWN0Tm9kZVxufVxuXG4vKipcbiAqIExvZ28gY29tcG9uZW50IGlzIHVzZWQgdG8gcmVuZGVyIGEgc2V0IG9mIGxvZ29zLiBUaGVpciBzdHlsZSBjYW5ub3QgYmUgY2hhbmdlZFxuICovXG5leHBvcnQgY29uc3QgSWNvbiA9ICh7IHNpemUgPSAnc21hbGwnLCBjbGFzc05hbWUsIGNoaWxkcmVuIH06IEljb25Qcm9wcykgPT4gKFxuICA8U3R5bGVkSWNvbiBzaXplPXtzaXplfSB2aWV3Qm94PVwiMCAwIDIwIDIwXCIgY2xhc3NOYW1lPXtjbGFzc05hbWV9PlxuICAgIHtjaGlsZHJlbn1cbiAgPC9TdHlsZWRJY29uPlxuKVxuIl19 */"));
|
|
23
|
+
const Icon = ({
|
|
24
|
+
size = "small",
|
|
25
|
+
className,
|
|
26
|
+
children
|
|
27
|
+
}) => /* @__PURE__ */ jsx(StyledIcon, { size, viewBox: "0 0 20 20", className, children });
|
|
28
|
+
export {
|
|
29
|
+
Icon
|
|
30
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
4
|
+
const Icon = require("../Icon.cjs");
|
|
5
|
+
const GmailLogo = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#a)", children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4285F4", d: "M3.09 16h2.546V9.818L2 7.091v7.818c0 .604.49 1.09 1.09 1.09" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#34A853", d: "M14.364 16h2.545c.604 0 1.09-.49 1.09-1.091V7.091l-3.635 2.727" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#FBBC04", d: "M14.364 5.09v4.728L18 7.091V5.636c0-1.349-1.54-2.118-2.618-1.309" }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EA4335", d: "M5.636 9.818V5.091L10 8.364l4.364-3.273v4.727L10 13.091" }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#C5221F", d: "M2 5.636v1.455l3.636 2.727V5.091l-1.018-.764C3.538 3.518 2 4.287 2 5.637" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M2 4h16v12H2z" }) }) })
|
|
18
|
+
] })
|
|
19
|
+
);
|
|
20
|
+
exports.GmailLogo = GmailLogo;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const GmailLogo = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#a)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#4285F4", d: "M3.09 16h2.546V9.818L2 7.091v7.818c0 .604.49 1.09 1.09 1.09" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#34A853", d: "M14.364 16h2.545c.604 0 1.09-.49 1.09-1.091V7.091l-3.635 2.727" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#FBBC04", d: "M14.364 5.09v4.728L18 7.091V5.636c0-1.349-1.54-2.118-2.618-1.309" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#EA4335", d: "M5.636 9.818V5.091L10 8.364l4.364-3.273v4.727L10 13.091" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#C5221F", d: "M2 5.636v1.455l3.636 2.727V5.091l-1.018-.764C3.538 3.518 2 4.287 2 5.637" })
|
|
14
|
+
] }),
|
|
15
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M2 4h16v12H2z" }) }) })
|
|
16
|
+
] })
|
|
17
|
+
);
|
|
18
|
+
export {
|
|
19
|
+
GmailLogo
|
|
20
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
4
|
+
const Icon = require("../Icon.cjs");
|
|
5
|
+
const GoogleLogo = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#a)", children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4285F4", d: "M17.04 10.167q-.002-.78-.133-1.5H10v2.84h3.947a3.38 3.38 0 0 1-1.474 2.206v1.847h2.38c1.387-1.28 2.187-3.16 2.187-5.393" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#34A853", d: "M10 17.333c1.98 0 3.64-.653 4.853-1.773l-2.38-1.847c-.653.44-1.486.707-2.473.707-1.907 0-3.527-1.287-4.107-3.02h-2.44v1.893A7.33 7.33 0 0 0 10 17.333" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#FBBC05", d: "M5.893 11.393A4.4 4.4 0 0 1 5.66 10c0-.487.087-.953.233-1.393V6.713h-2.44c-.5.987-.786 2.1-.786 3.287s.286 2.3.786 3.287l1.9-1.48z" }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EA4335", d: "M10 5.587c1.08 0 2.04.373 2.807 1.093l2.1-2.1C13.633 3.393 11.98 2.667 10 2.667a7.32 7.32 0 0 0-6.547 4.046l2.44 1.894c.58-1.734 2.2-3.02 4.107-3.02" })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M2 2h16v16H2z" }) }) })
|
|
17
|
+
] })
|
|
18
|
+
);
|
|
19
|
+
exports.GoogleLogo = GoogleLogo;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const GoogleLogo = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#a)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#4285F4", d: "M17.04 10.167q-.002-.78-.133-1.5H10v2.84h3.947a3.38 3.38 0 0 1-1.474 2.206v1.847h2.38c1.387-1.28 2.187-3.16 2.187-5.393" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#34A853", d: "M10 17.333c1.98 0 3.64-.653 4.853-1.773l-2.38-1.847c-.653.44-1.486.707-2.473.707-1.907 0-3.527-1.287-4.107-3.02h-2.44v1.893A7.33 7.33 0 0 0 10 17.333" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#FBBC05", d: "M5.893 11.393A4.4 4.4 0 0 1 5.66 10c0-.487.087-.953.233-1.393V6.713h-2.44c-.5.987-.786 2.1-.786 3.287s.286 2.3.786 3.287l1.9-1.48z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#EA4335", d: "M10 5.587c1.08 0 2.04.373 2.807 1.093l2.1-2.1C13.633 3.393 11.98 2.667 10 2.667a7.32 7.32 0 0 0-6.547 4.046l2.44 1.894c.58-1.734 2.2-3.02 4.107-3.02" })
|
|
13
|
+
] }),
|
|
14
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M2 2h16v16H2z" }) }) })
|
|
15
|
+
] })
|
|
16
|
+
);
|
|
17
|
+
export {
|
|
18
|
+
GoogleLogo
|
|
19
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
4
|
+
const Icon = require("../Icon.cjs");
|
|
5
|
+
const MicrosoftLogo = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#a)", children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F3F3F3", d: "M2 2h16v16H2z" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F35325", d: "M2.696 2.696h6.956v6.956H2.696z" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#81BC06", d: "M10.348 2.696h6.956v6.956h-6.956z" }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#05A6F0", d: "M2.696 10.348h6.956v6.956H2.696z" }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#FFBA08", d: "M10.348 10.348h6.956v6.956h-6.956z" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M2 2h16v16H2z" }) }) })
|
|
18
|
+
] })
|
|
19
|
+
);
|
|
20
|
+
exports.MicrosoftLogo = MicrosoftLogo;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const MicrosoftLogo = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#a)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#F3F3F3", d: "M2 2h16v16H2z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#F35325", d: "M2.696 2.696h6.956v6.956H2.696z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#81BC06", d: "M10.348 2.696h6.956v6.956h-6.956z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#05A6F0", d: "M2.696 10.348h6.956v6.956H2.696z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#FFBA08", d: "M10.348 10.348h6.956v6.956h-6.956z" })
|
|
14
|
+
] }),
|
|
15
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M2 2h16v16H2z" }) }) })
|
|
16
|
+
] })
|
|
17
|
+
);
|
|
18
|
+
export {
|
|
19
|
+
MicrosoftLogo
|
|
20
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
4
|
+
const Icon = require("../Icon.cjs");
|
|
5
|
+
const OutlookLogo = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#a)", children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0A2767", d: "M18 10.858a.36.36 0 0 0-.17-.309h-.002l-.007-.003-5.544-3.3a.74.74 0 0 0-.831 0l-5.545 3.3-.006.003a.365.365 0 0 0 .008.623l5.544 3.3a.74.74 0 0 0 .831 0l5.545-3.3a.36.36 0 0 0 .177-.314" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0364B8", d: "M6.548 8.654h3.638v3.354H6.548zm10.708-3.409V3.711A.693.693 0 0 0 16.58 3H7.14a.694.694 0 0 0-.675.711v1.534l5.581 1.497z" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0078D4", d: "M6.465 5.245h3.721v3.368h-3.72z" }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#28A8EA", d: "M13.907 5.245h-3.721v3.368l3.721 3.368h3.349V8.613z" }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0078D4", d: "M10.186 8.613h3.721v3.367h-3.721z" }),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0364B8", d: "M10.186 11.98h3.721v3.368h-3.721z" }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#14447D", d: "M6.548 12.008h3.638v3.05H6.548z" }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0078D4", d: "M13.907 11.98h3.349v3.368h-3.349z" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "url(#b)", d: "m17.83 11.151-.007.004-5.545 3.136a.8.8 0 0 1-.375.117l-.303-.179-.074-.043-5.619-3.225h-.002l-.184-.103v6.348a.765.765 0 0 0 .768.762h10.755l.019-.003a1 1 0 0 0 .26-.055.8.8 0 0 0 .173-.1.76.76 0 0 0 .304-.604v-6.348a.34.34 0 0 1-.17.293" }),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0A2767", d: "M17.702 10.833v.39l-5.797 4.013-6.002-4.272-.003-.004-.551-.333v-.28l.227-.004.48.277.011.003.04.027 5.657 3.244.216.127q.026-.011.06-.022c.01-.008 5.6-3.17 5.6-3.17z", opacity: ".5" }),
|
|
21
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#1490DF", d: "m17.83 11.151-.007.004-5.545 3.136a.77.77 0 0 1-.831 0l-5.544-3.136-.007-.004a.34.34 0 0 1-.175-.293v6.348a.764.764 0 0 0 .767.762h10.745a.765.765 0 0 0 .767-.762v-6.348a.34.34 0 0 1-.17.293" }),
|
|
22
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#000", d: "m12.359 14.244-.083.047a.8.8 0 0 1-.367.12l2.11 2.509 3.68.892a.76.76 0 0 0 .232-.293z", opacity: ".1" }),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#000", d: "m12.735 14.032-.459.26a.8.8 0 0 1-.367.12l.989 2.74 4.801.659a.76.76 0 0 0 .301-.605v-.082z", opacity: ".05" }),
|
|
24
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#28A8EA", d: "M6.499 17.968h10.733a.77.77 0 0 0 .46-.15L11.6 14.23l-.074-.043-5.619-3.225h-.003l-.183-.104v6.326a.78.78 0 0 0 .778.784" }),
|
|
25
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#000", d: "M10.93 6.68v7.981a.69.69 0 0 1-.68.689H5.72V6.368h.744v-.374h3.784c.376.001.68.308.681.686", opacity: ".1" }),
|
|
26
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#000", d: "M10.558 7.054v7.981a.6.6 0 0 1-.056.262.68.68 0 0 1-.625.425H5.721V6.369h4.156a.6.6 0 0 1 .31.078.68.68 0 0 1 .371.608", opacity: ".2" }),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#000", d: "M10.558 7.054v7.233a.69.69 0 0 1-.68.687H5.72V6.368h4.156a.6.6 0 0 1 .31.078.68.68 0 0 1 .371.608", opacity: ".2" }),
|
|
28
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#000", d: "M10.186 7.054v7.233a.686.686 0 0 1-.68.687H5.72V6.368h3.784c.376 0 .681.307.681.685", opacity: ".2" }),
|
|
29
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "url(#c)", d: "M2.682 6.368h6.822c.377 0 .682.307.682.686v6.86a.684.684 0 0 1-.682.686H2.682A.684.684 0 0 1 2 13.914v-6.86c0-.38.305-.686.682-.686" }),
|
|
30
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M4.132 9.244c.168-.36.44-.661.779-.865a2.35 2.35 0 0 1 1.238-.312c.401-.009.798.094 1.145.296.327.196.59.483.758.827.183.378.274.795.266 1.216a2.8 2.8 0 0 1-.273 1.272 2 2 0 0 1-.782.856 2.27 2.27 0 0 1-1.188.304 2.23 2.23 0 0 1-1.171-.3 2 2 0 0 1-.768-.828 2.6 2.6 0 0 1-.269-1.202 2.9 2.9 0 0 1 .265-1.264m.83 2.032a1.3 1.3 0 0 0 .439.57c.2.14.44.213.684.207a1.2 1.2 0 0 0 .731-.214 1.24 1.24 0 0 0 .426-.57c.093-.254.139-.523.135-.794a2.4 2.4 0 0 0-.128-.804 1.27 1.27 0 0 0-.412-.594 1.13 1.13 0 0 0-.724-.224 1.18 1.18 0 0 0-.7.209 1.3 1.3 0 0 0-.447.574 2.3 2.3 0 0 0-.003 1.641" }),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#50D9FF", d: "M13.907 5.245h3.349v3.368h-3.349z" })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ jsxRuntime.jsxs("defs", { children: [
|
|
34
|
+
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { id: "b", x1: "11.861", x2: "11.861", y1: "10.858", y2: "17.968", gradientUnits: "userSpaceOnUse", children: [
|
|
35
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#35B8F1" }),
|
|
36
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "1", stopColor: "#28A8EA" })
|
|
37
|
+
] }),
|
|
38
|
+
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { id: "c", x1: "3.422", x2: "8.809", y1: "5.832", y2: "15.11", gradientUnits: "userSpaceOnUse", children: [
|
|
39
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#1784D9" }),
|
|
40
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: ".5", stopColor: "#107AD5" }),
|
|
41
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: "1", stopColor: "#0A63C9" })
|
|
42
|
+
] }),
|
|
43
|
+
/* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M2 3h16v14.968H2z" }) })
|
|
44
|
+
] })
|
|
45
|
+
] })
|
|
46
|
+
);
|
|
47
|
+
exports.OutlookLogo = OutlookLogo;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const OutlookLogo = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#a)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#0A2767", d: "M18 10.858a.36.36 0 0 0-.17-.309h-.002l-.007-.003-5.544-3.3a.74.74 0 0 0-.831 0l-5.545 3.3-.006.003a.365.365 0 0 0 .008.623l5.544 3.3a.74.74 0 0 0 .831 0l5.545-3.3a.36.36 0 0 0 .177-.314" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#0364B8", d: "M6.548 8.654h3.638v3.354H6.548zm10.708-3.409V3.711A.693.693 0 0 0 16.58 3H7.14a.694.694 0 0 0-.675.711v1.534l5.581 1.497z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#0078D4", d: "M6.465 5.245h3.721v3.368h-3.72z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#28A8EA", d: "M13.907 5.245h-3.721v3.368l3.721 3.368h3.349V8.613z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#0078D4", d: "M10.186 8.613h3.721v3.367h-3.721z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#0364B8", d: "M10.186 11.98h3.721v3.368h-3.721z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { fill: "#14447D", d: "M6.548 12.008h3.638v3.05H6.548z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "#0078D4", d: "M13.907 11.98h3.349v3.368h-3.349z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#b)", d: "m17.83 11.151-.007.004-5.545 3.136a.8.8 0 0 1-.375.117l-.303-.179-.074-.043-5.619-3.225h-.002l-.184-.103v6.348a.765.765 0 0 0 .768.762h10.755l.019-.003a1 1 0 0 0 .26-.055.8.8 0 0 0 .173-.1.76.76 0 0 0 .304-.604v-6.348a.34.34 0 0 1-.17.293" }),
|
|
18
|
+
/* @__PURE__ */ jsx("path", { fill: "#0A2767", d: "M17.702 10.833v.39l-5.797 4.013-6.002-4.272-.003-.004-.551-.333v-.28l.227-.004.48.277.011.003.04.027 5.657 3.244.216.127q.026-.011.06-.022c.01-.008 5.6-3.17 5.6-3.17z", opacity: ".5" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { fill: "#1490DF", d: "m17.83 11.151-.007.004-5.545 3.136a.77.77 0 0 1-.831 0l-5.544-3.136-.007-.004a.34.34 0 0 1-.175-.293v6.348a.764.764 0 0 0 .767.762h10.745a.765.765 0 0 0 .767-.762v-6.348a.34.34 0 0 1-.17.293" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "#000", d: "m12.359 14.244-.083.047a.8.8 0 0 1-.367.12l2.11 2.509 3.68.892a.76.76 0 0 0 .232-.293z", opacity: ".1" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "#000", d: "m12.735 14.032-.459.26a.8.8 0 0 1-.367.12l.989 2.74 4.801.659a.76.76 0 0 0 .301-.605v-.082z", opacity: ".05" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { fill: "#28A8EA", d: "M6.499 17.968h10.733a.77.77 0 0 0 .46-.15L11.6 14.23l-.074-.043-5.619-3.225h-.003l-.183-.104v6.326a.78.78 0 0 0 .778.784" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { fill: "#000", d: "M10.93 6.68v7.981a.69.69 0 0 1-.68.689H5.72V6.368h.744v-.374h3.784c.376.001.68.308.681.686", opacity: ".1" }),
|
|
24
|
+
/* @__PURE__ */ jsx("path", { fill: "#000", d: "M10.558 7.054v7.981a.6.6 0 0 1-.056.262.68.68 0 0 1-.625.425H5.721V6.369h4.156a.6.6 0 0 1 .31.078.68.68 0 0 1 .371.608", opacity: ".2" }),
|
|
25
|
+
/* @__PURE__ */ jsx("path", { fill: "#000", d: "M10.558 7.054v7.233a.69.69 0 0 1-.68.687H5.72V6.368h4.156a.6.6 0 0 1 .31.078.68.68 0 0 1 .371.608", opacity: ".2" }),
|
|
26
|
+
/* @__PURE__ */ jsx("path", { fill: "#000", d: "M10.186 7.054v7.233a.686.686 0 0 1-.68.687H5.72V6.368h3.784c.376 0 .681.307.681.685", opacity: ".2" }),
|
|
27
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#c)", d: "M2.682 6.368h6.822c.377 0 .682.307.682.686v6.86a.684.684 0 0 1-.682.686H2.682A.684.684 0 0 1 2 13.914v-6.86c0-.38.305-.686.682-.686" }),
|
|
28
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M4.132 9.244c.168-.36.44-.661.779-.865a2.35 2.35 0 0 1 1.238-.312c.401-.009.798.094 1.145.296.327.196.59.483.758.827.183.378.274.795.266 1.216a2.8 2.8 0 0 1-.273 1.272 2 2 0 0 1-.782.856 2.27 2.27 0 0 1-1.188.304 2.23 2.23 0 0 1-1.171-.3 2 2 0 0 1-.768-.828 2.6 2.6 0 0 1-.269-1.202 2.9 2.9 0 0 1 .265-1.264m.83 2.032a1.3 1.3 0 0 0 .439.57c.2.14.44.213.684.207a1.2 1.2 0 0 0 .731-.214 1.24 1.24 0 0 0 .426-.57c.093-.254.139-.523.135-.794a2.4 2.4 0 0 0-.128-.804 1.27 1.27 0 0 0-.412-.594 1.13 1.13 0 0 0-.724-.224 1.18 1.18 0 0 0-.7.209 1.3 1.3 0 0 0-.447.574 2.3 2.3 0 0 0-.003 1.641" }),
|
|
29
|
+
/* @__PURE__ */ jsx("path", { fill: "#50D9FF", d: "M13.907 5.245h3.349v3.368h-3.349z" })
|
|
30
|
+
] }),
|
|
31
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
32
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "b", x1: "11.861", x2: "11.861", y1: "10.858", y2: "17.968", gradientUnits: "userSpaceOnUse", children: [
|
|
33
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#35B8F1" }),
|
|
34
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#28A8EA" })
|
|
35
|
+
] }),
|
|
36
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "c", x1: "3.422", x2: "8.809", y1: "5.832", y2: "15.11", gradientUnits: "userSpaceOnUse", children: [
|
|
37
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#1784D9" }),
|
|
38
|
+
/* @__PURE__ */ jsx("stop", { offset: ".5", stopColor: "#107AD5" }),
|
|
39
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#0A63C9" })
|
|
40
|
+
] }),
|
|
41
|
+
/* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M2 3h16v14.968H2z" }) })
|
|
42
|
+
] })
|
|
43
|
+
] })
|
|
44
|
+
);
|
|
45
|
+
export {
|
|
46
|
+
OutlookLogo
|
|
47
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provide the icon component for the icon name.
|
|
3
|
+
* This file is automatically generated from /scripts/generateIconFiles.ts.
|
|
4
|
+
* PLEASE DO NOT EDIT HERE
|
|
5
|
+
*/
|
|
6
|
+
export { GmailLogo } from './GmailLogo';
|
|
7
|
+
export { GoogleLogo } from './GoogleLogo';
|
|
8
|
+
export { MicrosoftLogo } from './MicrosoftLogo';
|
|
9
|
+
export { OutlookLogo } from './OutlookLogo';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const GmailLogo = require("./__generatedIcons__/GmailLogo.cjs");
|
|
4
|
+
const GoogleLogo = require("./__generatedIcons__/GoogleLogo.cjs");
|
|
5
|
+
const MicrosoftLogo = require("./__generatedIcons__/MicrosoftLogo.cjs");
|
|
6
|
+
const OutlookLogo = require("./__generatedIcons__/OutlookLogo.cjs");
|
|
7
|
+
exports.GmailLogo = GmailLogo.GmailLogo;
|
|
8
|
+
exports.GoogleLogo = GoogleLogo.GoogleLogo;
|
|
9
|
+
exports.MicrosoftLogo = MicrosoftLogo.MicrosoftLogo;
|
|
10
|
+
exports.OutlookLogo = OutlookLogo.OutlookLogo;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './__generatedIcons__';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GmailLogo } from "./__generatedIcons__/GmailLogo.js";
|
|
2
|
+
import { GoogleLogo } from "./__generatedIcons__/GoogleLogo.js";
|
|
3
|
+
import { MicrosoftLogo } from "./__generatedIcons__/MicrosoftLogo.js";
|
|
4
|
+
import { OutlookLogo } from "./__generatedIcons__/OutlookLogo.js";
|
|
5
|
+
export {
|
|
6
|
+
GmailLogo,
|
|
7
|
+
GoogleLogo,
|
|
8
|
+
MicrosoftLogo,
|
|
9
|
+
OutlookLogo
|
|
10
|
+
};
|
package/dist/index.cjs
CHANGED
|
@@ -86,6 +86,7 @@ const FolderOutlineIcon = require("./components/Icon/__generatedIcons__/FolderOu
|
|
|
86
86
|
const HelpCircleOutlineIcon = require("./components/Icon/__generatedIcons__/HelpCircleOutlineIcon.cjs");
|
|
87
87
|
const IdOutlineIcon = require("./components/Icon/__generatedIcons__/IdOutlineIcon.cjs");
|
|
88
88
|
const InformationOutlineIcon = require("./components/Icon/__generatedIcons__/InformationOutlineIcon.cjs");
|
|
89
|
+
const LeafOutlineIcon = require("./components/Icon/__generatedIcons__/LeafOutlineIcon.cjs");
|
|
89
90
|
const LightBulbOutlineIcon = require("./components/Icon/__generatedIcons__/LightBulbOutlineIcon.cjs");
|
|
90
91
|
const LockOutlineIcon = require("./components/Icon/__generatedIcons__/LockOutlineIcon.cjs");
|
|
91
92
|
const MembersOutlineIcon = require("./components/Icon/__generatedIcons__/MembersOutlineIcon.cjs");
|
|
@@ -134,6 +135,7 @@ const FolderIcon = require("./components/Icon/__generatedIcons__/FolderIcon.cjs"
|
|
|
134
135
|
const HelpCircleIcon = require("./components/Icon/__generatedIcons__/HelpCircleIcon.cjs");
|
|
135
136
|
const IdIcon = require("./components/Icon/__generatedIcons__/IdIcon.cjs");
|
|
136
137
|
const InformationIcon = require("./components/Icon/__generatedIcons__/InformationIcon.cjs");
|
|
138
|
+
const LeafIcon = require("./components/Icon/__generatedIcons__/LeafIcon.cjs");
|
|
137
139
|
const LightBulbIcon = require("./components/Icon/__generatedIcons__/LightBulbIcon.cjs");
|
|
138
140
|
const LockIcon = require("./components/Icon/__generatedIcons__/LockIcon.cjs");
|
|
139
141
|
const MembersIcon = require("./components/Icon/__generatedIcons__/MembersIcon.cjs");
|
|
@@ -242,6 +244,7 @@ exports.FolderOutlineIcon = FolderOutlineIcon.FolderOutlineIcon;
|
|
|
242
244
|
exports.HelpCircleOutlineIcon = HelpCircleOutlineIcon.HelpCircleOutlineIcon;
|
|
243
245
|
exports.IdOutlineIcon = IdOutlineIcon.IdOutlineIcon;
|
|
244
246
|
exports.InformationOutlineIcon = InformationOutlineIcon.InformationOutlineIcon;
|
|
247
|
+
exports.LeafOutlineIcon = LeafOutlineIcon.LeafOutlineIcon;
|
|
245
248
|
exports.LightBulbOutlineIcon = LightBulbOutlineIcon.LightBulbOutlineIcon;
|
|
246
249
|
exports.LockOutlineIcon = LockOutlineIcon.LockOutlineIcon;
|
|
247
250
|
exports.MembersOutlineIcon = MembersOutlineIcon.MembersOutlineIcon;
|
|
@@ -290,6 +293,7 @@ exports.FolderIcon = FolderIcon.FolderIcon;
|
|
|
290
293
|
exports.HelpCircleIcon = HelpCircleIcon.HelpCircleIcon;
|
|
291
294
|
exports.IdIcon = IdIcon.IdIcon;
|
|
292
295
|
exports.InformationIcon = InformationIcon.InformationIcon;
|
|
296
|
+
exports.LeafIcon = LeafIcon.LeafIcon;
|
|
293
297
|
exports.LightBulbIcon = LightBulbIcon.LightBulbIcon;
|
|
294
298
|
exports.LockIcon = LockIcon.LockIcon;
|
|
295
299
|
exports.MembersIcon = MembersIcon.MembersIcon;
|
package/dist/index.js
CHANGED
|
@@ -84,6 +84,7 @@ import { FolderOutlineIcon } from "./components/Icon/__generatedIcons__/FolderOu
|
|
|
84
84
|
import { HelpCircleOutlineIcon } from "./components/Icon/__generatedIcons__/HelpCircleOutlineIcon.js";
|
|
85
85
|
import { IdOutlineIcon } from "./components/Icon/__generatedIcons__/IdOutlineIcon.js";
|
|
86
86
|
import { InformationOutlineIcon } from "./components/Icon/__generatedIcons__/InformationOutlineIcon.js";
|
|
87
|
+
import { LeafOutlineIcon } from "./components/Icon/__generatedIcons__/LeafOutlineIcon.js";
|
|
87
88
|
import { LightBulbOutlineIcon } from "./components/Icon/__generatedIcons__/LightBulbOutlineIcon.js";
|
|
88
89
|
import { LockOutlineIcon } from "./components/Icon/__generatedIcons__/LockOutlineIcon.js";
|
|
89
90
|
import { MembersOutlineIcon } from "./components/Icon/__generatedIcons__/MembersOutlineIcon.js";
|
|
@@ -132,6 +133,7 @@ import { FolderIcon } from "./components/Icon/__generatedIcons__/FolderIcon.js";
|
|
|
132
133
|
import { HelpCircleIcon } from "./components/Icon/__generatedIcons__/HelpCircleIcon.js";
|
|
133
134
|
import { IdIcon } from "./components/Icon/__generatedIcons__/IdIcon.js";
|
|
134
135
|
import { InformationIcon } from "./components/Icon/__generatedIcons__/InformationIcon.js";
|
|
136
|
+
import { LeafIcon } from "./components/Icon/__generatedIcons__/LeafIcon.js";
|
|
135
137
|
import { LightBulbIcon } from "./components/Icon/__generatedIcons__/LightBulbIcon.js";
|
|
136
138
|
import { LockIcon } from "./components/Icon/__generatedIcons__/LockIcon.js";
|
|
137
139
|
import { MembersIcon } from "./components/Icon/__generatedIcons__/MembersIcon.js";
|
|
@@ -238,6 +240,8 @@ export {
|
|
|
238
240
|
InformationIcon,
|
|
239
241
|
InformationOutlineIcon,
|
|
240
242
|
InstagramIcon,
|
|
243
|
+
LeafIcon,
|
|
244
|
+
LeafOutlineIcon,
|
|
241
245
|
LightBulbIcon,
|
|
242
246
|
LightBulbOutlineIcon,
|
|
243
247
|
LinkedinIcon,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/icons",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Ultraviolet Icons",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -72,6 +72,18 @@
|
|
|
72
72
|
"require": "./dist/components/Icon/legacy/index.cjs",
|
|
73
73
|
"import": "./dist/components/Icon/legacy/index.js",
|
|
74
74
|
"default": "./dist/components/Icon/legacy/index.js"
|
|
75
|
+
},
|
|
76
|
+
"./logo": {
|
|
77
|
+
"types": "./dist/components/Logo/index.d.ts",
|
|
78
|
+
"require": "./dist/components/Logo/index.cjs",
|
|
79
|
+
"import": "./dist/components/Logo/index.js",
|
|
80
|
+
"default": "./dist/components/Logo/index.js"
|
|
81
|
+
},
|
|
82
|
+
"./logo/*": {
|
|
83
|
+
"types": "./dist/components/Logo/__generatedIcons__/*.d.ts",
|
|
84
|
+
"require": "./dist/components/Logo/__generatedIcons__/*.cjs",
|
|
85
|
+
"import": "./dist/components/Logo/__generatedIcons__/*.js",
|
|
86
|
+
"default": "./dist/components/Logo/__generatedIcons__/*.js"
|
|
75
87
|
}
|
|
76
88
|
},
|
|
77
89
|
"size-limit": [
|