@xipkg/icons 0.8.3 → 0.8.5

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 (114) hide show
  1. package/config.ts +4 -1
  2. package/icons/Account.tsx +1 -1
  3. package/icons/Activity.tsx +1 -1
  4. package/icons/Add.tsx +1 -1
  5. package/icons/Announce.tsx +1 -1
  6. package/icons/ArrowBottom.tsx +1 -1
  7. package/icons/ArrowLeft.tsx +1 -1
  8. package/icons/ArrowRight.tsx +1 -1
  9. package/icons/ArrowUp.tsx +1 -1
  10. package/icons/Bold.tsx +1 -1
  11. package/icons/Brush.tsx +1 -1
  12. package/icons/Burger.tsx +1 -1
  13. package/icons/Calendar.tsx +1 -1
  14. package/icons/CategoryAdd.tsx +1 -1
  15. package/icons/ChannelAdd.tsx +1 -1
  16. package/icons/Chat.tsx +1 -1
  17. package/icons/Check.tsx +1 -1
  18. package/icons/ChevronBottom.tsx +1 -1
  19. package/icons/ChevronLeft.tsx +1 -1
  20. package/icons/ChevronRight.tsx +1 -1
  21. package/icons/ChevronSmallBottom.tsx +1 -1
  22. package/icons/ChevronSmallLeft.tsx +1 -1
  23. package/icons/ChevronSmallRight.tsx +1 -1
  24. package/icons/ChevronSmallTop.tsx +1 -1
  25. package/icons/ChevronUp.tsx +1 -1
  26. package/icons/Cite.tsx +1 -1
  27. package/icons/Clip.tsx +1 -1
  28. package/icons/Clock.tsx +1 -1
  29. package/icons/Close.tsx +1 -1
  30. package/icons/Code.tsx +1 -1
  31. package/icons/Collapse.tsx +1 -1
  32. package/icons/ColorPicker.tsx +1 -1
  33. package/icons/Copy.tsx +1 -1
  34. package/icons/Divider.tsx +1 -1
  35. package/icons/Download.tsx +1 -1
  36. package/icons/Edit.tsx +1 -1
  37. package/icons/Emotions.tsx +1 -1
  38. package/icons/Endcall.tsx +1 -1
  39. package/icons/Exit.tsx +1 -1
  40. package/icons/External.tsx +1 -1
  41. package/icons/Eyeoff.tsx +1 -1
  42. package/icons/Eyeon.tsx +1 -1
  43. package/icons/File.tsx +1 -1
  44. package/icons/FileSmall.tsx +1 -1
  45. package/icons/Filter.tsx +1 -1
  46. package/icons/Flag.tsx +1 -1
  47. package/icons/Folder.tsx +1 -1
  48. package/icons/Food.tsx +1 -1
  49. package/icons/Grid.tsx +1 -1
  50. package/icons/Group.tsx +21 -0
  51. package/icons/H1.tsx +1 -1
  52. package/icons/H2.tsx +1 -1
  53. package/icons/H3.tsx +1 -1
  54. package/icons/Hand.tsx +1 -1
  55. package/icons/Heart.tsx +1 -1
  56. package/icons/Home.tsx +1 -1
  57. package/icons/Italic.tsx +1 -1
  58. package/icons/Laptop.tsx +1 -1
  59. package/icons/Locked.tsx +1 -1
  60. package/icons/LongAnswer.tsx +1 -1
  61. package/icons/Mail.tsx +1 -1
  62. package/icons/Maximize.tsx +1 -1
  63. package/icons/Microphone.tsx +1 -1
  64. package/icons/Minimize.tsx +1 -1
  65. package/icons/Moon.tsx +1 -1
  66. package/icons/MoreVert.tsx +1 -1
  67. package/icons/Move.tsx +1 -1
  68. package/icons/Movie.tsx +1 -1
  69. package/icons/Music.tsx +1 -1
  70. package/icons/Nature.tsx +1 -1
  71. package/icons/Notification.tsx +1 -1
  72. package/icons/Objects.tsx +1 -1
  73. package/icons/Ol.tsx +1 -1
  74. package/icons/Palette.tsx +1 -1
  75. package/icons/PeopleInvite.tsx +1 -2
  76. package/icons/Photo.tsx +1 -1
  77. package/icons/Picture.tsx +1 -1
  78. package/icons/Places.tsx +1 -1
  79. package/icons/Play.tsx +1 -1
  80. package/icons/Presentation.tsx +1 -1
  81. package/icons/PushPin.tsx +1 -1
  82. package/icons/Reply.tsx +1 -1
  83. package/icons/Screenshare.tsx +1 -1
  84. package/icons/Search.tsx +1 -1
  85. package/icons/Section.tsx +1 -1
  86. package/icons/Send.tsx +1 -1
  87. package/icons/Settings.tsx +1 -1
  88. package/icons/Shape.tsx +1 -1
  89. package/icons/SimpleAnswer.tsx +1 -1
  90. package/icons/Sort.tsx +1 -1
  91. package/icons/SoundOn.tsx +1 -1
  92. package/icons/Soundoff.tsx +1 -1
  93. package/icons/Speaker.tsx +1 -1
  94. package/icons/Stroke.tsx +1 -1
  95. package/icons/Sun.tsx +1 -1
  96. package/icons/Task.tsx +1 -1
  97. package/icons/TaskFile.tsx +1 -1
  98. package/icons/Telegram.tsx +1 -1
  99. package/icons/TelegramFilled.tsx +10 -0
  100. package/icons/Text.tsx +1 -1
  101. package/icons/ThinArrowRight.tsx +11 -0
  102. package/icons/Trash.tsx +1 -1
  103. package/icons/Ul.tsx +1 -1
  104. package/icons/Underline.tsx +1 -1
  105. package/icons/Unlocked.tsx +1 -1
  106. package/icons/Updates.tsx +1 -1
  107. package/icons/Upload.tsx +1 -1
  108. package/icons/Users.tsx +1 -1
  109. package/icons/VariantSelect.tsx +1 -1
  110. package/icons/Video.tsx +1 -1
  111. package/icons/Window.tsx +1 -1
  112. package/index.ts +6 -0
  113. package/package.json +1 -1
  114. package/tsconfig.json +4 -1
package/config.ts CHANGED
@@ -111,5 +111,8 @@ export const icons = [
111
111
  'SoundTwo',
112
112
  'Plus',
113
113
  'CaretUp',
114
- 'Conference'
114
+ 'Conference',
115
+ 'Group',
116
+ 'ThinArrowRight',
117
+ 'TelegramFilled',
115
118
  ];
package/icons/Account.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Account = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Activity = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Add.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Add = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Announce = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ArrowBottom = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ArrowLeft = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ArrowRight = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/ArrowUp.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ArrowUp = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Bold.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Bold = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Brush.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Brush = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Burger.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Burger = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Calendar = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const CategoryAdd = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ChannelAdd = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Chat.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Chat = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Check.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Check = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ChevronBottom = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ChevronLeft = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ChevronRight = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ChevronSmallBottom = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ChevronSmallLeft = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ChevronSmallRight = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ChevronSmallTop = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ChevronUp = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Cite.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Cite = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Clip.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Clip = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Clock.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Clock = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Close.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Close = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Code.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Code = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Collapse = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const ColorPicker = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Copy.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Copy = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Divider.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Divider = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Download = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Edit.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Edit = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Emotions = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Endcall.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Endcall = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Exit.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Exit = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const External = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Eyeoff.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Eyeoff = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Eyeon.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Eyeon = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/File.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const File = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const FileSmall = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Filter.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Filter = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Flag.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Flag = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Folder.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Folder = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Food.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Food = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Grid.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Grid = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -0,0 +1,21 @@
1
+ import { Svg, IconProps } from '../Svg';
2
+
3
+ export const Group = ({ ...props }: IconProps) => (
4
+ <Svg {...props}>
5
+ <path
6
+ fillRule="evenodd"
7
+ clipRule="evenodd"
8
+ d="M10.0001 11C11.657 11 13.0001 9.65685 13.0001 8C13.0001 6.34315 11.657 5 10.0001 5C8.3433 5 7.00015 6.34315 7.00015 8C7.00015 9.65685 8.3433 11 10.0001 11ZM10.0001 13C12.7616 13 15.0001 10.7614 15.0001 8C15.0001 5.23858 12.7616 3 10.0001 3C7.23873 3 5.00015 5.23858 5.00015 8C5.00015 10.7614 7.23873 13 10.0001 13Z"
9
+ />
10
+ <path
11
+ fillRule="evenodd"
12
+ clipRule="evenodd"
13
+ d="M1.89004 16.5048C3.08136 13.9283 5.64972 11 10.0001 11C14.3506 11 16.9189 13.9283 18.1103 16.5048C18.1162 16.5175 18.1221 16.5304 18.1282 16.5435C18.2367 16.7778 18.3684 17.0619 18.4408 17.3741C18.526 17.7415 18.5226 18.0985 18.4542 18.5018C18.3868 18.899 18.1853 19.299 17.9946 19.5972C17.804 19.8953 17.5255 20.2462 17.1933 20.474C16.423 21.0023 15.6945 21.0013 14.9107 21.0001C14.874 21.0001 14.8371 21 14.8002 21H5.20015C5.16318 21 5.12633 21.0001 5.08961 21.0001C4.30576 21.0013 3.57731 21.0023 2.80701 20.474C2.47481 20.2462 2.1963 19.8953 2.00567 19.5972C1.81505 19.299 1.61349 18.899 1.54611 18.5018C1.47768 18.0985 1.47426 17.7415 1.55949 17.3741C1.63189 17.0619 1.76355 16.7778 1.87211 16.5435C1.87817 16.5304 1.88414 16.5175 1.89004 16.5048ZM10.0001 13C6.71608 13 4.70993 15.1717 3.70536 17.3442C3.57074 17.6353 3.52853 17.7364 3.50777 17.8259C3.49579 17.8776 3.48266 17.9594 3.51793 18.1673C3.51768 18.1663 3.51783 18.1667 3.51793 18.1673C3.51948 18.1733 3.52903 18.2104 3.5587 18.2775C3.59071 18.3498 3.63589 18.4341 3.69072 18.5199C3.74556 18.6056 3.80306 18.682 3.85529 18.7414C3.90372 18.7965 3.93296 18.8203 3.9378 18.8243C3.9383 18.8246 3.93858 18.8249 3.9378 18.8243C4.15394 18.9725 4.27137 19 5.20015 19H14.8002C15.7289 19 15.8459 18.9729 16.0621 18.8247C16.0613 18.8253 16.0616 18.825 16.0621 18.8247C16.0669 18.8207 16.0966 18.7965 16.145 18.7414C16.1972 18.682 16.2547 18.6056 16.3096 18.5199C16.3644 18.4341 16.4096 18.3498 16.4416 18.2775C16.4713 18.2104 16.4806 18.1739 16.4822 18.1678C16.4823 18.1672 16.4824 18.1669 16.4822 18.1678C16.5174 17.96 16.5045 17.8776 16.4925 17.8259C16.4718 17.7364 16.4296 17.6353 16.2949 17.3442C15.2904 15.1716 13.2842 13 10.0001 13Z"
14
+ />
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M20.0622 18.8247C19.901 18.9352 19.795 18.9784 19.3664 18.9932C19.2374 19.4486 19.0186 19.852 18.8372 20.1358C18.6742 20.3907 18.4362 20.7135 18.1291 21L18.9108 21.0001C19.6947 21.0013 20.4231 21.0023 21.1934 20.474C21.5256 20.2462 21.8041 19.8953 21.9948 19.5972C22.1854 19.299 22.3869 18.899 22.4543 18.5018C22.5227 18.0985 22.5262 17.7415 22.4409 17.3741C22.3685 17.0619 22.2369 16.7778 22.1283 16.5435L22.1104 16.5048C21.2696 14.6865 19.7431 12.693 17.3883 11.6772C18.3794 10.7635 19.0003 9.45427 19.0003 8C19.0003 5.23858 16.7617 3 14.0003 3C13.7886 3 13.58 3.01315 13.3753 3.03868C14.2238 3.61706 14.9163 4.40743 15.3765 5.33359C16.341 5.83242 17.0003 6.83922 17.0003 8C17.0003 9.16078 16.341 10.1676 15.3765 10.6664C15.2547 10.9116 15.1165 11.1473 14.9635 11.3721C16.2846 12.1892 17.3124 13.285 18.0768 14.4166C19.0762 15.2241 19.8049 16.284 20.2951 17.3442C20.4297 17.6353 20.4719 17.7364 20.4927 17.8259C20.5046 17.8776 20.5178 17.9594 20.4825 18.1673C20.4826 18.1667 20.4827 18.1663 20.4825 18.1673C20.4809 18.1733 20.4714 18.2104 20.4417 18.2775C20.4097 18.3498 20.3645 18.4341 20.3097 18.5199C20.2549 18.6056 20.1974 18.682 20.1451 18.7414C20.0967 18.7965 20.067 18.8207 20.0622 18.8247C20.0617 18.825 20.0614 18.8253 20.0622 18.8247Z"
19
+ />
20
+ </Svg>
21
+ );
package/icons/H1.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const H1 = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/H2.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const H2 = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/H3.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const H3 = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Hand.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Hand = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Heart.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Heart = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Home.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Home = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Italic.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Italic = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Laptop.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Laptop = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Locked.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Locked = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const LongAnswer = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Mail.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Mail = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Maximize = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Microphone = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Minimize = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Moon.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Moon = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const MoreVert = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Move.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Move = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Movie.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Movie = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Music.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Music = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Nature.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Nature = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Notification = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Objects.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Objects = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Ol.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Ol = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Palette.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Palette = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,5 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
2
-
1
+ import { Svg, IconProps } from '../Svg';
3
2
 
4
3
  export const PeopleInvite = ({ ...props }: IconProps) => (
5
4
  <Svg {...props}>
package/icons/Photo.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Photo = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Picture.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Picture = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Places.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Places = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Play.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Play = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Presentation = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/PushPin.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const PushPin = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Reply.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Reply = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Screenshare = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Search.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Search = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Section.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Section = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Send.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Send = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Settings = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Shape.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Shape = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const SimpleAnswer = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Sort.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Sort = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/SoundOn.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const SoundOn = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Soundoff = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Speaker.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Speaker = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Stroke.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Stroke = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Sun.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Sun = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Task.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Task = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const TaskFile = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Telegram = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -0,0 +1,10 @@
1
+ import { Svg, IconProps } from '../Svg';
2
+
3
+ export const TelegramFilled = ({ ...props }: IconProps) => (
4
+ <Svg {...props}>
5
+ <path
6
+ fill-rule="evenodd"
7
+ d="M2.3744 11.39C7.74118 9.0518 11.3199 7.51031 13.1105 6.76553C18.223 4.63904 19.2854 4.26965 19.9778 4.25745C20.1301 4.25477 20.4706 4.29251 20.6912 4.47149C21.0214 4.73942 21.0204 5.31215 20.984 5.69477C20.7069 8.60577 19.5081 15.67 18.8982 18.9304C18.6402 20.3099 18.132 20.7725 17.6401 20.8178C16.571 20.9162 15.7592 20.1113 14.7238 19.4325C13.1035 18.3704 12.1881 17.7092 10.6153 16.6728C8.79774 15.475 9.97602 14.8167 11.0119 13.7408C11.283 13.4592 15.9934 9.17477 16.0845 8.7861C16.0959 8.7375 16.1065 8.5563 15.9989 8.46063C15.8912 8.36495 15.7323 8.39767 15.6177 8.42369C15.4552 8.46057 12.8668 10.1714 7.85241 13.5563C7.1177 14.0608 6.45221 14.3066 5.85596 14.2937C5.19864 14.2795 3.93423 13.922 2.99426 13.6165C1.84136 13.2417 0.925054 13.0436 1.00484 12.4071C1.0464 12.0756 1.50292 11.7366 2.3744 11.39Z"
8
+ />
9
+ </Svg>
10
+ );
package/icons/Text.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Text = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -0,0 +1,11 @@
1
+ import { Svg, IconProps } from '../Svg';
2
+
3
+ export const ThinArrowRight = ({ ...props }: IconProps) => (
4
+ <Svg {...props}>
5
+ <path
6
+ fill-rule="evenodd"
7
+ clip-rule="evenodd"
8
+ d="M6.91073 16.9225C6.5853 16.5971 6.5853 16.0694 6.91073 15.744L12.1548 10.4999L6.91073 5.25584C6.5853 4.9304 6.5853 4.40277 6.91073 4.07733C7.23617 3.75189 7.76381 3.75189 8.08925 4.07733L13.9226 9.91066C14.0789 10.0669 14.1667 10.2789 14.1667 10.4999C14.1667 10.7209 14.0789 10.9329 13.9226 11.0892L8.08925 16.9225C7.76381 17.2479 7.23617 17.2479 6.91073 16.9225Z"
9
+ />
10
+ </Svg>
11
+ );
package/icons/Trash.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Trash = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Ul.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Ul = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Underline = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Unlocked = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Updates.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Updates = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Upload.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Upload = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Users.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Users = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const VariantSelect = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Video.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Video = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/icons/Window.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { Svg, IconProps } from '../Svg';
1
+ import { Svg, IconProps } from '../Svg';
2
2
 
3
3
  export const Window = ({ ...props }: IconProps) => (
4
4
  <Svg {...props}>
package/index.ts CHANGED
@@ -97,7 +97,9 @@ import { Speaker } from './icons/Speaker';
97
97
  import { Sun } from './icons/Sun';
98
98
  import { Task } from './icons/Task';
99
99
  import { TaskFile } from './icons/TaskFile';
100
+ import { ThinArrowRight } from './icons/ThinArrowRight';
100
101
  import { Telegram } from './icons/Telegram';
102
+ import { TelegramFilled } from './icons/TelegramFilled';
101
103
  import { Text } from './icons/Text';
102
104
  import { Trash } from './icons/Trash';
103
105
  import { Ul } from './icons/Ul';
@@ -113,6 +115,7 @@ import { SoundTwo } from './icons/SoundTwo';
113
115
  import { Plus } from './icons/Plus';
114
116
  import { CaretUp } from './icons/CaretUp';
115
117
  import { Conference } from './icons/Conference';
118
+ import { Group } from './icons/Group';
116
119
  import { icons } from './config';
117
120
 
118
121
  export {
@@ -215,6 +218,8 @@ export {
215
218
  Stroke,
216
219
  Task,
217
220
  TaskFile,
221
+ ThinArrowRight,
222
+ TelegramFilled,
218
223
  Telegram,
219
224
  Text,
220
225
  Trash,
@@ -231,6 +236,7 @@ export {
231
236
  Plus,
232
237
  CaretUp,
233
238
  Conference,
239
+ Group,
234
240
  icons,
235
241
  };
236
242
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xipkg/icons",
3
- "version": "0.8.3",
3
+ "version": "0.8.5",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",
package/tsconfig.json CHANGED
@@ -101,6 +101,8 @@
101
101
  "icons/Task.tsx",
102
102
  "icons/TaskFile.tsx",
103
103
  "icons/Trash.tsx",
104
+ "icons/ThinArrowRight.tsx",
105
+ "icons/TelegramFilled.tsx",
104
106
  "icons/Telegram.tsx",
105
107
  "icons/Text.tsx",
106
108
  "icons/Ul.tsx",
@@ -115,7 +117,8 @@
115
117
  "icons/SoundTwo.tsx",
116
118
  "icons/Plus.tsx",
117
119
  "icons/CaretUp.tsx",
118
- "icons/Conference.tsx"
120
+ "icons/Conference.tsx",
121
+ "icons/Group.tsx"
119
122
  ],
120
123
  "exclude": ["dist", "build", "node_modules"]
121
124
  }