From 2f45c6730b818e1e9d0d6163ecd08c9e0d4da976 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Mon, 26 Dec 2022 13:34:46 +0300 Subject: [PATCH] feat: sync icons (#7) Co-authored-by: amje --- lib/Book.tsx | 20 -------------------- lib/index.ts | 1 - metadata.json | 11 ----------- svgs/book.svg | 1 - 4 files changed, 33 deletions(-) delete mode 100644 lib/Book.tsx delete mode 100644 svgs/book.svg 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