@xipkg/icons 0.8.4 → 0.8.6

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 (113) hide show
  1. package/config.ts +2 -0
  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/H1.tsx +1 -1
  51. package/icons/H2.tsx +1 -1
  52. package/icons/H3.tsx +1 -1
  53. package/icons/Hand.tsx +1 -1
  54. package/icons/Heart.tsx +1 -1
  55. package/icons/Home.tsx +1 -1
  56. package/icons/Italic.tsx +1 -1
  57. package/icons/Laptop.tsx +1 -1
  58. package/icons/Locked.tsx +1 -1
  59. package/icons/LongAnswer.tsx +1 -1
  60. package/icons/Mail.tsx +1 -1
  61. package/icons/Maximize.tsx +1 -1
  62. package/icons/Microphone.tsx +1 -1
  63. package/icons/Minimize.tsx +1 -1
  64. package/icons/Moon.tsx +1 -1
  65. package/icons/MoreVert.tsx +1 -1
  66. package/icons/Move.tsx +1 -1
  67. package/icons/Movie.tsx +1 -1
  68. package/icons/Music.tsx +1 -1
  69. package/icons/Nature.tsx +1 -1
  70. package/icons/Notification.tsx +1 -1
  71. package/icons/Objects.tsx +1 -1
  72. package/icons/Ol.tsx +1 -1
  73. package/icons/Palette.tsx +1 -1
  74. package/icons/PeopleInvite.tsx +1 -2
  75. package/icons/Photo.tsx +1 -1
  76. package/icons/Picture.tsx +1 -1
  77. package/icons/Places.tsx +1 -1
  78. package/icons/Play.tsx +1 -1
  79. package/icons/Presentation.tsx +1 -1
  80. package/icons/PushPin.tsx +1 -1
  81. package/icons/Reply.tsx +1 -1
  82. package/icons/Screenshare.tsx +1 -1
  83. package/icons/Search.tsx +1 -1
  84. package/icons/Section.tsx +1 -1
  85. package/icons/Send.tsx +1 -1
  86. package/icons/Settings.tsx +1 -1
  87. package/icons/Shape.tsx +1 -1
  88. package/icons/SimpleAnswer.tsx +1 -1
  89. package/icons/Sort.tsx +1 -1
  90. package/icons/SoundOn.tsx +1 -1
  91. package/icons/Soundoff.tsx +1 -1
  92. package/icons/Speaker.tsx +1 -1
  93. package/icons/Stroke.tsx +1 -1
  94. package/icons/Sun.tsx +1 -1
  95. package/icons/Task.tsx +1 -1
  96. package/icons/TaskFile.tsx +1 -1
  97. package/icons/Telegram.tsx +1 -1
  98. package/icons/TelegramFilled.tsx +10 -0
  99. package/icons/Text.tsx +1 -1
  100. package/icons/ThinArrowRight.tsx +11 -0
  101. package/icons/Trash.tsx +1 -1
  102. package/icons/Ul.tsx +1 -1
  103. package/icons/Underline.tsx +1 -1
  104. package/icons/Unlocked.tsx +1 -1
  105. package/icons/Updates.tsx +1 -1
  106. package/icons/Upload.tsx +1 -1
  107. package/icons/Users.tsx +1 -1
  108. package/icons/VariantSelect.tsx +1 -1
  109. package/icons/Video.tsx +1 -1
  110. package/icons/Window.tsx +1 -1
  111. package/index.ts +4 -0
  112. package/package.json +1 -1
  113. package/tsconfig.json +2 -0
package/config.ts CHANGED
@@ -113,4 +113,6 @@ export const icons = [
113
113
  'CaretUp',
114
114
  'Conference',
115
115
  'Group',
116
+ 'ThinArrowRight',
117
+ 'TelegramFilled',
116
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}>
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
+ fillRule="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
+ fillRule="evenodd"
7
+ clipRule="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';
@@ -216,6 +218,8 @@ export {
216
218
  Stroke,
217
219
  Task,
218
220
  TaskFile,
221
+ ThinArrowRight,
222
+ TelegramFilled,
219
223
  Telegram,
220
224
  Text,
221
225
  Trash,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xipkg/icons",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
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",