pds-dev-kit-web-test 2.3.11 → 2.3.13

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.
Files changed (65) hide show
  1. package/dist/src/common/assets/icons/fill/LogoGoogle.js +1 -1
  2. package/dist/src/common/assets/icons/fill/LogoSandoll.d.ts +4 -0
  3. package/dist/src/common/assets/icons/fill/LogoSandoll.js +30 -0
  4. package/dist/src/common/assets/icons/fill/TypefaceSystem.js +1 -1
  5. package/dist/src/common/assets/icons/fill/index.d.ts +1 -0
  6. package/dist/src/common/assets/icons/fill/index.js +2 -0
  7. package/dist/src/common/assets/icons/line/LogoGoogle.js +1 -1
  8. package/dist/src/common/assets/icons/line/LogoSandoll.d.ts +4 -0
  9. package/dist/src/common/assets/icons/line/LogoSandoll.js +30 -0
  10. package/dist/src/common/assets/icons/line/Recent.d.ts +4 -0
  11. package/dist/src/common/assets/icons/line/Recent.js +30 -0
  12. package/dist/src/common/assets/icons/line/TypefaceBlackLetter20.d.ts +4 -0
  13. package/dist/src/common/assets/icons/line/TypefaceBlackLetter20.js +30 -0
  14. package/dist/src/common/assets/icons/line/TypefaceDeco20.d.ts +4 -0
  15. package/dist/src/common/assets/icons/line/TypefaceDeco20.js +30 -0
  16. package/dist/src/common/assets/icons/line/TypefaceRound20.d.ts +4 -0
  17. package/dist/src/common/assets/icons/line/TypefaceRound20.js +30 -0
  18. package/dist/src/common/assets/icons/line/TypefaceScript20.d.ts +4 -0
  19. package/dist/src/common/assets/icons/line/TypefaceScript20.js +30 -0
  20. package/dist/src/common/assets/icons/line/TypefaceSlab20.d.ts +4 -0
  21. package/dist/src/common/assets/icons/line/TypefaceSlab20.js +30 -0
  22. package/dist/src/common/assets/icons/line/TypefaceSymbol20.d.ts +4 -0
  23. package/dist/src/common/assets/icons/line/TypefaceSymbol20.js +30 -0
  24. package/dist/src/common/assets/icons/line/TypefaceSystem.js +1 -1
  25. package/dist/src/common/assets/icons/line/index.d.ts +8 -0
  26. package/dist/src/common/assets/icons/line/index.js +16 -0
  27. package/dist/src/desktop/components/TextField/TextField.js +5 -2
  28. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +19 -7
  29. package/dist/src/mobile/components/TextField/TextField.js +5 -2
  30. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +0 -3
  31. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +709 -1375
  32. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +1124 -2381
  33. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +0 -10
  34. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +0 -6
  35. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +64 -79
  36. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +1 -2
  37. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -3
  38. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +1 -1
  39. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.d.ts +1 -3
  40. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -57
  41. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_Box.js +1 -1
  42. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/index.d.ts +1 -1
  43. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/index.js +3 -3
  44. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/index.d.ts +1 -1
  45. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/index.js +2 -2
  46. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +1 -12
  47. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -3
  48. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +4 -7
  49. package/package.json +2 -5
  50. package/pipeline_output.log +6456 -0
  51. package/release-note.md +5 -4
  52. package/dist/src/sub/DynamicLayout/sections/CustomSection/NewCustomSection.d.ts +0 -3
  53. package/dist/src/sub/DynamicLayout/sections/CustomSection/NewCustomSection.js +0 -70
  54. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/index.d.ts +0 -1
  55. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/index.js +0 -8
  56. package/dist/src/sub/DynamicLayout/sections/CustomSection/customSectionContext.d.ts +0 -10
  57. package/dist/src/sub/DynamicLayout/sections/CustomSection/customSectionContext.js +0 -21
  58. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/FlexGridItem.d.ts +0 -11
  59. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/FlexGridItem.js +0 -69
  60. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/TempCustomSection.d.ts +0 -7
  61. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/TempCustomSection.js +0 -87
  62. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useIsMounted.d.ts +0 -1
  63. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useIsMounted.js +0 -15
  64. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useResizableObserver.d.ts +0 -12
  65. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useResizableObserver.js +0 -74
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var LogoGoogle = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M12.0906,11.41 L18.7266,11.41 C18.7646,11.561 18.7966,11.744 18.8216,11.958 C18.8466,12.173 18.8596,12.387 18.8596,12.601 C18.8596,13.471 18.7266,14.291 18.4626,15.059 C18.1976,15.828 17.7816,16.515 17.2146,17.12 C16.6096,17.763 15.8846,18.261 15.0396,18.614 C14.1956,18.967 13.2316,19.143 12.1476,19.143 C11.1636,19.143 10.2376,18.967 9.3676,18.614 C8.4976,18.261 7.7416,17.769 7.0986,17.139 C6.4556,16.509 5.9456,15.762 5.5676,14.898 C5.1896,14.035 4.9996,13.093 4.9996,12.072 C4.9996,11.051 5.1896,10.108 5.5676,9.245 C5.9456,8.382 6.4556,7.635 7.0986,7.005 C7.7416,6.374 8.4976,5.883 9.3676,5.53 C10.2376,5.177 11.1636,5 12.1476,5 C13.2436,5 14.2236,5.189 15.0876,5.567 C15.9506,5.945 16.6916,6.469 17.3096,7.137 L15.5506,8.857 C15.1096,8.391 14.6176,8.035 14.0756,7.789 C13.5336,7.544 12.8846,7.421 12.1286,7.421 C11.5106,7.421 10.9246,7.531 10.3696,7.752 C9.8156,7.972 9.3306,8.284 8.9136,8.687 C8.4976,9.091 8.1676,9.579 7.9216,10.152 C7.6756,10.726 7.5526,11.366 7.5526,12.072 C7.5526,12.778 7.6756,13.418 7.9216,13.991 C8.1676,14.564 8.5006,15.053 8.9236,15.456 C9.3456,15.86 9.8336,16.172 10.3886,16.392 C10.9436,16.613 11.5356,16.723 12.1656,16.723 C12.8846,16.723 13.4926,16.619 13.9906,16.411 C14.4886,16.203 14.9136,15.935 15.2676,15.607 C15.5186,15.381 15.7366,15.094 15.9196,14.747 C16.1016,14.4 16.2436,14.013 16.3446,13.585 L12.0906,13.585 L12.0906,11.41 Z" }) })));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M12.1741,11.2839 L19.3571,11.2839 C19.3981,11.4479 19.4311,11.6449 19.4591,11.8769 C19.4861,12.1089 19.5001,12.3409 19.5001,12.5729 C19.5001,13.5139 19.3571,14.4019 19.0701,15.2339 C18.7841,16.0659 18.3341,16.8099 17.7191,17.4639 C17.0651,18.1589 16.2801,18.6979 15.3661,19.0809 C14.4521,19.4629 13.4081,19.6539 12.2351,19.6539 C11.1711,19.6539 10.1681,19.4629 9.2271,19.0809 C8.2861,18.6979 7.4671,18.1669 6.7711,17.4839 C6.0761,16.8019 5.5231,15.9939 5.1141,15.0589 C4.7051,14.1249 4.5001,13.1049 4.5001,12.0009 C4.5001,10.8949 4.7051,9.8749 5.1141,8.9409 C5.5231,8.0059 6.0761,7.1979 6.7711,6.5159 C7.4671,5.8329 8.2861,5.3019 9.2271,4.9199 C10.1681,4.5379 11.1711,4.3459 12.2351,4.3459 C13.4221,4.3459 14.4831,4.5509 15.4171,4.9599 C16.3521,5.3689 17.1531,5.9359 17.8221,6.6589 L15.9191,8.5209 C15.4411,8.0169 14.9091,7.6309 14.3221,7.3649 C13.7361,7.0999 13.0331,6.9659 12.2151,6.9659 C11.5461,6.9659 10.9121,7.0859 10.3121,7.3249 C9.7111,7.5629 9.1861,7.9009 8.7361,8.3369 C8.2861,8.7739 7.9281,9.3019 7.6621,9.9229 C7.3961,10.5439 7.2631,11.2359 7.2631,12.0009 C7.2631,12.7649 7.3961,13.4569 7.6621,14.0769 C7.9281,14.6979 8.2891,15.2259 8.7461,15.6629 C9.2031,16.0999 9.7321,16.4379 10.3321,16.6759 C10.9321,16.9149 11.5731,17.0349 12.2561,17.0349 C13.0331,17.0349 13.6911,16.9219 14.2311,16.6969 C14.7691,16.4709 15.2301,16.1819 15.6121,15.8269 C15.8851,15.5819 16.1201,15.2709 16.3181,14.8959 C16.5151,14.5199 16.6691,14.1009 16.7781,13.6379 L12.1741,13.6379 L12.1741,11.2839 Z" }) })));
29
29
  };
30
30
  exports.default = LogoGoogle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const LogoSandoll: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default LogoSandoll;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var LogoSandoll = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M11.9995,7.125 C13.4273322,7.125 14.7115154,7.73867069 15.6029926,8.71650784 C16.4399984,7.88401095 17.5945016,7.369 18.869,7.369 C21.427,7.369 23.5,9.442 23.5,12 C23.5,14.558 21.427,16.631 18.869,16.631 C17.5945016,16.631 16.4399984,16.1159891 15.6025041,15.2826091 C14.7115154,16.2613293 13.4273322,16.875 11.9995,16.875 C10.572198,16.875 9.28826384,16.2613293 8.3969037,15.2834922 C7.56010155,16.1159891 6.40559687,16.631 5.1306,16.631 C2.5736,16.631 0.4996,14.558 0.4996,12 C0.4996,9.442 2.5736,7.369 5.1306,7.369 C6.40559687,7.369 7.56010155,7.88401095 8.39747206,8.71739086 C9.28826384,7.73867069 10.572198,7.125 11.9995,7.125 Z" }) })));
29
+ };
30
+ exports.default = LogoSandoll;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var TypefaceSystem = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M10.159,13.153 L9.099,9.909 L9.04,9.909 L7.981,13.153 L10.159,13.153 Z M5,16.48 L7.94,8 L10.2,8 L13.128,16.48 L11.242,16.48 L10.604,14.524 L7.535,14.524 L6.897,16.48 L5,16.48 Z M15.943,15.4018 C16.734,15.3958 17.284,14.8808 17.278,14.2078 L17.278,13.7448 C17.015,13.7558 16.271,13.7978 15.978,13.8208 C15.375,13.8738 14.994,14.1608 14.994,14.6518 C14.994,15.1388 15.387,15.3958 15.943,15.4018 M15.697,12.7438 C16.154,12.7138 17.009,12.6738 17.278,12.6618 L17.278,12.1458 C17.272,11.6128 16.909,11.3078 16.259,11.3028 C15.668,11.3078 15.299,11.5728 15.205,12.0058 L13.554,12.0058 C13.659,10.9048 14.619,10.0388 16.306,10.0388 C17.694,10.0388 19.006,10.6588 19.0000205,12.1928 L19.0000205,16.4798 L17.36,16.4798 L17.36,15.6008 L17.313,15.6008 C17.003,16.1868 16.394,16.6028 15.451,16.5968641 C14.233,16.6028 13.337,15.9578 13.331,14.6998 C13.337,13.2818 14.473,12.8188 15.697,12.7438" }) })));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.3514,15.8871 C18.4244,15.8791 19.1714,15.1791 19.1634,14.2661 L19.1634,13.6381 C18.8054,13.6531 17.7964,13.7101 17.3994,13.7421 C16.5804,13.8131 16.0634,14.2031 16.0634,14.8701 C16.0634,15.5301 16.5964,15.8791 17.3514,15.8871 M17.0174,12.2791 C17.6374,12.2401 18.7984,12.1841 19.1634,12.1691 L19.1634,11.4691 C19.1554,10.7451 18.6624,10.3311 17.7804,10.3231 C16.9774,10.3311 16.4774,10.6901 16.3504,11.2781 L14.1084,11.2781 C14.2514,9.7831 15.5554,8.6081 17.8434,8.6081 C19.7274,8.6081 21.5074,9.4501 21.5004206,11.5321 L21.5004206,17.3501 L19.2744,17.3501 L19.2744,16.1571 L19.2114,16.1571 C18.7894,16.9521 17.9634,17.5171 16.6834,17.5091839 C15.0304,17.5171 13.8144,16.6421 13.8064,14.9341 C13.8144,13.0101 15.3564,12.3821 17.0174,12.2791 M9.5018,12.8353 L8.0638,8.4333 L7.9838,8.4333 L6.5458,12.8353 L9.5018,12.8353 Z M2.4998,17.3503 L6.4898,5.8423 L9.5578,5.8423 L13.5318,17.3503 L10.9718,17.3503 L10.1058,14.6963 L5.9408,14.6963 L5.0748,17.3503 L2.4998,17.3503 Z" }) })));
29
29
  };
30
30
  exports.default = TypefaceSystem;
@@ -66,6 +66,7 @@ declare const fillIcons: {
66
66
  readonly ic_live: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
67
67
  readonly ic_login: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
68
68
  readonly ic_logo_google: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
69
+ readonly ic_logo_sandoll: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
69
70
  readonly ic_logo_insta: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
70
71
  readonly ic_logo_twitter: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
71
72
  readonly ic_logo_yt: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -70,6 +70,7 @@ var Live_1 = __importDefault(require("./Live"));
70
70
  var Login_1 = __importDefault(require("./Login"));
71
71
  var LogoGoogle_1 = __importDefault(require("./LogoGoogle"));
72
72
  var LogoInsta_1 = __importDefault(require("./LogoInsta"));
73
+ var LogoSandoll_1 = __importDefault(require("./LogoSandoll"));
73
74
  var LogoTwitter_1 = __importDefault(require("./LogoTwitter"));
74
75
  var LogoYt_1 = __importDefault(require("./LogoYt"));
75
76
  var MenuDesign_1 = __importDefault(require("./MenuDesign"));
@@ -209,6 +210,7 @@ var fillIcons = {
209
210
  ic_live: Live_1.default,
210
211
  ic_login: Login_1.default,
211
212
  ic_logo_google: LogoGoogle_1.default,
213
+ ic_logo_sandoll: LogoSandoll_1.default,
212
214
  ic_logo_insta: LogoInsta_1.default,
213
215
  ic_logo_twitter: LogoTwitter_1.default,
214
216
  ic_logo_yt: LogoYt_1.default,
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var LogoGoogle = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M12.0906,11.41 L18.7266,11.41 C18.7646,11.561 18.7966,11.744 18.8216,11.958 C18.8466,12.173 18.8596,12.387 18.8596,12.601 C18.8596,13.471 18.7266,14.291 18.4626,15.059 C18.1976,15.828 17.7816,16.515 17.2146,17.12 C16.6096,17.763 15.8846,18.261 15.0396,18.614 C14.1956,18.967 13.2316,19.143 12.1476,19.143 C11.1636,19.143 10.2376,18.967 9.3676,18.614 C8.4976,18.261 7.7416,17.769 7.0986,17.139 C6.4556,16.509 5.9456,15.762 5.5676,14.898 C5.1896,14.035 4.9996,13.093 4.9996,12.072 C4.9996,11.051 5.1896,10.108 5.5676,9.245 C5.9456,8.382 6.4556,7.635 7.0986,7.005 C7.7416,6.374 8.4976,5.883 9.3676,5.53 C10.2376,5.177 11.1636,5 12.1476,5 C13.2436,5 14.2236,5.189 15.0876,5.567 C15.9506,5.945 16.6916,6.469 17.3096,7.137 L15.5506,8.857 C15.1096,8.391 14.6176,8.035 14.0756,7.789 C13.5336,7.544 12.8846,7.421 12.1286,7.421 C11.5106,7.421 10.9246,7.531 10.3696,7.752 C9.8156,7.972 9.3306,8.284 8.9136,8.687 C8.4976,9.091 8.1676,9.579 7.9216,10.152 C7.6756,10.726 7.5526,11.366 7.5526,12.072 C7.5526,12.778 7.6756,13.418 7.9216,13.991 C8.1676,14.564 8.5006,15.053 8.9236,15.456 C9.3456,15.86 9.8336,16.172 10.3886,16.392 C10.9436,16.613 11.5356,16.723 12.1656,16.723 C12.8846,16.723 13.4926,16.619 13.9906,16.411 C14.4886,16.203 14.9136,15.935 15.2676,15.607 C15.5186,15.381 15.7366,15.094 15.9196,14.747 C16.1016,14.4 16.2436,14.013 16.3446,13.585 L12.0906,13.585 L12.0906,11.41 Z" }) })));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M12.1741,11.2839 L19.3571,11.2839 C19.3981,11.4479 19.4311,11.6449 19.4591,11.8769 C19.4861,12.1089 19.5001,12.3409 19.5001,12.5729 C19.5001,13.5139 19.3571,14.4019 19.0701,15.2339 C18.7841,16.0659 18.3341,16.8099 17.7191,17.4639 C17.0651,18.1589 16.2801,18.6979 15.3661,19.0809 C14.4521,19.4629 13.4081,19.6539 12.2351,19.6539 C11.1711,19.6539 10.1681,19.4629 9.2271,19.0809 C8.2861,18.6979 7.4671,18.1669 6.7711,17.4839 C6.0761,16.8019 5.5231,15.9939 5.1141,15.0589 C4.7051,14.1249 4.5001,13.1049 4.5001,12.0009 C4.5001,10.8949 4.7051,9.8749 5.1141,8.9409 C5.5231,8.0059 6.0761,7.1979 6.7711,6.5159 C7.4671,5.8329 8.2861,5.3019 9.2271,4.9199 C10.1681,4.5379 11.1711,4.3459 12.2351,4.3459 C13.4221,4.3459 14.4831,4.5509 15.4171,4.9599 C16.3521,5.3689 17.1531,5.9359 17.8221,6.6589 L15.9191,8.5209 C15.4411,8.0169 14.9091,7.6309 14.3221,7.3649 C13.7361,7.0999 13.0331,6.9659 12.2151,6.9659 C11.5461,6.9659 10.9121,7.0859 10.3121,7.3249 C9.7111,7.5629 9.1861,7.9009 8.7361,8.3369 C8.2861,8.7739 7.9281,9.3019 7.6621,9.9229 C7.3961,10.5439 7.2631,11.2359 7.2631,12.0009 C7.2631,12.7649 7.3961,13.4569 7.6621,14.0769 C7.9281,14.6979 8.2891,15.2259 8.7461,15.6629 C9.2031,16.0999 9.7321,16.4379 10.3321,16.6759 C10.9321,16.9149 11.5731,17.0349 12.2561,17.0349 C13.0331,17.0349 13.6911,16.9219 14.2311,16.6969 C14.7691,16.4709 15.2301,16.1819 15.6121,15.8269 C15.8851,15.5819 16.1201,15.2709 16.3181,14.8959 C16.5151,14.5199 16.6691,14.1009 16.7781,13.6379 L12.1741,13.6379 L12.1741,11.2839 Z" }) })));
29
29
  };
30
30
  exports.default = LogoGoogle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const LogoSandoll: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default LogoSandoll;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var LogoSandoll = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M11.9995,7.125 C13.4273322,7.125 14.7115154,7.73867069 15.6029926,8.71650784 C16.4399984,7.88401095 17.5945016,7.369 18.869,7.369 C21.427,7.369 23.5,9.442 23.5,12 C23.5,14.558 21.427,16.631 18.869,16.631 C17.5945016,16.631 16.4399984,16.1159891 15.6025041,15.2826091 C14.7115154,16.2613293 13.4273322,16.875 11.9995,16.875 C10.572198,16.875 9.28826384,16.2613293 8.3969037,15.2834922 C7.56010155,16.1159891 6.40559687,16.631 5.1306,16.631 C2.5736,16.631 0.4996,14.558 0.4996,12 C0.4996,9.442 2.5736,7.369 5.1306,7.369 C6.40559687,7.369 7.56010155,7.88401095 8.39747206,8.71739086 C9.28826384,7.73867069 10.572198,7.125 11.9995,7.125 Z" }) })));
29
+ };
30
+ exports.default = LogoSandoll;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Recent: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Recent;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var Recent = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M5.4848,5.4554 C3.7118,7.2284 2.7578,9.6154 2.7858,12.0984 L1.8058,11.1174 C1.5128,10.8254 1.0378,10.8244 0.7448,11.1174 C0.4518,11.4104 0.4518,11.8854 0.7448,12.1784 L2.8778,14.3114 C3.2698,14.7034 3.9098,14.7034 4.3018,14.3104 L6.4338,12.1784 C6.7278,11.8854 6.7268,11.4104 6.4338,11.1174 C6.1418,10.8254 5.6668,10.8244 5.3738,11.1174 L4.2898,12.2024 C4.2328,10.0774 5.0318,8.0294 6.5458,6.5164 C9.5668,3.4944 14.4838,3.4944 17.5058,6.5164 C20.5278,9.5374 20.5278,14.4544 17.5058,17.4764 C15.0008,19.9814 11.1248,20.4714 8.0808,18.6694 C7.7248,18.4574 7.2628,18.5764 7.0538,18.9324 C6.8428,19.2884 6.9598,19.7484 7.3168,19.9594 C10.9508,22.1114 15.5768,21.5264 18.5658,18.5364 C22.1728,14.9304 22.1728,9.0624 18.5658,5.4554 C14.9598,1.8484 9.0918,1.8484 5.4848,5.4554" }), (0, jsx_runtime_1.jsx)("polyline", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", points: "15.87 13.691 12.005 11.992 12.005 6.603" })] })) })));
29
+ };
30
+ exports.default = Recent;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TypefaceBlackLetter20: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default TypefaceBlackLetter20;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TypefaceBlackLetter20 = function (_a) {
27
+ var color = _a.color, rest = __rest(_a, ["color"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "20", viewBox: "0 0 68 20" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M6.5564,8.3201 C6.5564,8.6791 6.3434,8.9231 5.9164,9.0481 C5.7524,9.0971 5.3944,9.1361 4.8424,9.1641 L4.8424,4.9821 C5.2974,5.0891 5.6844,5.2931 6.0034,5.5941 C6.3724,5.9351 6.5564,6.3241 6.5564,6.7601 L6.5564,8.3201 Z M6.5564,13.3181 L6.2364,13.3181 C5.6454,13.3181 5.2534,13.1531 5.0604,12.8241 C4.9154,12.5811 4.8424,12.1431 4.8424,11.5111 L4.8424,9.5431 C5.5194,9.6011 5.9364,9.6701 6.0914,9.7471 C6.4014,9.9021 6.5564,10.2721 6.5564,10.8541 L6.5564,13.3181 Z M7.1374,3.4271 C7.0214,3.2731 6.9054,3.1951 6.7884,3.1951 C6.6914,3.1951 6.5614,3.2191 6.3964,3.2681 C5.8734,3.4231 5.3984,3.6601 4.9734,3.9801 C4.4884,4.3381 4.1454,4.5661 3.9414,4.6621 C3.4774,4.8751 2.8474,4.9821 2.0534,4.9821 L0.9204,4.9821 L0.9204,5.2881 C2.0534,5.2581 2.6204,5.7521 2.6204,6.7681 L2.6204,8.5701 C2.3494,8.5801 2.1694,8.5551 2.0824,8.4971 C1.9664,8.4201 1.9084,8.2551 1.9084,8.0031 L1.9084,7.6391 L1.4584,7.6391 L1.4584,10.5451 L1.9084,10.5451 C1.9084,10.1671 1.9324,9.9251 1.9814,9.8181 C2.0584,9.6531 2.2714,9.5621 2.6204,9.5431 L2.6204,13.0721 C1.2934,13.2751 0.6304,13.8801 0.6304,14.8881 C0.6304,15.1691 0.7024,15.4351 0.8484,15.6861 C1.0124,15.9671 1.2254,16.1081 1.4874,16.1081 C1.6034,16.1081 1.6614,16.0741 1.6614,16.0071 C1.6614,15.9671 1.6034,15.9241 1.4874,15.8751 C1.2644,15.7881 1.1534,15.6001 1.1534,15.3081 C1.1534,15.0281 1.2574,14.8001 1.4654,14.6261 C1.6734,14.4521 1.9324,14.3651 2.2424,14.3651 C2.8714,14.3651 3.4044,14.7081 3.8394,15.3961 C4.4694,14.3021 5.3554,13.7551 6.4984,13.7551 C7.4564,13.7551 8.3374,14.1371 9.1414,14.9021 L9.4314,14.6691 C9.0544,14.2921 8.8654,13.7881 8.8654,13.1591 L8.8654,11.5181 C8.8654,11.2371 8.9254,11.0311 9.0474,10.9001 C9.1684,10.7691 9.3784,10.6611 9.6784,10.5731 L9.6784,10.2691 C9.5144,10.3171 9.3734,10.3411 9.2574,10.3411 C9.0154,10.3411 8.6094,10.1771 8.0374,9.8481 C7.4274,9.5091 6.9724,9.3201 6.6724,9.2801 C7.3594,9.2041 7.8144,9.1211 8.0374,9.0351 C8.5214,8.8401 8.7634,8.4971 8.7634,8.0031 L8.7634,6.3621 C8.7634,5.9751 8.8244,5.7061 8.9454,5.5561 C9.0664,5.4051 9.3104,5.3161 9.6784,5.2881 L9.6784,4.9821 C8.7104,4.9051 7.8634,4.3861 7.1374,3.4271 L7.1374,3.4271 Z M18.1025,7.2322 C18.3155,7.7072 18.5085,8.0502 18.6835,8.2622 C18.8965,8.5042 19.2155,8.7362 19.6425,8.9592 C19.4055,9.0642 19.2125,9.2392 19.0655,9.4812 C18.9165,9.7222 18.8425,9.9732 18.8425,10.2342 L18.8425,12.1912 C18.8425,12.6072 18.8825,12.9122 18.9615,13.1052 C19.0595,13.3562 19.2865,13.5642 19.6425,13.7292 C19.2355,13.9502 18.9245,14.1832 18.7125,14.4242 C18.5385,14.6182 18.3345,14.9422 18.1025,15.3962 C17.5605,14.4182 17.0265,13.9292 16.5045,13.9292 C15.9715,13.9292 15.4345,14.4182 14.8925,15.3962 C14.6115,14.8732 14.4225,14.5492 14.3265,14.4232 C14.1135,14.1612 13.8175,13.9292 13.4405,13.7262 C13.9425,13.5712 14.1955,13.1162 14.1955,12.3602 C14.1955,11.8282 14.0495,11.4262 13.7595,11.1542 C14.0695,11.3002 14.3455,11.3732 14.5875,11.3732 C14.8775,11.3732 15.2015,11.2422 15.5615,10.9802 C15.9195,10.7192 16.1895,10.5882 16.3745,10.5882 C16.6255,10.5882 16.9015,10.7252 17.2025,10.9952 L17.2025,9.9792 C17.2025,9.7652 17.1305,9.5702 16.9915,9.3902 C16.8515,9.2102 16.6835,9.1212 16.4905,9.1212 C15.9675,9.1212 15.4345,9.6102 14.8925,10.5882 C14.6215,10.0872 14.4315,9.7682 14.3265,9.6332 C14.1325,9.3832 13.8375,9.1562 13.4405,8.9542 C13.8655,8.7512 14.1715,8.5202 14.3545,8.2592 C14.4715,8.0962 14.6505,7.7542 14.8925,7.2322 C15.3965,8.3082 15.9325,8.8462 16.5045,8.8462 C17.0665,8.8462 17.5985,8.3082 18.1025,7.2322 Z M13.5844,3.7755 L13.5844,4.0085 C13.1684,4.1245 12.8444,4.4875 12.6124,5.0985 C12.4284,5.5725 12.3364,6.0765 12.3364,6.6085 L12.3364,12.0705 C12.3364,12.4955 12.3804,12.8065 12.4664,12.9995 C12.5824,13.2415 12.8094,13.4455 13.1504,13.6105 C12.7634,13.8225 12.4384,14.0745 12.1774,14.3655 C12.0014,14.5585 11.7744,14.9015 11.4934,15.3955 C11.2524,14.9505 11.0244,14.6075 10.8114,14.3655 C10.5594,14.0745 10.2304,13.8225 9.8244,13.6105 C10.1784,13.4545 10.4054,13.2505 10.5044,12.9995 C10.5834,12.8065 10.6224,12.4955 10.6224,12.0705 L10.6224,10.4285 C10.6224,9.6065 10.3514,9.0445 9.8094,8.7445 C10.1674,8.5305 10.3994,8.2895 10.5064,8.0175 C10.5844,7.8135 10.6224,7.4795 10.6224,7.0155 C10.6224,6.1245 10.3414,5.5875 9.7804,5.4035 C9.8474,5.4135 9.9404,5.4175 10.0564,5.4175 C10.5504,5.4175 11.1454,5.1715 11.8424,4.6765 C12.5774,4.1545 13.1604,3.8545 13.5844,3.7755 Z M16.4605,10.9662 C16.0255,10.9662 15.8075,11.4042 15.8075,12.2812 C15.8075,12.6942 15.8315,12.9832 15.8795,13.1472 C15.9775,13.4652 16.1795,13.6242 16.4905,13.6242 C16.9645,13.6242 17.2025,13.2442 17.2025,12.4822 L17.2025,11.5732 C17.0475,11.1682 16.7995,10.9662 16.4605,10.9662 Z M23.6082,9.9924 C23.7922,10.4964 23.9212,11.0774 24.0002,11.7354 L24.0282,11.7354 C24.1062,11.1844 24.2422,10.6664 24.4352,10.1814 C24.6972,9.5134 25.0022,9.1024 25.3512,8.9474 C24.9242,8.7444 24.6002,8.5124 24.3772,8.2504 C24.2022,8.0454 23.9902,7.7084 23.7382,7.2324 C22.9732,8.3754 21.7142,8.9474 19.9622,8.9474 C20.5522,9.2764 20.8482,9.8144 20.8482,10.5594 L20.8482,12.1864 C20.8482,12.4954 20.7752,12.8014 20.6292,13.1004 C20.4652,13.4584 20.2472,13.6484 19.9772,13.6684 C20.3542,13.6874 20.8712,13.8984 21.5302,14.2994 C22.1882,14.7014 22.6102,15.0664 22.7932,15.3964 C23.3372,14.8824 23.7342,14.5304 23.9852,14.3354 C24.5472,13.9004 25.0022,13.6774 25.3512,13.6684 C23.4622,13.6684 22.5182,13.1344 22.5182,12.0704 L22.5182,8.8304 C22.9432,8.8024 23.3072,9.1884 23.6082,9.9924 M29.2426,11.0247 C28.9426,11.2277 28.5496,11.3677 28.0656,11.4447 L28.0656,8.9317 C28.2306,8.9037 28.3806,8.8887 28.5156,8.8887 C28.8756,8.8887 29.1816,8.9857 29.4386,9.1797 C29.6956,9.3737 29.8236,9.6437 29.8236,9.9927 C29.8236,10.4197 29.6306,10.7627 29.2426,11.0247 M31.3786,12.4337 C31.3786,12.0647 31.5226,11.7067 31.8136,11.3577 C31.4256,10.8937 30.9756,10.6617 30.4626,10.6617 C30.3366,10.6617 30.1866,10.6857 30.0126,10.7337 C30.3606,10.1917 30.6176,9.7897 30.7826,9.5277 C31.0436,9.1307 31.4366,8.8647 31.9596,8.7297 C31.7066,8.7297 31.3976,8.4977 31.0296,8.0327 C30.7776,7.7027 30.5546,7.3487 30.3606,6.9717 C30.0616,7.5917 29.7746,7.9987 29.5046,8.1917 C29.2036,8.4147 28.7236,8.5257 28.0656,8.5257 L28.0656,6.5877 C28.0656,5.9957 28.1766,5.4757 28.3996,5.0277 C28.6716,4.4747 29.0876,4.1977 29.6496,4.1977 C29.9116,4.1977 30.1386,4.2787 30.3316,4.4407 C30.5256,4.6027 30.6216,4.8017 30.6216,5.0377 C30.6216,5.0767 30.6126,5.1457 30.5936,5.2427 C30.5356,4.7687 30.3276,4.5327 29.9696,4.5327 C29.7746,4.5327 29.6156,4.5997 29.4896,4.7347 C29.3646,4.8697 29.3006,5.0407 29.3006,5.2427 C29.3006,5.7377 29.5666,5.9847 30.0986,5.9847 C30.3606,5.9847 30.5756,5.8927 30.7456,5.7077 C30.9146,5.5237 30.9996,5.3007 30.9996,5.0407 C30.9996,4.6527 30.8416,4.3437 30.5286,4.1107 C30.2136,3.8787 29.8426,3.7627 29.4166,3.7627 C29.0106,3.7627 28.4176,4.0407 27.6376,4.5977 C26.8586,5.1537 26.2406,5.4317 25.7856,5.4317 C25.6696,5.4317 25.5776,5.4277 25.5106,5.4177 C26.0706,5.6497 26.3516,6.1627 26.3516,6.9577 C26.3516,7.4617 26.3176,7.7997 26.2506,7.9747 C26.1436,8.2347 25.9076,8.4877 25.5386,8.7297 C26.0816,9.0487 26.3516,9.6107 26.3516,10.4137 L26.3516,12.0697 C26.3516,12.4957 26.3126,12.8007 26.2346,12.9847 C26.1246,13.2377 25.8976,13.4457 25.5536,13.6097 C25.9596,13.8227 26.2896,14.0747 26.5406,14.3657 C26.7336,14.5877 26.9666,14.9317 27.2376,15.3957 C27.5186,14.9017 27.7476,14.5587 27.9216,14.3657 C28.1826,14.0657 28.5066,13.8127 28.8936,13.6097 C28.5456,13.4547 28.3136,13.2467 28.1966,12.9847 C28.1096,12.7817 28.0656,12.4677 28.0656,12.0407 L28.0656,11.8077 C28.4446,11.7407 28.8026,11.6297 29.1416,11.4747 C29.4996,11.6587 29.6786,12.0117 29.6786,12.5347 C29.6786,13.0277 29.4656,13.3877 29.0386,13.6097 C29.4466,13.8317 29.7596,14.0847 29.9826,14.3657 C30.1086,14.5197 30.3276,14.8637 30.6366,15.3957 C30.9476,14.8637 31.1646,14.5197 31.2906,14.3657 C31.5136,14.0847 31.8286,13.8317 32.2346,13.6097 C31.6636,13.3287 31.3786,12.9357 31.3786,12.4337 M38.4516,12.0271 C38.8396,12.5201 39.3826,12.8541 40.0796,13.0281 C40.5336,13.1441 41.1786,13.2021 42.0116,13.2021 L42.0116,13.4931 C40.9366,13.7061 40.0986,14.3361 39.4986,15.3811 C38.8586,14.7721 38.0996,14.4661 37.2176,14.4661 C36.6566,14.4661 36.1526,14.5681 35.7076,14.7721 C35.1356,15.0231 34.8506,15.3961 34.8506,15.8901 C34.8506,16.0651 34.9086,16.2481 35.0246,16.4421 C35.1416,16.6351 35.1996,16.7261 35.1996,16.7171 C35.1996,16.7751 35.1596,16.8051 35.0826,16.8051 C34.8886,16.8051 34.7256,16.6891 34.5886,16.4561 C34.4626,16.2731 34.4006,16.0681 34.4006,15.8461 C34.4006,14.9841 34.9706,14.2921 36.1136,13.7691 C36.8896,13.4111 37.3246,13.2021 37.4216,13.1441 C37.8866,12.8541 38.2296,12.4821 38.4516,12.0271 Z M45.7145,7.2329 C45.9465,7.6789 46.1605,8.0159 46.3535,8.2489 C46.5955,8.5279 46.9205,8.7609 47.3275,8.9439 C47.0845,9.1569 46.9005,9.5089 46.7745,10.0019 C46.6395,10.5439 46.4845,10.9109 46.3105,11.1039 C45.9715,11.4909 45.3655,11.7959 44.4945,12.0179 L44.4945,12.2649 C44.4555,12.9119 44.7875,13.3369 45.4915,13.5399 C45.8485,13.6369 46.4605,13.6809 47.3275,13.6709 C46.8325,13.7199 46.3465,13.9079 45.8665,14.2359 C45.3875,14.5649 45.0225,14.9509 44.7705,15.3959 C44.5285,14.9709 44.1275,14.5939 43.5655,14.2649 C43.0615,13.9649 42.5385,13.7669 41.9965,13.6709 C42.5475,13.4199 42.8245,13.0039 42.8245,12.4239 L42.8245,10.5679 C42.8245,9.8139 42.5295,9.2729 41.9385,8.9439 C42.6935,8.9439 43.3945,8.8089 44.0445,8.5379 C44.7605,8.2389 45.3175,7.8039 45.7145,7.2329 Z M39.0199,3.5735 C39.4839,3.5735 39.8809,3.6995 40.2099,3.9505 C40.3259,4.0385 40.5639,4.2855 40.9219,4.6915 C41.1839,4.9825 41.4539,5.1665 41.7349,5.2425 L41.7349,5.5335 C41.5999,5.5445 41.4399,5.6215 41.2569,5.7655 C40.5579,6.2995 40.2249,7.1075 40.2539,8.1915 C40.1849,7.4855 40.0839,6.9535 39.9489,6.5935 C39.7169,5.9755 39.3479,5.6215 38.8449,5.5335 L38.8449,5.2425 C39.5129,5.1375 39.8479,4.9145 39.8479,4.5755 C39.8479,4.3915 39.7649,4.2435 39.5999,4.1325 C39.4359,4.0215 39.2469,3.9655 39.0329,3.9655 C38.6259,3.9655 38.2869,4.0845 38.0169,4.3215 C37.7459,4.5585 37.6109,4.8665 37.6109,5.2425 L37.6109,10.6895 C37.6109,11.8325 37.3299,12.6755 36.7679,13.2175 C36.3709,13.6045 35.5629,14.0115 34.3429,14.4365 L34.3429,14.1915 C34.9039,13.9195 35.2569,13.6725 35.4019,13.4495 C35.5479,13.2265 35.6209,12.8065 35.6209,12.1865 L35.6209,9.6155 C35.5509,9.6065 35.4869,9.6005 35.4279,9.6005 C35.1519,9.6005 34.9789,9.7075 34.9099,9.9195 C34.8809,10.0075 34.8659,10.2205 34.8659,10.5595 L34.4439,10.5595 L34.4439,7.8435 L34.8659,7.8435 C34.8659,8.2215 34.8849,8.4435 34.9239,8.5125 C35.0039,8.6475 35.2159,8.7145 35.5609,8.7145 L35.6209,8.7145 L35.6209,7.5815 C35.6209,7.0885 35.4599,6.6335 35.1409,6.2175 C34.8019,5.7525 34.3899,5.5295 33.9069,5.5485 L33.9069,5.2425 L34.0809,5.2425 C35.0289,5.2425 35.7709,5.1035 36.3029,4.8235 L37.4219,4.0085 C37.8279,3.7175 38.3599,3.5735 39.0199,3.5735 Z M38.6264,4.2987 L38.6264,11.7947 L38.2774,11.7947 L38.2774,4.5027 C38.3654,4.4147 38.4814,4.3477 38.6264,4.2987 Z M44.4945,8.8159 L44.4945,11.6769 C44.8245,11.6099 45.1175,11.4689 45.3735,11.2569 C45.6295,11.0439 45.7585,10.7719 45.7585,10.4439 C45.7585,10.1629 45.6135,9.8209 45.3225,9.4199 C45.0325,9.0169 44.7565,8.8159 44.4945,8.8159 Z M51.4365,3.9651 L51.4515,3.7761 C50.9735,3.8451 50.4815,4.0621 49.9735,4.4301 C49.3105,4.9151 48.8655,5.1951 48.6415,5.2731 C48.2125,5.3891 47.8815,5.4621 47.6455,5.4901 L47.6325,5.5051 C47.9025,5.7181 48.0525,5.8391 48.0825,5.8681 C48.3525,6.1011 48.4885,6.3481 48.4885,6.6091 L48.4885,8.1191 L47.5015,8.1191 L47.5015,8.7731 L48.4885,8.7731 L48.4885,12.0701 C48.4885,12.5251 48.4495,12.8641 48.3725,13.0861 C48.2565,13.4161 48.0335,13.6571 47.7045,13.8131 C48.2265,14.0941 48.5565,14.3021 48.6915,14.4371 C48.8865,14.6221 49.1135,14.9411 49.3755,15.3961 C49.6075,14.9801 49.8345,14.6651 50.0575,14.4521 C50.2505,14.2781 50.5745,14.0651 51.0295,13.8131 C50.4785,13.5511 50.2035,12.9701 50.2035,12.0701 L50.2035,8.7731 C50.5705,8.7731 50.8205,8.8311 50.9505,8.9471 C51.0815,9.0631 51.1475,9.2961 51.1475,9.6441 L51.1475,9.9061 L51.1475,10.1671 L51.4515,10.1671 L51.4515,7.0881 L51.1325,7.0881 C51.1325,7.5621 51.0985,7.8431 51.0295,7.9301 C50.9335,8.0571 50.6575,8.1191 50.2035,8.1191 L50.2035,6.5941 C50.2035,5.0931 50.6135,4.2171 51.4365,3.9651 M55.7647,3.9651 L55.7797,3.7761 C55.3017,3.8451 54.8097,4.0621 54.3017,4.4301 C53.6387,4.9151 53.1937,5.1951 52.9697,5.2731 C52.5407,5.3891 52.2097,5.4621 51.9737,5.4901 L51.9607,5.5051 C52.2307,5.7181 52.3807,5.8391 52.4107,5.8681 C52.6807,6.1011 52.8167,6.3481 52.8167,6.6091 L52.8167,8.1191 L51.8297,8.1191 L51.8297,8.7731 L52.8167,8.7731 L52.8167,12.0701 C52.8167,12.5251 52.7777,12.8641 52.7007,13.0861 C52.5847,13.4161 52.3617,13.6571 52.0327,13.8131 C52.5547,14.0941 52.8847,14.3021 53.0197,14.4371 C53.2147,14.6221 53.4417,14.9411 53.7037,15.3961 C53.9357,14.9801 54.1627,14.6651 54.3857,14.4521 C54.5787,14.2781 54.9027,14.0651 55.3577,13.8131 C54.8067,13.5511 54.5317,12.9701 54.5317,12.0701 L54.5317,8.7731 C54.8987,8.7731 55.1487,8.8311 55.2787,8.9471 C55.4097,9.0631 55.4757,9.2961 55.4757,9.6441 L55.4757,9.9061 L55.4757,10.1671 L55.7797,10.1671 L55.7797,7.0881 L55.4607,7.0881 C55.4607,7.5621 55.4267,7.8431 55.3577,7.9301 C55.2617,8.0571 54.9857,8.1191 54.5317,8.1191 L54.5317,6.5941 C54.5317,5.0931 54.9417,4.2171 55.7647,3.9651 M58.7136,8.8159 C58.9756,8.8159 59.2516,9.0169 59.5416,9.4199 C59.8316,9.8209 59.9776,10.1629 59.9776,10.4439 C59.9776,10.7719 59.8486,11.0439 59.5926,11.2569 C59.3366,11.4689 59.0436,11.6099 58.7136,11.6769 L58.7136,8.8159 Z M60.5296,11.1039 C60.7036,10.9109 60.8586,10.5439 60.9936,10.0019 C61.1196,9.5089 61.3036,9.1569 61.5466,8.9439 C61.1396,8.7609 60.8146,8.5279 60.5726,8.2489 C60.3796,8.0159 60.1656,7.6789 59.9336,7.2329 C59.5366,7.8039 58.9796,8.2389 58.2636,8.5379 C57.6136,8.8089 56.9126,8.9439 56.1576,8.9439 C56.7476,9.2729 57.0436,9.8139 57.0436,10.5679 L57.0436,12.4239 C57.0436,13.0039 56.7666,13.4199 56.2156,13.6709 C56.7576,13.7669 57.2806,13.9649 57.7846,14.2649 C58.3466,14.5939 58.7476,14.9709 58.9896,15.3959 C59.2416,14.9509 59.6066,14.5649 60.0856,14.2359 C60.5656,13.9079 61.0516,13.7199 61.5466,13.6709 C60.6786,13.6809 60.0676,13.6369 59.7106,13.5399 C59.0066,13.3369 58.6746,12.9119 58.7136,12.2649 L58.7136,12.0179 C59.5846,11.7959 60.1906,11.4909 60.5296,11.1039 L60.5296,11.1039 Z M64.7559,9.2227 C65.0949,9.2227 65.4099,9.5707 65.6999,10.2697 C65.9329,10.8297 66.0639,11.3337 66.0919,11.7797 L66.1069,11.7797 C66.1839,11.2277 66.3089,10.7197 66.4839,10.2547 C66.7259,9.6067 67.0209,9.2037 67.3699,9.0487 C67.0019,8.8847 66.7219,8.6327 66.5279,8.2937 L66.0639,7.2327 C65.6459,8.2307 65.1909,8.7297 64.6979,8.7297 C64.2039,8.7297 63.7689,8.2307 63.3899,7.2327 C62.9069,8.4427 62.3499,9.0487 61.7209,9.0487 C62.3199,9.3877 62.6199,9.9007 62.6199,10.5877 L62.6199,12.2297 C62.6199,12.4917 62.5339,12.8107 62.3599,13.1887 C62.1649,13.6047 61.9569,13.8227 61.7349,13.8427 C62.1999,13.8427 62.7389,14.0047 63.3539,14.3287 C63.9679,14.6527 64.3829,15.0087 64.5969,15.3957 C65.0709,14.9507 65.4529,14.6357 65.7429,14.4517 C66.1109,14.2197 66.5659,14.0167 67.1089,13.8427 C66.2849,13.8427 65.7729,13.8177 65.5689,13.7697 C65.1719,13.6727 64.7559,13.3767 64.3199,12.8837 L64.3199,9.9347 C64.3199,9.4607 64.4659,9.2227 64.7559,9.2227" }) })));
29
+ };
30
+ exports.default = TypefaceBlackLetter20;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TypefaceDeco20: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default TypefaceDeco20;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TypefaceDeco20 = function (_a) {
27
+ var color = _a.color, rest = __rest(_a, ["color"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "41", height: "20", viewBox: "0 0 41 20" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M21.4134,13.6686 C21.0764,15.2786 19.6364,16.3186 17.4904,16.3266 C16.6914,16.3246 15.9994,16.1506 15.4024,15.8586 C15.6774,15.8996 15.9574,15.9316 16.2534,15.9326 C18.2194,15.9256 19.7154,15.0736 20.3384,13.6686 L21.4134,13.6686 Z M30.1874,12.9976 C30.2644,13.2126 30.3684,13.4056 30.4714,13.6006 C30.1274,15.2346 28.7594,16.3196 26.7004,16.3266 C25.9214,16.3246 25.2464,16.1496 24.6634,15.8606 C24.9234,15.8976 25.1844,15.9316 25.4624,15.9326 C27.6364,15.9256 29.1904,14.7966 29.6154,12.9976 L30.1874,12.9976 Z M38.5157,8.2673 C39.4767,9.0513 40.0337,10.2873 40.0387,11.8283 C40.0307,14.5183 38.3967,16.3183 35.7647,16.3263 C34.9907,16.3243 34.3147,16.1493 33.7287,15.8583 C33.9877,15.8973 34.2487,15.9323 34.5277,15.9323 C37.3637,15.9233 39.2007,13.9983 39.2097,11.0283 C39.2057,9.9553 38.9567,9.0253 38.5157,8.2673 Z M10.266,5.8804 C11.113,6.6284 11.688,7.6664 11.913,8.9734 C11.678,9.5934 11.557,10.2884 11.559,11.0444 C11.557,11.5464 11.627,12.0094 11.727,12.4514 C11.037,14.7864 9.142,16.1504 6.363,16.1504 L2.283,16.1504 L2.283,15.7564 L5.127,15.7564 C6.952,15.7564 8.478,15.1924 9.541,14.1274 C10.63,13.0354 11.204,11.4484 11.2,9.5374 C11.203,8.1154 10.883,6.8714 10.266,5.8804 Z M16.0739,6.4581 C18.3549,6.4581 20.1559,7.8981 20.1559,10.8601 L20.1559,11.5311 L14.2179,11.5311 C14.2179,12.8441 14.9939,13.6521 16.2189,13.6601 C17.0269,13.6521 17.6029,13.2991 17.8349,12.7791 L20.0919,12.7791 C19.7549,14.3891 18.3149,15.4291 16.1699,15.4371 C13.5059,15.4291 11.8729,13.7081 11.881863,10.9551 C11.8729,8.2751 13.5289,6.4581 16.0739,6.4581 Z M25.3789,6.4582 C27.6199,6.4582 29.1409,7.7632 29.2359,9.7542 L27.0109,9.7542 C26.8679,8.8982 26.3079,8.3062 25.4109,8.2982 C24.2749,8.3062 23.5229,9.2592 23.5229,10.9072 C23.5229,12.5882 24.2589,13.5472 25.4109,13.5472 C26.2429,13.5472 26.8599,13.0272 27.0109,12.1082 L29.2359,12.1082 C29.1329,14.0752 27.6839,15.4292 25.3789,15.4372 C22.7129,15.4292 21.1129,13.5872 21.1208701,10.9392 C21.1129,8.2832 22.7469,6.4582 25.3789,6.4582 Z M34.4433,6.459 C37.0763,6.459 38.7093,8.259 38.7173,10.939 C38.7093,13.629 37.0763,15.429 34.4433,15.437 C31.8193,15.429 30.1773,13.629 30.1852709,10.939 C30.1773,8.259 31.8193,6.459 34.4433,6.459 Z M5.0907,3.673 C8.5797,3.673 10.7167,5.841 10.7087224,9.45 C10.7167,13.075 8.5797,15.26 5.0417,15.26 L0.9617,15.26 L0.9617,3.673 L5.0907,3.673 Z M34.4593,8.267 C33.2183,8.267 32.5873,9.41 32.5873,10.939 C32.5873,12.46 33.2183,13.587 34.4593,13.597 C35.6683,13.587 36.3073,12.46 36.2993,10.939 C36.3073,9.41 35.6683,8.267 34.4593,8.267 Z M19.9627,8.1769 C20.3947,8.5119 20.7477,8.9519 21.0057,9.4989 C20.8807,9.9769 20.7977,10.4799 20.7987,11.0289 C20.7977,11.5229 20.8667,11.9809 20.9677,12.4199 L15.5397,12.4199 C15.5397,12.7209 15.5907,12.9869 15.6677,13.2299 C15.1617,13.0469 14.8357,12.6359 14.7407,12.0259 L20.6477,12.0259 L20.6477,10.9479 C20.6477,9.8679 20.4037,8.9309 19.9627,8.1769 Z M34.5439,8.7621 C34.8799,8.7621 35.1649,8.8771 35.3899,9.1031 C35.4159,9.1291 35.4339,9.1671 35.4579,9.1951 C34.4339,9.3811 33.9089,10.4411 33.9089,11.8291 C33.9089,12.3441 33.9869,12.8091 34.1319,13.2061 C33.1669,12.8841 33.0799,11.4921 33.0799,11.0271 C33.0799,10.4961 33.1849,8.7621 34.5439,8.7621 Z M4.9627,5.738 L3.3617,5.738 L3.3617,13.196 L4.9467,13.196 C7.1547,13.196 8.3077,12.051 8.3077,9.45 C8.3077,6.873 7.1547,5.738 4.9627,5.738 Z M25.4981,8.7938 C25.9731,8.7988 26.2541,9.0058 26.4321,9.2578 C25.4761,9.4278 24.8441,10.3088 24.8441,11.7968 C24.8441,12.3428 24.9461,12.7808 25.0901,13.1668 C24.1331,12.8808 24.0151,11.5908 24.0151,10.9958 C24.0151,9.6238 24.5691,8.8008 25.4981,8.7938 Z M5.0481,6.2334 C5.8001,6.2334 6.3961,6.3754 6.8501,6.6664 C6.6671,6.6474 6.4851,6.6274 6.2841,6.6274 L4.6831,6.6274 L4.6831,12.8774 L3.8531,12.8774 L3.8531,6.2334 L5.0481,6.2334 Z M29.2342,8.1115 C29.6202,8.3955 29.9332,8.7485 30.1562,9.1675 C30.0052,9.6215 29.9222,10.1175 29.8932,10.6435 L28.3322,10.6435 C28.3082,10.4995 28.2552,10.3765 28.2082,10.2495 L29.7482,10.2495 L29.7272,9.8225 C29.6972,9.1815 29.5162,8.6115 29.2342,8.1115 Z M16.1219,8.2351 C15.0339,8.2271 14.2659,9.0431 14.2179,10.0431 L17.9149,10.0431 C17.9069,8.9871 17.1779,8.2271 16.1219,8.2351 Z" }) })));
29
+ };
30
+ exports.default = TypefaceDeco20;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TypefaceRound20: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default TypefaceRound20;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TypefaceRound20 = function (_a) {
27
+ var color = _a.color, rest = __rest(_a, ["color"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "49", height: "20", viewBox: "0 0 49 20" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M5.4128,9.7852 L3.1548,9.7852 L3.1548,5.7642 L5.4558,5.7642 C6.8358,5.7642 7.6538,6.5062 7.6538,7.7952 C7.6538,9.0852 6.8528,9.7852 5.4128,9.7852 M9.5958,7.6592 C9.5958,5.4902 8.1048,4.1332 5.7108,4.1332 L2.8058,4.1332 C1.6978,4.1332 1.2208,4.6022 1.2208,5.6872 L1.2208,14.8142 C1.2208,15.4802 1.5788,15.8732 2.1918,15.8732 C2.7968,15.8732 3.1548,15.4802 3.1548,14.8142 L3.1548,11.3132 L5.5918,11.3132 L7.4408,14.9682 C7.7648,15.6082 8.0368,15.8302 8.5398,15.8302 C9.0768,15.8302 9.4848,15.4632 9.4848,14.9422 C9.4848,14.7292 9.4258,14.4642 9.3148,14.2682 L7.5088,10.8692 C8.8118,10.3572 9.5958,9.1532 9.5958,7.6592 M17.1119,11.8003 C17.1119,13.4313 16.3279,14.4303 15.0329,14.4303 C13.7469,14.4303 12.9369,13.4313 12.9369,11.8003 L12.9369,10.7503 C12.9369,9.1443 13.7469,8.1283 15.0329,8.1283 C16.3279,8.1283 17.1119,9.1443 17.1119,10.7503 L17.1119,11.8003 Z M15.0329,6.5923 C12.6819,6.5923 11.0029,8.0943 11.0029,10.6643 L11.0029,11.8683 C11.0029,14.4723 12.6819,15.9583 15.0329,15.9583 C17.3759,15.9583 19.0549,14.4723 19.0549,11.8683 L19.0549,10.6563 C19.0549,8.0943 17.3759,6.5923 15.0329,6.5923 L15.0329,6.5923 Z M27.3882,6.6772 C26.8172,6.6772 26.4342,7.0012 26.4342,7.7022 L26.4342,12.3462 C26.4342,13.4482 25.5902,14.3102 24.3042,14.3102 C23.3502,14.3102 22.5572,13.8322 22.5572,12.4662 L22.5572,7.7022 C22.5572,7.0012 22.1822,6.6772 21.6122,6.6772 C21.0412,6.6772 20.6662,7.0012 20.6662,7.7022 L20.6662,12.9532 C20.6662,15.0442 21.9272,15.9162 23.6392,15.9162 C25.2672,15.9162 26.0842,15.0792 26.3662,14.2852 L26.4682,14.2852 L26.4682,14.9172 C26.4852,15.5652 26.8602,15.8732 27.3972,15.8732 C27.9422,15.8732 28.3342,15.5402 28.3342,14.8652 L28.3342,7.7022 C28.3342,7.0012 27.9502,6.6772 27.3882,6.6772 M35.083,6.626 C33.737,6.626 32.74,7.283 32.374,8.385 L32.28,8.385 L32.28,7.659 C32.263,7.036 31.931,6.686 31.36,6.686 C30.781,6.686 30.423,7.07 30.423,7.71 L30.423,14.823 C30.423,15.489 30.763,15.873 31.368,15.873 C31.965,15.873 32.314,15.489 32.314,14.823 L32.314,10.759 C32.314,9.196 33.14,8.248 34.444,8.248 C35.586,8.248 36.216,8.949 36.216,10.22 L36.216,14.823 C36.216,15.489 36.565,15.873 37.17,15.873 C37.767,15.873 38.116,15.497 38.116,14.831 L38.116,9.691 C38.116,7.744 37.008,6.626 35.083,6.626 M45.8876,11.9026 C45.8876,13.4136 45.0696,14.3616 43.7746,14.3616 C42.4716,14.3616 41.7046,13.4056 41.7046,11.7746 L41.7046,10.7676 C41.7046,9.1536 42.4546,8.1886 43.7316,8.1886 C45.0016,8.1886 45.8876,9.1446 45.8876,10.5106 L45.8876,11.9026 Z M46.8336,3.4586 C46.2286,3.4586 45.8876,3.8426 45.8876,4.5086 L45.8876,8.1026 L45.7936,8.1026 C45.4446,7.1806 44.4646,6.6256 43.2126,6.6256 C41.1166,6.6256 39.7706,8.1286 39.7706,10.4856 L39.7706,12.0566 C39.7706,14.4126 41.0906,15.9156 43.1786,15.9156 C44.4816,15.9156 45.5726,15.2756 45.8446,14.3536 L45.9386,14.3536 L45.9386,14.9086 C45.9726,15.5226 46.3046,15.8726 46.8586,15.8726 C47.4556,15.8726 47.7786,15.4976 47.7786,14.8226 L47.7786,4.5086 C47.7786,3.8426 47.4386,3.4586 46.8336,3.4586 L46.8336,3.4586 Z" }) })));
29
+ };
30
+ exports.default = TypefaceRound20;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TypefaceScript20: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default TypefaceScript20;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TypefaceScript20 = function (_a) {
27
+ var color = _a.color, rest = __rest(_a, ["color"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "40", height: "20", viewBox: "0 0 40 20" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M38.0497,4.7048 C38.2617,5.2408 38.2617,5.8728 37.8007,6.8688 C38.5477,6.8498 38.8357,7.1958 38.9897,7.4448 C39.1237,7.6738 39.0477,7.8088 38.7597,7.8088 C38.3377,7.7508 37.7437,7.8088 37.2657,7.8848 C36.5177,9.1688 35.4267,11.0268 34.6977,12.6358 C34.0647,14.0348 34.2767,15.2238 35.0807,15.2608 C35.9427,15.2998 37.0357,13.9398 37.7437,12.5018 C37.8587,12.2728 38.0707,12.2348 38.1467,12.5018 C38.2427,12.8088 38.1467,13.1538 37.9547,13.5948 C37.7057,14.1498 36.4407,15.8368 34.9077,15.7788 C34.1537,15.7558 33.4987,15.2348 33.2797,14.3568 C32.5227,15.3568 31.3787,15.8488 30.1777,15.9318 C28.9507,16.0078 28.1467,15.8368 27.4757,15.2238 C27.0727,14.8598 26.8817,14.4178 26.8237,13.9398 C25.9247,15.5878 24.9467,17.5408 24.0277,19.6678 C23.9497,19.8408 23.8157,19.8798 23.7007,19.7068 C23.4147,19.3038 23.3177,18.7678 23.6817,17.5988 C23.8267,17.1318 24.1387,16.3968 24.5437,15.5348 C24.1947,15.6878 23.8367,15.7788 23.4907,15.7788 C22.6567,15.7788 22.1917,15.3688 22.0387,14.7298 C21.4687,15.4028 20.6737,15.8398 19.9457,15.7978 C18.4707,15.7218 17.8757,14.4378 18.3557,12.8868 C18.7587,11.5828 19.9457,10.1648 20.7507,9.2638 C19.8877,9.7818 19.0447,9.9738 18.4317,9.9738 C17.0327,13.1148 14.8677,15.7788 12.4727,15.7788 C10.0407,15.7788 9.2347,13.4218 10.4807,10.9898 C11.7077,8.6128 13.6417,7.5208 14.6007,8.0948 C15.1167,8.4018 15.4427,8.7468 15.6537,9.1688 C15.9374647,9.72362353 15.629783,10.4025163 15.2962207,11.1041829 L15.1299011,11.456445 C15.0482813,11.6330561 14.9709353,11.8100353 14.9067,11.9858 C14.8107,12.2528 14.7717,12.3108 14.5037,12.1768 C14.0447,11.9468 13.7757,11.3518 14.0447,10.5098 C14.2737,9.8208 14.8867,8.9768 14.5797,8.7658 C14.2357,8.5168 12.8187,9.6858 11.9367,11.4668 C10.8827,13.6128 11.2857,15.1658 12.4157,15.2238 C14.5037,15.3188 16.6887,12.3298 17.7037,9.8578 C16.2097,9.2838 18.0877,6.6978 18.8917,6.6778 C19.4847,6.6588 19.2937,7.8278 18.8147,9.0728 C19.4847,8.9768 20.1757,8.6708 20.9027,8.1528 C21.1147,7.9998 21.3247,7.9238 21.4787,8.1148 C21.8237,8.5168 22.3017,9.4178 21.7277,10.0698 C20.8267,11.0848 19.8877,12.3688 19.5627,13.4028 C19.2177,14.4568 19.4277,15.2038 20.0407,15.2428 C20.7217,15.2938 21.5677,14.3008 22.1777,13.0848 C22.1897,13.0498 22.1947,13.0168 22.2067,12.9818 C22.6847,11.5828 23.9497,9.3218 24.6597,8.3258 C24.8307,8.0948 24.9657,8.0378 25.1187,8.2098 C25.4067,8.5168 25.5587,9.3418 25.0997,10.2988 C24.6967,11.1418 23.8917,12.4448 23.4907,13.4028 C23.0297,14.5138 23.0687,15.2608 23.6817,15.2238 C24.1647,15.2018 24.7057,14.7888 25.1907,14.2038 C26.3807,11.8258 27.9267,9.0658 28.6837,8.0578 C28.8747,7.8088 29.0457,7.8458 29.1427,8.0768 C29.2387,8.3258 29.2767,8.6128 29.2577,8.9388 C30.1007,8.2098 31.2307,7.6738 32.0557,8.5368 C32.9757,9.5128 32.5537,11.2178 31.8437,12.7898 C31.2697,14.0548 30.5597,14.9748 29.8317,15.4148 C31.5327,15.3108 32.6307,14.1698 33.2797,12.9878 C33.3377,12.7138 33.4197,12.4258 33.5477,12.1198 C33.9507,11.1608 34.7557,9.5518 35.5787,8.0378 C34.9267,8.0378 34.4867,7.7508 34.3337,7.5398 C34.1427,7.2718 34.2567,7.1378 34.5437,7.1568 C35.0807,7.1758 35.6177,7.1378 36.1347,7.0808 C36.7287,6.0268 37.2657,5.1258 37.5907,4.7048 C37.7637,4.4558 37.9547,4.4738 38.0497,4.7048 Z M10.6146,4.015 C11.0946,4.455 11.4396,5.087 11.5736,5.624 C11.7646,6.391 11.3056,7.138 11.0176,7.54 C10.5196,8.21 9.9646,9.187 9.6956,9.667 C9.6006,9.84 9.4856,9.935 9.2746,9.724 C8.9106,9.36 8.6806,8.766 9.0826,7.866 C9.4856,6.947 10.9216,5.356 10.4626,4.877 C9.8106,4.206 5.0966,7.138 5.0016,9.533 C4.9446,10.778 7.3966,11.794 8.4696,12.56 C9.1976,13.078 9.1026,13.959 8.2586,14.936 C7.1086,16.257 3.7756,16.621 1.0746,13.364 C0.8626,13.115 0.9406,12.981 1.1116,12.924 C1.7446,12.732 2.5306,12.905 3.0476,13.327 C3.8136,13.94 5.1166,14.936 6.3616,14.936 C6.8986,14.936 7.3006,14.802 7.5496,14.591 C7.8766,14.226 7.7796,13.825 7.5116,13.594 C6.4956,12.732 3.4696,11.545 3.4696,9.57 C3.4696,6.947 6.4386,4.704 8.1436,3.976 C9.0636,3.593 9.9836,3.439 10.6146,4.015 Z M28.5477,10.9318 C28.3377,11.2758 28.1277,11.6218 27.8977,12.0228 C27.4187,13.2308 27.3217,14.3808 27.8587,14.8208 C28.4717,15.3188 29.7167,13.9198 30.6177,12.0808 C31.3647,10.5478 31.5767,8.9568 31.0967,8.7278 C30.6367,8.4978 29.4487,9.4568 28.5477,10.9318 Z M25.5015,6.2754 C25.8075,5.9494 26.3635,6.1794 26.6135,6.6974 C26.8625,7.1954 26.7275,7.7124 26.4785,7.9814 C26.2295,8.2494 25.6925,8.1914 25.4065,7.6934 C25.0995,7.1754 25.1945,6.6014 25.5015,6.2754 Z" }) })));
29
+ };
30
+ exports.default = TypefaceScript20;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TypefaceSlab20: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default TypefaceSlab20;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TypefaceSlab20 = function (_a) {
27
+ var color = _a.color, rest = __rest(_a, ["color"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "33", height: "20", viewBox: "0 0 33 20" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M5.5304,9.3916 C4.9394,9.2176 4.4704,9.0466 4.1244,8.8756 C3.7774,8.7046 3.5304,8.5146 3.3824,8.3066 C3.2344,8.0976 3.1604,7.8526 3.1604,7.5726 C3.1604,7.2516 3.2444,6.9746 3.4134,6.7426 C3.5814,6.5106 3.8134,6.3316 4.1084,6.2046 C4.4044,6.0766 4.7454,6.0126 5.1334,6.0126 C5.5864,6.0126 5.9804,6.0656 6.3134,6.1706 C6.6474,6.2746 6.9184,6.4006 7.1284,6.5476 L7.4034,8.1076 L8.8634,8.1076 L8.8634,5.7156 C8.4244,5.3526 7.8884,5.0596 7.2544,4.8356 C6.6194,4.6116 5.8894,4.5056 5.0644,4.5146 C4.3104,4.5206 3.6454,4.6546 3.0694,4.9206 C2.4934,5.1846 2.0434,5.5466 1.7204,6.0046 C1.3964,6.4636 1.2344,6.9916 1.2344,7.5876 C1.2344,8.1686 1.3754,8.6726 1.6594,9.1006 C1.9414,9.5286 2.3624,9.8966 2.9194,10.2016 C3.4784,10.5076 4.1724,10.7736 5.0034,10.9966 C5.5684,11.1496 6.0164,11.3166 6.3484,11.4966 C6.6794,11.6776 6.9164,11.8836 7.0594,12.1126 C7.2014,12.3416 7.2734,12.6046 7.2734,12.9006 C7.2734,13.2206 7.1914,13.4986 7.0284,13.7336 C6.8654,13.9686 6.6294,14.1506 6.3224,14.2796 C6.0134,14.4106 5.6324,14.4746 5.1784,14.4746 C4.7154,14.4746 4.2854,14.4156 3.8914,14.2986 C3.4954,14.1826 3.1634,14.0266 2.8934,13.8316 L2.6484,12.1736 L1.1584,12.1736 L1.1584,14.7356 C1.7744,15.1726 2.4094,15.4856 3.0614,15.6746 C3.7144,15.8636 4.4194,15.9586 5.1784,15.9586 C5.9894,15.9586 6.6954,15.8306 7.3004,15.5746 C7.9034,15.3206 8.3724,14.9636 8.7064,14.5016 C9.0404,14.0406 9.2074,13.5016 9.2074,12.8836 C9.2074,12.0086 8.8964,11.2876 8.2744,10.7216 C7.6524,10.1556 6.7384,9.7126 5.5304,9.3916 M13.2437,3.8728 L10.1017,3.8728 L10.1017,5.0568 L11.3247,5.2878 L11.3247,14.3908 L10.1697,14.6198 L10.1697,15.7968 L14.3977,15.7968 L14.3977,14.6198 L13.2437,14.3908 L13.2437,3.8728 Z M20.2747,13.5125 C20.1077,13.7875 19.8547,14.0155 19.5187,14.1965 C19.1827,14.3765 18.8207,14.4675 18.4337,14.4675 C18.0507,14.4675 17.7577,14.3815 17.5537,14.2075 C17.3507,14.0335 17.2477,13.7875 17.2477,13.4655 C17.2477,13.1095 17.3947,12.7965 17.6887,12.5295 C17.9817,12.2615 18.4147,12.1285 18.9907,12.1285 L20.2747,12.1285 L20.2747,13.5125 Z M22.2047,14.1995 C22.2027,14.0935 22.2007,13.9835 22.2007,13.8705 L22.2007,10.2245 C22.2007,9.3065 21.8997,8.6035 21.2957,8.1115 C20.6917,7.6195 19.8647,7.3735 18.8157,7.3735 C18.2037,7.3735 17.6477,7.4515 17.1487,7.6075 C16.6497,7.7625 16.1957,7.9725 15.7887,8.2365 L15.8037,10.2785 L17.2167,10.2785 L17.3937,9.1625 C17.5677,9.0345 17.7637,8.9375 17.9817,8.8675 C18.2007,8.7995 18.4537,8.7645 18.7387,8.7645 C19.2377,8.7645 19.6187,8.8955 19.8817,9.1545 C20.1437,9.4155 20.2747,9.7635 20.2747,10.2015 L20.2747,10.8965 L19.0137,10.8965 C17.8317,10.8965 16.9227,11.1395 16.2857,11.6235 C15.6477,12.1075 15.3297,12.7395 15.3297,13.5195 C15.3297,14.2785 15.5647,14.8745 16.0327,15.3075 C16.5017,15.7415 17.1557,15.9585 17.9987,15.9585 C18.4877,15.9585 18.9267,15.8475 19.3157,15.6245 C19.7067,15.4035 20.0387,15.1185 20.3137,14.7725 C20.3347,14.9415 20.3667,15.1095 20.4097,15.2775 C20.4527,15.4455 20.4997,15.6195 20.5497,15.7975 L23.0657,15.7975 L23.0657,14.6195 L22.2247,14.5125 C22.2147,14.4115 22.2077,14.3075 22.2047,14.1995 L22.2047,14.1995 Z M29.9157,11.9294 C29.9157,12.7094 29.7707,13.3224 29.4837,13.7684 C29.1957,14.2144 28.7357,14.4364 28.1037,14.4364 C27.7267,14.4364 27.4017,14.3514 27.1297,14.1804 C26.8567,14.0104 26.6357,13.7694 26.4677,13.4584 L26.4677,9.9264 C26.6307,9.6114 26.8487,9.3594 27.1207,9.1734 C27.3937,8.9874 27.7237,8.8954 28.1117,8.8954 C28.5287,8.8954 28.8707,9.0134 29.1347,9.2494 C29.3997,9.4874 29.5957,9.8214 29.7237,10.2524 C29.8517,10.6824 29.9157,11.1884 29.9157,11.7694 L29.9157,11.9294 Z M31.4667,9.4524 C31.2167,8.7954 30.8567,8.2834 30.3857,7.9194 C29.9147,7.5554 29.3387,7.3734 28.6617,7.3734 C28.1767,7.3734 27.7537,7.4654 27.3887,7.6484 C27.0247,7.8324 26.7177,8.1004 26.4677,8.4504 L26.4677,3.8724 L23.3337,3.8724 L23.3337,5.0564 L24.5487,5.2874 L24.5487,15.7974 L26.2077,15.7974 L26.3607,14.7654 C26.6147,15.1524 26.9317,15.4484 27.3087,15.6524 C27.6847,15.8554 28.1337,15.9584 28.6537,15.9584 C29.3317,15.9584 29.9077,15.7904 30.3817,15.4564 C30.8557,15.1234 31.2167,14.6534 31.4667,14.0464 C31.7167,13.4404 31.8417,12.7344 31.8417,11.9294 L31.8417,11.7694 C31.8417,10.8824 31.7167,10.1104 31.4667,9.4524 L31.4667,9.4524 Z" }) })));
29
+ };
30
+ exports.default = TypefaceSlab20;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TypefaceSymbol20: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default TypefaceSymbol20;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TypefaceSymbol20 = function (_a) {
27
+ var color = _a.color, rest = __rest(_a, ["color"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "52", height: "20", viewBox: "0 0 52 20" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M6.2234,8.7869 L5.1344,8.4849 C4.3024,8.2799 3.0244,7.8489 3.0154,6.6999 C3.0244,5.6549 3.9684,4.8989 5.4214,4.8989 C6.7304,4.8989 7.7284,5.5199 7.8424,6.5929 L9.1734,6.5929 C9.1204,4.9289 7.5924,3.6889 5.4674,3.6889 C3.3414,3.6889 1.6924,4.9059 1.7004,6.7599 C1.6924,8.2429 2.7664,9.1209 4.4834,9.6199 L5.8304,9.9819 C6.9794,10.3069 7.9934,10.7159 7.9934,11.7839 C7.9934,12.9769 6.8584,13.7579 5.3464,13.7499 C4.0444,13.7579 2.9034,13.1739 2.7894,11.9489 L1.3974,11.9489 C1.5254,13.7649 2.9854,14.9829 5.3464,14.9909 C7.8874,14.9829 9.3254,13.5979 9.3254,11.8139 C9.3254,9.7629 7.3964,9.0889 6.2234,8.7869 M14.2048,13.0989 L14.1148,13.0989 L11.8748,6.5779 L10.4528,6.5779 L13.4938,14.8539 L13.2518,15.4739 C12.8198,16.6769 12.3738,16.7069 11.8448,16.7149 C11.6408,16.7069 11.3458,16.6999 11.2098,16.6849 L11.2098,17.8499 C11.3758,17.8649 11.6558,17.8729 11.9358,17.8799 C13.1008,17.8729 13.9028,17.2669 14.3868,15.9739 L17.8658,6.5779 L16.4438,6.5779 L14.2048,13.0989 Z M27.6191,6.4729 C26.4391,6.4729 25.5681,7.0169 25.1531,7.8639 L25.0621,7.8639 C24.6771,6.9869 23.9411,6.4729 22.8681,6.4729 C21.7941,6.4729 20.9991,6.9869 20.6591,7.8639 L20.5531,7.8639 L20.5531,6.5779 L19.2971,6.5779 L19.2971,14.7939 L20.5991,14.7939 L20.5991,9.6649 C20.5991,8.4699 21.4611,7.6369 22.4441,7.6369 C23.3901,7.6369 24.0561,8.2579 24.0481,9.1809 L24.0481,14.7939 L25.3641,14.7939 L25.3641,9.4529 C25.3711,8.4099 26.0221,7.6369 27.1651,7.6369 C28.0661,7.6369 28.8221,8.1059 28.8291,9.3159 L28.8291,14.7939 L30.1301,14.7939 L30.1301,9.3009 C30.1301,7.3649 29.0791,6.4729 27.6191,6.4729 M35.6005,13.7952 C34.1035,13.7952 33.2705,12.5242 33.2705,10.6782 C33.2705,8.8542 34.0875,7.6372 35.6005,7.6372 C37.1885,7.6372 37.9685,8.9612 37.9765,10.6782 C37.9685,12.4252 37.1655,13.7952 35.6005,13.7952 M35.7825,6.4732 C34.1785,6.4732 33.6865,7.4412 33.4065,7.8782 L33.3005,7.8782 L33.3005,3.8402 L31.9995,3.8402 L31.9995,14.7932 L33.2555,14.7932 L33.2555,13.5382 L33.4065,13.5382 C33.6865,13.9922 34.2235,14.9682 35.7975,14.9602489 C37.8395,14.9682 39.2845,13.3182 39.2915,10.7082 C39.2845,8.1062 37.8395,6.4732 35.7825,6.4732 M44.1491,13.8101 C42.4771,13.8101 41.7061,12.3651 41.6981,10.7231 C41.7061,9.0891 42.4771,7.6221 44.1491,7.6221 C45.8061,7.6221 46.5701,9.0891 46.5701,10.7231 C46.5701,12.3651 45.8061,13.8101 44.1491,13.8101 M44.1491,6.4731 C41.9101,6.4731 40.3981,8.1601 40.3981,10.7231 C40.3981,13.2731 41.9101,14.9681 44.1491,14.9601282 C46.3801,14.9681 47.8791,13.2731 47.8721244,10.7231 C47.8791,8.1601 46.3801,6.4731 44.1491,6.4731 M49.301,14.793 L50.603,14.793 L50.603,3.84 L49.301,3.84 L49.301,14.793 Z" }) })));
29
+ };
30
+ exports.default = TypefaceSymbol20;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var TypefaceSystem = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M10.159,13.153 L9.099,9.909 L9.04,9.909 L7.981,13.153 L10.159,13.153 Z M5,16.48 L7.94,8 L10.2,8 L13.128,16.48 L11.242,16.48 L10.604,14.524 L7.535,14.524 L6.897,16.48 L5,16.48 Z M15.943,15.4018 C16.734,15.3958 17.284,14.8808 17.278,14.2078 L17.278,13.7448 C17.015,13.7558 16.271,13.7978 15.978,13.8208 C15.375,13.8738 14.994,14.1608 14.994,14.6518 C14.994,15.1388 15.387,15.3958 15.943,15.4018 M15.697,12.7438 C16.154,12.7138 17.009,12.6738 17.278,12.6618 L17.278,12.1458 C17.272,11.6128 16.909,11.3078 16.259,11.3028 C15.668,11.3078 15.299,11.5728 15.205,12.0058 L13.554,12.0058 C13.659,10.9048 14.619,10.0388 16.306,10.0388 C17.694,10.0388 19.006,10.6588 19.0000205,12.1928 L19.0000205,16.4798 L17.36,16.4798 L17.36,15.6008 L17.313,15.6008 C17.003,16.1868 16.394,16.6028 15.451,16.5968641 C14.233,16.6028 13.337,15.9578 13.331,14.6998 C13.337,13.2818 14.473,12.8188 15.697,12.7438" }) })));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.3514,15.8871 C18.4244,15.8791 19.1714,15.1791 19.1634,14.2661 L19.1634,13.6381 C18.8054,13.6531 17.7964,13.7101 17.3994,13.7421 C16.5804,13.8131 16.0634,14.2031 16.0634,14.8701 C16.0634,15.5301 16.5964,15.8791 17.3514,15.8871 M17.0174,12.2791 C17.6374,12.2401 18.7984,12.1841 19.1634,12.1691 L19.1634,11.4691 C19.1554,10.7451 18.6624,10.3311 17.7804,10.3231 C16.9774,10.3311 16.4774,10.6901 16.3504,11.2781 L14.1084,11.2781 C14.2514,9.7831 15.5554,8.6081 17.8434,8.6081 C19.7274,8.6081 21.5074,9.4501 21.5004206,11.5321 L21.5004206,17.3501 L19.2744,17.3501 L19.2744,16.1571 L19.2114,16.1571 C18.7894,16.9521 17.9634,17.5171 16.6834,17.5091839 C15.0304,17.5171 13.8144,16.6421 13.8064,14.9341 C13.8144,13.0101 15.3564,12.3821 17.0174,12.2791 M9.5018,12.8353 L8.0638,8.4333 L7.9838,8.4333 L6.5458,12.8353 L9.5018,12.8353 Z M2.4998,17.3503 L6.4898,5.8423 L9.5578,5.8423 L13.5318,17.3503 L10.9718,17.3503 L10.1058,14.6963 L5.9408,14.6963 L5.0748,17.3503 L2.4998,17.3503 Z" }) })));
29
29
  };
30
30
  exports.default = TypefaceSystem;
@@ -114,6 +114,7 @@ declare const lineIcons: {
114
114
  readonly ic_live_personal: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
115
115
  readonly ic_lock: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
116
116
  readonly ic_logo_google: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
117
+ readonly ic_logo_sandoll: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
117
118
  readonly ic_mail: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
118
119
  readonly ic_menu: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
119
120
  readonly ic_menu_design: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -168,6 +169,7 @@ declare const lineIcons: {
168
169
  readonly ic_radio_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
169
170
  readonly ic_radio_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
170
171
  readonly ic_receipt: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
172
+ readonly ic_recent: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
171
173
  readonly ic_report: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
172
174
  readonly ic_requirement: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
173
175
  readonly ic_richtext: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -244,11 +246,17 @@ declare const lineIcons: {
244
246
  readonly ic_toggle_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
245
247
  readonly ic_toggle_up: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
246
248
  readonly ic_trashcan: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
249
+ readonly ic_typeface_blackletter_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
250
+ readonly ic_typeface_deco_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
247
251
  readonly ic_typeface_display_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
248
252
  readonly ic_typeface_hand_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
249
253
  readonly ic_typeface_monospace_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
254
+ readonly ic_typeface_round_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
250
255
  readonly ic_typeface_sans_serif_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
256
+ readonly ic_typeface_script_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
251
257
  readonly ic_typeface_serif_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
258
+ readonly ic_typeface_slab_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
259
+ readonly ic_typeface_symbol_20: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
252
260
  readonly ic_typeface_system: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
253
261
  readonly ic_unavailable: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
254
262
  readonly ic_unlock: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;