@wix/wix-ui-icons-common 3.168.0 → 3.170.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.
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var SocialButtonTikTok_exports = {};
30
+ __export(SocialButtonTikTok_exports, {
31
+ default: () => SocialButtonTikTok_default
32
+ });
33
+ module.exports = __toCommonJS(SocialButtonTikTok_exports);
34
+ var React = __toESM(require("react"));
35
+ const SocialButtonTikTok = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z" }));
36
+ SocialButtonTikTok.displayName = "SocialButtonTikTok";
37
+ var SocialButtonTikTok_default = SocialButtonTikTok;
@@ -66,6 +66,7 @@ __export(dist_exports, {
66
66
  SocialButtonInstagram: () => import_SocialButtonInstagram.default,
67
67
  SocialButtonLinkedIn: () => import_SocialButtonLinkedIn.default,
68
68
  SocialButtonPinterest: () => import_SocialButtonPinterest.default,
69
+ SocialButtonTikTok: () => import_SocialButtonTikTok.default,
69
70
  SocialButtonTwitter: () => import_SocialButtonTwitter.default,
70
71
  SocialButtonX: () => import_SocialButtonX.default,
71
72
  SocialButtonYoutube: () => import_SocialButtonYoutube.default,
@@ -133,6 +134,7 @@ var import_SocialButtonFacebook = __toESM(require("./components/SocialButtonFace
133
134
  var import_SocialButtonInstagram = __toESM(require("./components/SocialButtonInstagram"));
134
135
  var import_SocialButtonLinkedIn = __toESM(require("./components/SocialButtonLinkedIn"));
135
136
  var import_SocialButtonPinterest = __toESM(require("./components/SocialButtonPinterest"));
137
+ var import_SocialButtonTikTok = __toESM(require("./components/SocialButtonTikTok"));
136
138
  var import_SocialButtonTwitter = __toESM(require("./components/SocialButtonTwitter"));
137
139
  var import_SocialButtonX = __toESM(require("./components/SocialButtonX"));
138
140
  var import_SocialButtonYoutube = __toESM(require("./components/SocialButtonYoutube"));
@@ -200,6 +202,7 @@ var import_ToggleOnSmall = __toESM(require("./components/ToggleOnSmall"));
200
202
  SocialButtonInstagram,
201
203
  SocialButtonLinkedIn,
202
204
  SocialButtonPinterest,
205
+ SocialButtonTikTok,
203
206
  SocialButtonTwitter,
204
207
  SocialButtonX,
205
208
  SocialButtonYoutube,
@@ -252,6 +252,13 @@ const systemIconsMetadata = [
252
252
  tags: [],
253
253
  sizes: { "30": "SocialButtonPinterest" }
254
254
  },
255
+ {
256
+ title: "SocialButtonTikTok",
257
+ category: void 0,
258
+ description: void 0,
259
+ tags: [],
260
+ sizes: { "24": "SocialButtonTikTok" }
261
+ },
255
262
  {
256
263
  title: "SocialButtonTwitter",
257
264
  category: void 0,
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var SocialButtonTikTok_exports = {};
20
+ __export(SocialButtonTikTok_exports, {
21
+ default: () => SocialButtonTikTok_default
22
+ });
23
+ module.exports = __toCommonJS(SocialButtonTikTok_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var SocialButtonTikTok_default = (0, import_core.icon)({
26
+ name: "SocialButtonTikTok",
27
+ hashes: { "default": "6bce" },
28
+ category: "system",
29
+ width: 24,
30
+ height: 24
31
+ });
@@ -67,6 +67,7 @@ __export(dist_exports, {
67
67
  SocialButtonInstagram: () => import_SocialButtonInstagram.default,
68
68
  SocialButtonLinkedIn: () => import_SocialButtonLinkedIn.default,
69
69
  SocialButtonPinterest: () => import_SocialButtonPinterest.default,
70
+ SocialButtonTikTok: () => import_SocialButtonTikTok.default,
70
71
  SocialButtonTwitter: () => import_SocialButtonTwitter.default,
71
72
  SocialButtonX: () => import_SocialButtonX.default,
72
73
  SocialButtonYoutube: () => import_SocialButtonYoutube.default,
@@ -134,6 +135,7 @@ var import_SocialButtonFacebook = __toESM(require("./components/SocialButtonFace
134
135
  var import_SocialButtonInstagram = __toESM(require("./components/SocialButtonInstagram"));
135
136
  var import_SocialButtonLinkedIn = __toESM(require("./components/SocialButtonLinkedIn"));
136
137
  var import_SocialButtonPinterest = __toESM(require("./components/SocialButtonPinterest"));
138
+ var import_SocialButtonTikTok = __toESM(require("./components/SocialButtonTikTok"));
137
139
  var import_SocialButtonTwitter = __toESM(require("./components/SocialButtonTwitter"));
138
140
  var import_SocialButtonX = __toESM(require("./components/SocialButtonX"));
139
141
  var import_SocialButtonYoutube = __toESM(require("./components/SocialButtonYoutube"));
@@ -203,6 +205,7 @@ var import_HighlightColor = __toESM(require("./components/HighlightColor"));
203
205
  SocialButtonInstagram,
204
206
  SocialButtonLinkedIn,
205
207
  SocialButtonPinterest,
208
+ SocialButtonTikTok,
206
209
  SocialButtonTwitter,
207
210
  SocialButtonX,
208
211
  SocialButtonYoutube,
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const SocialButtonTikTok = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z" }));
3
+ SocialButtonTikTok.displayName = "SocialButtonTikTok";
4
+ var SocialButtonTikTok_default = SocialButtonTikTok;
5
+ export {
6
+ SocialButtonTikTok_default as default
7
+ };
@@ -36,33 +36,34 @@ import { default as default36 } from "./components/SocialButtonFacebook";
36
36
  import { default as default37 } from "./components/SocialButtonInstagram";
37
37
  import { default as default38 } from "./components/SocialButtonLinkedIn";
38
38
  import { default as default39 } from "./components/SocialButtonPinterest";
39
- import { default as default40 } from "./components/SocialButtonTwitter";
40
- import { default as default41 } from "./components/SocialButtonX";
41
- import { default as default42 } from "./components/SocialButtonYoutube";
42
- import { default as default43 } from "./components/SortByArrowDown";
43
- import { default as default44 } from "./components/SortByArrowUp";
44
- import { default as default45 } from "./components/StarFilledLarge";
45
- import { default as default46 } from "./components/StarFilledTiny";
46
- import { default as default47 } from "./components/StarLarge";
47
- import { default as default48 } from "./components/TextAreaAlignCenter";
48
- import { default as default49 } from "./components/TextAreaAlignJustify";
49
- import { default as default50 } from "./components/TextAreaAlignLeft";
50
- import { default as default51 } from "./components/TextAreaAlignRight";
51
- import { default as default52 } from "./components/TextAreaBold";
52
- import { default as default53 } from "./components/TextAreaBulletList";
53
- import { default as default54 } from "./components/TextAreaImage";
54
- import { default as default55 } from "./components/TextAreaItalic";
55
- import { default as default56 } from "./components/TextAreaLeftToRight";
56
- import { default as default57 } from "./components/TextAreaLink";
57
- import { default as default58 } from "./components/TextAreaNumberedList";
58
- import { default as default59 } from "./components/TextAreaRightToLeft";
59
- import { default as default60 } from "./components/TextAreaTable";
60
- import { default as default61 } from "./components/TextAreaTextColor";
61
- import { default as default62 } from "./components/TextAreaUnderline";
62
- import { default as default63 } from "./components/ToggleOff";
63
- import { default as default64 } from "./components/ToggleOffSmall";
64
- import { default as default65 } from "./components/ToggleOn";
65
- import { default as default66 } from "./components/ToggleOnSmall";
39
+ import { default as default40 } from "./components/SocialButtonTikTok";
40
+ import { default as default41 } from "./components/SocialButtonTwitter";
41
+ import { default as default42 } from "./components/SocialButtonX";
42
+ import { default as default43 } from "./components/SocialButtonYoutube";
43
+ import { default as default44 } from "./components/SortByArrowDown";
44
+ import { default as default45 } from "./components/SortByArrowUp";
45
+ import { default as default46 } from "./components/StarFilledLarge";
46
+ import { default as default47 } from "./components/StarFilledTiny";
47
+ import { default as default48 } from "./components/StarLarge";
48
+ import { default as default49 } from "./components/TextAreaAlignCenter";
49
+ import { default as default50 } from "./components/TextAreaAlignJustify";
50
+ import { default as default51 } from "./components/TextAreaAlignLeft";
51
+ import { default as default52 } from "./components/TextAreaAlignRight";
52
+ import { default as default53 } from "./components/TextAreaBold";
53
+ import { default as default54 } from "./components/TextAreaBulletList";
54
+ import { default as default55 } from "./components/TextAreaImage";
55
+ import { default as default56 } from "./components/TextAreaItalic";
56
+ import { default as default57 } from "./components/TextAreaLeftToRight";
57
+ import { default as default58 } from "./components/TextAreaLink";
58
+ import { default as default59 } from "./components/TextAreaNumberedList";
59
+ import { default as default60 } from "./components/TextAreaRightToLeft";
60
+ import { default as default61 } from "./components/TextAreaTable";
61
+ import { default as default62 } from "./components/TextAreaTextColor";
62
+ import { default as default63 } from "./components/TextAreaUnderline";
63
+ import { default as default64 } from "./components/ToggleOff";
64
+ import { default as default65 } from "./components/ToggleOffSmall";
65
+ import { default as default66 } from "./components/ToggleOn";
66
+ import { default as default67 } from "./components/ToggleOnSmall";
66
67
  export {
67
68
  default2 as AddItemLarge,
68
69
  default3 as AddItemMedium,
@@ -102,31 +103,32 @@ export {
102
103
  default37 as SocialButtonInstagram,
103
104
  default38 as SocialButtonLinkedIn,
104
105
  default39 as SocialButtonPinterest,
105
- default40 as SocialButtonTwitter,
106
- default41 as SocialButtonX,
107
- default42 as SocialButtonYoutube,
108
- default43 as SortByArrowDown,
109
- default44 as SortByArrowUp,
110
- default45 as StarFilledLarge,
111
- default46 as StarFilledTiny,
112
- default47 as StarLarge,
113
- default48 as TextAreaAlignCenter,
114
- default49 as TextAreaAlignJustify,
115
- default50 as TextAreaAlignLeft,
116
- default51 as TextAreaAlignRight,
117
- default52 as TextAreaBold,
118
- default53 as TextAreaBulletList,
119
- default54 as TextAreaImage,
120
- default55 as TextAreaItalic,
121
- default56 as TextAreaLeftToRight,
122
- default57 as TextAreaLink,
123
- default58 as TextAreaNumberedList,
124
- default59 as TextAreaRightToLeft,
125
- default60 as TextAreaTable,
126
- default61 as TextAreaTextColor,
127
- default62 as TextAreaUnderline,
128
- default63 as ToggleOff,
129
- default64 as ToggleOffSmall,
130
- default65 as ToggleOn,
131
- default66 as ToggleOnSmall
106
+ default40 as SocialButtonTikTok,
107
+ default41 as SocialButtonTwitter,
108
+ default42 as SocialButtonX,
109
+ default43 as SocialButtonYoutube,
110
+ default44 as SortByArrowDown,
111
+ default45 as SortByArrowUp,
112
+ default46 as StarFilledLarge,
113
+ default47 as StarFilledTiny,
114
+ default48 as StarLarge,
115
+ default49 as TextAreaAlignCenter,
116
+ default50 as TextAreaAlignJustify,
117
+ default51 as TextAreaAlignLeft,
118
+ default52 as TextAreaAlignRight,
119
+ default53 as TextAreaBold,
120
+ default54 as TextAreaBulletList,
121
+ default55 as TextAreaImage,
122
+ default56 as TextAreaItalic,
123
+ default57 as TextAreaLeftToRight,
124
+ default58 as TextAreaLink,
125
+ default59 as TextAreaNumberedList,
126
+ default60 as TextAreaRightToLeft,
127
+ default61 as TextAreaTable,
128
+ default62 as TextAreaTextColor,
129
+ default63 as TextAreaUnderline,
130
+ default64 as ToggleOff,
131
+ default65 as ToggleOffSmall,
132
+ default66 as ToggleOn,
133
+ default67 as ToggleOnSmall
132
134
  };
@@ -228,6 +228,13 @@ const systemIconsMetadata = [
228
228
  tags: [],
229
229
  sizes: { "30": "SocialButtonPinterest" }
230
230
  },
231
+ {
232
+ title: "SocialButtonTikTok",
233
+ category: void 0,
234
+ description: void 0,
235
+ tags: [],
236
+ sizes: { "24": "SocialButtonTikTok" }
237
+ },
231
238
  {
232
239
  title: "SocialButtonTwitter",
233
240
  category: void 0,
@@ -0,0 +1,11 @@
1
+ import { icon } from "@wix/wix-ui-icons-common/core";
2
+ var SocialButtonTikTok_default = icon({
3
+ name: "SocialButtonTikTok",
4
+ hashes: { "default": "6bce" },
5
+ category: "system",
6
+ width: 24,
7
+ height: 24
8
+ });
9
+ export {
10
+ SocialButtonTikTok_default as default
11
+ };
@@ -36,34 +36,35 @@ import { default as default36 } from "./components/SocialButtonFacebook";
36
36
  import { default as default37 } from "./components/SocialButtonInstagram";
37
37
  import { default as default38 } from "./components/SocialButtonLinkedIn";
38
38
  import { default as default39 } from "./components/SocialButtonPinterest";
39
- import { default as default40 } from "./components/SocialButtonTwitter";
40
- import { default as default41 } from "./components/SocialButtonX";
41
- import { default as default42 } from "./components/SocialButtonYoutube";
42
- import { default as default43 } from "./components/SortByArrowDown";
43
- import { default as default44 } from "./components/SortByArrowUp";
44
- import { default as default45 } from "./components/StarFilledLarge";
45
- import { default as default46 } from "./components/StarFilledTiny";
46
- import { default as default47 } from "./components/StarLarge";
47
- import { default as default48 } from "./components/TextAreaAlignCenter";
48
- import { default as default49 } from "./components/TextAreaAlignJustify";
49
- import { default as default50 } from "./components/TextAreaAlignLeft";
50
- import { default as default51 } from "./components/TextAreaAlignRight";
51
- import { default as default52 } from "./components/TextAreaBold";
52
- import { default as default53 } from "./components/TextAreaBulletList";
53
- import { default as default54 } from "./components/TextAreaImage";
54
- import { default as default55 } from "./components/TextAreaItalic";
55
- import { default as default56 } from "./components/TextAreaLeftToRight";
56
- import { default as default57 } from "./components/TextAreaLink";
57
- import { default as default58 } from "./components/TextAreaNumberedList";
58
- import { default as default59 } from "./components/TextAreaRightToLeft";
59
- import { default as default60 } from "./components/TextAreaTable";
60
- import { default as default61 } from "./components/TextAreaTextColor";
61
- import { default as default62 } from "./components/TextAreaUnderline";
62
- import { default as default63 } from "./components/ToggleOff";
63
- import { default as default64 } from "./components/ToggleOffSmall";
64
- import { default as default65 } from "./components/ToggleOn";
65
- import { default as default66 } from "./components/ToggleOnSmall";
66
- import { default as default67 } from "./components/HighlightColor";
39
+ import { default as default40 } from "./components/SocialButtonTikTok";
40
+ import { default as default41 } from "./components/SocialButtonTwitter";
41
+ import { default as default42 } from "./components/SocialButtonX";
42
+ import { default as default43 } from "./components/SocialButtonYoutube";
43
+ import { default as default44 } from "./components/SortByArrowDown";
44
+ import { default as default45 } from "./components/SortByArrowUp";
45
+ import { default as default46 } from "./components/StarFilledLarge";
46
+ import { default as default47 } from "./components/StarFilledTiny";
47
+ import { default as default48 } from "./components/StarLarge";
48
+ import { default as default49 } from "./components/TextAreaAlignCenter";
49
+ import { default as default50 } from "./components/TextAreaAlignJustify";
50
+ import { default as default51 } from "./components/TextAreaAlignLeft";
51
+ import { default as default52 } from "./components/TextAreaAlignRight";
52
+ import { default as default53 } from "./components/TextAreaBold";
53
+ import { default as default54 } from "./components/TextAreaBulletList";
54
+ import { default as default55 } from "./components/TextAreaImage";
55
+ import { default as default56 } from "./components/TextAreaItalic";
56
+ import { default as default57 } from "./components/TextAreaLeftToRight";
57
+ import { default as default58 } from "./components/TextAreaLink";
58
+ import { default as default59 } from "./components/TextAreaNumberedList";
59
+ import { default as default60 } from "./components/TextAreaRightToLeft";
60
+ import { default as default61 } from "./components/TextAreaTable";
61
+ import { default as default62 } from "./components/TextAreaTextColor";
62
+ import { default as default63 } from "./components/TextAreaUnderline";
63
+ import { default as default64 } from "./components/ToggleOff";
64
+ import { default as default65 } from "./components/ToggleOffSmall";
65
+ import { default as default66 } from "./components/ToggleOn";
66
+ import { default as default67 } from "./components/ToggleOnSmall";
67
+ import { default as default68 } from "./components/HighlightColor";
67
68
  export {
68
69
  default4 as AddItemLarge,
69
70
  default5 as AddItemMedium,
@@ -96,7 +97,7 @@ export {
96
97
  default32 as FormFieldSuccessFilled,
97
98
  default33 as FormFieldWarningFilled,
98
99
  default34 as Help24,
99
- default67 as HighlightColor,
100
+ default68 as HighlightColor,
100
101
  default2 as InfoCircle,
101
102
  default3 as Move,
102
103
  default35 as MoveLarge,
@@ -104,31 +105,32 @@ export {
104
105
  default37 as SocialButtonInstagram,
105
106
  default38 as SocialButtonLinkedIn,
106
107
  default39 as SocialButtonPinterest,
107
- default40 as SocialButtonTwitter,
108
- default41 as SocialButtonX,
109
- default42 as SocialButtonYoutube,
110
- default43 as SortByArrowDown,
111
- default44 as SortByArrowUp,
112
- default45 as StarFilledLarge,
113
- default46 as StarFilledTiny,
114
- default47 as StarLarge,
115
- default48 as TextAreaAlignCenter,
116
- default49 as TextAreaAlignJustify,
117
- default50 as TextAreaAlignLeft,
118
- default51 as TextAreaAlignRight,
119
- default52 as TextAreaBold,
120
- default53 as TextAreaBulletList,
121
- default54 as TextAreaImage,
122
- default55 as TextAreaItalic,
123
- default56 as TextAreaLeftToRight,
124
- default57 as TextAreaLink,
125
- default58 as TextAreaNumberedList,
126
- default59 as TextAreaRightToLeft,
127
- default60 as TextAreaTable,
128
- default61 as TextAreaTextColor,
129
- default62 as TextAreaUnderline,
130
- default63 as ToggleOff,
131
- default64 as ToggleOffSmall,
132
- default65 as ToggleOn,
133
- default66 as ToggleOnSmall
108
+ default40 as SocialButtonTikTok,
109
+ default41 as SocialButtonTwitter,
110
+ default42 as SocialButtonX,
111
+ default43 as SocialButtonYoutube,
112
+ default44 as SortByArrowDown,
113
+ default45 as SortByArrowUp,
114
+ default46 as StarFilledLarge,
115
+ default47 as StarFilledTiny,
116
+ default48 as StarLarge,
117
+ default49 as TextAreaAlignCenter,
118
+ default50 as TextAreaAlignJustify,
119
+ default51 as TextAreaAlignLeft,
120
+ default52 as TextAreaAlignRight,
121
+ default53 as TextAreaBold,
122
+ default54 as TextAreaBulletList,
123
+ default55 as TextAreaImage,
124
+ default56 as TextAreaItalic,
125
+ default57 as TextAreaLeftToRight,
126
+ default58 as TextAreaLink,
127
+ default59 as TextAreaNumberedList,
128
+ default60 as TextAreaRightToLeft,
129
+ default61 as TextAreaTable,
130
+ default62 as TextAreaTextColor,
131
+ default63 as TextAreaUnderline,
132
+ default64 as ToggleOff,
133
+ default65 as ToggleOffSmall,
134
+ default66 as ToggleOn,
135
+ default67 as ToggleOnSmall
134
136
  };
@@ -0,0 +1,3 @@
1
+ {
2
+ "content": "<path d=\"M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z\"></path>"
3
+ }