Skip to content

Commit

Permalink
Merge pull request #1073 from VKCOM/SevereCloud/issue1072
Browse files Browse the repository at this point in the history
fix(icons): typo name icons
  • Loading branch information
nickpvk authored Jan 25, 2025
2 parents d3f19ed + 78e7c43 commit d674490
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/icons/src/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
* @typedef {import('../packages/icons-scripts/scripts/options').DeprecatedIcons} DeprecatedIcons
* @type DeprecatedIcons
*/
const DEPRECATED_ICONS = {};
const DEPRECATED_ICONS = {
donate_oultine_16: 'donate_outline_16',
info_cirle_16: 'info_circle_16',
folder_simple_arrow_right_outlune_20: 'folder_simple_arrow_right_outline_20',
apple_watch_outlite_28: 'apple_watch_outline_28',
chat_vawe_outline_gray_24: 'chat_wave_outline_gray_24',
rectrangle_hand_point_up_24: 'rectangle_hand_point_up_24',
phone_vawe_outline_gray_24: 'phone_wave_outline_gray_24',
};

module.exports = {
DEPRECATED_ICONS,
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/svg/16/donate_outline_16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/icons/src/svg/24/chat_wave_outline_gray_24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/icons/src/svg/24/phone_wave_outline_gray_24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icons/src/svg/24/rectangle_hand_point_up_24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icons/src/svg/28/apple_watch_outline_28.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d674490

Please sign in to comment.