diff --git a/lib/Book.tsx b/lib/Book.tsx deleted file mode 100644 index aaaff45..0000000 --- a/lib/Book.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from 'react'; -import {SVGProps} from 'react'; -const Book = (props: SVGProps) => ( - - - -); -export default Book; diff --git a/lib/index.ts b/lib/index.ts index 5b7550d..311d2a6 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -5,7 +5,6 @@ export {default as ArrowRight} from './ArrowRight'; export {default as ArrowUp} from './ArrowUp'; export {default as Bell} from './Bell'; export {default as Bold} from './Bold'; -export {default as Book} from './Book'; export {default as Bookmark} from './Bookmark'; export {default as BookmarkFill} from './BookmarkFill'; export {default as Bucket} from './Bucket'; diff --git a/metadata.json b/metadata.json index cc82561..0caf346 100644 --- a/metadata.json +++ b/metadata.json @@ -70,17 +70,6 @@ "text" ] }, - { - "name": "book", - "style": "regular", - "svgName": "book", - "componentName": "Book", - "keywords": [ - "book", - "document", - "manual" - ] - }, { "name": "bookmark", "style": "regular", diff --git a/svgs/book.svg b/svgs/book.svg deleted file mode 100644 index 460a71c..0000000 --- a/svgs/book.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file