| 1 | // Copyright 2014 The Flutter Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | import 'package:flutter/material.dart'; |
| 6 | |
| 7 | abstract final class GalleryIcons { |
| 8 | static const IconData tooltip = IconData(0xe900, fontFamily: 'GalleryIcons' ); |
| 9 | static const IconData text_fields_alt = IconData(0xe901, fontFamily: 'GalleryIcons' ); |
| 10 | static const IconData tabs = IconData(0xe902, fontFamily: 'GalleryIcons' ); |
| 11 | static const IconData switches = IconData(0xe903, fontFamily: 'GalleryIcons' ); |
| 12 | static const IconData sliders = IconData(0xe904, fontFamily: 'GalleryIcons' ); |
| 13 | static const IconData shrine = IconData(0xe905, fontFamily: 'GalleryIcons' ); |
| 14 | static const IconData sentiment_very_satisfied = IconData(0xe906, fontFamily: 'GalleryIcons' ); |
| 15 | static const IconData refresh = IconData(0xe907, fontFamily: 'GalleryIcons' ); |
| 16 | static const IconData progress_activity = IconData(0xe908, fontFamily: 'GalleryIcons' ); |
| 17 | static const IconData phone_iphone = IconData(0xe909, fontFamily: 'GalleryIcons' ); |
| 18 | static const IconData page_control = IconData(0xe90a, fontFamily: 'GalleryIcons' ); |
| 19 | static const IconData more_vert = IconData(0xe90b, fontFamily: 'GalleryIcons' ); |
| 20 | static const IconData menu = IconData(0xe90c, fontFamily: 'GalleryIcons' ); |
| 21 | static const IconData list_alt = IconData(0xe90d, fontFamily: 'GalleryIcons' ); |
| 22 | static const IconData grid_on = IconData(0xe90e, fontFamily: 'GalleryIcons' ); |
| 23 | static const IconData expand_all = IconData(0xe90f, fontFamily: 'GalleryIcons' ); |
| 24 | static const IconData event = IconData(0xe910, fontFamily: 'GalleryIcons' ); |
| 25 | static const IconData drive_video = IconData(0xe911, fontFamily: 'GalleryIcons' ); |
| 26 | static const IconData dialogs = IconData(0xe912, fontFamily: 'GalleryIcons' ); |
| 27 | static const IconData data_table = IconData(0xe913, fontFamily: 'GalleryIcons' ); |
| 28 | static const IconData custom_typography = IconData(0xe914, fontFamily: 'GalleryIcons' ); |
| 29 | static const IconData colors = IconData(0xe915, fontFamily: 'GalleryIcons' ); |
| 30 | static const IconData chips = IconData(0xe916, fontFamily: 'GalleryIcons' ); |
| 31 | static const IconData check_box = IconData(0xe917, fontFamily: 'GalleryIcons' ); |
| 32 | static const IconData cards = IconData(0xe918, fontFamily: 'GalleryIcons' ); |
| 33 | static const IconData buttons = IconData(0xe919, fontFamily: 'GalleryIcons' ); |
| 34 | static const IconData bottom_sheets = IconData(0xe91a, fontFamily: 'GalleryIcons' ); |
| 35 | static const IconData bottom_navigation = IconData(0xe91b, fontFamily: 'GalleryIcons' ); |
| 36 | static const IconData animation = IconData(0xe91c, fontFamily: 'GalleryIcons' ); |
| 37 | static const IconData account_box = IconData(0xe91d, fontFamily: 'GalleryIcons' ); |
| 38 | static const IconData snackbar = IconData(0xe91e, fontFamily: 'GalleryIcons' ); |
| 39 | static const IconData category_mdc = IconData(0xe91f, fontFamily: 'GalleryIcons' ); |
| 40 | static const IconData cupertino_progress = IconData(0xe920, fontFamily: 'GalleryIcons' ); |
| 41 | static const IconData cupertino_pull_to_refresh = IconData(0xe921, fontFamily: 'GalleryIcons' ); |
| 42 | static const IconData cupertino_switch = IconData(0xe922, fontFamily: 'GalleryIcons' ); |
| 43 | static const IconData generic_buttons = IconData(0xe923, fontFamily: 'GalleryIcons' ); |
| 44 | static const IconData backdrop = IconData(0xe924, fontFamily: 'GalleryIcons' ); |
| 45 | static const IconData bottom_app_bar = IconData(0xe925, fontFamily: 'GalleryIcons' ); |
| 46 | static const IconData bottom_sheet_persistent = IconData(0xe926, fontFamily: 'GalleryIcons' ); |
| 47 | static const IconData lists_leave_behind = IconData(0xe927, fontFamily: 'GalleryIcons' ); |
| 48 | } |
| 49 | |