@webstudio-is/icons 0.71.0 → 0.73.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.
Files changed (58) hide show
  1. package/lib/__generated__/index.js +3 -2
  2. package/lib/__generated__/reset.js +11 -0
  3. package/lib/__generated__/svg/check-circle.js +4 -0
  4. package/lib/__generated__/svg/copy.js +4 -0
  5. package/lib/__generated__/svg/index.js +12 -4
  6. package/lib/__generated__/svg/refresh.js +4 -0
  7. package/lib/__generated__/svg/reset.js +4 -0
  8. package/lib/__generated__/svg/text.js +4 -0
  9. package/lib/__generated__/svg/vimeo.js +4 -0
  10. package/lib/__generated__/{text-block.js → text.js} +3 -3
  11. package/lib/__generated__/vimeo.js +11 -0
  12. package/lib/cjs/__generated__/index.js +3 -2
  13. package/lib/cjs/__generated__/reset.js +31 -0
  14. package/lib/cjs/__generated__/svg/check-circle.js +24 -0
  15. package/lib/cjs/__generated__/svg/copy.js +24 -0
  16. package/lib/cjs/__generated__/svg/index.js +12 -4
  17. package/lib/cjs/__generated__/svg/refresh.js +24 -0
  18. package/lib/cjs/__generated__/svg/reset.js +24 -0
  19. package/lib/cjs/__generated__/svg/text.js +24 -0
  20. package/lib/cjs/__generated__/svg/vimeo.js +24 -0
  21. package/lib/cjs/__generated__/{text-block.js → text.js} +6 -6
  22. package/lib/cjs/__generated__/vimeo.js +31 -0
  23. package/lib/types/__generated__/index.d.ts +3 -2
  24. package/lib/types/__generated__/reset.d.ts +3 -0
  25. package/lib/types/__generated__/svg/check-circle.d.ts +1 -0
  26. package/lib/types/__generated__/svg/copy.d.ts +1 -0
  27. package/lib/types/__generated__/svg/index.d.ts +6 -2
  28. package/lib/types/__generated__/svg/refresh.d.ts +1 -0
  29. package/lib/types/__generated__/svg/reset.d.ts +1 -0
  30. package/lib/types/__generated__/svg/text.d.ts +1 -0
  31. package/lib/types/__generated__/svg/vimeo.d.ts +1 -0
  32. package/lib/types/__generated__/text.d.ts +3 -0
  33. package/lib/types/__generated__/vimeo.d.ts +3 -0
  34. package/package.json +3 -3
  35. package/src/__generated__/index.ts +3 -2
  36. package/src/__generated__/reset.tsx +15 -0
  37. package/src/__generated__/svg/check-circle.ts +1 -0
  38. package/src/__generated__/svg/copy.ts +1 -0
  39. package/src/__generated__/svg/index.ts +6 -2
  40. package/src/__generated__/svg/refresh.ts +1 -0
  41. package/src/__generated__/svg/reset.ts +1 -0
  42. package/src/__generated__/svg/text.ts +1 -0
  43. package/src/__generated__/svg/vimeo.ts +1 -0
  44. package/src/__generated__/{text-block.tsx → text.tsx} +3 -3
  45. package/src/__generated__/vimeo.tsx +15 -0
  46. package/lib/__generated__/link-block.js +0 -11
  47. package/lib/__generated__/svg/link-block.js +0 -4
  48. package/lib/__generated__/svg/text-block.js +0 -4
  49. package/lib/cjs/__generated__/link-block.js +0 -31
  50. package/lib/cjs/__generated__/svg/link-block.js +0 -24
  51. package/lib/cjs/__generated__/svg/text-block.js +0 -24
  52. package/lib/types/__generated__/link-block.d.ts +0 -3
  53. package/lib/types/__generated__/svg/link-block.d.ts +0 -1
  54. package/lib/types/__generated__/svg/text-block.d.ts +0 -1
  55. package/lib/types/__generated__/text-block.d.ts +0 -3
  56. package/src/__generated__/link-block.tsx +0 -15
  57. package/src/__generated__/svg/link-block.ts +0 -1
  58. package/src/__generated__/svg/text-block.ts +0 -1
@@ -86,7 +86,6 @@ export * from "./j-c-space-between";
86
86
  export * from "./j-c-start";
87
87
  export * from "./link-2-unlinked";
88
88
  export * from "./link-2";
89
- export * from "./link-block";
90
89
  export * from "./link";
91
90
  export * from "./list-item";
92
91
  export * from "./list";
@@ -107,6 +106,7 @@ export * from "./refresh";
107
106
  export * from "./repeat-column";
108
107
  export * from "./repeat-grid";
109
108
  export * from "./repeat-row";
109
+ export * from "./reset";
110
110
  export * from "./scroll";
111
111
  export * from "./section-link";
112
112
  export * from "./shrink";
@@ -117,8 +117,9 @@ export * from "./subscript";
117
117
  export * from "./subtract";
118
118
  export * from "./superscript";
119
119
  export * from "./text-align-left";
120
- export * from "./text-block";
121
120
  export * from "./text-italic";
121
+ export * from "./text";
122
122
  export * from "./video";
123
+ export * from "./vimeo";
123
124
  export * from "./webstudio";
124
125
  export * from "./wrap";
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const ResetIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M6.322 1.78a.783.783 0 0 1-.068 1.104L4.85 4.124h4.453A4.696 4.696 0 0 1 14 8.819c0 2.686-2.2 4.35-4.696 4.35h-1.63a.783.783 0 0 1 0-1.564h1.63c1.828 0 3.13-1.15 3.13-2.786a3.13 3.13 0 0 0-3.13-3.13H4.851l1.403 1.24A.783.783 0 1 1 5.217 8.1L2.264 5.493a.783.783 0 0 1 0-1.173L5.217 1.71a.783.783 0 0 1 1.105.068Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ ResetIcon.displayName = "ResetIcon";
9
+ export {
10
+ ResetIcon
11
+ };
@@ -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";
@@ -84,7 +86,6 @@ import { JCSpaceBetweenIcon } from "./j-c-space-between";
84
86
  import { JCStartIcon } from "./j-c-start";
85
87
  import { Link2UnlinkedIcon } from "./link-2-unlinked";
86
88
  import { Link2Icon } from "./link-2";
87
- import { LinkBlockIcon } from "./link-block";
88
89
  import { LinkIcon } from "./link";
89
90
  import { ListItemIcon } from "./list-item";
90
91
  import { ListIcon } from "./list";
@@ -101,9 +102,11 @@ import { PlayIcon } from "./play";
101
102
  import { PlusIcon } from "./plus";
102
103
  import { RadioCheckedIcon } from "./radio-checked";
103
104
  import { RadioUncheckedIcon } from "./radio-unchecked";
105
+ import { RefreshIcon } from "./refresh";
104
106
  import { RepeatColumnIcon } from "./repeat-column";
105
107
  import { RepeatGridIcon } from "./repeat-grid";
106
108
  import { RepeatRowIcon } from "./repeat-row";
109
+ import { ResetIcon } from "./reset";
107
110
  import { ScrollIcon } from "./scroll";
108
111
  import { SectionLinkIcon } from "./section-link";
109
112
  import { ShrinkIcon } from "./shrink";
@@ -114,9 +117,10 @@ import { SubscriptIcon } from "./subscript";
114
117
  import { SubtractIcon } from "./subtract";
115
118
  import { SuperscriptIcon } from "./superscript";
116
119
  import { TextAlignLeftIcon } from "./text-align-left";
117
- import { TextBlockIcon } from "./text-block";
118
120
  import { TextItalicIcon } from "./text-italic";
121
+ import { TextIcon } from "./text";
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,
@@ -206,7 +212,6 @@ export {
206
212
  JCStartIcon,
207
213
  Link2Icon,
208
214
  Link2UnlinkedIcon,
209
- LinkBlockIcon,
210
215
  LinkIcon,
211
216
  ListIcon,
212
217
  ListItemIcon,
@@ -223,9 +228,11 @@ export {
223
228
  PlusIcon,
224
229
  RadioCheckedIcon,
225
230
  RadioUncheckedIcon,
231
+ RefreshIcon,
226
232
  RepeatColumnIcon,
227
233
  RepeatGridIcon,
228
234
  RepeatRowIcon,
235
+ ResetIcon,
229
236
  ScrollIcon,
230
237
  SectionLinkIcon,
231
238
  ShrinkIcon,
@@ -236,9 +243,10 @@ export {
236
243
  SubtractIcon,
237
244
  SuperscriptIcon,
238
245
  TextAlignLeftIcon,
239
- TextBlockIcon,
246
+ TextIcon,
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 ResetIcon = `<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="M6.322 1.78a.783.783 0 0 1-.068 1.104L4.85 4.124h4.453A4.696 4.696 0 0 1 14 8.819c0 2.686-2.2 4.35-4.696 4.35h-1.63a.783.783 0 0 1 0-1.564h1.63c1.828 0 3.13-1.15 3.13-2.786a3.13 3.13 0 0 0-3.13-3.13H4.851l1.403 1.24A.783.783 0 1 1 5.217 8.1L2.264 5.493a.783.783 0 0 1 0-1.173L5.217 1.71a.783.783 0 0 1 1.105.068Z" clip-rule="evenodd"/></svg>`;
2
+ export {
3
+ ResetIcon
4
+ };
@@ -0,0 +1,4 @@
1
+ const TextIcon = `<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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z" clip-rule="evenodd"/></svg>`;
2
+ export {
3
+ TextIcon
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
+ };
@@ -1,11 +1,11 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
- const TextBlockIcon = forwardRef(
3
+ const TextIcon = forwardRef(
4
4
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
5
  return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z", clipRule: "evenodd" }) });
6
6
  }
7
7
  );
8
- TextBlockIcon.displayName = "TextBlockIcon";
8
+ TextIcon.displayName = "TextIcon";
9
9
  export {
10
- TextBlockIcon
10
+ TextIcon
11
11
  };
@@ -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
+ };
@@ -103,7 +103,6 @@ __reExport(generated_exports, require("./j-c-space-between"), module.exports);
103
103
  __reExport(generated_exports, require("./j-c-start"), module.exports);
104
104
  __reExport(generated_exports, require("./link-2-unlinked"), module.exports);
105
105
  __reExport(generated_exports, require("./link-2"), module.exports);
106
- __reExport(generated_exports, require("./link-block"), module.exports);
107
106
  __reExport(generated_exports, require("./link"), module.exports);
108
107
  __reExport(generated_exports, require("./list-item"), module.exports);
109
108
  __reExport(generated_exports, require("./list"), module.exports);
@@ -124,6 +123,7 @@ __reExport(generated_exports, require("./refresh"), module.exports);
124
123
  __reExport(generated_exports, require("./repeat-column"), module.exports);
125
124
  __reExport(generated_exports, require("./repeat-grid"), module.exports);
126
125
  __reExport(generated_exports, require("./repeat-row"), module.exports);
126
+ __reExport(generated_exports, require("./reset"), module.exports);
127
127
  __reExport(generated_exports, require("./scroll"), module.exports);
128
128
  __reExport(generated_exports, require("./section-link"), module.exports);
129
129
  __reExport(generated_exports, require("./shrink"), module.exports);
@@ -134,8 +134,9 @@ __reExport(generated_exports, require("./subscript"), module.exports);
134
134
  __reExport(generated_exports, require("./subtract"), module.exports);
135
135
  __reExport(generated_exports, require("./superscript"), module.exports);
136
136
  __reExport(generated_exports, require("./text-align-left"), module.exports);
137
- __reExport(generated_exports, require("./text-block"), module.exports);
138
137
  __reExport(generated_exports, require("./text-italic"), module.exports);
138
+ __reExport(generated_exports, require("./text"), 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,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 reset_exports = {};
20
+ __export(reset_exports, {
21
+ ResetIcon: () => ResetIcon
22
+ });
23
+ module.exports = __toCommonJS(reset_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const ResetIcon = (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 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M6.322 1.78a.783.783 0 0 1-.068 1.104L4.85 4.124h4.453A4.696 4.696 0 0 1 14 8.819c0 2.686-2.2 4.35-4.696 4.35h-1.63a.783.783 0 0 1 0-1.564h1.63c1.828 0 3.13-1.15 3.13-2.786a3.13 3.13 0 0 0-3.13-3.13H4.851l1.403 1.24A.783.783 0 1 1 5.217 8.1L2.264 5.493a.783.783 0 0 1 0-1.173L5.217 1.71a.783.783 0 0 1 1.105.068Z", clipRule: "evenodd" }) });
29
+ }
30
+ );
31
+ ResetIcon.displayName = "ResetIcon";
@@ -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,
@@ -104,7 +106,6 @@ __export(svg_exports, {
104
106
  JCStartIcon: () => import_j_c_start.JCStartIcon,
105
107
  Link2Icon: () => import_link_2.Link2Icon,
106
108
  Link2UnlinkedIcon: () => import_link_2_unlinked.Link2UnlinkedIcon,
107
- LinkBlockIcon: () => import_link_block.LinkBlockIcon,
108
109
  LinkIcon: () => import_link.LinkIcon,
109
110
  ListIcon: () => import_list.ListIcon,
110
111
  ListItemIcon: () => import_list_item.ListItemIcon,
@@ -121,9 +122,11 @@ __export(svg_exports, {
121
122
  PlusIcon: () => import_plus.PlusIcon,
122
123
  RadioCheckedIcon: () => import_radio_checked.RadioCheckedIcon,
123
124
  RadioUncheckedIcon: () => import_radio_unchecked.RadioUncheckedIcon,
125
+ RefreshIcon: () => import_refresh.RefreshIcon,
124
126
  RepeatColumnIcon: () => import_repeat_column.RepeatColumnIcon,
125
127
  RepeatGridIcon: () => import_repeat_grid.RepeatGridIcon,
126
128
  RepeatRowIcon: () => import_repeat_row.RepeatRowIcon,
129
+ ResetIcon: () => import_reset.ResetIcon,
127
130
  ScrollIcon: () => import_scroll.ScrollIcon,
128
131
  SectionLinkIcon: () => import_section_link.SectionLinkIcon,
129
132
  ShrinkIcon: () => import_shrink.ShrinkIcon,
@@ -134,9 +137,10 @@ __export(svg_exports, {
134
137
  SubtractIcon: () => import_subtract.SubtractIcon,
135
138
  SuperscriptIcon: () => import_superscript.SuperscriptIcon,
136
139
  TextAlignLeftIcon: () => import_text_align_left.TextAlignLeftIcon,
137
- TextBlockIcon: () => import_text_block.TextBlockIcon,
140
+ TextIcon: () => import_text.TextIcon,
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");
@@ -227,7 +233,6 @@ var import_j_c_space_between = require("./j-c-space-between");
227
233
  var import_j_c_start = require("./j-c-start");
228
234
  var import_link_2_unlinked = require("./link-2-unlinked");
229
235
  var import_link_2 = require("./link-2");
230
- var import_link_block = require("./link-block");
231
236
  var import_link = require("./link");
232
237
  var import_list_item = require("./list-item");
233
238
  var import_list = require("./list");
@@ -244,9 +249,11 @@ var import_play = require("./play");
244
249
  var import_plus = require("./plus");
245
250
  var import_radio_checked = require("./radio-checked");
246
251
  var import_radio_unchecked = require("./radio-unchecked");
252
+ var import_refresh = require("./refresh");
247
253
  var import_repeat_column = require("./repeat-column");
248
254
  var import_repeat_grid = require("./repeat-grid");
249
255
  var import_repeat_row = require("./repeat-row");
256
+ var import_reset = require("./reset");
250
257
  var import_scroll = require("./scroll");
251
258
  var import_section_link = require("./section-link");
252
259
  var import_shrink = require("./shrink");
@@ -257,8 +264,9 @@ var import_subscript = require("./subscript");
257
264
  var import_subtract = require("./subtract");
258
265
  var import_superscript = require("./superscript");
259
266
  var import_text_align_left = require("./text-align-left");
260
- var import_text_block = require("./text-block");
261
267
  var import_text_italic = require("./text-italic");
268
+ var import_text = require("./text");
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 reset_exports = {};
20
+ __export(reset_exports, {
21
+ ResetIcon: () => ResetIcon
22
+ });
23
+ module.exports = __toCommonJS(reset_exports);
24
+ const ResetIcon = `<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="M6.322 1.78a.783.783 0 0 1-.068 1.104L4.85 4.124h4.453A4.696 4.696 0 0 1 14 8.819c0 2.686-2.2 4.35-4.696 4.35h-1.63a.783.783 0 0 1 0-1.564h1.63c1.828 0 3.13-1.15 3.13-2.786a3.13 3.13 0 0 0-3.13-3.13H4.851l1.403 1.24A.783.783 0 1 1 5.217 8.1L2.264 5.493a.783.783 0 0 1 0-1.173L5.217 1.71a.783.783 0 0 1 1.105.068Z" 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 text_exports = {};
20
+ __export(text_exports, {
21
+ TextIcon: () => TextIcon
22
+ });
23
+ module.exports = __toCommonJS(text_exports);
24
+ const TextIcon = `<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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z" 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>`;
@@ -16,16 +16,16 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var text_block_exports = {};
20
- __export(text_block_exports, {
21
- TextBlockIcon: () => TextBlockIcon
19
+ var text_exports = {};
20
+ __export(text_exports, {
21
+ TextIcon: () => TextIcon
22
22
  });
23
- module.exports = __toCommonJS(text_block_exports);
23
+ module.exports = __toCommonJS(text_exports);
24
24
  var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
- const TextBlockIcon = (0, import_react.forwardRef)(
26
+ const TextIcon = (0, import_react.forwardRef)(
27
27
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
28
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z", clipRule: "evenodd" }) });
29
29
  }
30
30
  );
31
- TextBlockIcon.displayName = "TextBlockIcon";
31
+ TextIcon.displayName = "TextIcon";
@@ -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";
@@ -86,7 +86,6 @@ export * from "./j-c-space-between";
86
86
  export * from "./j-c-start";
87
87
  export * from "./link-2-unlinked";
88
88
  export * from "./link-2";
89
- export * from "./link-block";
90
89
  export * from "./link";
91
90
  export * from "./list-item";
92
91
  export * from "./list";
@@ -107,6 +106,7 @@ export * from "./refresh";
107
106
  export * from "./repeat-column";
108
107
  export * from "./repeat-grid";
109
108
  export * from "./repeat-row";
109
+ export * from "./reset";
110
110
  export * from "./scroll";
111
111
  export * from "./section-link";
112
112
  export * from "./shrink";
@@ -117,8 +117,9 @@ export * from "./subscript";
117
117
  export * from "./subtract";
118
118
  export * from "./superscript";
119
119
  export * from "./text-align-left";
120
- export * from "./text-block";
121
120
  export * from "./text-italic";
121
+ export * from "./text";
122
122
  export * from "./video";
123
+ export * from "./vimeo";
123
124
  export * from "./webstudio";
124
125
  export * from "./wrap";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from "../types";
3
+ export declare const ResetIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -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";
@@ -84,7 +86,6 @@ export { JCSpaceBetweenIcon } from "./j-c-space-between";
84
86
  export { JCStartIcon } from "./j-c-start";
85
87
  export { Link2UnlinkedIcon } from "./link-2-unlinked";
86
88
  export { Link2Icon } from "./link-2";
87
- export { LinkBlockIcon } from "./link-block";
88
89
  export { LinkIcon } from "./link";
89
90
  export { ListItemIcon } from "./list-item";
90
91
  export { ListIcon } from "./list";
@@ -101,9 +102,11 @@ export { PlayIcon } from "./play";
101
102
  export { PlusIcon } from "./plus";
102
103
  export { RadioCheckedIcon } from "./radio-checked";
103
104
  export { RadioUncheckedIcon } from "./radio-unchecked";
105
+ export { RefreshIcon } from "./refresh";
104
106
  export { RepeatColumnIcon } from "./repeat-column";
105
107
  export { RepeatGridIcon } from "./repeat-grid";
106
108
  export { RepeatRowIcon } from "./repeat-row";
109
+ export { ResetIcon } from "./reset";
107
110
  export { ScrollIcon } from "./scroll";
108
111
  export { SectionLinkIcon } from "./section-link";
109
112
  export { ShrinkIcon } from "./shrink";
@@ -114,8 +117,9 @@ export { SubscriptIcon } from "./subscript";
114
117
  export { SubtractIcon } from "./subtract";
115
118
  export { SuperscriptIcon } from "./superscript";
116
119
  export { TextAlignLeftIcon } from "./text-align-left";
117
- export { TextBlockIcon } from "./text-block";
118
120
  export { TextItalicIcon } from "./text-italic";
121
+ export { TextIcon } from "./text";
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 ResetIcon = "<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=\"M6.322 1.78a.783.783 0 0 1-.068 1.104L4.85 4.124h4.453A4.696 4.696 0 0 1 14 8.819c0 2.686-2.2 4.35-4.696 4.35h-1.63a.783.783 0 0 1 0-1.564h1.63c1.828 0 3.13-1.15 3.13-2.786a3.13 3.13 0 0 0-3.13-3.13H4.851l1.403 1.24A.783.783 0 1 1 5.217 8.1L2.264 5.493a.783.783 0 0 1 0-1.173L5.217 1.71a.783.783 0 0 1 1.105.068Z\" clip-rule=\"evenodd\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const TextIcon = "<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=\"M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z\" 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 TextIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -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.73.0",
4
4
  "description": "Webstudio Icons",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^18.2.0",
14
14
  "svgo": "^3.0.2",
15
15
  "tsx": "^3.12.6",
16
- "typescript": "5.0.3",
16
+ "typescript": "5.1.3",
17
17
  "@webstudio-is/scripts": "^0.0.0",
18
18
  "@webstudio-is/storybook-config": "^0.0.0",
19
19
  "@webstudio-is/tsconfig": "^1.0.6"
@@ -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.73.0"
27
27
  },
28
28
  "exports": {
29
29
  ".": {
@@ -86,7 +86,6 @@ export * from "./j-c-space-between";
86
86
  export * from "./j-c-start";
87
87
  export * from "./link-2-unlinked";
88
88
  export * from "./link-2";
89
- export * from "./link-block";
90
89
  export * from "./link";
91
90
  export * from "./list-item";
92
91
  export * from "./list";
@@ -107,6 +106,7 @@ export * from "./refresh";
107
106
  export * from "./repeat-column";
108
107
  export * from "./repeat-grid";
109
108
  export * from "./repeat-row";
109
+ export * from "./reset";
110
110
  export * from "./scroll";
111
111
  export * from "./section-link";
112
112
  export * from "./shrink";
@@ -117,8 +117,9 @@ export * from "./subscript";
117
117
  export * from "./subtract";
118
118
  export * from "./superscript";
119
119
  export * from "./text-align-left";
120
- export * from "./text-block";
121
120
  export * from "./text-italic";
121
+ export * from "./text";
122
122
  export * from "./video";
123
+ export * from "./vimeo";
123
124
  export * from "./webstudio";
124
125
  export * from "./wrap";
@@ -0,0 +1,15 @@
1
+ // Generated from icons/reset.svg
2
+
3
+ import { forwardRef } from "react";
4
+ import type { IconProps } from "../types";
5
+
6
+ // prettier-ignore
7
+ export const ResetIcon = forwardRef<SVGSVGElement, IconProps>(
8
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
9
+ return (
10
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M6.322 1.78a.783.783 0 0 1-.068 1.104L4.85 4.124h4.453A4.696 4.696 0 0 1 14 8.819c0 2.686-2.2 4.35-4.696 4.35h-1.63a.783.783 0 0 1 0-1.564h1.63c1.828 0 3.13-1.15 3.13-2.786a3.13 3.13 0 0 0-3.13-3.13H4.851l1.403 1.24A.783.783 0 1 1 5.217 8.1L2.264 5.493a.783.783 0 0 1 0-1.173L5.217 1.71a.783.783 0 0 1 1.105.068Z" clipRule="evenodd" /></svg>
11
+ );
12
+ }
13
+ );
14
+
15
+ ResetIcon.displayName = "ResetIcon";
@@ -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";
@@ -84,7 +86,6 @@ export { JCSpaceBetweenIcon } from "./j-c-space-between";
84
86
  export { JCStartIcon } from "./j-c-start";
85
87
  export { Link2UnlinkedIcon } from "./link-2-unlinked";
86
88
  export { Link2Icon } from "./link-2";
87
- export { LinkBlockIcon } from "./link-block";
88
89
  export { LinkIcon } from "./link";
89
90
  export { ListItemIcon } from "./list-item";
90
91
  export { ListIcon } from "./list";
@@ -101,9 +102,11 @@ export { PlayIcon } from "./play";
101
102
  export { PlusIcon } from "./plus";
102
103
  export { RadioCheckedIcon } from "./radio-checked";
103
104
  export { RadioUncheckedIcon } from "./radio-unchecked";
105
+ export { RefreshIcon } from "./refresh";
104
106
  export { RepeatColumnIcon } from "./repeat-column";
105
107
  export { RepeatGridIcon } from "./repeat-grid";
106
108
  export { RepeatRowIcon } from "./repeat-row";
109
+ export { ResetIcon } from "./reset";
107
110
  export { ScrollIcon } from "./scroll";
108
111
  export { SectionLinkIcon } from "./section-link";
109
112
  export { ShrinkIcon } from "./shrink";
@@ -114,8 +117,9 @@ export { SubscriptIcon } from "./subscript";
114
117
  export { SubtractIcon } from "./subtract";
115
118
  export { SuperscriptIcon } from "./superscript";
116
119
  export { TextAlignLeftIcon } from "./text-align-left";
117
- export { TextBlockIcon } from "./text-block";
118
120
  export { TextItalicIcon } from "./text-italic";
121
+ export { TextIcon } from "./text";
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 ResetIcon = `<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="M6.322 1.78a.783.783 0 0 1-.068 1.104L4.85 4.124h4.453A4.696 4.696 0 0 1 14 8.819c0 2.686-2.2 4.35-4.696 4.35h-1.63a.783.783 0 0 1 0-1.564h1.63c1.828 0 3.13-1.15 3.13-2.786a3.13 3.13 0 0 0-3.13-3.13H4.851l1.403 1.24A.783.783 0 1 1 5.217 8.1L2.264 5.493a.783.783 0 0 1 0-1.173L5.217 1.71a.783.783 0 0 1 1.105.068Z" clip-rule="evenodd"/></svg>`;
@@ -0,0 +1 @@
1
+ export const TextIcon = `<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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z" 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>`;
@@ -1,10 +1,10 @@
1
- // Generated from icons/text-block.svg
1
+ // Generated from icons/text.svg
2
2
 
3
3
  import { forwardRef } from "react";
4
4
  import type { IconProps } from "../types";
5
5
 
6
6
  // prettier-ignore
7
- export const TextBlockIcon = forwardRef<SVGSVGElement, IconProps>(
7
+ export const TextIcon = forwardRef<SVGSVGElement, IconProps>(
8
8
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
9
9
  return (
10
10
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z" clipRule="evenodd" /></svg>
@@ -12,4 +12,4 @@ export const TextBlockIcon = forwardRef<SVGSVGElement, IconProps>(
12
12
  }
13
13
  );
14
14
 
15
- TextBlockIcon.displayName = "TextBlockIcon";
15
+ TextIcon.displayName = "TextIcon";
@@ -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";
@@ -1,11 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { forwardRef } from "react";
3
- const LinkBlockIcon = forwardRef(
4
- ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM10.42 5.58c-.359-.36-1.108-.398-1.681.175l-.528.529a.65.65 0 1 1-.92-.92l.529-.528c.96-.96 2.54-1.155 3.52-.176.98.98.784 2.56-.176 3.52l-.529.529a.65.65 0 1 1-.919-.92l.529-.528c.573-.573.535-1.322.175-1.681ZM9.416 6.584a.65.65 0 0 1 0 .92L7.503 9.415a.65.65 0 0 1-.919-.92l1.913-1.912a.65.65 0 0 1 .919 0Zm-3.132.708a.65.65 0 0 1 0 .919l-.529.528c-.573.574-.535 1.322-.175 1.682.359.359 1.108.397 1.681-.176l.528-.529a.65.65 0 1 1 .92.92l-.529.528c-.96.96-2.54 1.156-3.52.176s-.784-2.56.176-3.52l.529-.528a.65.65 0 0 1 .919 0Z", clipRule: "evenodd" }) });
6
- }
7
- );
8
- LinkBlockIcon.displayName = "LinkBlockIcon";
9
- export {
10
- LinkBlockIcon
11
- };
@@ -1,4 +0,0 @@
1
- const LinkBlockIcon = `<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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM10.42 5.58c-.359-.36-1.108-.398-1.681.175l-.528.529a.65.65 0 1 1-.92-.92l.529-.528c.96-.96 2.54-1.155 3.52-.176.98.98.784 2.56-.176 3.52l-.529.529a.65.65 0 1 1-.919-.92l.529-.528c.573-.573.535-1.322.175-1.681ZM9.416 6.584a.65.65 0 0 1 0 .92L7.503 9.415a.65.65 0 0 1-.919-.92l1.913-1.912a.65.65 0 0 1 .919 0Zm-3.132.708a.65.65 0 0 1 0 .919l-.529.528c-.573.574-.535 1.322-.175 1.682.359.359 1.108.397 1.681-.176l.528-.529a.65.65 0 1 1 .92.92l-.529.528c-.96.96-2.54 1.156-3.52.176s-.784-2.56.176-3.52l.529-.528a.65.65 0 0 1 .919 0Z" clip-rule="evenodd"/></svg>`;
2
- export {
3
- LinkBlockIcon
4
- };
@@ -1,4 +0,0 @@
1
- const TextBlockIcon = `<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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z" clip-rule="evenodd"/></svg>`;
2
- export {
3
- TextBlockIcon
4
- };
@@ -1,31 +0,0 @@
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 link_block_exports = {};
20
- __export(link_block_exports, {
21
- LinkBlockIcon: () => LinkBlockIcon
22
- });
23
- module.exports = __toCommonJS(link_block_exports);
24
- var import_jsx_runtime = require("react/jsx-runtime");
25
- var import_react = require("react");
26
- const LinkBlockIcon = (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 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM10.42 5.58c-.359-.36-1.108-.398-1.681.175l-.528.529a.65.65 0 1 1-.92-.92l.529-.528c.96-.96 2.54-1.155 3.52-.176.98.98.784 2.56-.176 3.52l-.529.529a.65.65 0 1 1-.919-.92l.529-.528c.573-.573.535-1.322.175-1.681ZM9.416 6.584a.65.65 0 0 1 0 .92L7.503 9.415a.65.65 0 0 1-.919-.92l1.913-1.912a.65.65 0 0 1 .919 0Zm-3.132.708a.65.65 0 0 1 0 .919l-.529.528c-.573.574-.535 1.322-.175 1.682.359.359 1.108.397 1.681-.176l.528-.529a.65.65 0 1 1 .92.92l-.529.528c-.96.96-2.54 1.156-3.52.176s-.784-2.56.176-3.52l.529-.528a.65.65 0 0 1 .919 0Z", clipRule: "evenodd" }) });
29
- }
30
- );
31
- LinkBlockIcon.displayName = "LinkBlockIcon";
@@ -1,24 +0,0 @@
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 link_block_exports = {};
20
- __export(link_block_exports, {
21
- LinkBlockIcon: () => LinkBlockIcon
22
- });
23
- module.exports = __toCommonJS(link_block_exports);
24
- const LinkBlockIcon = `<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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM10.42 5.58c-.359-.36-1.108-.398-1.681.175l-.528.529a.65.65 0 1 1-.92-.92l.529-.528c.96-.96 2.54-1.155 3.52-.176.98.98.784 2.56-.176 3.52l-.529.529a.65.65 0 1 1-.919-.92l.529-.528c.573-.573.535-1.322.175-1.681ZM9.416 6.584a.65.65 0 0 1 0 .92L7.503 9.415a.65.65 0 0 1-.919-.92l1.913-1.912a.65.65 0 0 1 .919 0Zm-3.132.708a.65.65 0 0 1 0 .919l-.529.528c-.573.574-.535 1.322-.175 1.682.359.359 1.108.397 1.681-.176l.528-.529a.65.65 0 1 1 .92.92l-.529.528c-.96.96-2.54 1.156-3.52.176s-.784-2.56.176-3.52l.529-.528a.65.65 0 0 1 .919 0Z" clip-rule="evenodd"/></svg>`;
@@ -1,24 +0,0 @@
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 text_block_exports = {};
20
- __export(text_block_exports, {
21
- TextBlockIcon: () => TextBlockIcon
22
- });
23
- module.exports = __toCommonJS(text_block_exports);
24
- const TextBlockIcon = `<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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z" clip-rule="evenodd"/></svg>`;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IconProps } from "../types";
3
- export declare const LinkBlockIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +0,0 @@
1
- export declare const LinkBlockIcon = "<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=\"M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM10.42 5.58c-.359-.36-1.108-.398-1.681.175l-.528.529a.65.65 0 1 1-.92-.92l.529-.528c.96-.96 2.54-1.155 3.52-.176.98.98.784 2.56-.176 3.52l-.529.529a.65.65 0 1 1-.919-.92l.529-.528c.573-.573.535-1.322.175-1.681ZM9.416 6.584a.65.65 0 0 1 0 .92L7.503 9.415a.65.65 0 0 1-.919-.92l1.913-1.912a.65.65 0 0 1 .919 0Zm-3.132.708a.65.65 0 0 1 0 .919l-.529.528c-.573.574-.535 1.322-.175 1.682.359.359 1.108.397 1.681-.176l.528-.529a.65.65 0 1 1 .92.92l-.529.528c-.96.96-2.54 1.156-3.52.176s-.784-2.56.176-3.52l.529-.528a.65.65 0 0 1 .919 0Z\" clip-rule=\"evenodd\"/></svg>";
@@ -1 +0,0 @@
1
- export declare const TextBlockIcon = "<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=\"M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z\" clip-rule=\"evenodd\"/></svg>";
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IconProps } from "../types";
3
- export declare const TextBlockIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1,15 +0,0 @@
1
- // Generated from icons/link-block.svg
2
-
3
- import { forwardRef } from "react";
4
- import type { IconProps } from "../types";
5
-
6
- // prettier-ignore
7
- export const LinkBlockIcon = forwardRef<SVGSVGElement, IconProps>(
8
- ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
9
- return (
10
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM10.42 5.58c-.359-.36-1.108-.398-1.681.175l-.528.529a.65.65 0 1 1-.92-.92l.529-.528c.96-.96 2.54-1.155 3.52-.176.98.98.784 2.56-.176 3.52l-.529.529a.65.65 0 1 1-.919-.92l.529-.528c.573-.573.535-1.322.175-1.681ZM9.416 6.584a.65.65 0 0 1 0 .92L7.503 9.415a.65.65 0 0 1-.919-.92l1.913-1.912a.65.65 0 0 1 .919 0Zm-3.132.708a.65.65 0 0 1 0 .919l-.529.528c-.573.574-.535 1.322-.175 1.682.359.359 1.108.397 1.681-.176l.528-.529a.65.65 0 1 1 .92.92l-.529.528c-.96.96-2.54 1.156-3.52.176s-.784-2.56.176-3.52l.529-.528a.65.65 0 0 1 .919 0Z" clipRule="evenodd" /></svg>
11
- );
12
- }
13
- );
14
-
15
- LinkBlockIcon.displayName = "LinkBlockIcon";
@@ -1 +0,0 @@
1
- export const LinkBlockIcon = `<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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM10.42 5.58c-.359-.36-1.108-.398-1.681.175l-.528.529a.65.65 0 1 1-.92-.92l.529-.528c.96-.96 2.54-1.155 3.52-.176.98.98.784 2.56-.176 3.52l-.529.529a.65.65 0 1 1-.919-.92l.529-.528c.573-.573.535-1.322.175-1.681ZM9.416 6.584a.65.65 0 0 1 0 .92L7.503 9.415a.65.65 0 0 1-.919-.92l1.913-1.912a.65.65 0 0 1 .919 0Zm-3.132.708a.65.65 0 0 1 0 .919l-.529.528c-.573.574-.535 1.322-.175 1.682.359.359 1.108.397 1.681-.176l.528-.529a.65.65 0 1 1 .92.92l-.529.528c-.96.96-2.54 1.156-3.52.176s-.784-2.56.176-3.52l.529-.528a.65.65 0 0 1 .919 0Z" clip-rule="evenodd"/></svg>`;
@@ -1 +0,0 @@
1
- export const TextBlockIcon = `<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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z" clip-rule="evenodd"/></svg>`;