Remove Icons

This commit is contained in:
Tom Moor
2018-05-02 21:51:39 -07:00
parent fb41e4fc54
commit 41a96e4331
56 changed files with 126 additions and 575 deletions

View File

@ -7,7 +7,7 @@ import styled from 'styled-components';
import { color } from 'shared/styles/constants';
import Flex from 'shared/components/Flex';
import Highlight from 'components/Highlight';
import StarredIcon from 'components/Icon/StarredIcon';
import { StarredIcon } from 'outline-icons';
import PublishingInfo from './components/PublishingInfo';
import DocumentMenu from 'menus/DocumentMenu';