refactor: update icon imports to @cf/icons
This commit is contained in:
parent
ea1a492dc0
commit
daaa819e6c
4 changed files with 25 additions and 25 deletions
|
@ -14,18 +14,18 @@
|
|||
import Logo from '$lib/../img/campfire-logo.svg';
|
||||
import Button from './Button.svelte';
|
||||
|
||||
import TimelineIcon from '../../img/icons/timeline.svg';
|
||||
import NotificationsIcon from '../../img/icons/notifications.svg';
|
||||
import ExploreIcon from '../../img/icons/explore.svg';
|
||||
import ListIcon from '../../img/icons/lists.svg';
|
||||
import FavouritesIcon from '../../img/icons/like_fill.svg';
|
||||
import BookmarkIcon from '../../img/icons/bookmark.svg';
|
||||
import HashtagIcon from '../../img/icons/hashtag.svg';
|
||||
import PostIcon from '../../img/icons/post.svg';
|
||||
import InfoIcon from '../../img/icons/info.svg';
|
||||
import SettingsIcon from '../../img/icons/settings.svg';
|
||||
import LogoutIcon from '../../img/icons/logout.svg';
|
||||
import FollowersIcon from '../../img/icons/followers.svg';
|
||||
import TimelineIcon from '@cf/icons/timeline.svg';
|
||||
import NotificationsIcon from '@cf/icons/notifications.svg';
|
||||
import ExploreIcon from '@cf/icons/explore.svg';
|
||||
import ListIcon from '@cf/icons/lists.svg';
|
||||
import FavouritesIcon from '@cf/icons/like_fill.svg';
|
||||
import BookmarkIcon from '@cf/icons/bookmark.svg';
|
||||
import HashtagIcon from '@cf/icons/hashtag.svg';
|
||||
import PostIcon from '@cf/icons/post.svg';
|
||||
import InfoIcon from '@cf/icons/info.svg';
|
||||
import SettingsIcon from '@cf/icons/settings.svg';
|
||||
import LogoutIcon from '@cf/icons/logout.svg';
|
||||
import FollowersIcon from '@cf/icons/followers.svg';
|
||||
|
||||
const VERSION = APP_VERSION;
|
||||
const lang = Lang();
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
import { server } from '$lib/client/server';
|
||||
import { goto } from '$app/navigation';
|
||||
|
||||
import ReplyIcon from '$lib/../img/icons/reply.svg';
|
||||
import RepostIcon from '$lib/../img/icons/repost.svg';
|
||||
import FavouriteIcon from '$lib/../img/icons/like.svg';
|
||||
import ReactIcon from '$lib/../img/icons/react.svg';
|
||||
import ReplyIcon from '@cf/icons/reply.svg';
|
||||
import RepostIcon from '@cf/icons/repost.svg';
|
||||
import FavouriteIcon from '@cf/icons/like.svg';
|
||||
import ReactIcon from '@cf/icons/react.svg';
|
||||
// import QuoteIcon from '$lib/../img/icons/quote.svg';
|
||||
import ReactionBar from '$lib/ui/post/ReactionBar.svelte';
|
||||
import ActionBar from '$lib/ui/post/ActionBar.svelte';
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
|
||||
import ActionButton from './ActionButton.svelte';
|
||||
|
||||
import ReplyIcon from '../../../img/icons/reply.svg';
|
||||
import RepostIcon from '../../../img/icons/repost.svg';
|
||||
import FavouriteIcon from '../../../img/icons/like.svg';
|
||||
import FavouriteIconFill from '../../../img/icons/like_fill.svg';
|
||||
import QuoteIcon from '../../../img/icons/quote.svg';
|
||||
import MoreIcon from '../../../img/icons/more.svg';
|
||||
import DeleteIcon from '../../../img/icons/bin.svg';
|
||||
import ReplyIcon from '@cf/icons/reply.svg';
|
||||
import RepostIcon from '@cf/icons/repost.svg';
|
||||
import FavouriteIcon from '@cf/icons/like.svg';
|
||||
import FavouriteIconFill from '@cf/icons/like_fill.svg';
|
||||
import QuoteIcon from '@cf/icons/quote.svg';
|
||||
import MoreIcon from '@cf/icons/more.svg';
|
||||
import DeleteIcon from '@cf/icons/bin.svg';
|
||||
|
||||
export let post;
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
import Button from '../../lib/ui/Button.svelte';
|
||||
import * as api from '$lib/api'
|
||||
|
||||
import TickIcon from '../../img/icons/tick.svg'
|
||||
import CrossIcon from '../../img/icons/cross.svg'
|
||||
import TickIcon from '@cf/icons/tick.svg'
|
||||
import CrossIcon from '@cf/icons/cross.svg'
|
||||
import { get } from 'svelte/store';
|
||||
|
||||
const lang = Lang();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue