diff --git a/app/javascript/components/AppDropdown.vue b/app/javascript/components/AppDropdown.vue index 2f29ba2..8acb916 100644 --- a/app/javascript/components/AppDropdown.vue +++ b/app/javascript/components/AppDropdown.vue @@ -55,7 +55,23 @@ triggerClose() { this.$emit("close"); + }, + + handleOutsideClick(evt) { + if (this.open) { + if (!this.$el.contains(evt.target)) { + this.triggerClose(); + } + } } + }, + + mounted() { + document.addEventListener("click", this.handleOutsideClick); + }, + + beforeDestroy() { + document.removeEventListener("click", this.handleOutsideClick); } } diff --git a/app/javascript/components/AppIcon.vue b/app/javascript/components/AppIcon.vue index 6338437..2719458 100644 --- a/app/javascript/components/AppIcon.vue +++ b/app/javascript/components/AppIcon.vue @@ -1,44 +1,63 @@ + diff --git a/app/javascript/iconic/svg/smart/action.svg b/app/javascript/iconic/svg/smart/action.svg new file mode 100755 index 0000000..cb8765e --- /dev/null +++ b/app/javascript/iconic/svg/smart/action.svg @@ -0,0 +1,38 @@ + + Action + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/align.svg b/app/javascript/iconic/svg/smart/align.svg new file mode 100755 index 0000000..f624178 --- /dev/null +++ b/app/javascript/iconic/svg/smart/align.svg @@ -0,0 +1,68 @@ + + Align + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/aperture.svg b/app/javascript/iconic/svg/smart/aperture.svg new file mode 100755 index 0000000..0d0b8be --- /dev/null +++ b/app/javascript/iconic/svg/smart/aperture.svg @@ -0,0 +1,29 @@ + + + Aperture + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/arrow-right-angle-thick.svg b/app/javascript/iconic/svg/smart/arrow-right-angle-thick.svg new file mode 100755 index 0000000..8d9c51a --- /dev/null +++ b/app/javascript/iconic/svg/smart/arrow-right-angle-thick.svg @@ -0,0 +1,29 @@ + + Arrow 90 Degree Thick + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/arrow-right-angle.svg b/app/javascript/iconic/svg/smart/arrow-right-angle.svg new file mode 100755 index 0000000..953e627 --- /dev/null +++ b/app/javascript/iconic/svg/smart/arrow-right-angle.svg @@ -0,0 +1,29 @@ + + Arrow 90 Degree + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/arrow-thick.svg b/app/javascript/iconic/svg/smart/arrow-thick.svg new file mode 100755 index 0000000..9e33dc5 --- /dev/null +++ b/app/javascript/iconic/svg/smart/arrow-thick.svg @@ -0,0 +1,59 @@ + + Arrow Thick + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/arrow.svg b/app/javascript/iconic/svg/smart/arrow.svg new file mode 100755 index 0000000..b338e58 --- /dev/null +++ b/app/javascript/iconic/svg/smart/arrow.svg @@ -0,0 +1,59 @@ + + Arrow + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/audio-spectrum.svg b/app/javascript/iconic/svg/smart/audio-spectrum.svg new file mode 100755 index 0000000..9865bb3 --- /dev/null +++ b/app/javascript/iconic/svg/smart/audio-spectrum.svg @@ -0,0 +1,29 @@ + + + Audio Spectrum + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/audio.svg b/app/javascript/iconic/svg/smart/audio.svg new file mode 100755 index 0000000..e9ab43d --- /dev/null +++ b/app/javascript/iconic/svg/smart/audio.svg @@ -0,0 +1,34 @@ + + + Audio + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/ban.svg b/app/javascript/iconic/svg/smart/ban.svg new file mode 100755 index 0000000..070d3cf --- /dev/null +++ b/app/javascript/iconic/svg/smart/ban.svg @@ -0,0 +1,17 @@ + + + Ban + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bar-chart.svg b/app/javascript/iconic/svg/smart/bar-chart.svg new file mode 100755 index 0000000..bcf9a59 --- /dev/null +++ b/app/javascript/iconic/svg/smart/bar-chart.svg @@ -0,0 +1,49 @@ + + + Bar Chart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/barcode.svg b/app/javascript/iconic/svg/smart/barcode.svg new file mode 100755 index 0000000..3f4df15 --- /dev/null +++ b/app/javascript/iconic/svg/smart/barcode.svg @@ -0,0 +1,51 @@ + + + Barcode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/basket.svg b/app/javascript/iconic/svg/smart/basket.svg new file mode 100755 index 0000000..62d5b46 --- /dev/null +++ b/app/javascript/iconic/svg/smart/basket.svg @@ -0,0 +1,51 @@ + + + Basket + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/battery.svg b/app/javascript/iconic/svg/smart/battery.svg new file mode 100755 index 0000000..003971c --- /dev/null +++ b/app/javascript/iconic/svg/smart/battery.svg @@ -0,0 +1,35 @@ + + + Battery + + + + + + + + + + + + + + + + + + 100% + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/beaker.svg b/app/javascript/iconic/svg/smart/beaker.svg new file mode 100755 index 0000000..a13fce1 --- /dev/null +++ b/app/javascript/iconic/svg/smart/beaker.svg @@ -0,0 +1,38 @@ + + + Beaker + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bell.svg b/app/javascript/iconic/svg/smart/bell.svg new file mode 100755 index 0000000..10dd239 --- /dev/null +++ b/app/javascript/iconic/svg/smart/bell.svg @@ -0,0 +1,22 @@ + + + Bell + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bitcoin-address.svg b/app/javascript/iconic/svg/smart/bitcoin-address.svg new file mode 100755 index 0000000..5e54cf1 --- /dev/null +++ b/app/javascript/iconic/svg/smart/bitcoin-address.svg @@ -0,0 +1,50 @@ + + + Bitcoin Address + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bitcoin-block.svg b/app/javascript/iconic/svg/smart/bitcoin-block.svg new file mode 100755 index 0000000..2509e11 --- /dev/null +++ b/app/javascript/iconic/svg/smart/bitcoin-block.svg @@ -0,0 +1,32 @@ + + + Bitcoin Block + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bitcoin-transaction.svg b/app/javascript/iconic/svg/smart/bitcoin-transaction.svg new file mode 100755 index 0000000..dd2dda0 --- /dev/null +++ b/app/javascript/iconic/svg/smart/bitcoin-transaction.svg @@ -0,0 +1,41 @@ + + + Bitcoin Transaction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bitcoin.svg b/app/javascript/iconic/svg/smart/bitcoin.svg new file mode 100755 index 0000000..f484eae --- /dev/null +++ b/app/javascript/iconic/svg/smart/bitcoin.svg @@ -0,0 +1,29 @@ + + + Bitcoin + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bluetooth.svg b/app/javascript/iconic/svg/smart/bluetooth.svg new file mode 100755 index 0000000..bf208e9 --- /dev/null +++ b/app/javascript/iconic/svg/smart/bluetooth.svg @@ -0,0 +1,14 @@ + + + Bluetooth + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bold.svg b/app/javascript/iconic/svg/smart/bold.svg new file mode 100755 index 0000000..ada323e --- /dev/null +++ b/app/javascript/iconic/svg/smart/bold.svg @@ -0,0 +1,18 @@ + + + Bold + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/book.svg b/app/javascript/iconic/svg/smart/book.svg new file mode 100755 index 0000000..2cb12e5 --- /dev/null +++ b/app/javascript/iconic/svg/smart/book.svg @@ -0,0 +1,20 @@ + + + Book + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bookmark.svg b/app/javascript/iconic/svg/smart/bookmark.svg new file mode 100755 index 0000000..abe94d8 --- /dev/null +++ b/app/javascript/iconic/svg/smart/bookmark.svg @@ -0,0 +1,14 @@ + + + Bookmark + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/box.svg b/app/javascript/iconic/svg/smart/box.svg new file mode 100755 index 0000000..26d9dd7 --- /dev/null +++ b/app/javascript/iconic/svg/smart/box.svg @@ -0,0 +1,28 @@ + + + Box + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/brain.svg b/app/javascript/iconic/svg/smart/brain.svg new file mode 100755 index 0000000..5978bbe --- /dev/null +++ b/app/javascript/iconic/svg/smart/brain.svg @@ -0,0 +1,23 @@ + + + Brain + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/briefcase.svg b/app/javascript/iconic/svg/smart/briefcase.svg new file mode 100755 index 0000000..9604600 --- /dev/null +++ b/app/javascript/iconic/svg/smart/briefcase.svg @@ -0,0 +1,45 @@ + + + Briefcase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/british-pound.svg b/app/javascript/iconic/svg/smart/british-pound.svg new file mode 100755 index 0000000..0a93a53 --- /dev/null +++ b/app/javascript/iconic/svg/smart/british-pound.svg @@ -0,0 +1,17 @@ + + + British Pound + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/browser-full-page.svg b/app/javascript/iconic/svg/smart/browser-full-page.svg new file mode 100755 index 0000000..6af89a9 --- /dev/null +++ b/app/javascript/iconic/svg/smart/browser-full-page.svg @@ -0,0 +1,68 @@ + + + Browser Full Page + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/browser-type.svg b/app/javascript/iconic/svg/smart/browser-type.svg new file mode 100755 index 0000000..5f7298c --- /dev/null +++ b/app/javascript/iconic/svg/smart/browser-type.svg @@ -0,0 +1,115 @@ + + Browser Type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/browser-viewport.svg b/app/javascript/iconic/svg/smart/browser-viewport.svg new file mode 100755 index 0000000..7f76b38 --- /dev/null +++ b/app/javascript/iconic/svg/smart/browser-viewport.svg @@ -0,0 +1,55 @@ + + + Browser Viewport + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/browser.svg b/app/javascript/iconic/svg/smart/browser.svg new file mode 100755 index 0000000..94c0908 --- /dev/null +++ b/app/javascript/iconic/svg/smart/browser.svg @@ -0,0 +1,56 @@ + + + Browser + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/brush.svg b/app/javascript/iconic/svg/smart/brush.svg new file mode 100755 index 0000000..9c47a2b --- /dev/null +++ b/app/javascript/iconic/svg/smart/brush.svg @@ -0,0 +1,34 @@ + + + Brush + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bug.svg b/app/javascript/iconic/svg/smart/bug.svg new file mode 100755 index 0000000..f4bb1e8 --- /dev/null +++ b/app/javascript/iconic/svg/smart/bug.svg @@ -0,0 +1,50 @@ + + + Bug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/building.svg b/app/javascript/iconic/svg/smart/building.svg new file mode 100755 index 0000000..b47cb4d --- /dev/null +++ b/app/javascript/iconic/svg/smart/building.svg @@ -0,0 +1,25 @@ + + + Building + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/bullhorn.svg b/app/javascript/iconic/svg/smart/bullhorn.svg new file mode 100755 index 0000000..5f0a603 --- /dev/null +++ b/app/javascript/iconic/svg/smart/bullhorn.svg @@ -0,0 +1,48 @@ + + + Bullhorn + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/calculator.svg b/app/javascript/iconic/svg/smart/calculator.svg new file mode 100755 index 0000000..4a0d484 --- /dev/null +++ b/app/javascript/iconic/svg/smart/calculator.svg @@ -0,0 +1,27 @@ + + + Calculator + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/calendar.svg b/app/javascript/iconic/svg/smart/calendar.svg new file mode 100755 index 0000000..a25be80 --- /dev/null +++ b/app/javascript/iconic/svg/smart/calendar.svg @@ -0,0 +1,40 @@ + + + Calendar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/camera-rangefinder.svg b/app/javascript/iconic/svg/smart/camera-rangefinder.svg new file mode 100755 index 0000000..aaf1b9c --- /dev/null +++ b/app/javascript/iconic/svg/smart/camera-rangefinder.svg @@ -0,0 +1,50 @@ + + + Camera Rangefinder + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/camera-slr.svg b/app/javascript/iconic/svg/smart/camera-slr.svg new file mode 100755 index 0000000..487e394 --- /dev/null +++ b/app/javascript/iconic/svg/smart/camera-slr.svg @@ -0,0 +1,39 @@ + + + Camera Slr + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/caret.svg b/app/javascript/iconic/svg/smart/caret.svg new file mode 100755 index 0000000..7584f5d --- /dev/null +++ b/app/javascript/iconic/svg/smart/caret.svg @@ -0,0 +1,17 @@ + + Caret + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/carriage-return.svg b/app/javascript/iconic/svg/smart/carriage-return.svg new file mode 100755 index 0000000..613489e --- /dev/null +++ b/app/javascript/iconic/svg/smart/carriage-return.svg @@ -0,0 +1,17 @@ + + + Carriage Return + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/cart.svg b/app/javascript/iconic/svg/smart/cart.svg new file mode 100755 index 0000000..06098dc --- /dev/null +++ b/app/javascript/iconic/svg/smart/cart.svg @@ -0,0 +1,35 @@ + + + Cart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/chat.svg b/app/javascript/iconic/svg/smart/chat.svg new file mode 100755 index 0000000..e0f1a62 --- /dev/null +++ b/app/javascript/iconic/svg/smart/chat.svg @@ -0,0 +1,30 @@ + + + Chat + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/check-thin.svg b/app/javascript/iconic/svg/smart/check-thin.svg new file mode 100755 index 0000000..fe49dc8 --- /dev/null +++ b/app/javascript/iconic/svg/smart/check-thin.svg @@ -0,0 +1,14 @@ + + + Check Thin + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/check.svg b/app/javascript/iconic/svg/smart/check.svg new file mode 100755 index 0000000..3966c5b --- /dev/null +++ b/app/javascript/iconic/svg/smart/check.svg @@ -0,0 +1,14 @@ + + + Check + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/chevron.svg b/app/javascript/iconic/svg/smart/chevron.svg new file mode 100755 index 0000000..9fa4b9b --- /dev/null +++ b/app/javascript/iconic/svg/smart/chevron.svg @@ -0,0 +1,28 @@ + + Chevron + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/circle-check.svg b/app/javascript/iconic/svg/smart/circle-check.svg new file mode 100755 index 0000000..46accc2 --- /dev/null +++ b/app/javascript/iconic/svg/smart/circle-check.svg @@ -0,0 +1,25 @@ + + + Circle Check + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/circle-x.svg b/app/javascript/iconic/svg/smart/circle-x.svg new file mode 100755 index 0000000..347b608 --- /dev/null +++ b/app/javascript/iconic/svg/smart/circle-x.svg @@ -0,0 +1,25 @@ + + + Circle X + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/clipboard.svg b/app/javascript/iconic/svg/smart/clipboard.svg new file mode 100755 index 0000000..e41aea5 --- /dev/null +++ b/app/javascript/iconic/svg/smart/clipboard.svg @@ -0,0 +1,32 @@ + + + Clipboard + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/clock.svg b/app/javascript/iconic/svg/smart/clock.svg new file mode 100755 index 0000000..d149a0a --- /dev/null +++ b/app/javascript/iconic/svg/smart/clock.svg @@ -0,0 +1,35 @@ + + + Clock + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/cloud-transfer.svg b/app/javascript/iconic/svg/smart/cloud-transfer.svg new file mode 100755 index 0000000..55dbbb1 --- /dev/null +++ b/app/javascript/iconic/svg/smart/cloud-transfer.svg @@ -0,0 +1,68 @@ + + Cloud Transfer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/cloud.svg b/app/javascript/iconic/svg/smart/cloud.svg new file mode 100755 index 0000000..6976109 --- /dev/null +++ b/app/javascript/iconic/svg/smart/cloud.svg @@ -0,0 +1,16 @@ + + + Cloud + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/cloudy.svg b/app/javascript/iconic/svg/smart/cloudy.svg new file mode 100755 index 0000000..5a8f059 --- /dev/null +++ b/app/javascript/iconic/svg/smart/cloudy.svg @@ -0,0 +1,31 @@ + + + Cloudy + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/code.svg b/app/javascript/iconic/svg/smart/code.svg new file mode 100755 index 0000000..734d5e4 --- /dev/null +++ b/app/javascript/iconic/svg/smart/code.svg @@ -0,0 +1,49 @@ + + + Code + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/cog.svg b/app/javascript/iconic/svg/smart/cog.svg new file mode 100755 index 0000000..269f3d9 --- /dev/null +++ b/app/javascript/iconic/svg/smart/cog.svg @@ -0,0 +1,17 @@ + + + Cog + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/cogs.svg b/app/javascript/iconic/svg/smart/cogs.svg new file mode 100755 index 0000000..fbbd01f --- /dev/null +++ b/app/javascript/iconic/svg/smart/cogs.svg @@ -0,0 +1,23 @@ + + + Cogs + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/collapse.svg b/app/javascript/iconic/svg/smart/collapse.svg new file mode 100755 index 0000000..03cf740 --- /dev/null +++ b/app/javascript/iconic/svg/smart/collapse.svg @@ -0,0 +1,26 @@ + + Expand + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/command.svg b/app/javascript/iconic/svg/smart/command.svg new file mode 100755 index 0000000..9b4c3db --- /dev/null +++ b/app/javascript/iconic/svg/smart/command.svg @@ -0,0 +1,17 @@ + + + Command + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/comment-square.svg b/app/javascript/iconic/svg/smart/comment-square.svg new file mode 100755 index 0000000..07d0c96 --- /dev/null +++ b/app/javascript/iconic/svg/smart/comment-square.svg @@ -0,0 +1,14 @@ + + + Comment Square + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/compass.svg b/app/javascript/iconic/svg/smart/compass.svg new file mode 100755 index 0000000..10fd6f1 --- /dev/null +++ b/app/javascript/iconic/svg/smart/compass.svg @@ -0,0 +1,22 @@ + + + Compass + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/connections.svg b/app/javascript/iconic/svg/smart/connections.svg new file mode 100755 index 0000000..8ed8743 --- /dev/null +++ b/app/javascript/iconic/svg/smart/connections.svg @@ -0,0 +1,38 @@ + + + Connections + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/contrast.svg b/app/javascript/iconic/svg/smart/contrast.svg new file mode 100755 index 0000000..8b2b2be --- /dev/null +++ b/app/javascript/iconic/svg/smart/contrast.svg @@ -0,0 +1,22 @@ + + + Contrast + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/copyleft.svg b/app/javascript/iconic/svg/smart/copyleft.svg new file mode 100755 index 0000000..310876c --- /dev/null +++ b/app/javascript/iconic/svg/smart/copyleft.svg @@ -0,0 +1,20 @@ + + + Copyleft + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/copyright.svg b/app/javascript/iconic/svg/smart/copyright.svg new file mode 100755 index 0000000..5a02762 --- /dev/null +++ b/app/javascript/iconic/svg/smart/copyright.svg @@ -0,0 +1,20 @@ + + + Copyright + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/copywriting.svg b/app/javascript/iconic/svg/smart/copywriting.svg new file mode 100755 index 0000000..2b20b1b --- /dev/null +++ b/app/javascript/iconic/svg/smart/copywriting.svg @@ -0,0 +1,28 @@ + + + Copywriting + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/cpu.svg b/app/javascript/iconic/svg/smart/cpu.svg new file mode 100755 index 0000000..567e682 --- /dev/null +++ b/app/javascript/iconic/svg/smart/cpu.svg @@ -0,0 +1,144 @@ + + + Cpu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/credit-card.svg b/app/javascript/iconic/svg/smart/credit-card.svg new file mode 100755 index 0000000..273ebbf --- /dev/null +++ b/app/javascript/iconic/svg/smart/credit-card.svg @@ -0,0 +1,27 @@ + + + Credit Card + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/crop.svg b/app/javascript/iconic/svg/smart/crop.svg new file mode 100755 index 0000000..890a14a --- /dev/null +++ b/app/javascript/iconic/svg/smart/crop.svg @@ -0,0 +1,20 @@ + + + Crop + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/dashboard.svg b/app/javascript/iconic/svg/smart/dashboard.svg new file mode 100755 index 0000000..f41ef7d --- /dev/null +++ b/app/javascript/iconic/svg/smart/dashboard.svg @@ -0,0 +1,38 @@ + + + Dashboard + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/data-transfer.svg b/app/javascript/iconic/svg/smart/data-transfer.svg new file mode 100755 index 0000000..156a24d --- /dev/null +++ b/app/javascript/iconic/svg/smart/data-transfer.svg @@ -0,0 +1,38 @@ + + Data Transfer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/database.svg b/app/javascript/iconic/svg/smart/database.svg new file mode 100755 index 0000000..e0f4adb --- /dev/null +++ b/app/javascript/iconic/svg/smart/database.svg @@ -0,0 +1,21 @@ + + + Database + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/delete.svg b/app/javascript/iconic/svg/smart/delete.svg new file mode 100755 index 0000000..cb8575b --- /dev/null +++ b/app/javascript/iconic/svg/smart/delete.svg @@ -0,0 +1,27 @@ + + + Delete + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/delta.svg b/app/javascript/iconic/svg/smart/delta.svg new file mode 100755 index 0000000..e5e22c1 --- /dev/null +++ b/app/javascript/iconic/svg/smart/delta.svg @@ -0,0 +1,14 @@ + + + Delta + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/dial.svg b/app/javascript/iconic/svg/smart/dial.svg new file mode 100755 index 0000000..6df0de9 --- /dev/null +++ b/app/javascript/iconic/svg/smart/dial.svg @@ -0,0 +1,44 @@ + + + Dial + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/dna.svg b/app/javascript/iconic/svg/smart/dna.svg new file mode 100755 index 0000000..24c4f89 --- /dev/null +++ b/app/javascript/iconic/svg/smart/dna.svg @@ -0,0 +1,59 @@ + + + Dna + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/document.svg b/app/javascript/iconic/svg/smart/document.svg new file mode 100755 index 0000000..50b847a --- /dev/null +++ b/app/javascript/iconic/svg/smart/document.svg @@ -0,0 +1,28 @@ + + + Document + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/dollar.svg b/app/javascript/iconic/svg/smart/dollar.svg new file mode 100755 index 0000000..382203e --- /dev/null +++ b/app/javascript/iconic/svg/smart/dollar.svg @@ -0,0 +1,17 @@ + + + Dollar + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/double-quote-sans.svg b/app/javascript/iconic/svg/smart/double-quote-sans.svg new file mode 100755 index 0000000..9d68fb6 --- /dev/null +++ b/app/javascript/iconic/svg/smart/double-quote-sans.svg @@ -0,0 +1,38 @@ + + Double Quote Sans + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/double-quote-serif.svg b/app/javascript/iconic/svg/smart/double-quote-serif.svg new file mode 100755 index 0000000..9331bec --- /dev/null +++ b/app/javascript/iconic/svg/smart/double-quote-serif.svg @@ -0,0 +1,50 @@ + + Double Quote Serif + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/easel.svg b/app/javascript/iconic/svg/smart/easel.svg new file mode 100755 index 0000000..0d6068c --- /dev/null +++ b/app/javascript/iconic/svg/smart/easel.svg @@ -0,0 +1,56 @@ + + + Easel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/eject.svg b/app/javascript/iconic/svg/smart/eject.svg new file mode 100755 index 0000000..6942fe4 --- /dev/null +++ b/app/javascript/iconic/svg/smart/eject.svg @@ -0,0 +1,17 @@ + + + Eject + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/electric.svg b/app/javascript/iconic/svg/smart/electric.svg new file mode 100755 index 0000000..7d0725b --- /dev/null +++ b/app/javascript/iconic/svg/smart/electric.svg @@ -0,0 +1,14 @@ + + + Electric + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/elevator.svg b/app/javascript/iconic/svg/smart/elevator.svg new file mode 100755 index 0000000..833e6c6 --- /dev/null +++ b/app/javascript/iconic/svg/smart/elevator.svg @@ -0,0 +1,17 @@ + + + Elevator + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/ellipses.svg b/app/javascript/iconic/svg/smart/ellipses.svg new file mode 100755 index 0000000..4b60f31 --- /dev/null +++ b/app/javascript/iconic/svg/smart/ellipses.svg @@ -0,0 +1,20 @@ + + + Ellipses + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/envelope.svg b/app/javascript/iconic/svg/smart/envelope.svg new file mode 100755 index 0000000..4086e5a --- /dev/null +++ b/app/javascript/iconic/svg/smart/envelope.svg @@ -0,0 +1,44 @@ + + Envelope + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/euro.svg b/app/javascript/iconic/svg/smart/euro.svg new file mode 100755 index 0000000..74d32a2 --- /dev/null +++ b/app/javascript/iconic/svg/smart/euro.svg @@ -0,0 +1,40 @@ + + + Euro + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/excerpt.svg b/app/javascript/iconic/svg/smart/excerpt.svg new file mode 100755 index 0000000..b26edd1 --- /dev/null +++ b/app/javascript/iconic/svg/smart/excerpt.svg @@ -0,0 +1,29 @@ + + + Excerpt + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/expand.svg b/app/javascript/iconic/svg/smart/expand.svg new file mode 100755 index 0000000..496a23a --- /dev/null +++ b/app/javascript/iconic/svg/smart/expand.svg @@ -0,0 +1,26 @@ + + Expand + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/external-link.svg b/app/javascript/iconic/svg/smart/external-link.svg new file mode 100755 index 0000000..77b74ff --- /dev/null +++ b/app/javascript/iconic/svg/smart/external-link.svg @@ -0,0 +1,20 @@ + + + External Link + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/eye.svg b/app/javascript/iconic/svg/smart/eye.svg new file mode 100755 index 0000000..40577d6 --- /dev/null +++ b/app/javascript/iconic/svg/smart/eye.svg @@ -0,0 +1,46 @@ + + Eye + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/eyedropper.svg b/app/javascript/iconic/svg/smart/eyedropper.svg new file mode 100755 index 0000000..ed8dce4 --- /dev/null +++ b/app/javascript/iconic/svg/smart/eyedropper.svg @@ -0,0 +1,25 @@ + + + Eyedropper + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/file.svg b/app/javascript/iconic/svg/smart/file.svg new file mode 100755 index 0000000..ee83afe --- /dev/null +++ b/app/javascript/iconic/svg/smart/file.svg @@ -0,0 +1,42 @@ + + File + + + + + + + + + + + + + + + + + + + + + + + + + + + + SVG + + + + + SVG + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/fire.svg b/app/javascript/iconic/svg/smart/fire.svg new file mode 100755 index 0000000..a203cb9 --- /dev/null +++ b/app/javascript/iconic/svg/smart/fire.svg @@ -0,0 +1,18 @@ + + + Fire + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/firefly.svg b/app/javascript/iconic/svg/smart/firefly.svg new file mode 100755 index 0000000..d45d89c --- /dev/null +++ b/app/javascript/iconic/svg/smart/firefly.svg @@ -0,0 +1,57 @@ + + + Firefly + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/flag.svg b/app/javascript/iconic/svg/smart/flag.svg new file mode 100755 index 0000000..c1d62e6 --- /dev/null +++ b/app/javascript/iconic/svg/smart/flag.svg @@ -0,0 +1,24 @@ + + + Flag + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/flash.svg b/app/javascript/iconic/svg/smart/flash.svg new file mode 100755 index 0000000..bce293c --- /dev/null +++ b/app/javascript/iconic/svg/smart/flash.svg @@ -0,0 +1,17 @@ + + + Flash + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/flow.svg b/app/javascript/iconic/svg/smart/flow.svg new file mode 100755 index 0000000..c1bec52 --- /dev/null +++ b/app/javascript/iconic/svg/smart/flow.svg @@ -0,0 +1,102 @@ + + Flow + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/folder.svg b/app/javascript/iconic/svg/smart/folder.svg new file mode 100755 index 0000000..833f3fb --- /dev/null +++ b/app/javascript/iconic/svg/smart/folder.svg @@ -0,0 +1,31 @@ + + + Folder + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/fork.svg b/app/javascript/iconic/svg/smart/fork.svg new file mode 100755 index 0000000..eca9e2d --- /dev/null +++ b/app/javascript/iconic/svg/smart/fork.svg @@ -0,0 +1,40 @@ + + + Fork + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/fullscreen.svg b/app/javascript/iconic/svg/smart/fullscreen.svg new file mode 100755 index 0000000..dbf3b9d --- /dev/null +++ b/app/javascript/iconic/svg/smart/fullscreen.svg @@ -0,0 +1,50 @@ + + Fullscreen + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/funnel.svg b/app/javascript/iconic/svg/smart/funnel.svg new file mode 100755 index 0000000..e7e4d96 --- /dev/null +++ b/app/javascript/iconic/svg/smart/funnel.svg @@ -0,0 +1,24 @@ + + + Funnel + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/game-controller.svg b/app/javascript/iconic/svg/smart/game-controller.svg new file mode 100755 index 0000000..93898b0 --- /dev/null +++ b/app/javascript/iconic/svg/smart/game-controller.svg @@ -0,0 +1,23 @@ + + + Game Controller + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/globe.svg b/app/javascript/iconic/svg/smart/globe.svg new file mode 100755 index 0000000..4eb4566 --- /dev/null +++ b/app/javascript/iconic/svg/smart/globe.svg @@ -0,0 +1,20 @@ + + + Globe + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/graph.svg b/app/javascript/iconic/svg/smart/graph.svg new file mode 100755 index 0000000..38c7c5e --- /dev/null +++ b/app/javascript/iconic/svg/smart/graph.svg @@ -0,0 +1,17 @@ + + + Graph + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/grid.svg b/app/javascript/iconic/svg/smart/grid.svg new file mode 100755 index 0000000..921a4d5 --- /dev/null +++ b/app/javascript/iconic/svg/smart/grid.svg @@ -0,0 +1,123 @@ + + Grid + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/group.svg b/app/javascript/iconic/svg/smart/group.svg new file mode 100755 index 0000000..745d762 --- /dev/null +++ b/app/javascript/iconic/svg/smart/group.svg @@ -0,0 +1,31 @@ + + + Group + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/guides.svg b/app/javascript/iconic/svg/smart/guides.svg new file mode 100755 index 0000000..0229f1c --- /dev/null +++ b/app/javascript/iconic/svg/smart/guides.svg @@ -0,0 +1,58 @@ + + + Guides + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/hammer.svg b/app/javascript/iconic/svg/smart/hammer.svg new file mode 100755 index 0000000..9246861 --- /dev/null +++ b/app/javascript/iconic/svg/smart/hammer.svg @@ -0,0 +1,32 @@ + + + Hammer + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/hand.svg b/app/javascript/iconic/svg/smart/hand.svg new file mode 100755 index 0000000..afe5f75 --- /dev/null +++ b/app/javascript/iconic/svg/smart/hand.svg @@ -0,0 +1,17 @@ + + + Hand + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/hard-drive.svg b/app/javascript/iconic/svg/smart/hard-drive.svg new file mode 100755 index 0000000..d9564cf --- /dev/null +++ b/app/javascript/iconic/svg/smart/hard-drive.svg @@ -0,0 +1,54 @@ + + + Hard Drive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/header.svg b/app/javascript/iconic/svg/smart/header.svg new file mode 100755 index 0000000..e0434b1 --- /dev/null +++ b/app/javascript/iconic/svg/smart/header.svg @@ -0,0 +1,17 @@ + + + Header + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/headphones.svg b/app/javascript/iconic/svg/smart/headphones.svg new file mode 100755 index 0000000..550ce40 --- /dev/null +++ b/app/javascript/iconic/svg/smart/headphones.svg @@ -0,0 +1,39 @@ + + + Headphones + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/heart.svg b/app/javascript/iconic/svg/smart/heart.svg new file mode 100755 index 0000000..2b43752 --- /dev/null +++ b/app/javascript/iconic/svg/smart/heart.svg @@ -0,0 +1,17 @@ + + + Heart + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/history.svg b/app/javascript/iconic/svg/smart/history.svg new file mode 100755 index 0000000..aeecb3b --- /dev/null +++ b/app/javascript/iconic/svg/smart/history.svg @@ -0,0 +1,23 @@ + + + History + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/home.svg b/app/javascript/iconic/svg/smart/home.svg new file mode 100755 index 0000000..03f6c2b --- /dev/null +++ b/app/javascript/iconic/svg/smart/home.svg @@ -0,0 +1,28 @@ + + + Home + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/image.svg b/app/javascript/iconic/svg/smart/image.svg new file mode 100755 index 0000000..ef7ee96 --- /dev/null +++ b/app/javascript/iconic/svg/smart/image.svg @@ -0,0 +1,96 @@ + + Image + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/inbox.svg b/app/javascript/iconic/svg/smart/inbox.svg new file mode 100755 index 0000000..35df757 --- /dev/null +++ b/app/javascript/iconic/svg/smart/inbox.svg @@ -0,0 +1,37 @@ + + + Inbox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/infinity.svg b/app/javascript/iconic/svg/smart/infinity.svg new file mode 100755 index 0000000..01de286 --- /dev/null +++ b/app/javascript/iconic/svg/smart/infinity.svg @@ -0,0 +1,15 @@ + + + Infinity + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/info.svg b/app/javascript/iconic/svg/smart/info.svg new file mode 100755 index 0000000..97a6655 --- /dev/null +++ b/app/javascript/iconic/svg/smart/info.svg @@ -0,0 +1,20 @@ + + + Info + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/inkwell.svg b/app/javascript/iconic/svg/smart/inkwell.svg new file mode 100755 index 0000000..7e57f7b --- /dev/null +++ b/app/javascript/iconic/svg/smart/inkwell.svg @@ -0,0 +1,30 @@ + + + Inkwell + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/iphone.svg b/app/javascript/iconic/svg/smart/iphone.svg new file mode 100755 index 0000000..568fdfe --- /dev/null +++ b/app/javascript/iconic/svg/smart/iphone.svg @@ -0,0 +1,42 @@ + + + iPhone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/italic.svg b/app/javascript/iconic/svg/smart/italic.svg new file mode 100755 index 0000000..d2b4e5f --- /dev/null +++ b/app/javascript/iconic/svg/smart/italic.svg @@ -0,0 +1,14 @@ + + + Italic + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/justify.svg b/app/javascript/iconic/svg/smart/justify.svg new file mode 100755 index 0000000..1fbc439 --- /dev/null +++ b/app/javascript/iconic/svg/smart/justify.svg @@ -0,0 +1,68 @@ + + Justify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/key.svg b/app/javascript/iconic/svg/smart/key.svg new file mode 100755 index 0000000..0c9adce --- /dev/null +++ b/app/javascript/iconic/svg/smart/key.svg @@ -0,0 +1,17 @@ + + + Key + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/keyboard.svg b/app/javascript/iconic/svg/smart/keyboard.svg new file mode 100755 index 0000000..a4dfccc --- /dev/null +++ b/app/javascript/iconic/svg/smart/keyboard.svg @@ -0,0 +1,27 @@ + + + Keyboard + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/keypad-mobile.svg b/app/javascript/iconic/svg/smart/keypad-mobile.svg new file mode 100755 index 0000000..94901f0 --- /dev/null +++ b/app/javascript/iconic/svg/smart/keypad-mobile.svg @@ -0,0 +1,41 @@ + + + Keypad Mobile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/laptop.svg b/app/javascript/iconic/svg/smart/laptop.svg new file mode 100755 index 0000000..6d1fbb5 --- /dev/null +++ b/app/javascript/iconic/svg/smart/laptop.svg @@ -0,0 +1,54 @@ + + + Laptop + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/layers.svg b/app/javascript/iconic/svg/smart/layers.svg new file mode 100755 index 0000000..59892cc --- /dev/null +++ b/app/javascript/iconic/svg/smart/layers.svg @@ -0,0 +1,20 @@ + + + Layers + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/lightbulb-alt-off.svg b/app/javascript/iconic/svg/smart/lightbulb-alt-off.svg new file mode 100755 index 0000000..21ca26e --- /dev/null +++ b/app/javascript/iconic/svg/smart/lightbulb-alt-off.svg @@ -0,0 +1,41 @@ + + + Lightbulb Alt Off + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/lightbulb-alt-on.svg b/app/javascript/iconic/svg/smart/lightbulb-alt-on.svg new file mode 100755 index 0000000..6786f06 --- /dev/null +++ b/app/javascript/iconic/svg/smart/lightbulb-alt-on.svg @@ -0,0 +1,26 @@ + + + Lightbulb Alt On + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/lightbulb.svg b/app/javascript/iconic/svg/smart/lightbulb.svg new file mode 100755 index 0000000..b0d6b2b --- /dev/null +++ b/app/javascript/iconic/svg/smart/lightbulb.svg @@ -0,0 +1,46 @@ + + + Lightbulb + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/lightning-bolt.svg b/app/javascript/iconic/svg/smart/lightning-bolt.svg new file mode 100755 index 0000000..1592ce5 --- /dev/null +++ b/app/javascript/iconic/svg/smart/lightning-bolt.svg @@ -0,0 +1,16 @@ + + + Lightning Bolt + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/lightning.svg b/app/javascript/iconic/svg/smart/lightning.svg new file mode 100755 index 0000000..64d1555 --- /dev/null +++ b/app/javascript/iconic/svg/smart/lightning.svg @@ -0,0 +1,31 @@ + + + Lightning + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/link.svg b/app/javascript/iconic/svg/smart/link.svg new file mode 100755 index 0000000..58fdb0f --- /dev/null +++ b/app/javascript/iconic/svg/smart/link.svg @@ -0,0 +1,64 @@ + + Link + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/list-nested.svg b/app/javascript/iconic/svg/smart/list-nested.svg new file mode 100755 index 0000000..0a8d4bd --- /dev/null +++ b/app/javascript/iconic/svg/smart/list-nested.svg @@ -0,0 +1,35 @@ + + + List Nested + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/list-rich.svg b/app/javascript/iconic/svg/smart/list-rich.svg new file mode 100755 index 0000000..bf8af5c --- /dev/null +++ b/app/javascript/iconic/svg/smart/list-rich.svg @@ -0,0 +1,44 @@ + + + List Rich + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/list.svg b/app/javascript/iconic/svg/smart/list.svg new file mode 100755 index 0000000..2f8f8e7 --- /dev/null +++ b/app/javascript/iconic/svg/smart/list.svg @@ -0,0 +1,35 @@ + + + List + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/location.svg b/app/javascript/iconic/svg/smart/location.svg new file mode 100755 index 0000000..a4c0071 --- /dev/null +++ b/app/javascript/iconic/svg/smart/location.svg @@ -0,0 +1,14 @@ + + + Location + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/lock.svg b/app/javascript/iconic/svg/smart/lock.svg new file mode 100755 index 0000000..8af2303 --- /dev/null +++ b/app/javascript/iconic/svg/smart/lock.svg @@ -0,0 +1,55 @@ + + Lock + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/loop-circular.svg b/app/javascript/iconic/svg/smart/loop-circular.svg new file mode 100755 index 0000000..800c962 --- /dev/null +++ b/app/javascript/iconic/svg/smart/loop-circular.svg @@ -0,0 +1,25 @@ + + + Loop Circular + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/loop-square.svg b/app/javascript/iconic/svg/smart/loop-square.svg new file mode 100755 index 0000000..0e0fc61 --- /dev/null +++ b/app/javascript/iconic/svg/smart/loop-square.svg @@ -0,0 +1,23 @@ + + + Loop Square + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/loop.svg b/app/javascript/iconic/svg/smart/loop.svg new file mode 100755 index 0000000..128ddf3 --- /dev/null +++ b/app/javascript/iconic/svg/smart/loop.svg @@ -0,0 +1,23 @@ + + + Loop + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/loupe.svg b/app/javascript/iconic/svg/smart/loupe.svg new file mode 100755 index 0000000..3d42d2c --- /dev/null +++ b/app/javascript/iconic/svg/smart/loupe.svg @@ -0,0 +1,17 @@ + + + Loupe + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/magic-wand.svg b/app/javascript/iconic/svg/smart/magic-wand.svg new file mode 100755 index 0000000..0c39136 --- /dev/null +++ b/app/javascript/iconic/svg/smart/magic-wand.svg @@ -0,0 +1,62 @@ + + + Magic Wand + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/magnifying-glass.svg b/app/javascript/iconic/svg/smart/magnifying-glass.svg new file mode 100755 index 0000000..fbc7c8c --- /dev/null +++ b/app/javascript/iconic/svg/smart/magnifying-glass.svg @@ -0,0 +1,26 @@ + + + Magnifying Glass + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/map-marker.svg b/app/javascript/iconic/svg/smart/map-marker.svg new file mode 100755 index 0000000..69a3351 --- /dev/null +++ b/app/javascript/iconic/svg/smart/map-marker.svg @@ -0,0 +1,14 @@ + + + Map Marker + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/map.svg b/app/javascript/iconic/svg/smart/map.svg new file mode 100755 index 0000000..fd7d1ea --- /dev/null +++ b/app/javascript/iconic/svg/smart/map.svg @@ -0,0 +1,30 @@ + + + Map + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/marquee.svg b/app/javascript/iconic/svg/smart/marquee.svg new file mode 100755 index 0000000..da45632 --- /dev/null +++ b/app/javascript/iconic/svg/smart/marquee.svg @@ -0,0 +1,37 @@ + + + Marquee + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/medal.svg b/app/javascript/iconic/svg/smart/medal.svg new file mode 100755 index 0000000..c366439 --- /dev/null +++ b/app/javascript/iconic/svg/smart/medal.svg @@ -0,0 +1,28 @@ + + + Medal + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/media-play-circle.svg b/app/javascript/iconic/svg/smart/media-play-circle.svg new file mode 100755 index 0000000..958a51b --- /dev/null +++ b/app/javascript/iconic/svg/smart/media-play-circle.svg @@ -0,0 +1,14 @@ + + + Media Play Circle + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/media-skip.svg b/app/javascript/iconic/svg/smart/media-skip.svg new file mode 100755 index 0000000..e17ac98 --- /dev/null +++ b/app/javascript/iconic/svg/smart/media-skip.svg @@ -0,0 +1,38 @@ + + Media Skip + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/media-step.svg b/app/javascript/iconic/svg/smart/media-step.svg new file mode 100755 index 0000000..940fcf9 --- /dev/null +++ b/app/javascript/iconic/svg/smart/media-step.svg @@ -0,0 +1,38 @@ + + Media Step + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/media.svg b/app/javascript/iconic/svg/smart/media.svg new file mode 100755 index 0000000..30b8f5f --- /dev/null +++ b/app/javascript/iconic/svg/smart/media.svg @@ -0,0 +1,71 @@ + + Media + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/medical-cross.svg b/app/javascript/iconic/svg/smart/medical-cross.svg new file mode 100755 index 0000000..a458c41 --- /dev/null +++ b/app/javascript/iconic/svg/smart/medical-cross.svg @@ -0,0 +1,16 @@ + + + Medical Cross + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/menu-selected.svg b/app/javascript/iconic/svg/smart/menu-selected.svg new file mode 100755 index 0000000..19438dc --- /dev/null +++ b/app/javascript/iconic/svg/smart/menu-selected.svg @@ -0,0 +1,34 @@ + + + Menu Selected + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/menu.svg b/app/javascript/iconic/svg/smart/menu.svg new file mode 100755 index 0000000..58c9e21 --- /dev/null +++ b/app/javascript/iconic/svg/smart/menu.svg @@ -0,0 +1,20 @@ + + + Menu + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/microphone.svg b/app/javascript/iconic/svg/smart/microphone.svg new file mode 100755 index 0000000..db5b6ce --- /dev/null +++ b/app/javascript/iconic/svg/smart/microphone.svg @@ -0,0 +1,27 @@ + + + Microphone + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/minus-thin.svg b/app/javascript/iconic/svg/smart/minus-thin.svg new file mode 100755 index 0000000..fb2ade8 --- /dev/null +++ b/app/javascript/iconic/svg/smart/minus-thin.svg @@ -0,0 +1,14 @@ + + + Minus Thin + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/minus.svg b/app/javascript/iconic/svg/smart/minus.svg new file mode 100755 index 0000000..a6e25e7 --- /dev/null +++ b/app/javascript/iconic/svg/smart/minus.svg @@ -0,0 +1,14 @@ + + + Minus + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/monitor.svg b/app/javascript/iconic/svg/smart/monitor.svg new file mode 100755 index 0000000..0a67b4a --- /dev/null +++ b/app/javascript/iconic/svg/smart/monitor.svg @@ -0,0 +1,39 @@ + + + Monitor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/moon.svg b/app/javascript/iconic/svg/smart/moon.svg new file mode 100755 index 0000000..26f6fc2 --- /dev/null +++ b/app/javascript/iconic/svg/smart/moon.svg @@ -0,0 +1,16 @@ + + + Moon + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/move.svg b/app/javascript/iconic/svg/smart/move.svg new file mode 100755 index 0000000..c8b5915 --- /dev/null +++ b/app/javascript/iconic/svg/smart/move.svg @@ -0,0 +1,29 @@ + + + Move + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/musical-note.svg b/app/javascript/iconic/svg/smart/musical-note.svg new file mode 100755 index 0000000..0a85d5f --- /dev/null +++ b/app/javascript/iconic/svg/smart/musical-note.svg @@ -0,0 +1,17 @@ + + + Musical Note + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/network.svg b/app/javascript/iconic/svg/smart/network.svg new file mode 100755 index 0000000..83c3b47 --- /dev/null +++ b/app/javascript/iconic/svg/smart/network.svg @@ -0,0 +1,17 @@ + + + Network + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/nexus.svg b/app/javascript/iconic/svg/smart/nexus.svg new file mode 100755 index 0000000..4b0e53f --- /dev/null +++ b/app/javascript/iconic/svg/smart/nexus.svg @@ -0,0 +1,51 @@ + + + Nexus + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/open-hardware.svg b/app/javascript/iconic/svg/smart/open-hardware.svg new file mode 100755 index 0000000..0f8ee2c --- /dev/null +++ b/app/javascript/iconic/svg/smart/open-hardware.svg @@ -0,0 +1,17 @@ + + + Open Hardware + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/open-source.svg b/app/javascript/iconic/svg/smart/open-source.svg new file mode 100755 index 0000000..8783c41 --- /dev/null +++ b/app/javascript/iconic/svg/smart/open-source.svg @@ -0,0 +1,17 @@ + + + Open Source + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/palette.svg b/app/javascript/iconic/svg/smart/palette.svg new file mode 100755 index 0000000..45de125 --- /dev/null +++ b/app/javascript/iconic/svg/smart/palette.svg @@ -0,0 +1,17 @@ + + + Palette + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/paperclip.svg b/app/javascript/iconic/svg/smart/paperclip.svg new file mode 100755 index 0000000..866a962 --- /dev/null +++ b/app/javascript/iconic/svg/smart/paperclip.svg @@ -0,0 +1,17 @@ + + + Paperclip + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/peace.svg b/app/javascript/iconic/svg/smart/peace.svg new file mode 100755 index 0000000..9641161 --- /dev/null +++ b/app/javascript/iconic/svg/smart/peace.svg @@ -0,0 +1,20 @@ + + + Peace + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/pen.svg b/app/javascript/iconic/svg/smart/pen.svg new file mode 100755 index 0000000..42f0c25 --- /dev/null +++ b/app/javascript/iconic/svg/smart/pen.svg @@ -0,0 +1,29 @@ + + + Pen + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/pencil.svg b/app/javascript/iconic/svg/smart/pencil.svg new file mode 100755 index 0000000..cf4d0a3 --- /dev/null +++ b/app/javascript/iconic/svg/smart/pencil.svg @@ -0,0 +1,33 @@ + + + Pencil + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/people.svg b/app/javascript/iconic/svg/smart/people.svg new file mode 100755 index 0000000..760eaa5 --- /dev/null +++ b/app/javascript/iconic/svg/smart/people.svg @@ -0,0 +1,43 @@ + + + People + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/person.svg b/app/javascript/iconic/svg/smart/person.svg new file mode 100755 index 0000000..9657495 --- /dev/null +++ b/app/javascript/iconic/svg/smart/person.svg @@ -0,0 +1,62 @@ + + Person + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/pie-chart.svg b/app/javascript/iconic/svg/smart/pie-chart.svg new file mode 100755 index 0000000..ea4825e --- /dev/null +++ b/app/javascript/iconic/svg/smart/pie-chart.svg @@ -0,0 +1,40 @@ + + + Pie Chart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/pilcrow.svg b/app/javascript/iconic/svg/smart/pilcrow.svg new file mode 100755 index 0000000..1703edb --- /dev/null +++ b/app/javascript/iconic/svg/smart/pilcrow.svg @@ -0,0 +1,14 @@ + + + Pilcrow + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/pill.svg b/app/javascript/iconic/svg/smart/pill.svg new file mode 100755 index 0000000..51f80a9 --- /dev/null +++ b/app/javascript/iconic/svg/smart/pill.svg @@ -0,0 +1,20 @@ + + + Pill + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/pin.svg b/app/javascript/iconic/svg/smart/pin.svg new file mode 100755 index 0000000..d30e411 --- /dev/null +++ b/app/javascript/iconic/svg/smart/pin.svg @@ -0,0 +1,19 @@ + + + Pin + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/platform.svg b/app/javascript/iconic/svg/smart/platform.svg new file mode 100755 index 0000000..7aec8a8 --- /dev/null +++ b/app/javascript/iconic/svg/smart/platform.svg @@ -0,0 +1,114 @@ + + Platform + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/plus-thin.svg b/app/javascript/iconic/svg/smart/plus-thin.svg new file mode 100755 index 0000000..bb0ffbb --- /dev/null +++ b/app/javascript/iconic/svg/smart/plus-thin.svg @@ -0,0 +1,14 @@ + + + Plus Thin + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/plus.svg b/app/javascript/iconic/svg/smart/plus.svg new file mode 100755 index 0000000..5d48cc0 --- /dev/null +++ b/app/javascript/iconic/svg/smart/plus.svg @@ -0,0 +1,14 @@ + + + Plus + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/pointer.svg b/app/javascript/iconic/svg/smart/pointer.svg new file mode 100755 index 0000000..1572289 --- /dev/null +++ b/app/javascript/iconic/svg/smart/pointer.svg @@ -0,0 +1,17 @@ + + + Pointer + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/power-standby.svg b/app/javascript/iconic/svg/smart/power-standby.svg new file mode 100755 index 0000000..cd40fdb --- /dev/null +++ b/app/javascript/iconic/svg/smart/power-standby.svg @@ -0,0 +1,19 @@ + + + Power Standby + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/print.svg b/app/javascript/iconic/svg/smart/print.svg new file mode 100755 index 0000000..a183a6a --- /dev/null +++ b/app/javascript/iconic/svg/smart/print.svg @@ -0,0 +1,45 @@ + + + Print + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/project.svg b/app/javascript/iconic/svg/smart/project.svg new file mode 100755 index 0000000..f259c93 --- /dev/null +++ b/app/javascript/iconic/svg/smart/project.svg @@ -0,0 +1,27 @@ + + + Project + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/pulse.svg b/app/javascript/iconic/svg/smart/pulse.svg new file mode 100755 index 0000000..a480c98 --- /dev/null +++ b/app/javascript/iconic/svg/smart/pulse.svg @@ -0,0 +1,14 @@ + + + Pulse + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/puzzle-piece.svg b/app/javascript/iconic/svg/smart/puzzle-piece.svg new file mode 100755 index 0000000..8a3011f --- /dev/null +++ b/app/javascript/iconic/svg/smart/puzzle-piece.svg @@ -0,0 +1,18 @@ + + + Puzzle Piece + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/question-mark.svg b/app/javascript/iconic/svg/smart/question-mark.svg new file mode 100755 index 0000000..8afdc14 --- /dev/null +++ b/app/javascript/iconic/svg/smart/question-mark.svg @@ -0,0 +1,17 @@ + + + Question Mark + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/radiation.svg b/app/javascript/iconic/svg/smart/radiation.svg new file mode 100755 index 0000000..2f89ddd --- /dev/null +++ b/app/javascript/iconic/svg/smart/radiation.svg @@ -0,0 +1,25 @@ + + + Radiation + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/rainy.svg b/app/javascript/iconic/svg/smart/rainy.svg new file mode 100755 index 0000000..8db1403 --- /dev/null +++ b/app/javascript/iconic/svg/smart/rainy.svg @@ -0,0 +1,43 @@ + + + Rainy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/random.svg b/app/javascript/iconic/svg/smart/random.svg new file mode 100755 index 0000000..c800af6 --- /dev/null +++ b/app/javascript/iconic/svg/smart/random.svg @@ -0,0 +1,39 @@ + + + Random + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/ratio.svg b/app/javascript/iconic/svg/smart/ratio.svg new file mode 100755 index 0000000..eef2833 --- /dev/null +++ b/app/javascript/iconic/svg/smart/ratio.svg @@ -0,0 +1,18 @@ + + + Ratio + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/reload.svg b/app/javascript/iconic/svg/smart/reload.svg new file mode 100755 index 0000000..a817913 --- /dev/null +++ b/app/javascript/iconic/svg/smart/reload.svg @@ -0,0 +1,19 @@ + + + Reload + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/resize.svg b/app/javascript/iconic/svg/smart/resize.svg new file mode 100755 index 0000000..250afeb --- /dev/null +++ b/app/javascript/iconic/svg/smart/resize.svg @@ -0,0 +1,71 @@ + + Resize + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/rocket.svg b/app/javascript/iconic/svg/smart/rocket.svg new file mode 100755 index 0000000..f1270e1 --- /dev/null +++ b/app/javascript/iconic/svg/smart/rocket.svg @@ -0,0 +1,22 @@ + + + Rocket + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/route.svg b/app/javascript/iconic/svg/smart/route.svg new file mode 100755 index 0000000..a4ccdd5 --- /dev/null +++ b/app/javascript/iconic/svg/smart/route.svg @@ -0,0 +1,26 @@ + + + Route + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/rss-alt.svg b/app/javascript/iconic/svg/smart/rss-alt.svg new file mode 100755 index 0000000..e65d935 --- /dev/null +++ b/app/javascript/iconic/svg/smart/rss-alt.svg @@ -0,0 +1,20 @@ + + + Rss Alt + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/rss.svg b/app/javascript/iconic/svg/smart/rss.svg new file mode 100755 index 0000000..f91bab1 --- /dev/null +++ b/app/javascript/iconic/svg/smart/rss.svg @@ -0,0 +1,23 @@ + + + Rss + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/scissors.svg b/app/javascript/iconic/svg/smart/scissors.svg new file mode 100755 index 0000000..142a905 --- /dev/null +++ b/app/javascript/iconic/svg/smart/scissors.svg @@ -0,0 +1,38 @@ + + + Scissors + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/screen-viewport.svg b/app/javascript/iconic/svg/smart/screen-viewport.svg new file mode 100755 index 0000000..11a26a2 --- /dev/null +++ b/app/javascript/iconic/svg/smart/screen-viewport.svg @@ -0,0 +1,34 @@ + + + Screen Viewport + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/screenshot.svg b/app/javascript/iconic/svg/smart/screenshot.svg new file mode 100755 index 0000000..615a610 --- /dev/null +++ b/app/javascript/iconic/svg/smart/screenshot.svg @@ -0,0 +1,29 @@ + + + Screenshot + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/screwdriver.svg b/app/javascript/iconic/svg/smart/screwdriver.svg new file mode 100755 index 0000000..d169991 --- /dev/null +++ b/app/javascript/iconic/svg/smart/screwdriver.svg @@ -0,0 +1,18 @@ + + + Screwdriver + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/script.svg b/app/javascript/iconic/svg/smart/script.svg new file mode 100755 index 0000000..e058694 --- /dev/null +++ b/app/javascript/iconic/svg/smart/script.svg @@ -0,0 +1,25 @@ + + + Script + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/server.svg b/app/javascript/iconic/svg/smart/server.svg new file mode 100755 index 0000000..33bccf2 --- /dev/null +++ b/app/javascript/iconic/svg/smart/server.svg @@ -0,0 +1,68 @@ + + + Server + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/settings.svg b/app/javascript/iconic/svg/smart/settings.svg new file mode 100755 index 0000000..ad23279 --- /dev/null +++ b/app/javascript/iconic/svg/smart/settings.svg @@ -0,0 +1,43 @@ + + + Settings + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/shape.svg b/app/javascript/iconic/svg/smart/shape.svg new file mode 100755 index 0000000..13a427c --- /dev/null +++ b/app/javascript/iconic/svg/smart/shape.svg @@ -0,0 +1,138 @@ + + Shape + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/share-boxed.svg b/app/javascript/iconic/svg/smart/share-boxed.svg new file mode 100755 index 0000000..379bafc --- /dev/null +++ b/app/javascript/iconic/svg/smart/share-boxed.svg @@ -0,0 +1,17 @@ + + + Share Boxed + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/share-social.svg b/app/javascript/iconic/svg/smart/share-social.svg new file mode 100755 index 0000000..848f66f --- /dev/null +++ b/app/javascript/iconic/svg/smart/share-social.svg @@ -0,0 +1,20 @@ + + + Share Social + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/share.svg b/app/javascript/iconic/svg/smart/share.svg new file mode 100755 index 0000000..9f43221 --- /dev/null +++ b/app/javascript/iconic/svg/smart/share.svg @@ -0,0 +1,14 @@ + + + Share + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/shield.svg b/app/javascript/iconic/svg/smart/shield.svg new file mode 100755 index 0000000..f67b49e --- /dev/null +++ b/app/javascript/iconic/svg/smart/shield.svg @@ -0,0 +1,17 @@ + + + Shield + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/signal.svg b/app/javascript/iconic/svg/smart/signal.svg new file mode 100755 index 0000000..c6ff7d3 --- /dev/null +++ b/app/javascript/iconic/svg/smart/signal.svg @@ -0,0 +1,26 @@ + + + Signal + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/signpost.svg b/app/javascript/iconic/svg/smart/signpost.svg new file mode 100755 index 0000000..45dffaa --- /dev/null +++ b/app/javascript/iconic/svg/smart/signpost.svg @@ -0,0 +1,20 @@ + + + Signpost + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/social.svg b/app/javascript/iconic/svg/smart/social.svg new file mode 100755 index 0000000..4f6a9ef --- /dev/null +++ b/app/javascript/iconic/svg/smart/social.svg @@ -0,0 +1,305 @@ + + Social + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/sort.svg b/app/javascript/iconic/svg/smart/sort.svg new file mode 100755 index 0000000..40070a7 --- /dev/null +++ b/app/javascript/iconic/svg/smart/sort.svg @@ -0,0 +1,56 @@ + + Sort + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/spreadsheet.svg b/app/javascript/iconic/svg/smart/spreadsheet.svg new file mode 100755 index 0000000..4e1d3a7 --- /dev/null +++ b/app/javascript/iconic/svg/smart/spreadsheet.svg @@ -0,0 +1,31 @@ + + + Spreadsheet + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/star-empty.svg b/app/javascript/iconic/svg/smart/star-empty.svg new file mode 100755 index 0000000..ecc0369 --- /dev/null +++ b/app/javascript/iconic/svg/smart/star-empty.svg @@ -0,0 +1,17 @@ + + + Star Empty + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/star.svg b/app/javascript/iconic/svg/smart/star.svg new file mode 100755 index 0000000..df95657 --- /dev/null +++ b/app/javascript/iconic/svg/smart/star.svg @@ -0,0 +1,14 @@ + + + Star + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/sun.svg b/app/javascript/iconic/svg/smart/sun.svg new file mode 100755 index 0000000..bffa836 --- /dev/null +++ b/app/javascript/iconic/svg/smart/sun.svg @@ -0,0 +1,40 @@ + + + Sun + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/syringe.svg b/app/javascript/iconic/svg/smart/syringe.svg new file mode 100755 index 0000000..9998875 --- /dev/null +++ b/app/javascript/iconic/svg/smart/syringe.svg @@ -0,0 +1,31 @@ + + + Syringe + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/tablet.svg b/app/javascript/iconic/svg/smart/tablet.svg new file mode 100755 index 0000000..79331d8 --- /dev/null +++ b/app/javascript/iconic/svg/smart/tablet.svg @@ -0,0 +1,31 @@ + + Tablet + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/tag.svg b/app/javascript/iconic/svg/smart/tag.svg new file mode 100755 index 0000000..a810d15 --- /dev/null +++ b/app/javascript/iconic/svg/smart/tag.svg @@ -0,0 +1,24 @@ + + + Tag + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/tags.svg b/app/javascript/iconic/svg/smart/tags.svg new file mode 100755 index 0000000..2e643b7 --- /dev/null +++ b/app/javascript/iconic/svg/smart/tags.svg @@ -0,0 +1,38 @@ + + + Tags + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/target.svg b/app/javascript/iconic/svg/smart/target.svg new file mode 100755 index 0000000..c59bab9 --- /dev/null +++ b/app/javascript/iconic/svg/smart/target.svg @@ -0,0 +1,20 @@ + + + Target + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/task.svg b/app/javascript/iconic/svg/smart/task.svg new file mode 100755 index 0000000..741d903 --- /dev/null +++ b/app/javascript/iconic/svg/smart/task.svg @@ -0,0 +1,37 @@ + + + Task + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/terminal.svg b/app/javascript/iconic/svg/smart/terminal.svg new file mode 100755 index 0000000..df8319b --- /dev/null +++ b/app/javascript/iconic/svg/smart/terminal.svg @@ -0,0 +1,25 @@ + + + Terminal + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/text.svg b/app/javascript/iconic/svg/smart/text.svg new file mode 100755 index 0000000..834c9d0 --- /dev/null +++ b/app/javascript/iconic/svg/smart/text.svg @@ -0,0 +1,14 @@ + + + Text + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/thermometer.svg b/app/javascript/iconic/svg/smart/thermometer.svg new file mode 100755 index 0000000..4b10a3d --- /dev/null +++ b/app/javascript/iconic/svg/smart/thermometer.svg @@ -0,0 +1,29 @@ + + + Thermometer + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/thumb.svg b/app/javascript/iconic/svg/smart/thumb.svg new file mode 100755 index 0000000..8e1a677 --- /dev/null +++ b/app/javascript/iconic/svg/smart/thumb.svg @@ -0,0 +1,38 @@ + + Thumb + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/iconic/svg/smart/tiara.svg b/app/javascript/iconic/svg/smart/tiara.svg new file mode 100755 index 0000000..6507417 --- /dev/null +++ b/app/javascript/iconic/svg/smart/tiara.svg @@ -0,0 +1,15 @@ + + + Tiara + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/timer.svg b/app/javascript/iconic/svg/smart/timer.svg new file mode 100755 index 0000000..06e59ee --- /dev/null +++ b/app/javascript/iconic/svg/smart/timer.svg @@ -0,0 +1,29 @@ + + + Timer + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/tint.svg b/app/javascript/iconic/svg/smart/tint.svg new file mode 100755 index 0000000..57c4c2e --- /dev/null +++ b/app/javascript/iconic/svg/smart/tint.svg @@ -0,0 +1,27 @@ + + + Tint + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/tools.svg b/app/javascript/iconic/svg/smart/tools.svg new file mode 100755 index 0000000..8938b37 --- /dev/null +++ b/app/javascript/iconic/svg/smart/tools.svg @@ -0,0 +1,43 @@ + + + Tools + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/transfer.svg b/app/javascript/iconic/svg/smart/transfer.svg new file mode 100755 index 0000000..38eab10 --- /dev/null +++ b/app/javascript/iconic/svg/smart/transfer.svg @@ -0,0 +1,24 @@ + + + Transfer + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/trash.svg b/app/javascript/iconic/svg/smart/trash.svg new file mode 100755 index 0000000..7d5e832 --- /dev/null +++ b/app/javascript/iconic/svg/smart/trash.svg @@ -0,0 +1,32 @@ + + + Trash + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/ungroup.svg b/app/javascript/iconic/svg/smart/ungroup.svg new file mode 100755 index 0000000..312fc70 --- /dev/null +++ b/app/javascript/iconic/svg/smart/ungroup.svg @@ -0,0 +1,29 @@ + + + Ungroup + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/vertical-align.svg b/app/javascript/iconic/svg/smart/vertical-align.svg new file mode 100755 index 0000000..8ee9b0a --- /dev/null +++ b/app/javascript/iconic/svg/smart/vertical-align.svg @@ -0,0 +1,79 @@ + + Vertical Align + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/video.svg b/app/javascript/iconic/svg/smart/video.svg new file mode 100755 index 0000000..bb5c495 --- /dev/null +++ b/app/javascript/iconic/svg/smart/video.svg @@ -0,0 +1,18 @@ + + + Video + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/volume.svg b/app/javascript/iconic/svg/smart/volume.svg new file mode 100755 index 0000000..badb669 --- /dev/null +++ b/app/javascript/iconic/svg/smart/volume.svg @@ -0,0 +1,89 @@ + + Volume + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/warning.svg b/app/javascript/iconic/svg/smart/warning.svg new file mode 100755 index 0000000..11c0a0e --- /dev/null +++ b/app/javascript/iconic/svg/smart/warning.svg @@ -0,0 +1,26 @@ + + + Warning + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/weight.svg b/app/javascript/iconic/svg/smart/weight.svg new file mode 100755 index 0000000..5f6e6a9 --- /dev/null +++ b/app/javascript/iconic/svg/smart/weight.svg @@ -0,0 +1,20 @@ + + + Weight + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/wifi.svg b/app/javascript/iconic/svg/smart/wifi.svg new file mode 100755 index 0000000..7d5c748 --- /dev/null +++ b/app/javascript/iconic/svg/smart/wifi.svg @@ -0,0 +1,22 @@ + + + Wifi + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/wrench.svg b/app/javascript/iconic/svg/smart/wrench.svg new file mode 100755 index 0000000..b68e746 --- /dev/null +++ b/app/javascript/iconic/svg/smart/wrench.svg @@ -0,0 +1,17 @@ + + + Wrench + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/x-thin.svg b/app/javascript/iconic/svg/smart/x-thin.svg new file mode 100755 index 0000000..4b172f2 --- /dev/null +++ b/app/javascript/iconic/svg/smart/x-thin.svg @@ -0,0 +1,14 @@ + + + X Thin + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/x.svg b/app/javascript/iconic/svg/smart/x.svg new file mode 100755 index 0000000..5880ad0 --- /dev/null +++ b/app/javascript/iconic/svg/smart/x.svg @@ -0,0 +1,14 @@ + + + X + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/yen.svg b/app/javascript/iconic/svg/smart/yen.svg new file mode 100755 index 0000000..ab6c09d --- /dev/null +++ b/app/javascript/iconic/svg/smart/yen.svg @@ -0,0 +1,20 @@ + + + Yen + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/javascript/iconic/svg/smart/zoom.svg b/app/javascript/iconic/svg/smart/zoom.svg new file mode 100755 index 0000000..af1fbee --- /dev/null +++ b/app/javascript/iconic/svg/smart/zoom.svg @@ -0,0 +1,56 @@ + + Zoom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/styles/_iconic.scss b/app/javascript/styles/_iconic.scss new file mode 100644 index 0000000..984e94c --- /dev/null +++ b/app/javascript/styles/_iconic.scss @@ -0,0 +1,25 @@ +@mixin iconic-color($color) { + fill: $color; + stroke: $color; +} + +/* Hide all icons that are waiting to be injected */ +img.iconic { + display: none; +} + +/* Make sure filled and text elements only get fills */ +.iconic-property-fill, .iconic-property-text { + stroke: none !important; +} + +/* Make sure stroked elements only get strokes */ +.iconic-property-stroke { + fill: none !important; +} + + +/* Theme-specific rules */ +.iconic * { + @include iconic-color(currentColor); +} \ No newline at end of file diff --git a/app/javascript/styles/index.scss b/app/javascript/styles/index.scss index 14a9556..f49c5e4 100644 --- a/app/javascript/styles/index.scss +++ b/app/javascript/styles/index.scss @@ -14,6 +14,7 @@ @import "./responsive_controls"; @import "./wide_modal"; +@import "./iconic"; html { height: 100%; diff --git a/config/webpack/environment.js b/config/webpack/environment.js index 841c7df..0c8488d 100644 --- a/config/webpack/environment.js +++ b/config/webpack/environment.js @@ -3,9 +3,9 @@ const vue = require('./loaders/vue'); const svg = require('./loaders/svg'); environment.loaders.append('vue', vue); -environment.loaders.append('svg', svg); +//environment.loaders.append('svg', svg); -const fileLoader = environment.loaders.get('file'); -fileLoader.exclude = /\.(svg)$/i; +//const fileLoader = environment.loaders.get('file'); +//fileLoader.exclude = /\.(svg)$/i; module.exports = environment; diff --git a/package.json b/package.json index 826bd8d..0bc8022 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "caniuse-lite": "^1.0.30000815", "css-loader": "^0.28.11", "lodash": "^4.17.5", - "open-iconic": "^1.1.1", "svg-loader": "^0.0.2", "vue": "^2.5.16", "vue-loader": "^14.2.2", diff --git a/yarn.lock b/yarn.lock index 8ff5715..5bedfae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3776,10 +3776,6 @@ onecolor@^3.0.4: version "3.0.5" resolved "https://registry.yarnpkg.com/onecolor/-/onecolor-3.0.5.tgz#36eff32201379efdf1180fb445e51a8e2425f9f6" -open-iconic@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/open-iconic/-/open-iconic-1.1.1.tgz#9dcfc8c7cd3c61cdb4a236b1a347894c97adc0c6" - opn@^5.1.0: version "5.3.0" resolved "https://registry.yarnpkg.com/opn/-/opn-5.3.0.tgz#64871565c863875f052cfdf53d3e3cb5adb53b1c"