From ddc61dd25f14f7319f5bbef50c518ebea46596e5 Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Wed, 29 May 2019 16:54:08 +0200 Subject: [PATCH] feat: add js icon files builded from svgs --- js/account-logout.js | 1 + js/action-redo.js | 1 + js/action-undo.js | 1 + js/align-center.js | 1 + js/align-left.js | 1 + js/align-right.js | 1 + js/arrow-bottom.js | 1 + js/arrow-left.js | 1 + js/arrow-right.js | 1 + js/arrow-top.js | 1 + js/ban.js | 1 + js/basket-loaded.js | 1 + js/bell.js | 1 + js/bold.js | 1 + js/bookmark.js | 1 + js/briefcase.js | 1 + js/british-pound.js | 1 + js/brush.js | 1 + js/calculator.js | 1 + js/calendar.js | 1 + js/cart.js | 1 + js/chart.js | 1 + js/check.js | 1 + js/chevron-bottom.js | 1 + js/chevron-left.js | 1 + js/chevron-right.js | 1 + js/chevron-top.js | 1 + js/cloud-download.js | 1 + js/cloud-upload.js | 1 + js/cloud.js | 1 + js/code.js | 1 + js/comment-square.js | 1 + js/credit-card.js | 1 + js/cursor.js | 1 + js/dollar.js | 1 + js/envelope-closed.js | 1 + js/envelope-letter.js | 1 + js/envelope-open.js | 1 + js/euro.js | 1 + js/file.js | 1 + js/globe.js | 1 + js/graph.js | 1 + js/home.js | 1 + js/iconsGenerated.js | 1 + js/inbox.js | 1 + js/index.js | 186 ++++++++++++++++++++++++++++++++++++++++ js/info.js | 1 + js/italic.js | 1 + js/justify-center.js | 1 + js/justify-left.js | 1 + js/justify-right.js | 1 + js/laptop.js | 1 + js/layers.js | 1 + js/lightbulb.js | 1 + js/list.js | 1 + js/location-pin.js | 1 + js/lock-locked.js | 1 + js/lock-unlocked.js | 1 + js/magnifying-glass.js | 1 + js/map.js | 1 + js/monitor.js | 1 + js/moon.js | 1 + js/note.js | 1 + js/options.js | 1 + js/paperclip.js | 1 + js/pencil.js | 1 + js/people.js | 1 + js/phone.js | 1 + js/print.js | 1 + js/puzzle.js | 1 + js/rss.js | 1 + js/screen-desktop.js | 1 + js/screen-smartphone.js | 1 + js/settings.js | 1 + js/share.js | 1 + js/shield.js | 1 + js/sort-ascending.js | 1 + js/sort-descending.js | 1 + js/speech.js | 1 + js/speedometer.js | 1 + js/star.js | 1 + js/sun.js | 1 + js/tablet.js | 1 + js/tags.js | 1 + js/thumb-down.js | 1 + js/thumb-up.js | 1 + js/trash.js | 1 + js/underline.js | 1 + js/user-female.js | 1 + js/user-follow.js | 1 + js/user-unfollow.js | 1 + js/user.js | 1 + js/yen.js | 1 + 93 files changed, 278 insertions(+) create mode 100644 js/account-logout.js create mode 100644 js/action-redo.js create mode 100644 js/action-undo.js create mode 100644 js/align-center.js create mode 100644 js/align-left.js create mode 100644 js/align-right.js create mode 100644 js/arrow-bottom.js create mode 100644 js/arrow-left.js create mode 100644 js/arrow-right.js create mode 100644 js/arrow-top.js create mode 100644 js/ban.js create mode 100644 js/basket-loaded.js create mode 100644 js/bell.js create mode 100644 js/bold.js create mode 100644 js/bookmark.js create mode 100644 js/briefcase.js create mode 100644 js/british-pound.js create mode 100644 js/brush.js create mode 100644 js/calculator.js create mode 100644 js/calendar.js create mode 100644 js/cart.js create mode 100644 js/chart.js create mode 100644 js/check.js create mode 100644 js/chevron-bottom.js create mode 100644 js/chevron-left.js create mode 100644 js/chevron-right.js create mode 100644 js/chevron-top.js create mode 100644 js/cloud-download.js create mode 100644 js/cloud-upload.js create mode 100644 js/cloud.js create mode 100644 js/code.js create mode 100644 js/comment-square.js create mode 100644 js/credit-card.js create mode 100644 js/cursor.js create mode 100644 js/dollar.js create mode 100644 js/envelope-closed.js create mode 100644 js/envelope-letter.js create mode 100644 js/envelope-open.js create mode 100644 js/euro.js create mode 100644 js/file.js create mode 100644 js/globe.js create mode 100644 js/graph.js create mode 100644 js/home.js create mode 100644 js/iconsGenerated.js create mode 100644 js/inbox.js create mode 100644 js/index.js create mode 100644 js/info.js create mode 100644 js/italic.js create mode 100644 js/justify-center.js create mode 100644 js/justify-left.js create mode 100644 js/justify-right.js create mode 100644 js/laptop.js create mode 100644 js/layers.js create mode 100644 js/lightbulb.js create mode 100644 js/list.js create mode 100644 js/location-pin.js create mode 100644 js/lock-locked.js create mode 100644 js/lock-unlocked.js create mode 100644 js/magnifying-glass.js create mode 100644 js/map.js create mode 100644 js/monitor.js create mode 100644 js/moon.js create mode 100644 js/note.js create mode 100644 js/options.js create mode 100644 js/paperclip.js create mode 100644 js/pencil.js create mode 100644 js/people.js create mode 100644 js/phone.js create mode 100644 js/print.js create mode 100644 js/puzzle.js create mode 100644 js/rss.js create mode 100644 js/screen-desktop.js create mode 100644 js/screen-smartphone.js create mode 100644 js/settings.js create mode 100644 js/share.js create mode 100644 js/shield.js create mode 100644 js/sort-ascending.js create mode 100644 js/sort-descending.js create mode 100644 js/speech.js create mode 100644 js/speedometer.js create mode 100644 js/star.js create mode 100644 js/sun.js create mode 100644 js/tablet.js create mode 100644 js/tags.js create mode 100644 js/thumb-down.js create mode 100644 js/thumb-up.js create mode 100644 js/trash.js create mode 100644 js/underline.js create mode 100644 js/user-female.js create mode 100644 js/user-follow.js create mode 100644 js/user-unfollow.js create mode 100644 js/user.js create mode 100644 js/yen.js diff --git a/js/account-logout.js b/js/account-logout.js new file mode 100644 index 000000000..3853ba793 --- /dev/null +++ b/js/account-logout.js @@ -0,0 +1 @@ +export const AccountLogout = "" \ No newline at end of file diff --git a/js/action-redo.js b/js/action-redo.js new file mode 100644 index 000000000..ddcae3378 --- /dev/null +++ b/js/action-redo.js @@ -0,0 +1 @@ +export const ActionRedo = "" \ No newline at end of file diff --git a/js/action-undo.js b/js/action-undo.js new file mode 100644 index 000000000..77fa434e6 --- /dev/null +++ b/js/action-undo.js @@ -0,0 +1 @@ +export const ActionUndo = "" \ No newline at end of file diff --git a/js/align-center.js b/js/align-center.js new file mode 100644 index 000000000..de614706e --- /dev/null +++ b/js/align-center.js @@ -0,0 +1 @@ +export const AlignCenter = "" \ No newline at end of file diff --git a/js/align-left.js b/js/align-left.js new file mode 100644 index 000000000..aed07239c --- /dev/null +++ b/js/align-left.js @@ -0,0 +1 @@ +export const AlignLeft = "" \ No newline at end of file diff --git a/js/align-right.js b/js/align-right.js new file mode 100644 index 000000000..b394b3aae --- /dev/null +++ b/js/align-right.js @@ -0,0 +1 @@ +export const AlignRight = "" \ No newline at end of file diff --git a/js/arrow-bottom.js b/js/arrow-bottom.js new file mode 100644 index 000000000..45d12c313 --- /dev/null +++ b/js/arrow-bottom.js @@ -0,0 +1 @@ +export const ArrowBottom = "" \ No newline at end of file diff --git a/js/arrow-left.js b/js/arrow-left.js new file mode 100644 index 000000000..c1ae161b4 --- /dev/null +++ b/js/arrow-left.js @@ -0,0 +1 @@ +export const ArrowLeft = "" \ No newline at end of file diff --git a/js/arrow-right.js b/js/arrow-right.js new file mode 100644 index 000000000..147d8e96c --- /dev/null +++ b/js/arrow-right.js @@ -0,0 +1 @@ +export const ArrowRight = "" \ No newline at end of file diff --git a/js/arrow-top.js b/js/arrow-top.js new file mode 100644 index 000000000..a603a8152 --- /dev/null +++ b/js/arrow-top.js @@ -0,0 +1 @@ +export const ArrowTop = "" \ No newline at end of file diff --git a/js/ban.js b/js/ban.js new file mode 100644 index 000000000..3f11ae6ae --- /dev/null +++ b/js/ban.js @@ -0,0 +1 @@ +export const Ban = "" \ No newline at end of file diff --git a/js/basket-loaded.js b/js/basket-loaded.js new file mode 100644 index 000000000..67dfc6f4e --- /dev/null +++ b/js/basket-loaded.js @@ -0,0 +1 @@ +export const BasketLoaded = "" \ No newline at end of file diff --git a/js/bell.js b/js/bell.js new file mode 100644 index 000000000..0c6de1e8b --- /dev/null +++ b/js/bell.js @@ -0,0 +1 @@ +export const Bell = "" \ No newline at end of file diff --git a/js/bold.js b/js/bold.js new file mode 100644 index 000000000..112ff729f --- /dev/null +++ b/js/bold.js @@ -0,0 +1 @@ +export const Bold = "" \ No newline at end of file diff --git a/js/bookmark.js b/js/bookmark.js new file mode 100644 index 000000000..c9bc0ecbc --- /dev/null +++ b/js/bookmark.js @@ -0,0 +1 @@ +export const Bookmark = "" \ No newline at end of file diff --git a/js/briefcase.js b/js/briefcase.js new file mode 100644 index 000000000..2a6e8a52d --- /dev/null +++ b/js/briefcase.js @@ -0,0 +1 @@ +export const Briefcase = "" \ No newline at end of file diff --git a/js/british-pound.js b/js/british-pound.js new file mode 100644 index 000000000..b0ee23044 --- /dev/null +++ b/js/british-pound.js @@ -0,0 +1 @@ +export const BritishPound = "" \ No newline at end of file diff --git a/js/brush.js b/js/brush.js new file mode 100644 index 000000000..0cfef692c --- /dev/null +++ b/js/brush.js @@ -0,0 +1 @@ +export const Brush = "" \ No newline at end of file diff --git a/js/calculator.js b/js/calculator.js new file mode 100644 index 000000000..2c22a26f4 --- /dev/null +++ b/js/calculator.js @@ -0,0 +1 @@ +export const Calculator = "" \ No newline at end of file diff --git a/js/calendar.js b/js/calendar.js new file mode 100644 index 000000000..20ebaaf7d --- /dev/null +++ b/js/calendar.js @@ -0,0 +1 @@ +export const Calendar = "" \ No newline at end of file diff --git a/js/cart.js b/js/cart.js new file mode 100644 index 000000000..75959ddeb --- /dev/null +++ b/js/cart.js @@ -0,0 +1 @@ +export const Cart = "" \ No newline at end of file diff --git a/js/chart.js b/js/chart.js new file mode 100644 index 000000000..48286a1c9 --- /dev/null +++ b/js/chart.js @@ -0,0 +1 @@ +export const Chart = "" \ No newline at end of file diff --git a/js/check.js b/js/check.js new file mode 100644 index 000000000..9012af834 --- /dev/null +++ b/js/check.js @@ -0,0 +1 @@ +export const Check = "" \ No newline at end of file diff --git a/js/chevron-bottom.js b/js/chevron-bottom.js new file mode 100644 index 000000000..0f007aeb7 --- /dev/null +++ b/js/chevron-bottom.js @@ -0,0 +1 @@ +export const ChevronBottom = "" \ No newline at end of file diff --git a/js/chevron-left.js b/js/chevron-left.js new file mode 100644 index 000000000..ee19ef7ca --- /dev/null +++ b/js/chevron-left.js @@ -0,0 +1 @@ +export const ChevronLeft = "" \ No newline at end of file diff --git a/js/chevron-right.js b/js/chevron-right.js new file mode 100644 index 000000000..4552602ab --- /dev/null +++ b/js/chevron-right.js @@ -0,0 +1 @@ +export const ChevronRight = "" \ No newline at end of file diff --git a/js/chevron-top.js b/js/chevron-top.js new file mode 100644 index 000000000..708972863 --- /dev/null +++ b/js/chevron-top.js @@ -0,0 +1 @@ +export const ChevronTop = "" \ No newline at end of file diff --git a/js/cloud-download.js b/js/cloud-download.js new file mode 100644 index 000000000..c9bda6f09 --- /dev/null +++ b/js/cloud-download.js @@ -0,0 +1 @@ +export const CloudDownload = "" \ No newline at end of file diff --git a/js/cloud-upload.js b/js/cloud-upload.js new file mode 100644 index 000000000..bb2d8659d --- /dev/null +++ b/js/cloud-upload.js @@ -0,0 +1 @@ +export const CloudUpload = "" \ No newline at end of file diff --git a/js/cloud.js b/js/cloud.js new file mode 100644 index 000000000..83280e3c7 --- /dev/null +++ b/js/cloud.js @@ -0,0 +1 @@ +export const Cloud = "" \ No newline at end of file diff --git a/js/code.js b/js/code.js new file mode 100644 index 000000000..33850b69b --- /dev/null +++ b/js/code.js @@ -0,0 +1 @@ +export const Code = "" \ No newline at end of file diff --git a/js/comment-square.js b/js/comment-square.js new file mode 100644 index 000000000..cc829c0f2 --- /dev/null +++ b/js/comment-square.js @@ -0,0 +1 @@ +export const CommentSquare = "" \ No newline at end of file diff --git a/js/credit-card.js b/js/credit-card.js new file mode 100644 index 000000000..73c93a353 --- /dev/null +++ b/js/credit-card.js @@ -0,0 +1 @@ +export const CreditCard = "" \ No newline at end of file diff --git a/js/cursor.js b/js/cursor.js new file mode 100644 index 000000000..17cde2173 --- /dev/null +++ b/js/cursor.js @@ -0,0 +1 @@ +export const Cursor = "" \ No newline at end of file diff --git a/js/dollar.js b/js/dollar.js new file mode 100644 index 000000000..4e9a25e7c --- /dev/null +++ b/js/dollar.js @@ -0,0 +1 @@ +export const Dollar = "" \ No newline at end of file diff --git a/js/envelope-closed.js b/js/envelope-closed.js new file mode 100644 index 000000000..6e649e927 --- /dev/null +++ b/js/envelope-closed.js @@ -0,0 +1 @@ +export const EnvelopeClosed = "" \ No newline at end of file diff --git a/js/envelope-letter.js b/js/envelope-letter.js new file mode 100644 index 000000000..f597030a8 --- /dev/null +++ b/js/envelope-letter.js @@ -0,0 +1 @@ +export const EnvelopeLetter = "" \ No newline at end of file diff --git a/js/envelope-open.js b/js/envelope-open.js new file mode 100644 index 000000000..3d2206929 --- /dev/null +++ b/js/envelope-open.js @@ -0,0 +1 @@ +export const EnvelopeOpen = "" \ No newline at end of file diff --git a/js/euro.js b/js/euro.js new file mode 100644 index 000000000..83c7f24db --- /dev/null +++ b/js/euro.js @@ -0,0 +1 @@ +export const Euro = "" \ No newline at end of file diff --git a/js/file.js b/js/file.js new file mode 100644 index 000000000..dd535dccf --- /dev/null +++ b/js/file.js @@ -0,0 +1 @@ +export const File = "" \ No newline at end of file diff --git a/js/globe.js b/js/globe.js new file mode 100644 index 000000000..8c5c824a7 --- /dev/null +++ b/js/globe.js @@ -0,0 +1 @@ +export const Globe = "" \ No newline at end of file diff --git a/js/graph.js b/js/graph.js new file mode 100644 index 000000000..e4fd42de2 --- /dev/null +++ b/js/graph.js @@ -0,0 +1 @@ +export const Graph = "" \ No newline at end of file diff --git a/js/home.js b/js/home.js new file mode 100644 index 000000000..2fd6d9cce --- /dev/null +++ b/js/home.js @@ -0,0 +1 @@ +export const Home = "" \ No newline at end of file diff --git a/js/iconsGenerated.js b/js/iconsGenerated.js new file mode 100644 index 000000000..8881e1cc1 --- /dev/null +++ b/js/iconsGenerated.js @@ -0,0 +1 @@ +export const Icons = {"action-undo":"","action-redo":"","account-logout":"","align-center":"","align-left":"","arrow-bottom":"","arrow-left":"","align-right":"","arrow-right":"","arrow-top":"","basket-loaded":"","ban":"","bell":"","bold":"","bookmark":"","briefcase":"","british-pound":"","brush":"","calculator":"","calendar":"","chart":"","cart":"","check":"","chevron-bottom":"","chevron-left":"","chevron-right":"","chevron-top":"","cloud-download":"","cloud-upload":"","cloud":"","code":"","comment-square":"","credit-card":"","cursor":"","dollar":"","envelope-closed":"","envelope-letter":"","envelope-open":"","euro":"","file":"","globe":"","graph":"","home":"","inbox":"","info":"","italic":"","justify-center":"","justify-left":"","justify-right":"","laptop":"","layers":"","lightbulb":"","list":"","location-pin":"","lock-locked":"","lock-unlocked":"","magnifying-glass":"","map":"","monitor":"","moon":"","note":"","options":"","paperclip":"","pencil":"","people":"","phone":"","print":"","puzzle":"","rss":"","screen-desktop":"","screen-smartphone":"","settings":"","share":"","shield":"","sort-ascending":"","sort-descending":"","speech":"","speedometer":"","star":"","sun":"","tablet":"","tags":"","thumb-down":"","thumb-up":"","trash":"","underline":"","user-female":"","user-follow":"","user-unfollow":"","user":"","yen":""} \ No newline at end of file diff --git a/js/inbox.js b/js/inbox.js new file mode 100644 index 000000000..c0143ac0c --- /dev/null +++ b/js/inbox.js @@ -0,0 +1 @@ +export const Inbox = "" \ No newline at end of file diff --git a/js/index.js b/js/index.js new file mode 100644 index 000000000..9a92f4cc8 --- /dev/null +++ b/js/index.js @@ -0,0 +1,186 @@ +import { Icons } from './iconsGenerated.js' +export default Icons + + +import { ActionUndo } from './action-undo.js' +import { ActionRedo } from './action-redo.js' +import { AccountLogout } from './account-logout.js' +import { AlignCenter } from './align-center.js' +import { AlignLeft } from './align-left.js' +import { ArrowBottom } from './arrow-bottom.js' +import { ArrowLeft } from './arrow-left.js' +import { AlignRight } from './align-right.js' +import { ArrowRight } from './arrow-right.js' +import { ArrowTop } from './arrow-top.js' +import { BasketLoaded } from './basket-loaded.js' +import { Ban } from './ban.js' +import { Bell } from './bell.js' +import { Bold } from './bold.js' +import { Bookmark } from './bookmark.js' +import { Briefcase } from './briefcase.js' +import { BritishPound } from './british-pound.js' +import { Brush } from './brush.js' +import { Calculator } from './calculator.js' +import { Calendar } from './calendar.js' +import { Chart } from './chart.js' +import { Cart } from './cart.js' +import { Check } from './check.js' +import { ChevronBottom } from './chevron-bottom.js' +import { ChevronLeft } from './chevron-left.js' +import { ChevronRight } from './chevron-right.js' +import { ChevronTop } from './chevron-top.js' +import { CloudDownload } from './cloud-download.js' +import { CloudUpload } from './cloud-upload.js' +import { Cloud } from './cloud.js' +import { Code } from './code.js' +import { CommentSquare } from './comment-square.js' +import { CreditCard } from './credit-card.js' +import { Cursor } from './cursor.js' +import { Dollar } from './dollar.js' +import { EnvelopeClosed } from './envelope-closed.js' +import { EnvelopeLetter } from './envelope-letter.js' +import { EnvelopeOpen } from './envelope-open.js' +import { Euro } from './euro.js' +import { File } from './file.js' +import { Globe } from './globe.js' +import { Graph } from './graph.js' +import { Home } from './home.js' +import { Inbox } from './inbox.js' +import { Info } from './info.js' +import { Italic } from './italic.js' +import { JustifyCenter } from './justify-center.js' +import { JustifyLeft } from './justify-left.js' +import { JustifyRight } from './justify-right.js' +import { Laptop } from './laptop.js' +import { Layers } from './layers.js' +import { Lightbulb } from './lightbulb.js' +import { List } from './list.js' +import { LocationPin } from './location-pin.js' +import { LockLocked } from './lock-locked.js' +import { LockUnlocked } from './lock-unlocked.js' +import { MagnifyingGlass } from './magnifying-glass.js' +import { Map } from './map.js' +import { Monitor } from './monitor.js' +import { Moon } from './moon.js' +import { Note } from './note.js' +import { Options } from './options.js' +import { Paperclip } from './paperclip.js' +import { Pencil } from './pencil.js' +import { People } from './people.js' +import { Phone } from './phone.js' +import { Print } from './print.js' +import { Puzzle } from './puzzle.js' +import { Rss } from './rss.js' +import { ScreenDesktop } from './screen-desktop.js' +import { ScreenSmartphone } from './screen-smartphone.js' +import { Settings } from './settings.js' +import { Share } from './share.js' +import { Shield } from './shield.js' +import { SortAscending } from './sort-ascending.js' +import { SortDescending } from './sort-descending.js' +import { Speech } from './speech.js' +import { Speedometer } from './speedometer.js' +import { Star } from './star.js' +import { Sun } from './sun.js' +import { Tablet } from './tablet.js' +import { Tags } from './tags.js' +import { ThumbDown } from './thumb-down.js' +import { ThumbUp } from './thumb-up.js' +import { Trash } from './trash.js' +import { Underline } from './underline.js' +import { UserFemale } from './user-female.js' +import { UserFollow } from './user-follow.js' +import { UserUnfollow } from './user-unfollow.js' +import { User } from './user.js' +import { Yen } from './yen.js' +export { ActionUndo } +export { ActionRedo } +export { AccountLogout } +export { AlignCenter } +export { AlignLeft } +export { ArrowBottom } +export { ArrowLeft } +export { AlignRight } +export { ArrowRight } +export { ArrowTop } +export { BasketLoaded } +export { Ban } +export { Bell } +export { Bold } +export { Bookmark } +export { Briefcase } +export { BritishPound } +export { Brush } +export { Calculator } +export { Calendar } +export { Chart } +export { Cart } +export { Check } +export { ChevronBottom } +export { ChevronLeft } +export { ChevronRight } +export { ChevronTop } +export { CloudDownload } +export { CloudUpload } +export { Cloud } +export { Code } +export { CommentSquare } +export { CreditCard } +export { Cursor } +export { Dollar } +export { EnvelopeClosed } +export { EnvelopeLetter } +export { EnvelopeOpen } +export { Euro } +export { File } +export { Globe } +export { Graph } +export { Home } +export { Inbox } +export { Info } +export { Italic } +export { JustifyCenter } +export { JustifyLeft } +export { JustifyRight } +export { Laptop } +export { Layers } +export { Lightbulb } +export { List } +export { LocationPin } +export { LockLocked } +export { LockUnlocked } +export { MagnifyingGlass } +export { Map } +export { Monitor } +export { Moon } +export { Note } +export { Options } +export { Paperclip } +export { Pencil } +export { People } +export { Phone } +export { Print } +export { Puzzle } +export { Rss } +export { ScreenDesktop } +export { ScreenSmartphone } +export { Settings } +export { Share } +export { Shield } +export { SortAscending } +export { SortDescending } +export { Speech } +export { Speedometer } +export { Star } +export { Sun } +export { Tablet } +export { Tags } +export { ThumbDown } +export { ThumbUp } +export { Trash } +export { Underline } +export { UserFemale } +export { UserFollow } +export { UserUnfollow } +export { User } +export { Yen } \ No newline at end of file diff --git a/js/info.js b/js/info.js new file mode 100644 index 000000000..de397be9b --- /dev/null +++ b/js/info.js @@ -0,0 +1 @@ +export const Info = "" \ No newline at end of file diff --git a/js/italic.js b/js/italic.js new file mode 100644 index 000000000..0c9653a01 --- /dev/null +++ b/js/italic.js @@ -0,0 +1 @@ +export const Italic = "" \ No newline at end of file diff --git a/js/justify-center.js b/js/justify-center.js new file mode 100644 index 000000000..a9dc9feff --- /dev/null +++ b/js/justify-center.js @@ -0,0 +1 @@ +export const JustifyCenter = "" \ No newline at end of file diff --git a/js/justify-left.js b/js/justify-left.js new file mode 100644 index 000000000..997098218 --- /dev/null +++ b/js/justify-left.js @@ -0,0 +1 @@ +export const JustifyLeft = "" \ No newline at end of file diff --git a/js/justify-right.js b/js/justify-right.js new file mode 100644 index 000000000..a1a04b472 --- /dev/null +++ b/js/justify-right.js @@ -0,0 +1 @@ +export const JustifyRight = "" \ No newline at end of file diff --git a/js/laptop.js b/js/laptop.js new file mode 100644 index 000000000..55c0c44c2 --- /dev/null +++ b/js/laptop.js @@ -0,0 +1 @@ +export const Laptop = "" \ No newline at end of file diff --git a/js/layers.js b/js/layers.js new file mode 100644 index 000000000..cbdcb6528 --- /dev/null +++ b/js/layers.js @@ -0,0 +1 @@ +export const Layers = "" \ No newline at end of file diff --git a/js/lightbulb.js b/js/lightbulb.js new file mode 100644 index 000000000..b6e4f4aba --- /dev/null +++ b/js/lightbulb.js @@ -0,0 +1 @@ +export const Lightbulb = "" \ No newline at end of file diff --git a/js/list.js b/js/list.js new file mode 100644 index 000000000..fe007f39b --- /dev/null +++ b/js/list.js @@ -0,0 +1 @@ +export const List = "" \ No newline at end of file diff --git a/js/location-pin.js b/js/location-pin.js new file mode 100644 index 000000000..4a1d085d6 --- /dev/null +++ b/js/location-pin.js @@ -0,0 +1 @@ +export const LocationPin = "" \ No newline at end of file diff --git a/js/lock-locked.js b/js/lock-locked.js new file mode 100644 index 000000000..40a0adc48 --- /dev/null +++ b/js/lock-locked.js @@ -0,0 +1 @@ +export const LockLocked = "" \ No newline at end of file diff --git a/js/lock-unlocked.js b/js/lock-unlocked.js new file mode 100644 index 000000000..edc7bfff7 --- /dev/null +++ b/js/lock-unlocked.js @@ -0,0 +1 @@ +export const LockUnlocked = "" \ No newline at end of file diff --git a/js/magnifying-glass.js b/js/magnifying-glass.js new file mode 100644 index 000000000..e1418cea6 --- /dev/null +++ b/js/magnifying-glass.js @@ -0,0 +1 @@ +export const MagnifyingGlass = "" \ No newline at end of file diff --git a/js/map.js b/js/map.js new file mode 100644 index 000000000..393044018 --- /dev/null +++ b/js/map.js @@ -0,0 +1 @@ +export const Map = "" \ No newline at end of file diff --git a/js/monitor.js b/js/monitor.js new file mode 100644 index 000000000..171156969 --- /dev/null +++ b/js/monitor.js @@ -0,0 +1 @@ +export const Monitor = "" \ No newline at end of file diff --git a/js/moon.js b/js/moon.js new file mode 100644 index 000000000..27e5634d3 --- /dev/null +++ b/js/moon.js @@ -0,0 +1 @@ +export const Moon = "" \ No newline at end of file diff --git a/js/note.js b/js/note.js new file mode 100644 index 000000000..d997a9ffa --- /dev/null +++ b/js/note.js @@ -0,0 +1 @@ +export const Note = "" \ No newline at end of file diff --git a/js/options.js b/js/options.js new file mode 100644 index 000000000..bdf36ac28 --- /dev/null +++ b/js/options.js @@ -0,0 +1 @@ +export const Options = "" \ No newline at end of file diff --git a/js/paperclip.js b/js/paperclip.js new file mode 100644 index 000000000..fa843ad6e --- /dev/null +++ b/js/paperclip.js @@ -0,0 +1 @@ +export const Paperclip = "" \ No newline at end of file diff --git a/js/pencil.js b/js/pencil.js new file mode 100644 index 000000000..462177444 --- /dev/null +++ b/js/pencil.js @@ -0,0 +1 @@ +export const Pencil = "" \ No newline at end of file diff --git a/js/people.js b/js/people.js new file mode 100644 index 000000000..fa4411874 --- /dev/null +++ b/js/people.js @@ -0,0 +1 @@ +export const People = "" \ No newline at end of file diff --git a/js/phone.js b/js/phone.js new file mode 100644 index 000000000..ae8e4001a --- /dev/null +++ b/js/phone.js @@ -0,0 +1 @@ +export const Phone = "" \ No newline at end of file diff --git a/js/print.js b/js/print.js new file mode 100644 index 000000000..0e5769ad9 --- /dev/null +++ b/js/print.js @@ -0,0 +1 @@ +export const Print = "" \ No newline at end of file diff --git a/js/puzzle.js b/js/puzzle.js new file mode 100644 index 000000000..19eb5fa03 --- /dev/null +++ b/js/puzzle.js @@ -0,0 +1 @@ +export const Puzzle = "" \ No newline at end of file diff --git a/js/rss.js b/js/rss.js new file mode 100644 index 000000000..c0fd65285 --- /dev/null +++ b/js/rss.js @@ -0,0 +1 @@ +export const Rss = "" \ No newline at end of file diff --git a/js/screen-desktop.js b/js/screen-desktop.js new file mode 100644 index 000000000..5bac3d289 --- /dev/null +++ b/js/screen-desktop.js @@ -0,0 +1 @@ +export const ScreenDesktop = "" \ No newline at end of file diff --git a/js/screen-smartphone.js b/js/screen-smartphone.js new file mode 100644 index 000000000..d45a3b2ea --- /dev/null +++ b/js/screen-smartphone.js @@ -0,0 +1 @@ +export const ScreenSmartphone = "" \ No newline at end of file diff --git a/js/settings.js b/js/settings.js new file mode 100644 index 000000000..60e03a02d --- /dev/null +++ b/js/settings.js @@ -0,0 +1 @@ +export const Settings = "" \ No newline at end of file diff --git a/js/share.js b/js/share.js new file mode 100644 index 000000000..024b725fb --- /dev/null +++ b/js/share.js @@ -0,0 +1 @@ +export const Share = "" \ No newline at end of file diff --git a/js/shield.js b/js/shield.js new file mode 100644 index 000000000..c43f09496 --- /dev/null +++ b/js/shield.js @@ -0,0 +1 @@ +export const Shield = "" \ No newline at end of file diff --git a/js/sort-ascending.js b/js/sort-ascending.js new file mode 100644 index 000000000..6c4f11707 --- /dev/null +++ b/js/sort-ascending.js @@ -0,0 +1 @@ +export const SortAscending = "" \ No newline at end of file diff --git a/js/sort-descending.js b/js/sort-descending.js new file mode 100644 index 000000000..174b3e1e3 --- /dev/null +++ b/js/sort-descending.js @@ -0,0 +1 @@ +export const SortDescending = "" \ No newline at end of file diff --git a/js/speech.js b/js/speech.js new file mode 100644 index 000000000..ae42371d0 --- /dev/null +++ b/js/speech.js @@ -0,0 +1 @@ +export const Speech = "" \ No newline at end of file diff --git a/js/speedometer.js b/js/speedometer.js new file mode 100644 index 000000000..f4b113496 --- /dev/null +++ b/js/speedometer.js @@ -0,0 +1 @@ +export const Speedometer = "" \ No newline at end of file diff --git a/js/star.js b/js/star.js new file mode 100644 index 000000000..8c8c4492c --- /dev/null +++ b/js/star.js @@ -0,0 +1 @@ +export const Star = "" \ No newline at end of file diff --git a/js/sun.js b/js/sun.js new file mode 100644 index 000000000..182b5f525 --- /dev/null +++ b/js/sun.js @@ -0,0 +1 @@ +export const Sun = "" \ No newline at end of file diff --git a/js/tablet.js b/js/tablet.js new file mode 100644 index 000000000..5398892c0 --- /dev/null +++ b/js/tablet.js @@ -0,0 +1 @@ +export const Tablet = "" \ No newline at end of file diff --git a/js/tags.js b/js/tags.js new file mode 100644 index 000000000..cd5a6fc6a --- /dev/null +++ b/js/tags.js @@ -0,0 +1 @@ +export const Tags = "" \ No newline at end of file diff --git a/js/thumb-down.js b/js/thumb-down.js new file mode 100644 index 000000000..9ceef8841 --- /dev/null +++ b/js/thumb-down.js @@ -0,0 +1 @@ +export const ThumbDown = "" \ No newline at end of file diff --git a/js/thumb-up.js b/js/thumb-up.js new file mode 100644 index 000000000..aacaa3624 --- /dev/null +++ b/js/thumb-up.js @@ -0,0 +1 @@ +export const ThumbUp = "" \ No newline at end of file diff --git a/js/trash.js b/js/trash.js new file mode 100644 index 000000000..c1e0fbcac --- /dev/null +++ b/js/trash.js @@ -0,0 +1 @@ +export const Trash = "" \ No newline at end of file diff --git a/js/underline.js b/js/underline.js new file mode 100644 index 000000000..e57a8d7e4 --- /dev/null +++ b/js/underline.js @@ -0,0 +1 @@ +export const Underline = "" \ No newline at end of file diff --git a/js/user-female.js b/js/user-female.js new file mode 100644 index 000000000..403c5bd70 --- /dev/null +++ b/js/user-female.js @@ -0,0 +1 @@ +export const UserFemale = "" \ No newline at end of file diff --git a/js/user-follow.js b/js/user-follow.js new file mode 100644 index 000000000..f65f642d8 --- /dev/null +++ b/js/user-follow.js @@ -0,0 +1 @@ +export const UserFollow = "" \ No newline at end of file diff --git a/js/user-unfollow.js b/js/user-unfollow.js new file mode 100644 index 000000000..903072f03 --- /dev/null +++ b/js/user-unfollow.js @@ -0,0 +1 @@ +export const UserUnfollow = "" \ No newline at end of file diff --git a/js/user.js b/js/user.js new file mode 100644 index 000000000..cdfa42c0d --- /dev/null +++ b/js/user.js @@ -0,0 +1 @@ +export const User = "" \ No newline at end of file diff --git a/js/yen.js b/js/yen.js new file mode 100644 index 000000000..d52c92113 --- /dev/null +++ b/js/yen.js @@ -0,0 +1 @@ +export const Yen = "" \ No newline at end of file