* Use Compass icons * Update ChannelInfo and AdvancedSettings * Fix search modifiers * Fix Autocomplete item * Remove VectorIcon component * Unlink react-native-vector-icons * Revert ProgressiveImage changes * Update Mark as Unread icon * Apply review suggestion * Replace extension icons * Update video control button style * Replace (un)flag with (un)save * Replace (un)flag with (un)save - take 2 * Use bookmark-outline icon Co-authored-by: Miguel Alatzar <miguel@Miguels-MacBook-Pro.local>
7 lines
No EOL
335 B
JavaScript
7 lines
No EOL
335 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
import {createIconSetFromFontello} from 'react-native-vector-icons';
|
|
import fontelloConfig from '@assets/compass-icons.json';
|
|
|
|
export default createIconSetFromFontello(fontelloConfig, 'compass-icons', 'compass-icons.ttf'); |