@webstudio-is/icons 0.71.0 → 0.72.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.
@@ -120,5 +120,6 @@ export * from "./text-align-left";
120
120
  export * from "./text-block";
121
121
  export * from "./text-italic";
122
122
  export * from "./video";
123
+ export * from "./vimeo";
123
124
  export * from "./webstudio";
124
125
  export * from "./wrap";
@@ -0,0 +1,4 @@
1
+ const CheckCircleIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M8 1.983a6.017 6.017 0 1 0 0 12.033A6.017 6.017 0 0 0 8 1.983ZM.683 8a7.317 7.317 0 1 1 14.634 0A7.317 7.317 0 0 1 .683 8Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M11.566 5.357a.8.8 0 0 1 0 1.132l-4.154 4.153a.8.8 0 0 1-1.132 0L4.434 8.796a.8.8 0 1 1 1.132-1.131l1.28 1.28 3.588-3.588a.8.8 0 0 1 1.132 0Z" clip-rule="evenodd"/></svg>`;
2
+ export {
3
+ CheckCircleIcon
4
+ };
@@ -0,0 +1,4 @@
1
+ const CopyIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M7.495 1.35h4.61c.315 0 .59 0 .816.019.24.02.484.063.719.183.348.177.631.46.808.808.12.235.164.479.184.719.018.227.018.501.018.816v4.61c0 .315 0 .59-.018.816-.02.24-.064.484-.184.719a1.85 1.85 0 0 1-.808.809c-.235.12-.479.163-.719.183-.227.018-.501.018-.816.018H11.05v1.055c0 .315 0 .59-.019.816-.02.24-.063.484-.183.719a1.85 1.85 0 0 1-.808.808c-.235.12-.479.164-.719.184-.227.018-.501.018-.816.018h-4.61c-.315 0-.59 0-.816-.018a1.883 1.883 0 0 1-.719-.184 1.85 1.85 0 0 1-.808-.808 1.882 1.882 0 0 1-.184-.719 10.757 10.757 0 0 1-.018-.816v-4.61c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019H4.95V3.895c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019ZM3.92 6.25c-.347 0-.568 0-.735.014a.643.643 0 0 0-.235.046.55.55 0 0 0-.24.24.643.643 0 0 0-.046.235c-.014.167-.014.388-.014.735v4.56c0 .347 0 .568.014.735.013.16.035.213.046.235a.55.55 0 0 0 .24.24c.022.011.075.033.235.046.167.014.388.014.735.014h4.56c.347 0 .568 0 .735-.014a.645.645 0 0 0 .235-.046.55.55 0 0 0 .24-.24.643.643 0 0 0 .046-.235c.013-.167.014-.388.014-.735V7.52c0-.347 0-.568-.014-.735a.643.643 0 0 0-.046-.235.55.55 0 0 0-.24-.24.643.643 0 0 0-.235-.046 10.166 10.166 0 0 0-.735-.014H3.92Zm7.13 3.5V7.495c0-.315 0-.59-.019-.816a1.883 1.883 0 0 0-.183-.719 1.85 1.85 0 0 0-.808-.808 1.882 1.882 0 0 0-.719-.183c-.227-.019-.501-.019-.816-.019H6.25V3.92c0-.347 0-.568.014-.735a.643.643 0 0 1 .046-.235.55.55 0 0 1 .24-.24.643.643 0 0 1 .235-.046c.167-.013.388-.014.735-.014h4.56c.347 0 .568 0 .735.014.16.013.213.035.235.046a.55.55 0 0 1 .24.24c.011.022.033.075.046.235.014.167.014.388.014.735v4.56c0 .347 0 .568-.014.735-.013.16-.035.213-.046.235a.55.55 0 0 1-.24.24.644.644 0 0 1-.235.046c-.167.014-.388.014-.735.014h-1.03Z" clip-rule="evenodd"/></svg>`;
2
+ export {
3
+ CopyIcon
4
+ };
@@ -38,6 +38,7 @@ import { BpStarOffIcon } from "./bp-star-off";
38
38
  import { BpStarOnIcon } from "./bp-star-on";
39
39
  import { BugIcon } from "./bug";
40
40
  import { ButtonElementIcon } from "./button-element";
41
+ import { CheckCircleIcon } from "./check-circle";
41
42
  import { CheckboxCheckedFilledIcon } from "./checkbox-checked-filled";
42
43
  import { CheckboxCheckedIcon } from "./checkbox-checked";
43
44
  import { CheckboxEmptyIcon } from "./checkbox-empty";
@@ -52,6 +53,7 @@ import { ChevronFilledRightIcon } from "./chevron-filled-right";
52
53
  import { ChevronFilledUpIcon } from "./chevron-filled-up";
53
54
  import { CodeTextIcon } from "./code-text";
54
55
  import { CommitIcon } from "./commit";
56
+ import { CopyIcon } from "./copy";
55
57
  import { DashBorderIcon } from "./dash-border";
56
58
  import { DashIcon } from "./dash";
57
59
  import { DashedBorderIcon } from "./dashed-border";
@@ -101,6 +103,7 @@ import { PlayIcon } from "./play";
101
103
  import { PlusIcon } from "./plus";
102
104
  import { RadioCheckedIcon } from "./radio-checked";
103
105
  import { RadioUncheckedIcon } from "./radio-unchecked";
106
+ import { RefreshIcon } from "./refresh";
104
107
  import { RepeatColumnIcon } from "./repeat-column";
105
108
  import { RepeatGridIcon } from "./repeat-grid";
106
109
  import { RepeatRowIcon } from "./repeat-row";
@@ -117,6 +120,7 @@ import { TextAlignLeftIcon } from "./text-align-left";
117
120
  import { TextBlockIcon } from "./text-block";
118
121
  import { TextItalicIcon } from "./text-italic";
119
122
  import { VideoIcon } from "./video";
123
+ import { VimeoIcon } from "./vimeo";
120
124
  import { WebstudioIcon } from "./webstudio";
121
125
  import { WrapIcon } from "./wrap";
122
126
  export {
@@ -160,6 +164,7 @@ export {
160
164
  BpStarOnIcon,
161
165
  BugIcon,
162
166
  ButtonElementIcon,
167
+ CheckCircleIcon,
163
168
  CheckboxCheckedFilledIcon,
164
169
  CheckboxCheckedIcon,
165
170
  CheckboxEmptyIcon,
@@ -174,6 +179,7 @@ export {
174
179
  ChevronFilledUpIcon,
175
180
  CodeTextIcon,
176
181
  CommitIcon,
182
+ CopyIcon,
177
183
  DashBorderIcon,
178
184
  DashIcon,
179
185
  DashedBorderIcon,
@@ -223,6 +229,7 @@ export {
223
229
  PlusIcon,
224
230
  RadioCheckedIcon,
225
231
  RadioUncheckedIcon,
232
+ RefreshIcon,
226
233
  RepeatColumnIcon,
227
234
  RepeatGridIcon,
228
235
  RepeatRowIcon,
@@ -239,6 +246,7 @@ export {
239
246
  TextBlockIcon,
240
247
  TextItalicIcon,
241
248
  VideoIcon,
249
+ VimeoIcon,
242
250
  WebstudioIcon,
243
251
  WrapIcon
244
252
  };
@@ -0,0 +1,4 @@
1
+ const RefreshIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M11.812 4.737A5.018 5.018 0 0 0 3.01 7.473a.65.65 0 1 1-1.293-.137A6.318 6.318 0 0 1 12.962 4.09l.081-.302a.65.65 0 0 1 1.256.336l-.488 1.822a.65.65 0 0 1-.796.46l-1.822-.489a.65.65 0 1 1 .337-1.256l.282.076Zm1.892 3.212a.65.65 0 0 1 .578.715A6.318 6.318 0 0 1 3.038 11.91l-.081.302a.65.65 0 1 1-1.256-.336l.488-1.822a.65.65 0 0 1 .796-.46l1.822.489a.65.65 0 1 1-.337 1.255l-.282-.075a5.018 5.018 0 0 0 8.801-2.736.65.65 0 0 1 .715-.578Z" clip-rule="evenodd"/></svg>`;
2
+ export {
3
+ RefreshIcon
4
+ };
@@ -0,0 +1,4 @@
1
+ const VimeoIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor" width="100%" height="100%" style="display: block;"><path d="M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z"/></svg>`;
2
+ export {
3
+ VimeoIcon
4
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const VimeoIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { d: "M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z" }) });
6
+ }
7
+ );
8
+ VimeoIcon.displayName = "VimeoIcon";
9
+ export {
10
+ VimeoIcon
11
+ };
@@ -137,5 +137,6 @@ __reExport(generated_exports, require("./text-align-left"), module.exports);
137
137
  __reExport(generated_exports, require("./text-block"), module.exports);
138
138
  __reExport(generated_exports, require("./text-italic"), module.exports);
139
139
  __reExport(generated_exports, require("./video"), module.exports);
140
+ __reExport(generated_exports, require("./vimeo"), module.exports);
140
141
  __reExport(generated_exports, require("./webstudio"), module.exports);
141
142
  __reExport(generated_exports, require("./wrap"), module.exports);
@@ -0,0 +1,24 @@
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 check_circle_exports = {};
20
+ __export(check_circle_exports, {
21
+ CheckCircleIcon: () => CheckCircleIcon
22
+ });
23
+ module.exports = __toCommonJS(check_circle_exports);
24
+ const CheckCircleIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M8 1.983a6.017 6.017 0 1 0 0 12.033A6.017 6.017 0 0 0 8 1.983ZM.683 8a7.317 7.317 0 1 1 14.634 0A7.317 7.317 0 0 1 .683 8Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M11.566 5.357a.8.8 0 0 1 0 1.132l-4.154 4.153a.8.8 0 0 1-1.132 0L4.434 8.796a.8.8 0 1 1 1.132-1.131l1.28 1.28 3.588-3.588a.8.8 0 0 1 1.132 0Z" clip-rule="evenodd"/></svg>`;
@@ -0,0 +1,24 @@
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 copy_exports = {};
20
+ __export(copy_exports, {
21
+ CopyIcon: () => CopyIcon
22
+ });
23
+ module.exports = __toCommonJS(copy_exports);
24
+ const CopyIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M7.495 1.35h4.61c.315 0 .59 0 .816.019.24.02.484.063.719.183.348.177.631.46.808.808.12.235.164.479.184.719.018.227.018.501.018.816v4.61c0 .315 0 .59-.018.816-.02.24-.064.484-.184.719a1.85 1.85 0 0 1-.808.809c-.235.12-.479.163-.719.183-.227.018-.501.018-.816.018H11.05v1.055c0 .315 0 .59-.019.816-.02.24-.063.484-.183.719a1.85 1.85 0 0 1-.808.808c-.235.12-.479.164-.719.184-.227.018-.501.018-.816.018h-4.61c-.315 0-.59 0-.816-.018a1.883 1.883 0 0 1-.719-.184 1.85 1.85 0 0 1-.808-.808 1.882 1.882 0 0 1-.184-.719 10.757 10.757 0 0 1-.018-.816v-4.61c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019H4.95V3.895c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019ZM3.92 6.25c-.347 0-.568 0-.735.014a.643.643 0 0 0-.235.046.55.55 0 0 0-.24.24.643.643 0 0 0-.046.235c-.014.167-.014.388-.014.735v4.56c0 .347 0 .568.014.735.013.16.035.213.046.235a.55.55 0 0 0 .24.24c.022.011.075.033.235.046.167.014.388.014.735.014h4.56c.347 0 .568 0 .735-.014a.645.645 0 0 0 .235-.046.55.55 0 0 0 .24-.24.643.643 0 0 0 .046-.235c.013-.167.014-.388.014-.735V7.52c0-.347 0-.568-.014-.735a.643.643 0 0 0-.046-.235.55.55 0 0 0-.24-.24.643.643 0 0 0-.235-.046 10.166 10.166 0 0 0-.735-.014H3.92Zm7.13 3.5V7.495c0-.315 0-.59-.019-.816a1.883 1.883 0 0 0-.183-.719 1.85 1.85 0 0 0-.808-.808 1.882 1.882 0 0 0-.719-.183c-.227-.019-.501-.019-.816-.019H6.25V3.92c0-.347 0-.568.014-.735a.643.643 0 0 1 .046-.235.55.55 0 0 1 .24-.24.643.643 0 0 1 .235-.046c.167-.013.388-.014.735-.014h4.56c.347 0 .568 0 .735.014.16.013.213.035.235.046a.55.55 0 0 1 .24.24c.011.022.033.075.046.235.014.167.014.388.014.735v4.56c0 .347 0 .568-.014.735-.013.16-.035.213-.046.235a.55.55 0 0 1-.24.24.644.644 0 0 1-.235.046c-.167.014-.388.014-.735.014h-1.03Z" clip-rule="evenodd"/></svg>`;
@@ -58,6 +58,7 @@ __export(svg_exports, {
58
58
  BpStarOnIcon: () => import_bp_star_on.BpStarOnIcon,
59
59
  BugIcon: () => import_bug.BugIcon,
60
60
  ButtonElementIcon: () => import_button_element.ButtonElementIcon,
61
+ CheckCircleIcon: () => import_check_circle.CheckCircleIcon,
61
62
  CheckboxCheckedFilledIcon: () => import_checkbox_checked_filled.CheckboxCheckedFilledIcon,
62
63
  CheckboxCheckedIcon: () => import_checkbox_checked.CheckboxCheckedIcon,
63
64
  CheckboxEmptyIcon: () => import_checkbox_empty.CheckboxEmptyIcon,
@@ -72,6 +73,7 @@ __export(svg_exports, {
72
73
  ChevronFilledUpIcon: () => import_chevron_filled_up.ChevronFilledUpIcon,
73
74
  CodeTextIcon: () => import_code_text.CodeTextIcon,
74
75
  CommitIcon: () => import_commit.CommitIcon,
76
+ CopyIcon: () => import_copy.CopyIcon,
75
77
  DashBorderIcon: () => import_dash_border.DashBorderIcon,
76
78
  DashIcon: () => import_dash.DashIcon,
77
79
  DashedBorderIcon: () => import_dashed_border.DashedBorderIcon,
@@ -121,6 +123,7 @@ __export(svg_exports, {
121
123
  PlusIcon: () => import_plus.PlusIcon,
122
124
  RadioCheckedIcon: () => import_radio_checked.RadioCheckedIcon,
123
125
  RadioUncheckedIcon: () => import_radio_unchecked.RadioUncheckedIcon,
126
+ RefreshIcon: () => import_refresh.RefreshIcon,
124
127
  RepeatColumnIcon: () => import_repeat_column.RepeatColumnIcon,
125
128
  RepeatGridIcon: () => import_repeat_grid.RepeatGridIcon,
126
129
  RepeatRowIcon: () => import_repeat_row.RepeatRowIcon,
@@ -137,6 +140,7 @@ __export(svg_exports, {
137
140
  TextBlockIcon: () => import_text_block.TextBlockIcon,
138
141
  TextItalicIcon: () => import_text_italic.TextItalicIcon,
139
142
  VideoIcon: () => import_video.VideoIcon,
143
+ VimeoIcon: () => import_vimeo.VimeoIcon,
140
144
  WebstudioIcon: () => import_webstudio.WebstudioIcon,
141
145
  WrapIcon: () => import_wrap.WrapIcon
142
146
  });
@@ -181,6 +185,7 @@ var import_bp_star_off = require("./bp-star-off");
181
185
  var import_bp_star_on = require("./bp-star-on");
182
186
  var import_bug = require("./bug");
183
187
  var import_button_element = require("./button-element");
188
+ var import_check_circle = require("./check-circle");
184
189
  var import_checkbox_checked_filled = require("./checkbox-checked-filled");
185
190
  var import_checkbox_checked = require("./checkbox-checked");
186
191
  var import_checkbox_empty = require("./checkbox-empty");
@@ -195,6 +200,7 @@ var import_chevron_filled_right = require("./chevron-filled-right");
195
200
  var import_chevron_filled_up = require("./chevron-filled-up");
196
201
  var import_code_text = require("./code-text");
197
202
  var import_commit = require("./commit");
203
+ var import_copy = require("./copy");
198
204
  var import_dash_border = require("./dash-border");
199
205
  var import_dash = require("./dash");
200
206
  var import_dashed_border = require("./dashed-border");
@@ -244,6 +250,7 @@ var import_play = require("./play");
244
250
  var import_plus = require("./plus");
245
251
  var import_radio_checked = require("./radio-checked");
246
252
  var import_radio_unchecked = require("./radio-unchecked");
253
+ var import_refresh = require("./refresh");
247
254
  var import_repeat_column = require("./repeat-column");
248
255
  var import_repeat_grid = require("./repeat-grid");
249
256
  var import_repeat_row = require("./repeat-row");
@@ -260,5 +267,6 @@ var import_text_align_left = require("./text-align-left");
260
267
  var import_text_block = require("./text-block");
261
268
  var import_text_italic = require("./text-italic");
262
269
  var import_video = require("./video");
270
+ var import_vimeo = require("./vimeo");
263
271
  var import_webstudio = require("./webstudio");
264
272
  var import_wrap = require("./wrap");
@@ -0,0 +1,24 @@
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 refresh_exports = {};
20
+ __export(refresh_exports, {
21
+ RefreshIcon: () => RefreshIcon
22
+ });
23
+ module.exports = __toCommonJS(refresh_exports);
24
+ const RefreshIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M11.812 4.737A5.018 5.018 0 0 0 3.01 7.473a.65.65 0 1 1-1.293-.137A6.318 6.318 0 0 1 12.962 4.09l.081-.302a.65.65 0 0 1 1.256.336l-.488 1.822a.65.65 0 0 1-.796.46l-1.822-.489a.65.65 0 1 1 .337-1.256l.282.076Zm1.892 3.212a.65.65 0 0 1 .578.715A6.318 6.318 0 0 1 3.038 11.91l-.081.302a.65.65 0 1 1-1.256-.336l.488-1.822a.65.65 0 0 1 .796-.46l1.822.489a.65.65 0 1 1-.337 1.255l-.282-.075a5.018 5.018 0 0 0 8.801-2.736.65.65 0 0 1 .715-.578Z" clip-rule="evenodd"/></svg>`;
@@ -0,0 +1,24 @@
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 vimeo_exports = {};
20
+ __export(vimeo_exports, {
21
+ VimeoIcon: () => VimeoIcon
22
+ });
23
+ module.exports = __toCommonJS(vimeo_exports);
24
+ const VimeoIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor" width="100%" height="100%" style="display: block;"><path d="M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z"/></svg>`;
@@ -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 vimeo_exports = {};
20
+ __export(vimeo_exports, {
21
+ VimeoIcon: () => VimeoIcon
22
+ });
23
+ module.exports = __toCommonJS(vimeo_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const VimeoIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z" }) });
29
+ }
30
+ );
31
+ VimeoIcon.displayName = "VimeoIcon";
@@ -120,5 +120,6 @@ export * from "./text-align-left";
120
120
  export * from "./text-block";
121
121
  export * from "./text-italic";
122
122
  export * from "./video";
123
+ export * from "./vimeo";
123
124
  export * from "./webstudio";
124
125
  export * from "./wrap";
@@ -0,0 +1 @@
1
+ export declare const CheckCircleIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill-rule=\"evenodd\" d=\"M8 1.983a6.017 6.017 0 1 0 0 12.033A6.017 6.017 0 0 0 8 1.983ZM.683 8a7.317 7.317 0 1 1 14.634 0A7.317 7.317 0 0 1 .683 8Z\" clip-rule=\"evenodd\"/><path fill-rule=\"evenodd\" d=\"M11.566 5.357a.8.8 0 0 1 0 1.132l-4.154 4.153a.8.8 0 0 1-1.132 0L4.434 8.796a.8.8 0 1 1 1.132-1.131l1.28 1.28 3.588-3.588a.8.8 0 0 1 1.132 0Z\" clip-rule=\"evenodd\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const CopyIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill-rule=\"evenodd\" d=\"M7.495 1.35h4.61c.315 0 .59 0 .816.019.24.02.484.063.719.183.348.177.631.46.808.808.12.235.164.479.184.719.018.227.018.501.018.816v4.61c0 .315 0 .59-.018.816-.02.24-.064.484-.184.719a1.85 1.85 0 0 1-.808.809c-.235.12-.479.163-.719.183-.227.018-.501.018-.816.018H11.05v1.055c0 .315 0 .59-.019.816-.02.24-.063.484-.183.719a1.85 1.85 0 0 1-.808.808c-.235.12-.479.164-.719.184-.227.018-.501.018-.816.018h-4.61c-.315 0-.59 0-.816-.018a1.883 1.883 0 0 1-.719-.184 1.85 1.85 0 0 1-.808-.808 1.882 1.882 0 0 1-.184-.719 10.757 10.757 0 0 1-.018-.816v-4.61c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019H4.95V3.895c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019ZM3.92 6.25c-.347 0-.568 0-.735.014a.643.643 0 0 0-.235.046.55.55 0 0 0-.24.24.643.643 0 0 0-.046.235c-.014.167-.014.388-.014.735v4.56c0 .347 0 .568.014.735.013.16.035.213.046.235a.55.55 0 0 0 .24.24c.022.011.075.033.235.046.167.014.388.014.735.014h4.56c.347 0 .568 0 .735-.014a.645.645 0 0 0 .235-.046.55.55 0 0 0 .24-.24.643.643 0 0 0 .046-.235c.013-.167.014-.388.014-.735V7.52c0-.347 0-.568-.014-.735a.643.643 0 0 0-.046-.235.55.55 0 0 0-.24-.24.643.643 0 0 0-.235-.046 10.166 10.166 0 0 0-.735-.014H3.92Zm7.13 3.5V7.495c0-.315 0-.59-.019-.816a1.883 1.883 0 0 0-.183-.719 1.85 1.85 0 0 0-.808-.808 1.882 1.882 0 0 0-.719-.183c-.227-.019-.501-.019-.816-.019H6.25V3.92c0-.347 0-.568.014-.735a.643.643 0 0 1 .046-.235.55.55 0 0 1 .24-.24.643.643 0 0 1 .235-.046c.167-.013.388-.014.735-.014h4.56c.347 0 .568 0 .735.014.16.013.213.035.235.046a.55.55 0 0 1 .24.24c.011.022.033.075.046.235.014.167.014.388.014.735v4.56c0 .347 0 .568-.014.735-.013.16-.035.213-.046.235a.55.55 0 0 1-.24.24.644.644 0 0 1-.235.046c-.167.014-.388.014-.735.014h-1.03Z\" clip-rule=\"evenodd\"/></svg>";
@@ -38,6 +38,7 @@ export { BpStarOffIcon } from "./bp-star-off";
38
38
  export { BpStarOnIcon } from "./bp-star-on";
39
39
  export { BugIcon } from "./bug";
40
40
  export { ButtonElementIcon } from "./button-element";
41
+ export { CheckCircleIcon } from "./check-circle";
41
42
  export { CheckboxCheckedFilledIcon } from "./checkbox-checked-filled";
42
43
  export { CheckboxCheckedIcon } from "./checkbox-checked";
43
44
  export { CheckboxEmptyIcon } from "./checkbox-empty";
@@ -52,6 +53,7 @@ export { ChevronFilledRightIcon } from "./chevron-filled-right";
52
53
  export { ChevronFilledUpIcon } from "./chevron-filled-up";
53
54
  export { CodeTextIcon } from "./code-text";
54
55
  export { CommitIcon } from "./commit";
56
+ export { CopyIcon } from "./copy";
55
57
  export { DashBorderIcon } from "./dash-border";
56
58
  export { DashIcon } from "./dash";
57
59
  export { DashedBorderIcon } from "./dashed-border";
@@ -101,6 +103,7 @@ export { PlayIcon } from "./play";
101
103
  export { PlusIcon } from "./plus";
102
104
  export { RadioCheckedIcon } from "./radio-checked";
103
105
  export { RadioUncheckedIcon } from "./radio-unchecked";
106
+ export { RefreshIcon } from "./refresh";
104
107
  export { RepeatColumnIcon } from "./repeat-column";
105
108
  export { RepeatGridIcon } from "./repeat-grid";
106
109
  export { RepeatRowIcon } from "./repeat-row";
@@ -117,5 +120,6 @@ export { TextAlignLeftIcon } from "./text-align-left";
117
120
  export { TextBlockIcon } from "./text-block";
118
121
  export { TextItalicIcon } from "./text-italic";
119
122
  export { VideoIcon } from "./video";
123
+ export { VimeoIcon } from "./vimeo";
120
124
  export { WebstudioIcon } from "./webstudio";
121
125
  export { WrapIcon } from "./wrap";
@@ -0,0 +1 @@
1
+ export declare const RefreshIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill-rule=\"evenodd\" d=\"M11.812 4.737A5.018 5.018 0 0 0 3.01 7.473a.65.65 0 1 1-1.293-.137A6.318 6.318 0 0 1 12.962 4.09l.081-.302a.65.65 0 0 1 1.256.336l-.488 1.822a.65.65 0 0 1-.796.46l-1.822-.489a.65.65 0 1 1 .337-1.256l.282.076Zm1.892 3.212a.65.65 0 0 1 .578.715A6.318 6.318 0 0 1 3.038 11.91l-.081.302a.65.65 0 1 1-1.256-.336l.488-1.822a.65.65 0 0 1 .796-.46l1.822.489a.65.65 0 1 1-.337 1.255l-.282-.075a5.018 5.018 0 0 0 8.801-2.736.65.65 0 0 1 .715-.578Z\" clip-rule=\"evenodd\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const VimeoIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 22 22\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path d=\"M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z\"/></svg>";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from "../types";
3
+ export declare const VimeoIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/icons",
3
- "version": "0.71.0",
3
+ "version": "0.72.0",
4
4
  "description": "Webstudio Icons",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -23,7 +23,7 @@
23
23
  "react-dom": "^18.2.0"
24
24
  },
25
25
  "dependencies": {
26
- "@webstudio-is/css-vars": "^0.71.0"
26
+ "@webstudio-is/css-vars": "^0.72.0"
27
27
  },
28
28
  "exports": {
29
29
  ".": {
@@ -120,5 +120,6 @@ export * from "./text-align-left";
120
120
  export * from "./text-block";
121
121
  export * from "./text-italic";
122
122
  export * from "./video";
123
+ export * from "./vimeo";
123
124
  export * from "./webstudio";
124
125
  export * from "./wrap";
@@ -0,0 +1 @@
1
+ export const CheckCircleIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M8 1.983a6.017 6.017 0 1 0 0 12.033A6.017 6.017 0 0 0 8 1.983ZM.683 8a7.317 7.317 0 1 1 14.634 0A7.317 7.317 0 0 1 .683 8Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M11.566 5.357a.8.8 0 0 1 0 1.132l-4.154 4.153a.8.8 0 0 1-1.132 0L4.434 8.796a.8.8 0 1 1 1.132-1.131l1.28 1.28 3.588-3.588a.8.8 0 0 1 1.132 0Z" clip-rule="evenodd"/></svg>`;
@@ -0,0 +1 @@
1
+ export const CopyIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M7.495 1.35h4.61c.315 0 .59 0 .816.019.24.02.484.063.719.183.348.177.631.46.808.808.12.235.164.479.184.719.018.227.018.501.018.816v4.61c0 .315 0 .59-.018.816-.02.24-.064.484-.184.719a1.85 1.85 0 0 1-.808.809c-.235.12-.479.163-.719.183-.227.018-.501.018-.816.018H11.05v1.055c0 .315 0 .59-.019.816-.02.24-.063.484-.183.719a1.85 1.85 0 0 1-.808.808c-.235.12-.479.164-.719.184-.227.018-.501.018-.816.018h-4.61c-.315 0-.59 0-.816-.018a1.883 1.883 0 0 1-.719-.184 1.85 1.85 0 0 1-.808-.808 1.882 1.882 0 0 1-.184-.719 10.757 10.757 0 0 1-.018-.816v-4.61c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019H4.95V3.895c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019ZM3.92 6.25c-.347 0-.568 0-.735.014a.643.643 0 0 0-.235.046.55.55 0 0 0-.24.24.643.643 0 0 0-.046.235c-.014.167-.014.388-.014.735v4.56c0 .347 0 .568.014.735.013.16.035.213.046.235a.55.55 0 0 0 .24.24c.022.011.075.033.235.046.167.014.388.014.735.014h4.56c.347 0 .568 0 .735-.014a.645.645 0 0 0 .235-.046.55.55 0 0 0 .24-.24.643.643 0 0 0 .046-.235c.013-.167.014-.388.014-.735V7.52c0-.347 0-.568-.014-.735a.643.643 0 0 0-.046-.235.55.55 0 0 0-.24-.24.643.643 0 0 0-.235-.046 10.166 10.166 0 0 0-.735-.014H3.92Zm7.13 3.5V7.495c0-.315 0-.59-.019-.816a1.883 1.883 0 0 0-.183-.719 1.85 1.85 0 0 0-.808-.808 1.882 1.882 0 0 0-.719-.183c-.227-.019-.501-.019-.816-.019H6.25V3.92c0-.347 0-.568.014-.735a.643.643 0 0 1 .046-.235.55.55 0 0 1 .24-.24.643.643 0 0 1 .235-.046c.167-.013.388-.014.735-.014h4.56c.347 0 .568 0 .735.014.16.013.213.035.235.046a.55.55 0 0 1 .24.24c.011.022.033.075.046.235.014.167.014.388.014.735v4.56c0 .347 0 .568-.014.735-.013.16-.035.213-.046.235a.55.55 0 0 1-.24.24.644.644 0 0 1-.235.046c-.167.014-.388.014-.735.014h-1.03Z" clip-rule="evenodd"/></svg>`;
@@ -38,6 +38,7 @@ export { BpStarOffIcon } from "./bp-star-off";
38
38
  export { BpStarOnIcon } from "./bp-star-on";
39
39
  export { BugIcon } from "./bug";
40
40
  export { ButtonElementIcon } from "./button-element";
41
+ export { CheckCircleIcon } from "./check-circle";
41
42
  export { CheckboxCheckedFilledIcon } from "./checkbox-checked-filled";
42
43
  export { CheckboxCheckedIcon } from "./checkbox-checked";
43
44
  export { CheckboxEmptyIcon } from "./checkbox-empty";
@@ -52,6 +53,7 @@ export { ChevronFilledRightIcon } from "./chevron-filled-right";
52
53
  export { ChevronFilledUpIcon } from "./chevron-filled-up";
53
54
  export { CodeTextIcon } from "./code-text";
54
55
  export { CommitIcon } from "./commit";
56
+ export { CopyIcon } from "./copy";
55
57
  export { DashBorderIcon } from "./dash-border";
56
58
  export { DashIcon } from "./dash";
57
59
  export { DashedBorderIcon } from "./dashed-border";
@@ -101,6 +103,7 @@ export { PlayIcon } from "./play";
101
103
  export { PlusIcon } from "./plus";
102
104
  export { RadioCheckedIcon } from "./radio-checked";
103
105
  export { RadioUncheckedIcon } from "./radio-unchecked";
106
+ export { RefreshIcon } from "./refresh";
104
107
  export { RepeatColumnIcon } from "./repeat-column";
105
108
  export { RepeatGridIcon } from "./repeat-grid";
106
109
  export { RepeatRowIcon } from "./repeat-row";
@@ -117,5 +120,6 @@ export { TextAlignLeftIcon } from "./text-align-left";
117
120
  export { TextBlockIcon } from "./text-block";
118
121
  export { TextItalicIcon } from "./text-italic";
119
122
  export { VideoIcon } from "./video";
123
+ export { VimeoIcon } from "./vimeo";
120
124
  export { WebstudioIcon } from "./webstudio";
121
125
  export { WrapIcon } from "./wrap";
@@ -0,0 +1 @@
1
+ export const RefreshIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M11.812 4.737A5.018 5.018 0 0 0 3.01 7.473a.65.65 0 1 1-1.293-.137A6.318 6.318 0 0 1 12.962 4.09l.081-.302a.65.65 0 0 1 1.256.336l-.488 1.822a.65.65 0 0 1-.796.46l-1.822-.489a.65.65 0 1 1 .337-1.256l.282.076Zm1.892 3.212a.65.65 0 0 1 .578.715A6.318 6.318 0 0 1 3.038 11.91l-.081.302a.65.65 0 1 1-1.256-.336l.488-1.822a.65.65 0 0 1 .796-.46l1.822.489a.65.65 0 1 1-.337 1.255l-.282-.075a5.018 5.018 0 0 0 8.801-2.736.65.65 0 0 1 .715-.578Z" clip-rule="evenodd"/></svg>`;
@@ -0,0 +1 @@
1
+ export const VimeoIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor" width="100%" height="100%" style="display: block;"><path d="M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z"/></svg>`;
@@ -0,0 +1,15 @@
1
+ // Generated from icons/vimeo.svg
2
+
3
+ import { forwardRef } from "react";
4
+ import type { IconProps } from "../types";
5
+
6
+ // prettier-ignore
7
+ export const VimeoIcon = forwardRef<SVGSVGElement, IconProps>(
8
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
9
+ return (
10
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z" /></svg>
11
+ );
12
+ }
13
+ );
14
+
15
+ VimeoIcon.displayName = "VimeoIcon";