@vkontakte/icons 3.44.0 → 3.45.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 (33) hide show
  1. package/dist/16/stop_16.d.ts +5 -0
  2. package/dist/16/stop_16.js +22 -0
  3. package/dist/20/brackets_slash_square_outline_20.d.ts +5 -0
  4. package/dist/20/brackets_slash_square_outline_20.js +25 -0
  5. package/dist/20/message_clock_outline_20.d.ts +5 -0
  6. package/dist/20/message_clock_outline_20.js +28 -0
  7. package/dist/20/search_stars_outline_20.d.ts +5 -0
  8. package/dist/20/search_stars_outline_20.js +18 -0
  9. package/dist/20/send_20.d.ts +5 -0
  10. package/dist/20/send_20.js +18 -0
  11. package/dist/20/send_clock_20.d.ts +5 -0
  12. package/dist/20/send_clock_20.js +25 -0
  13. package/dist/20/text_monospaced_outline_20.d.ts +5 -0
  14. package/dist/20/text_monospaced_outline_20.js +18 -0
  15. package/dist/icons-map.json +1 -1
  16. package/dist/index.d.ts +7 -0
  17. package/dist/index.js +7 -0
  18. package/dist/typings/16/stop_16.d.ts +5 -0
  19. package/dist/typings/20/brackets_slash_square_outline_20.d.ts +5 -0
  20. package/dist/typings/20/message_clock_outline_20.d.ts +5 -0
  21. package/dist/typings/20/search_stars_outline_20.d.ts +5 -0
  22. package/dist/typings/20/send_20.d.ts +5 -0
  23. package/dist/typings/20/send_clock_20.d.ts +5 -0
  24. package/dist/typings/20/text_monospaced_outline_20.d.ts +5 -0
  25. package/dist/typings/index.d.ts +7 -0
  26. package/package.json +1 -1
  27. package/src/svg/16/stop_16.svg +1 -0
  28. package/src/svg/20/brackets_slash_square_outline_20.svg +1 -0
  29. package/src/svg/20/message_clock_outline_20.svg +1 -0
  30. package/src/svg/20/search_stars_outline_20.svg +1 -0
  31. package/src/svg/20/send_20.svg +1 -0
  32. package/src/svg/20/send_clock_20.svg +1 -0
  33. package/src/svg/20/text_monospaced_outline_20.svg +1 -0
package/dist/index.d.ts CHANGED
@@ -496,6 +496,7 @@ export { Icon16StarCircleFillGray } from "./16/star_circle_fill_gray_16.js";
496
496
  export { Icon16StarCircleFillYellow } from "./16/star_circle_fill_yellow_16.js";
497
497
  export { Icon16Stars } from "./16/stars_16.js";
498
498
  export { Icon16StickerSmileOutline } from "./16/sticker_smile_outline_16.js";
499
+ export { Icon16Stop } from "./16/stop_16.js";
499
500
  export { Icon16StorefrontOutline } from "./16/storefront_outline_16.js";
500
501
  export { Icon16StoriesIdeas } from "./16/stories_ideas_16.js";
501
502
  export { Icon16Story } from "./16/story_16.js";
@@ -647,6 +648,7 @@ export { Icon20BookSpreadOutline } from "./20/book_spread_outline_20.js";
647
648
  export { Icon20BookSpreadSimpleOutline } from "./20/book_spread_simple_outline_20.js";
648
649
  export { Icon20BoxCircleFillBlue } from "./20/box_circle_fill_blue_20.js";
649
650
  export { Icon20BracketsSlashOutline } from "./20/brackets_slash_outline_20.js";
651
+ export { Icon20BracketsSlashSquareOutline } from "./20/brackets_slash_square_outline_20.js";
650
652
  export { Icon20BrokenHeartOutline } from "./20/broken_heart_outline_20.js";
651
653
  export { Icon20BrushOutline } from "./20/brush_outline_20.js";
652
654
  export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20.js";
@@ -952,6 +954,7 @@ export { Icon20MessageArrowRightOutline } from "./20/message_arrow_right_outline
952
954
  export { Icon20MessageCheckOutline } from "./20/message_check_outline_20.js";
953
955
  export { Icon20MessageCircleFillBlue } from "./20/message_circle_fill_blue_20.js";
954
956
  export { Icon20MessageCircleFillGreen } from "./20/message_circle_fill_green_20.js";
957
+ export { Icon20MessageClockOutline } from "./20/message_clock_outline_20.js";
955
958
  export { Icon20MessageCrossOutline } from "./20/message_cross_outline_20.js";
956
959
  export { Icon20MessageHeart } from "./20/message_heart_20.js";
957
960
  export { Icon20MessageOutline } from "./20/message_outline_20.js";
@@ -1082,6 +1085,9 @@ export { Icon20ScanViewfinderOutline } from "./20/scan_viewfinder_outline_20.js"
1082
1085
  export { Icon20ScissorsOutline } from "./20/scissors_outline_20.js";
1083
1086
  export { Icon20ScribblePencilRectangleOutline } from "./20/scribble_pencil_rectangle_outline_20.js";
1084
1087
  export { Icon20Search } from "./20/search_20.js";
1088
+ export { Icon20SearchStarsOutline } from "./20/search_stars_outline_20.js";
1089
+ export { Icon20Send } from "./20/send_20.js";
1090
+ export { Icon20SendClock } from "./20/send_clock_20.js";
1085
1091
  export { Icon20SendClockOutline } from "./20/send_clock_outline_20.js";
1086
1092
  export { Icon20SendOutline } from "./20/send_outline_20.js";
1087
1093
  export { Icon20ServicesCircleFillBlue } from "./20/services_circle_fill_blue_20.js";
@@ -1160,6 +1166,7 @@ export { Icon20TextHeading2Outline } from "./20/text_heading_2_outline_20.js";
1160
1166
  export { Icon20TextItalicOutline } from "./20/text_italic_outline_20.js";
1161
1167
  export { Icon20TextLiveCircleFillGreen } from "./20/text_live_circle_fill_green_20.js";
1162
1168
  export { Icon20TextLiveOutline } from "./20/text_live_outline_20.js";
1169
+ export { Icon20TextMonospacedOutline } from "./20/text_monospaced_outline_20.js";
1163
1170
  export { Icon20TextOutline } from "./20/text_outline_20.js";
1164
1171
  export { Icon20TextRightOutline } from "./20/text_right_outline_20.js";
1165
1172
  export { Icon20TextStrikethroughOutline } from "./20/text_strikethrough_outline_20.js";
package/dist/index.js CHANGED
@@ -496,6 +496,7 @@ export { Icon16StarCircleFillGray } from "./16/star_circle_fill_gray_16.js";
496
496
  export { Icon16StarCircleFillYellow } from "./16/star_circle_fill_yellow_16.js";
497
497
  export { Icon16Stars } from "./16/stars_16.js";
498
498
  export { Icon16StickerSmileOutline } from "./16/sticker_smile_outline_16.js";
499
+ export { Icon16Stop } from "./16/stop_16.js";
499
500
  export { Icon16StorefrontOutline } from "./16/storefront_outline_16.js";
500
501
  export { Icon16StoriesIdeas } from "./16/stories_ideas_16.js";
501
502
  export { Icon16Story } from "./16/story_16.js";
@@ -647,6 +648,7 @@ export { Icon20BookSpreadOutline } from "./20/book_spread_outline_20.js";
647
648
  export { Icon20BookSpreadSimpleOutline } from "./20/book_spread_simple_outline_20.js";
648
649
  export { Icon20BoxCircleFillBlue } from "./20/box_circle_fill_blue_20.js";
649
650
  export { Icon20BracketsSlashOutline } from "./20/brackets_slash_outline_20.js";
651
+ export { Icon20BracketsSlashSquareOutline } from "./20/brackets_slash_square_outline_20.js";
650
652
  export { Icon20BrokenHeartOutline } from "./20/broken_heart_outline_20.js";
651
653
  export { Icon20BrushOutline } from "./20/brush_outline_20.js";
652
654
  export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20.js";
@@ -952,6 +954,7 @@ export { Icon20MessageArrowRightOutline } from "./20/message_arrow_right_outline
952
954
  export { Icon20MessageCheckOutline } from "./20/message_check_outline_20.js";
953
955
  export { Icon20MessageCircleFillBlue } from "./20/message_circle_fill_blue_20.js";
954
956
  export { Icon20MessageCircleFillGreen } from "./20/message_circle_fill_green_20.js";
957
+ export { Icon20MessageClockOutline } from "./20/message_clock_outline_20.js";
955
958
  export { Icon20MessageCrossOutline } from "./20/message_cross_outline_20.js";
956
959
  export { Icon20MessageHeart } from "./20/message_heart_20.js";
957
960
  export { Icon20MessageOutline } from "./20/message_outline_20.js";
@@ -1082,6 +1085,9 @@ export { Icon20ScanViewfinderOutline } from "./20/scan_viewfinder_outline_20.js"
1082
1085
  export { Icon20ScissorsOutline } from "./20/scissors_outline_20.js";
1083
1086
  export { Icon20ScribblePencilRectangleOutline } from "./20/scribble_pencil_rectangle_outline_20.js";
1084
1087
  export { Icon20Search } from "./20/search_20.js";
1088
+ export { Icon20SearchStarsOutline } from "./20/search_stars_outline_20.js";
1089
+ export { Icon20Send } from "./20/send_20.js";
1090
+ export { Icon20SendClock } from "./20/send_clock_20.js";
1085
1091
  export { Icon20SendClockOutline } from "./20/send_clock_outline_20.js";
1086
1092
  export { Icon20SendOutline } from "./20/send_outline_20.js";
1087
1093
  export { Icon20ServicesCircleFillBlue } from "./20/services_circle_fill_blue_20.js";
@@ -1160,6 +1166,7 @@ export { Icon20TextHeading2Outline } from "./20/text_heading_2_outline_20.js";
1160
1166
  export { Icon20TextItalicOutline } from "./20/text_italic_outline_20.js";
1161
1167
  export { Icon20TextLiveCircleFillGreen } from "./20/text_live_circle_fill_green_20.js";
1162
1168
  export { Icon20TextLiveOutline } from "./20/text_live_outline_20.js";
1169
+ export { Icon20TextMonospacedOutline } from "./20/text_monospaced_outline_20.js";
1163
1170
  export { Icon20TextOutline } from "./20/text_outline_20.js";
1164
1171
  export { Icon20TextRightOutline } from "./20/text_right_outline_20.js";
1165
1172
  export { Icon20TextStrikethroughOutline } from "./20/text_strikethrough_outline_20.js";
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16StopProps = SvgIconProps;
4
+ export declare const Icon16Stop: React.FC<Icon16StopProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20BracketsSlashSquareOutlineProps = SvgIconProps;
4
+ export declare const Icon20BracketsSlashSquareOutline: React.FC<Icon20BracketsSlashSquareOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20MessageClockOutlineProps = SvgIconProps;
4
+ export declare const Icon20MessageClockOutline: React.FC<Icon20MessageClockOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20SearchStarsOutlineProps = SvgIconProps;
4
+ export declare const Icon20SearchStarsOutline: React.FC<Icon20SearchStarsOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20SendProps = SvgIconProps;
4
+ export declare const Icon20Send: React.FC<Icon20SendProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20SendClockProps = SvgIconProps;
4
+ export declare const Icon20SendClock: React.FC<Icon20SendClockProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20TextMonospacedOutlineProps = SvgIconProps;
4
+ export declare const Icon20TextMonospacedOutline: React.FC<Icon20TextMonospacedOutlineProps> & {
5
+ };
@@ -496,6 +496,7 @@ export { Icon16StarCircleFillGray } from "./16/star_circle_fill_gray_16.js";
496
496
  export { Icon16StarCircleFillYellow } from "./16/star_circle_fill_yellow_16.js";
497
497
  export { Icon16Stars } from "./16/stars_16.js";
498
498
  export { Icon16StickerSmileOutline } from "./16/sticker_smile_outline_16.js";
499
+ export { Icon16Stop } from "./16/stop_16.js";
499
500
  export { Icon16StorefrontOutline } from "./16/storefront_outline_16.js";
500
501
  export { Icon16StoriesIdeas } from "./16/stories_ideas_16.js";
501
502
  export { Icon16Story } from "./16/story_16.js";
@@ -647,6 +648,7 @@ export { Icon20BookSpreadOutline } from "./20/book_spread_outline_20.js";
647
648
  export { Icon20BookSpreadSimpleOutline } from "./20/book_spread_simple_outline_20.js";
648
649
  export { Icon20BoxCircleFillBlue } from "./20/box_circle_fill_blue_20.js";
649
650
  export { Icon20BracketsSlashOutline } from "./20/brackets_slash_outline_20.js";
651
+ export { Icon20BracketsSlashSquareOutline } from "./20/brackets_slash_square_outline_20.js";
650
652
  export { Icon20BrokenHeartOutline } from "./20/broken_heart_outline_20.js";
651
653
  export { Icon20BrushOutline } from "./20/brush_outline_20.js";
652
654
  export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20.js";
@@ -952,6 +954,7 @@ export { Icon20MessageArrowRightOutline } from "./20/message_arrow_right_outline
952
954
  export { Icon20MessageCheckOutline } from "./20/message_check_outline_20.js";
953
955
  export { Icon20MessageCircleFillBlue } from "./20/message_circle_fill_blue_20.js";
954
956
  export { Icon20MessageCircleFillGreen } from "./20/message_circle_fill_green_20.js";
957
+ export { Icon20MessageClockOutline } from "./20/message_clock_outline_20.js";
955
958
  export { Icon20MessageCrossOutline } from "./20/message_cross_outline_20.js";
956
959
  export { Icon20MessageHeart } from "./20/message_heart_20.js";
957
960
  export { Icon20MessageOutline } from "./20/message_outline_20.js";
@@ -1082,6 +1085,9 @@ export { Icon20ScanViewfinderOutline } from "./20/scan_viewfinder_outline_20.js"
1082
1085
  export { Icon20ScissorsOutline } from "./20/scissors_outline_20.js";
1083
1086
  export { Icon20ScribblePencilRectangleOutline } from "./20/scribble_pencil_rectangle_outline_20.js";
1084
1087
  export { Icon20Search } from "./20/search_20.js";
1088
+ export { Icon20SearchStarsOutline } from "./20/search_stars_outline_20.js";
1089
+ export { Icon20Send } from "./20/send_20.js";
1090
+ export { Icon20SendClock } from "./20/send_clock_20.js";
1085
1091
  export { Icon20SendClockOutline } from "./20/send_clock_outline_20.js";
1086
1092
  export { Icon20SendOutline } from "./20/send_outline_20.js";
1087
1093
  export { Icon20ServicesCircleFillBlue } from "./20/services_circle_fill_blue_20.js";
@@ -1160,6 +1166,7 @@ export { Icon20TextHeading2Outline } from "./20/text_heading_2_outline_20.js";
1160
1166
  export { Icon20TextItalicOutline } from "./20/text_italic_outline_20.js";
1161
1167
  export { Icon20TextLiveCircleFillGreen } from "./20/text_live_circle_fill_green_20.js";
1162
1168
  export { Icon20TextLiveOutline } from "./20/text_live_outline_20.js";
1169
+ export { Icon20TextMonospacedOutline } from "./20/text_monospaced_outline_20.js";
1163
1170
  export { Icon20TextOutline } from "./20/text_outline_20.js";
1164
1171
  export { Icon20TextRightOutline } from "./20/text_right_outline_20.js";
1165
1172
  export { Icon20TextStrikethroughOutline } from "./20/text_strikethrough_outline_20.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "3.44.0",
3
+ "version": "3.45.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "homepage": "https://vkcom.github.io/icons/",
6
6
  "repository": {
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><rect width="9.5" height="9.5" x="3.25" y="3.25" rx="2"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path d="M10.393 5.517a.75.75 0 0 1 .681.812l-.654 7.472a.75.75 0 1 1-1.494-.131L9.58 6.2a.75.75 0 0 1 .813-.683M6.72 7.97a.75.75 0 0 1 1.06 1.06l-.97.97.97.97a.75.75 0 0 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06zm5.5 0a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06-1.06l.97-.97-.97-.97a.75.75 0 0 1 0-1.06"/><path fill-rule="evenodd" d="M11.65 2c.968 0 1.739 0 2.36.05.63.051 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.857c.254.498.362 1.04.413 1.67.05.621.05 1.392.05 2.36v3.3c0 .968 0 1.739-.05 2.36-.051.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.254-1.04.362-1.67.413-.621.05-1.392.05-2.36.05h-3.3c-.968 0-1.739 0-2.36-.05-.63-.051-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.254-.498-.362-1.04-.413-1.67C2 13.389 2 12.618 2 11.65v-3.3c0-.968 0-1.739.05-2.36.051-.63.16-1.172.413-1.67A4.25 4.25 0 0 1 4.32 2.463c.498-.254 1.04-.362 1.67-.413C6.611 2 7.382 2 8.35 2zm-3.3 1.5c-.993 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.211.573-.255 1.11C3.5 6.658 3.5 7.357 3.5 8.35v3.3c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11.263.518.685.939 1.202 1.202.25.128.573.211 1.11.255.546.045 1.245.045 2.238.045h3.3c.993 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.202c.128-.25.211-.573.255-1.11.045-.546.045-1.245.045-2.238v-3.3c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 14.998 3.8c-.25-.128-.573-.211-1.11-.255-.546-.045-1.245-.045-2.238-.045z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path d="M14.5 11.25a.75.75 0 0 1 .75.75v1.572l.68.212a.75.75 0 1 1-.444 1.432l-1.209-.375a.75.75 0 0 1-.527-.716V12a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M14.708 8.5a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7" clip-rule="evenodd"/><path d="M9.5 2.25c3.129 0 5.819 1.549 7.223 3.861a.75.75 0 1 1-1.283.778C14.324 5.049 12.134 3.75 9.5 3.75c-3.878 0-6.75 2.79-6.75 6 0 1.126.345 2.209.996 3.15l.176.254a.75.75 0 0 1 .121.559l-.054.304c-.13.728-.505 1.659-1.034 2.706 1.41-.11 2.323-.486 2.892-.99l.314-.278.077-.06a.75.75 0 0 1 .64-.095l.401.123q.417.128.854.206a.75.75 0 0 1-.266 1.476 9 9 0 0 1-1.027-.249c-.997.882-2.455 1.336-4.348 1.394a1.205 1.205 0 0 1-1.101-1.768l.23-.441c.503-1 .799-1.771.89-2.287A7 7 0 0 1 1.25 9.75c0-4.168 3.679-7.5 8.25-7.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path d="M5.947 4.057a.75.75 0 0 1 .82 1.256A5 5 0 1 0 13.83 12a.75.75 0 0 1 1.299.75c-.159.275-.34.536-.535.783l3.186 3.187a.75.75 0 0 1-1.06 1.06l-3.187-3.186q-.187.15-.384.286a6.5 6.5 0 0 1-8.118-.66 6.5 6.5 0 0 1 .916-10.163m9.129-.251a.447.447 0 0 1 .848 0l.34 1.018a2.23 2.23 0 0 0 1.412 1.412l1.019.34a.447.447 0 0 1 0 .848l-1.02.34a2.23 2.23 0 0 0-1.411 1.412l-.34 1.018a.447.447 0 0 1-.848 0l-.34-1.018a2.23 2.23 0 0 0-1.412-1.412l-1.018-.34a.447.447 0 0 1 0-.848l1.018-.34a2.23 2.23 0 0 0 1.412-1.412zm-4.879-2.588a.32.32 0 0 1 .606 0l.242.728c.159.476.533.85 1.009 1.009l.728.242a.32.32 0 0 1 0 .606l-.728.242c-.476.159-.85.532-1.009 1.009l-.242.728a.32.32 0 0 1-.606 0l-.242-.728a1.6 1.6 0 0 0-1.009-1.01l-.728-.241a.32.32 0 0 1 0-.606l.728-.242a1.6 1.6 0 0 0 1.01-1.009z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path d="M4.782 6.872q-.856-2.319-1.077-3.259c-.461-1.968-.796-2.411.922-1.476 1.719.936 10.04 5.57 11.895 6.6 2.42 1.342 2.453 1.237-.13 2.663-1.966 1.085-10.188 5.599-11.765 6.485s-1.383.492-.922-1.477q.223-.951 1.093-3.287a3.33 3.33 0 0 1 2.49-2.109l4.803-.93a.083.083 0 0 0 0-.164l-4.814-.93a3.33 3.33 0 0 1-2.495-2.116"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M15 11.667A4.167 4.167 0 1 1 14.999 20a4.167 4.167 0 0 1 0-8.334m0 1.667a.75.75 0 0 0-.75.75v1.75a.75.75 0 0 0 .471.696c.26.104.506.193.729.273l.035.013c.212.077.867.336 1.04.405a.75.75 0 0 0 .558-1.392 64 64 0 0 0-1.08-.42l-.042-.016-.212-.076v-1.233a.75.75 0 0 0-.75-.75" clip-rule="evenodd"/><path d="M3.705 3.613c-.462-1.968-.796-2.411.922-1.476 1.72.936 10.037 5.568 11.895 6.599 1.715.951 2.23 1.176 1.467 1.733-.274.2-.64.196-.956.075a5.67 5.67 0 0 0-7.596 4.204 1.11 1.11 0 0 1-.537.774 844 844 0 0 0-4.273 2.362c-1.576.887-1.384.492-.922-1.476q.223-.952 1.092-3.287a3.33 3.33 0 0 1 2.49-2.109l4.804-.93a.084.084 0 0 0 .066-.099.08.08 0 0 0-.066-.065l-4.814-.93a3.34 3.34 0 0 1-2.495-2.116q-.857-2.32-1.077-3.26"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path d="M17 15.25a.75.75 0 0 1 .75.75v1A1.75 1.75 0 0 1 16 18.75H4A1.75 1.75 0 0 1 2.25 17v-1a.75.75 0 0 1 1.5 0v1c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-1a.75.75 0 0 1 .75-.75M14.5 2a1 1 0 0 1 1 1v1.925a.783.783 0 1 1-1.565 0V3.699a.2.2 0 0 0-.2-.2h-2.668a.2.2 0 0 0-.2.2v8.602c0 .11.09.2.2.2h1.377a.75.75 0 1 1 0 1.499h-4.91a.75.75 0 0 1 0-1.499h1.377a.2.2 0 0 0 .2-.2V3.699a.2.2 0 0 0-.2-.2H6.266a.2.2 0 0 0-.2.2v1.226a.784.784 0 0 1-1.566 0V3a1 1 0 0 1 1-1z"/></svg>