From ecfba30b87166c07993ed8162ce47073752e41f9 Mon Sep 17 00:00:00 2001 From: sschoger Date: Thu, 6 Aug 2020 13:39:20 -0400 Subject: [PATCH] Added 102 new icons Added 102 new icons in solid and outline sets (51 in each). Updated designs for "cloud-upload", "cloud-download" and "logout". --- .DS_Store | Bin 0 -> 6148 bytes .github/outline-preview.svg | 465 +++++++++++++--------- .github/solid-preview.svg | 496 +++++++++++++++--------- outline/academic-cap.svg | 5 + outline/backspace.svg | 3 + outline/beaker.svg | 3 + outline/cake.svg | 3 + outline/calculator.svg | 3 + outline/chevron-double-down.svg | 3 + outline/chevron-double-left.svg | 3 + outline/chevron-double-right.svg | 3 + outline/chevron-double-up.svg | 3 + outline/chip.svg | 3 + outline/cloud-download.svg | 2 +- outline/cloud-upload.svg | 2 +- outline/cloud.svg | 3 + outline/cube-transparent.svg | 3 + outline/cube.svg | 3 + outline/currency-bangladeshi.svg | 3 + outline/database.svg | 3 + outline/device-mobile.svg | 3 + outline/device-tablet.svg | 3 + outline/document-search.svg | 3 + outline/document-text.svg | 3 + outline/fast-forward.svg | 3 + outline/film.svg | 3 + outline/finger-print.svg | 3 + outline/folder-open.svg | 3 + outline/gift.svg | 3 + outline/identification.svg | 3 + outline/login.svg | 3 + outline/logout.svg | 2 +- outline/map.svg | 3 + outline/minus.svg | 3 + outline/music-note.svg | 3 + outline/paper-airplane.svg | 3 + outline/phone-missed-call.svg | 3 + outline/plus.svg | 2 +- outline/presentation-chart-bar.svg | 3 + outline/presentation-chart-line.svg | 3 + outline/receipt-tax.svg | 3 + outline/rewind.svg | 3 + outline/rss.svg | 3 + outline/save-as.svg | 3 + outline/save.svg | 3 + outline/scissors.svg | 3 + outline/search-circle.svg | 3 + outline/server.svg | 3 + outline/status-offline.svg | 3 + outline/status-online.svg | 3 + outline/table.svg | 3 + outline/truck.svg | 4 + outline/variable.svg | 3 + outline/video-camera.svg | 3 + outline/wifi.svg | 4 + react/outline/AcademicCap.jsx | 7 + react/outline/Backspace.jsx | 7 + react/outline/Beaker.jsx | 7 + react/outline/Cake.jsx | 7 + react/outline/Calculator.jsx | 7 + react/outline/ChevronDoubleDown.jsx | 7 + react/outline/ChevronDoubleLeft.jsx | 7 + react/outline/ChevronDoubleRight.jsx | 7 + react/outline/ChevronDoubleUp.jsx | 7 + react/outline/Chip.jsx | 7 + react/outline/Cloud.jsx | 7 + react/outline/CloudDownload.jsx | 2 +- react/outline/CloudUpload.jsx | 2 +- react/outline/Cube.jsx | 7 + react/outline/CubeTransparent.jsx | 7 + react/outline/CurrencyBangladeshi.jsx | 7 + react/outline/Database.jsx | 7 + react/outline/DeviceMobile.jsx | 7 + react/outline/DeviceTablet.jsx | 7 + react/outline/DocumentSearch.jsx | 7 + react/outline/DocumentText.jsx | 7 + react/outline/FastForward.jsx | 7 + react/outline/Film.jsx | 7 + react/outline/FingerPrint.jsx | 7 + react/outline/FolderOpen.jsx | 7 + react/outline/Gift.jsx | 7 + react/outline/Identification.jsx | 7 + react/outline/Login.jsx | 7 + react/outline/Logout.jsx | 2 +- react/outline/Map.jsx | 7 + react/outline/Minus.jsx | 7 + react/outline/MusicNote.jsx | 7 + react/outline/PaperAirplane.jsx | 7 + react/outline/PhoneMissedCall.jsx | 7 + react/outline/Plus.jsx | 2 +- react/outline/PresentationChartBar.jsx | 7 + react/outline/PresentationChartLine.jsx | 7 + react/outline/ReceiptTax.jsx | 7 + react/outline/Rewind.jsx | 7 + react/outline/Rss.jsx | 7 + react/outline/Save.jsx | 7 + react/outline/SaveAs.jsx | 7 + react/outline/Scissors.jsx | 7 + react/outline/SearchCircle.jsx | 7 + react/outline/Server.jsx | 7 + react/outline/StatusOffline.jsx | 7 + react/outline/StatusOnline.jsx | 7 + react/outline/Table.jsx | 7 + react/outline/Truck.jsx | 7 + react/outline/Variable.jsx | 7 + react/outline/VideoCamera.jsx | 7 + react/outline/Wifi.jsx | 7 + react/outline/index.js | 48 +++ react/solid/AcademicCap.jsx | 7 + react/solid/Backspace.jsx | 7 + react/solid/Beaker.jsx | 7 + react/solid/Cake.jsx | 7 + react/solid/Calculator.jsx | 7 + react/solid/ChevronDoubleDown.jsx | 7 + react/solid/ChevronDoubleLeft.jsx | 7 + react/solid/ChevronDoubleRight.jsx | 7 + react/solid/ChevronDoubleUp.jsx | 7 + react/solid/Chip.jsx | 7 + react/solid/Cloud.jsx | 7 + react/solid/CloudDownload.jsx | 2 +- react/solid/CloudUpload.jsx | 2 +- react/solid/Cube.jsx | 7 + react/solid/CubeTransparent.jsx | 7 + react/solid/CurrencyBangladeshi.jsx | 7 + react/solid/Database.jsx | 7 + react/solid/DeviceMobile.jsx | 7 + react/solid/DeviceTablet.jsx | 7 + react/solid/DocumentSearch.jsx | 7 + react/solid/DocumentText.jsx | 7 + react/solid/FastForward.jsx | 7 + react/solid/Film.jsx | 7 + react/solid/FingerPrint.jsx | 7 + react/solid/FolderOpen.jsx | 7 + react/solid/Gift.jsx | 7 + react/solid/Identification.jsx | 7 + react/solid/Logout.jsx | 2 +- react/solid/Map.jsx | 7 + react/solid/Minus.jsx | 7 + react/solid/MusicNote.jsx | 7 + react/solid/PaperAirplane.jsx | 7 + react/solid/PhoneMissedCall.jsx | 7 + react/solid/Plus.jsx | 2 +- react/solid/PresentationChartBar.jsx | 7 + react/solid/PresentationChartLine.jsx | 7 + react/solid/ReceiptTax.jsx | 7 + react/solid/Rewind.jsx | 7 + react/solid/Rss.jsx | 7 + react/solid/Save.jsx | 7 + react/solid/SaveAs.jsx | 7 + react/solid/Scissors.jsx | 7 + react/solid/SearchCircle.jsx | 7 + react/solid/Server.jsx | 7 + react/solid/StatusOffline.jsx | 7 + react/solid/StatusOnline.jsx | 7 + react/solid/Table.jsx | 7 + react/solid/Truck.jsx | 7 + react/solid/Variable.jsx | 7 + react/solid/VideoCamera.jsx | 7 + react/solid/Wifi.jsx | 7 + react/solid/index.js | 47 +++ solid/academic-cap.svg | 3 + solid/backspace.svg | 3 + solid/beaker.svg | 3 + solid/cake.svg | 3 + solid/calculator.svg | 3 + solid/chevron-double-down.svg | 3 + solid/chevron-double-left.svg | 3 + solid/chevron-double-right.svg | 4 + solid/chevron-double-up.svg | 3 + solid/chip.svg | 4 + solid/cloud-download.svg | 2 +- solid/cloud-upload.svg | 3 +- solid/cloud.svg | 3 + solid/cube-transparent.svg | 3 + solid/cube.svg | 3 + solid/currency-bangladeshi.svg | 3 + solid/database.svg | 5 + solid/device-mobile.svg | 3 + solid/device-tablet.svg | 3 + solid/document-search.svg | 4 + solid/document-text.svg | 3 + solid/fast-forward.svg | 3 + solid/film.svg | 3 + solid/finger-print.svg | 5 + solid/folder-open.svg | 4 + solid/gift.svg | 4 + solid/identification.svg | 3 + solid/logout.svg | 2 +- solid/map.svg | 3 + solid/minus.svg | 3 + solid/music-note.svg | 3 + solid/paper-airplane.svg | 3 + solid/phone-missed-call.svg | 4 + solid/plus.svg | 2 +- solid/presentation-chart-bar.svg | 3 + solid/presentation-chart-line.svg | 3 + solid/receipt-tax.svg | 3 + solid/rewind.svg | 3 + solid/rss.svg | 4 + solid/save-as.svg | 4 + solid/save.svg | 3 + solid/scissors.svg | 4 + solid/search-circle.svg | 4 + solid/server.svg | 3 + solid/status-offline.svg | 3 + solid/status-online.svg | 3 + solid/table.svg | 3 + solid/truck.svg | 4 + solid/variable.svg | 3 + solid/video-camera.svg | 3 + solid/wifi.svg | 3 + src/.DS_Store | Bin 0 -> 6148 bytes src/outline/academic-cap.svg | 5 + src/outline/backspace.svg | 3 + src/outline/beaker.svg | 3 + src/outline/cake.svg | 3 + src/outline/calculator.svg | 3 + src/outline/chevron-double-down.svg | 3 + src/outline/chevron-double-left.svg | 3 + src/outline/chevron-double-right.svg | 3 + src/outline/chevron-double-up.svg | 3 + src/outline/chip.svg | 3 + src/outline/cloud-download.svg | 2 +- src/outline/cloud-upload.svg | 2 +- src/outline/cloud.svg | 3 + src/outline/cube-transparent.svg | 3 + src/outline/cube.svg | 3 + src/outline/currency-bangladeshi.svg | 3 + src/outline/database.svg | 3 + src/outline/device-mobile.svg | 3 + src/outline/device-tablet.svg | 3 + src/outline/document-search.svg | 3 + src/outline/document-text.svg | 3 + src/outline/fast-forward.svg | 4 + src/outline/film.svg | 3 + src/outline/finger-print.svg | 3 + src/outline/folder-open.svg | 3 + src/outline/gift.svg | 3 + src/outline/identification.svg | 3 + src/outline/login.svg | 3 + src/outline/logout.svg | 2 +- src/outline/map.svg | 3 + src/outline/minus.svg | 3 + src/outline/music-note.svg | 3 + src/outline/paper-airplane.svg | 3 + src/outline/phone-missed-call.svg | 3 + src/outline/plus.svg | 2 +- src/outline/presentation-chart-bar.svg | 3 + src/outline/presentation-chart-line.svg | 3 + src/outline/receipt-tax.svg | 3 + src/outline/rewind.svg | 4 + src/outline/rss.svg | 3 + src/outline/save-as.svg | 3 + src/outline/save.svg | 3 + src/outline/scissors.svg | 3 + src/outline/search-circle.svg | 3 + src/outline/server.svg | 3 + src/outline/status-offline.svg | 3 + src/outline/status-online.svg | 3 + src/outline/table.svg | 3 + src/outline/truck.svg | 5 + src/outline/variable.svg | 3 + src/outline/video-camera.svg | 3 + src/outline/wifi.svg | 4 + src/solid/.DS_Store | Bin 0 -> 6148 bytes src/solid/academic-cap.svg | 6 + src/solid/backspace.svg | 3 + src/solid/beaker.svg | 3 + src/solid/cake.svg | 3 + src/solid/calculator.svg | 3 + src/solid/chevron-double-down.svg | 3 + src/solid/chevron-double-left.svg | 3 + src/solid/chevron-double-right.svg | 4 + src/solid/chevron-double-up.svg | 3 + src/solid/chip.svg | 4 + src/solid/cloud-download.svg | 3 +- src/solid/cloud-upload.svg | 3 +- src/solid/cloud.svg | 3 + src/solid/cube-transparent.svg | 3 + src/solid/cube.svg | 5 + src/solid/currency-bangladeshi.svg | 3 + src/solid/database.svg | 5 + src/solid/device-mobile.svg | 3 + src/solid/device-tablet.svg | 3 + src/solid/document-search.svg | 4 + src/solid/document-text.svg | 3 + src/solid/fast-forward.svg | 3 + src/solid/film.svg | 3 + src/solid/finger-print.svg | 5 + src/solid/folder-open.svg | 4 + src/solid/gift.svg | 5 + src/solid/identification.svg | 3 + src/solid/logout.svg | 2 +- src/solid/map.svg | 5 + src/solid/minus.svg | 3 + src/solid/music-note.svg | 3 + src/solid/paper-airplane.svg | 3 + src/solid/phone-missed-call.svg | 4 + src/solid/plus.svg | 2 +- src/solid/presentation-chart-bar.svg | 3 + src/solid/presentation-chart-line.svg | 3 + src/solid/receipt-tax.svg | 3 + src/solid/rewind.svg | 3 + src/solid/rss.svg | 5 + src/solid/save-as.svg | 5 + src/solid/save.svg | 4 + src/solid/scissors.svg | 4 + src/solid/search-circle.svg | 4 + src/solid/server.svg | 4 + src/solid/status-offline.svg | 5 + src/solid/status-online.svg | 3 + src/solid/table.svg | 3 + src/solid/truck.svg | 6 + src/solid/variable.svg | 3 + src/solid/video-camera.svg | 4 + src/solid/wifi.svg | 3 + vue/outline/AcademicCap.js | 25 ++ vue/outline/Backspace.js | 15 + vue/outline/Beaker.js | 17 + vue/outline/Cake.js | 17 + vue/outline/Calculator.js | 15 + vue/outline/ChevronDoubleDown.js | 17 + vue/outline/ChevronDoubleLeft.js | 17 + vue/outline/ChevronDoubleRight.js | 17 + vue/outline/ChevronDoubleUp.js | 17 + vue/outline/Chip.js | 17 + vue/outline/Cloud.js | 17 + vue/outline/CloudDownload.js | 2 +- vue/outline/CloudUpload.js | 2 +- vue/outline/Cube.js | 15 + vue/outline/CubeTransparent.js | 17 + vue/outline/CurrencyBangladeshi.js | 17 + vue/outline/Database.js | 15 + vue/outline/DeviceMobile.js | 17 + vue/outline/DeviceTablet.js | 17 + vue/outline/DocumentSearch.js | 15 + vue/outline/DocumentText.js | 17 + vue/outline/FastForward.js | 17 + vue/outline/Film.js | 15 + vue/outline/FingerPrint.js | 15 + vue/outline/FolderOpen.js | 15 + vue/outline/Gift.js | 17 + vue/outline/Identification.js | 17 + vue/outline/Login.js | 17 + vue/outline/Logout.js | 2 +- vue/outline/Map.js | 17 + vue/outline/Minus.js | 17 + vue/outline/MusicNote.js | 17 + vue/outline/PaperAirplane.js | 17 + vue/outline/PhoneMissedCall.js | 17 + vue/outline/Plus.js | 2 +- vue/outline/PresentationChartBar.js | 17 + vue/outline/PresentationChartLine.js | 15 + vue/outline/ReceiptTax.js | 17 + vue/outline/Rewind.js | 17 + vue/outline/Rss.js | 17 + vue/outline/Save.js | 17 + vue/outline/SaveAs.js | 17 + vue/outline/Scissors.js | 16 + vue/outline/SearchCircle.js | 15 + vue/outline/Server.js | 17 + vue/outline/StatusOffline.js | 15 + vue/outline/StatusOnline.js | 17 + vue/outline/Table.js | 15 + vue/outline/Truck.js | 19 + vue/outline/Variable.js | 15 + vue/outline/VideoCamera.js | 17 + vue/outline/Wifi.js | 19 + vue/outline/index.js | 48 +++ vue/solid/AcademicCap.js | 11 + vue/solid/Backspace.js | 15 + vue/solid/Beaker.js | 15 + vue/solid/Cake.js | 15 + vue/solid/Calculator.js | 15 + vue/solid/ChevronDoubleDown.js | 15 + vue/solid/ChevronDoubleLeft.js | 15 + vue/solid/ChevronDoubleRight.js | 20 + vue/solid/ChevronDoubleUp.js | 15 + vue/solid/Chip.js | 16 + vue/solid/Cloud.js | 11 + vue/solid/CloudDownload.js | 6 +- vue/solid/CloudUpload.js | 7 +- vue/solid/Cube.js | 11 + vue/solid/CubeTransparent.js | 15 + vue/solid/CurrencyBangladeshi.js | 15 + vue/solid/Database.js | 13 + vue/solid/DeviceMobile.js | 15 + vue/solid/DeviceTablet.js | 15 + vue/solid/DocumentSearch.js | 16 + vue/solid/DocumentText.js | 15 + vue/solid/FastForward.js | 11 + vue/solid/Film.js | 15 + vue/solid/FingerPrint.js | 25 ++ vue/solid/FolderOpen.js | 16 + vue/solid/Gift.js | 16 + vue/solid/Identification.js | 15 + vue/solid/Logout.js | 2 +- vue/solid/Map.js | 15 + vue/solid/Minus.js | 15 + vue/solid/MusicNote.js | 11 + vue/solid/PaperAirplane.js | 11 + vue/solid/PhoneMissedCall.js | 12 + vue/solid/Plus.js | 2 +- vue/solid/PresentationChartBar.js | 15 + vue/solid/PresentationChartLine.js | 15 + vue/solid/ReceiptTax.js | 15 + vue/solid/Rewind.js | 11 + vue/solid/Rss.js | 12 + vue/solid/Save.js | 11 + vue/solid/SaveAs.js | 12 + vue/solid/Scissors.js | 16 + vue/solid/SearchCircle.js | 16 + vue/solid/Server.js | 15 + vue/solid/StatusOffline.js | 11 + vue/solid/StatusOnline.js | 15 + vue/solid/Table.js | 15 + vue/solid/Truck.js | 12 + vue/solid/Variable.js | 15 + vue/solid/VideoCamera.js | 11 + vue/solid/Wifi.js | 15 + vue/solid/index.js | 47 +++ 421 files changed, 3604 insertions(+), 389 deletions(-) create mode 100644 .DS_Store create mode 100644 outline/academic-cap.svg create mode 100644 outline/backspace.svg create mode 100644 outline/beaker.svg create mode 100644 outline/cake.svg create mode 100644 outline/calculator.svg create mode 100644 outline/chevron-double-down.svg create mode 100644 outline/chevron-double-left.svg create mode 100644 outline/chevron-double-right.svg create mode 100644 outline/chevron-double-up.svg create mode 100644 outline/chip.svg create mode 100644 outline/cloud.svg create mode 100644 outline/cube-transparent.svg create mode 100644 outline/cube.svg create mode 100644 outline/currency-bangladeshi.svg create mode 100644 outline/database.svg create mode 100644 outline/device-mobile.svg create mode 100644 outline/device-tablet.svg create mode 100644 outline/document-search.svg create mode 100644 outline/document-text.svg create mode 100644 outline/fast-forward.svg create mode 100644 outline/film.svg create mode 100644 outline/finger-print.svg create mode 100644 outline/folder-open.svg create mode 100644 outline/gift.svg create mode 100644 outline/identification.svg create mode 100644 outline/login.svg create mode 100644 outline/map.svg create mode 100644 outline/minus.svg create mode 100644 outline/music-note.svg create mode 100644 outline/paper-airplane.svg create mode 100644 outline/phone-missed-call.svg create mode 100644 outline/presentation-chart-bar.svg create mode 100644 outline/presentation-chart-line.svg create mode 100644 outline/receipt-tax.svg create mode 100644 outline/rewind.svg create mode 100644 outline/rss.svg create mode 100644 outline/save-as.svg create mode 100644 outline/save.svg create mode 100644 outline/scissors.svg create mode 100644 outline/search-circle.svg create mode 100644 outline/server.svg create mode 100644 outline/status-offline.svg create mode 100644 outline/status-online.svg create mode 100644 outline/table.svg create mode 100644 outline/truck.svg create mode 100644 outline/variable.svg create mode 100644 outline/video-camera.svg create mode 100644 outline/wifi.svg create mode 100644 react/outline/AcademicCap.jsx create mode 100644 react/outline/Backspace.jsx create mode 100644 react/outline/Beaker.jsx create mode 100644 react/outline/Cake.jsx create mode 100644 react/outline/Calculator.jsx create mode 100644 react/outline/ChevronDoubleDown.jsx create mode 100644 react/outline/ChevronDoubleLeft.jsx create mode 100644 react/outline/ChevronDoubleRight.jsx create mode 100644 react/outline/ChevronDoubleUp.jsx create mode 100644 react/outline/Chip.jsx create mode 100644 react/outline/Cloud.jsx create mode 100644 react/outline/Cube.jsx create mode 100644 react/outline/CubeTransparent.jsx create mode 100644 react/outline/CurrencyBangladeshi.jsx create mode 100644 react/outline/Database.jsx create mode 100644 react/outline/DeviceMobile.jsx create mode 100644 react/outline/DeviceTablet.jsx create mode 100644 react/outline/DocumentSearch.jsx create mode 100644 react/outline/DocumentText.jsx create mode 100644 react/outline/FastForward.jsx create mode 100644 react/outline/Film.jsx create mode 100644 react/outline/FingerPrint.jsx create mode 100644 react/outline/FolderOpen.jsx create mode 100644 react/outline/Gift.jsx create mode 100644 react/outline/Identification.jsx create mode 100644 react/outline/Login.jsx create mode 100644 react/outline/Map.jsx create mode 100644 react/outline/Minus.jsx create mode 100644 react/outline/MusicNote.jsx create mode 100644 react/outline/PaperAirplane.jsx create mode 100644 react/outline/PhoneMissedCall.jsx create mode 100644 react/outline/PresentationChartBar.jsx create mode 100644 react/outline/PresentationChartLine.jsx create mode 100644 react/outline/ReceiptTax.jsx create mode 100644 react/outline/Rewind.jsx create mode 100644 react/outline/Rss.jsx create mode 100644 react/outline/Save.jsx create mode 100644 react/outline/SaveAs.jsx create mode 100644 react/outline/Scissors.jsx create mode 100644 react/outline/SearchCircle.jsx create mode 100644 react/outline/Server.jsx create mode 100644 react/outline/StatusOffline.jsx create mode 100644 react/outline/StatusOnline.jsx create mode 100644 react/outline/Table.jsx create mode 100644 react/outline/Truck.jsx create mode 100644 react/outline/Variable.jsx create mode 100644 react/outline/VideoCamera.jsx create mode 100644 react/outline/Wifi.jsx create mode 100644 react/solid/AcademicCap.jsx create mode 100644 react/solid/Backspace.jsx create mode 100644 react/solid/Beaker.jsx create mode 100644 react/solid/Cake.jsx create mode 100644 react/solid/Calculator.jsx create mode 100644 react/solid/ChevronDoubleDown.jsx create mode 100644 react/solid/ChevronDoubleLeft.jsx create mode 100644 react/solid/ChevronDoubleRight.jsx create mode 100644 react/solid/ChevronDoubleUp.jsx create mode 100644 react/solid/Chip.jsx create mode 100644 react/solid/Cloud.jsx create mode 100644 react/solid/Cube.jsx create mode 100644 react/solid/CubeTransparent.jsx create mode 100644 react/solid/CurrencyBangladeshi.jsx create mode 100644 react/solid/Database.jsx create mode 100644 react/solid/DeviceMobile.jsx create mode 100644 react/solid/DeviceTablet.jsx create mode 100644 react/solid/DocumentSearch.jsx create mode 100644 react/solid/DocumentText.jsx create mode 100644 react/solid/FastForward.jsx create mode 100644 react/solid/Film.jsx create mode 100644 react/solid/FingerPrint.jsx create mode 100644 react/solid/FolderOpen.jsx create mode 100644 react/solid/Gift.jsx create mode 100644 react/solid/Identification.jsx create mode 100644 react/solid/Map.jsx create mode 100644 react/solid/Minus.jsx create mode 100644 react/solid/MusicNote.jsx create mode 100644 react/solid/PaperAirplane.jsx create mode 100644 react/solid/PhoneMissedCall.jsx create mode 100644 react/solid/PresentationChartBar.jsx create mode 100644 react/solid/PresentationChartLine.jsx create mode 100644 react/solid/ReceiptTax.jsx create mode 100644 react/solid/Rewind.jsx create mode 100644 react/solid/Rss.jsx create mode 100644 react/solid/Save.jsx create mode 100644 react/solid/SaveAs.jsx create mode 100644 react/solid/Scissors.jsx create mode 100644 react/solid/SearchCircle.jsx create mode 100644 react/solid/Server.jsx create mode 100644 react/solid/StatusOffline.jsx create mode 100644 react/solid/StatusOnline.jsx create mode 100644 react/solid/Table.jsx create mode 100644 react/solid/Truck.jsx create mode 100644 react/solid/Variable.jsx create mode 100644 react/solid/VideoCamera.jsx create mode 100644 react/solid/Wifi.jsx create mode 100644 solid/academic-cap.svg create mode 100644 solid/backspace.svg create mode 100644 solid/beaker.svg create mode 100644 solid/cake.svg create mode 100644 solid/calculator.svg create mode 100644 solid/chevron-double-down.svg create mode 100644 solid/chevron-double-left.svg create mode 100644 solid/chevron-double-right.svg create mode 100644 solid/chevron-double-up.svg create mode 100644 solid/chip.svg create mode 100644 solid/cloud.svg create mode 100644 solid/cube-transparent.svg create mode 100644 solid/cube.svg create mode 100644 solid/currency-bangladeshi.svg create mode 100644 solid/database.svg create mode 100644 solid/device-mobile.svg create mode 100644 solid/device-tablet.svg create mode 100644 solid/document-search.svg create mode 100644 solid/document-text.svg create mode 100644 solid/fast-forward.svg create mode 100644 solid/film.svg create mode 100644 solid/finger-print.svg create mode 100644 solid/folder-open.svg create mode 100644 solid/gift.svg create mode 100644 solid/identification.svg create mode 100644 solid/map.svg create mode 100644 solid/minus.svg create mode 100644 solid/music-note.svg create mode 100644 solid/paper-airplane.svg create mode 100644 solid/phone-missed-call.svg create mode 100644 solid/presentation-chart-bar.svg create mode 100644 solid/presentation-chart-line.svg create mode 100644 solid/receipt-tax.svg create mode 100644 solid/rewind.svg create mode 100644 solid/rss.svg create mode 100644 solid/save-as.svg create mode 100644 solid/save.svg create mode 100644 solid/scissors.svg create mode 100644 solid/search-circle.svg create mode 100644 solid/server.svg create mode 100644 solid/status-offline.svg create mode 100644 solid/status-online.svg create mode 100644 solid/table.svg create mode 100644 solid/truck.svg create mode 100644 solid/variable.svg create mode 100644 solid/video-camera.svg create mode 100644 solid/wifi.svg create mode 100644 src/.DS_Store create mode 100644 src/outline/academic-cap.svg create mode 100644 src/outline/backspace.svg create mode 100644 src/outline/beaker.svg create mode 100644 src/outline/cake.svg create mode 100644 src/outline/calculator.svg create mode 100644 src/outline/chevron-double-down.svg create mode 100644 src/outline/chevron-double-left.svg create mode 100644 src/outline/chevron-double-right.svg create mode 100644 src/outline/chevron-double-up.svg create mode 100644 src/outline/chip.svg create mode 100644 src/outline/cloud.svg create mode 100644 src/outline/cube-transparent.svg create mode 100644 src/outline/cube.svg create mode 100644 src/outline/currency-bangladeshi.svg create mode 100644 src/outline/database.svg create mode 100644 src/outline/device-mobile.svg create mode 100644 src/outline/device-tablet.svg create mode 100644 src/outline/document-search.svg create mode 100644 src/outline/document-text.svg create mode 100644 src/outline/fast-forward.svg create mode 100644 src/outline/film.svg create mode 100644 src/outline/finger-print.svg create mode 100644 src/outline/folder-open.svg create mode 100644 src/outline/gift.svg create mode 100644 src/outline/identification.svg create mode 100644 src/outline/login.svg create mode 100644 src/outline/map.svg create mode 100644 src/outline/minus.svg create mode 100644 src/outline/music-note.svg create mode 100644 src/outline/paper-airplane.svg create mode 100644 src/outline/phone-missed-call.svg create mode 100644 src/outline/presentation-chart-bar.svg create mode 100644 src/outline/presentation-chart-line.svg create mode 100644 src/outline/receipt-tax.svg create mode 100644 src/outline/rewind.svg create mode 100644 src/outline/rss.svg create mode 100644 src/outline/save-as.svg create mode 100644 src/outline/save.svg create mode 100644 src/outline/scissors.svg create mode 100644 src/outline/search-circle.svg create mode 100644 src/outline/server.svg create mode 100644 src/outline/status-offline.svg create mode 100644 src/outline/status-online.svg create mode 100644 src/outline/table.svg create mode 100644 src/outline/truck.svg create mode 100644 src/outline/variable.svg create mode 100644 src/outline/video-camera.svg create mode 100644 src/outline/wifi.svg create mode 100644 src/solid/.DS_Store create mode 100644 src/solid/academic-cap.svg create mode 100644 src/solid/backspace.svg create mode 100644 src/solid/beaker.svg create mode 100644 src/solid/cake.svg create mode 100644 src/solid/calculator.svg create mode 100644 src/solid/chevron-double-down.svg create mode 100644 src/solid/chevron-double-left.svg create mode 100644 src/solid/chevron-double-right.svg create mode 100644 src/solid/chevron-double-up.svg create mode 100644 src/solid/chip.svg create mode 100644 src/solid/cloud.svg create mode 100644 src/solid/cube-transparent.svg create mode 100644 src/solid/cube.svg create mode 100644 src/solid/currency-bangladeshi.svg create mode 100644 src/solid/database.svg create mode 100644 src/solid/device-mobile.svg create mode 100644 src/solid/device-tablet.svg create mode 100644 src/solid/document-search.svg create mode 100644 src/solid/document-text.svg create mode 100644 src/solid/fast-forward.svg create mode 100644 src/solid/film.svg create mode 100644 src/solid/finger-print.svg create mode 100644 src/solid/folder-open.svg create mode 100644 src/solid/gift.svg create mode 100644 src/solid/identification.svg create mode 100644 src/solid/map.svg create mode 100644 src/solid/minus.svg create mode 100644 src/solid/music-note.svg create mode 100644 src/solid/paper-airplane.svg create mode 100644 src/solid/phone-missed-call.svg create mode 100644 src/solid/presentation-chart-bar.svg create mode 100644 src/solid/presentation-chart-line.svg create mode 100644 src/solid/receipt-tax.svg create mode 100644 src/solid/rewind.svg create mode 100644 src/solid/rss.svg create mode 100644 src/solid/save-as.svg create mode 100644 src/solid/save.svg create mode 100644 src/solid/scissors.svg create mode 100644 src/solid/search-circle.svg create mode 100644 src/solid/server.svg create mode 100644 src/solid/status-offline.svg create mode 100644 src/solid/status-online.svg create mode 100644 src/solid/table.svg create mode 100644 src/solid/truck.svg create mode 100644 src/solid/variable.svg create mode 100644 src/solid/video-camera.svg create mode 100644 src/solid/wifi.svg create mode 100644 vue/outline/AcademicCap.js create mode 100644 vue/outline/Backspace.js create mode 100644 vue/outline/Beaker.js create mode 100644 vue/outline/Cake.js create mode 100644 vue/outline/Calculator.js create mode 100644 vue/outline/ChevronDoubleDown.js create mode 100644 vue/outline/ChevronDoubleLeft.js create mode 100644 vue/outline/ChevronDoubleRight.js create mode 100644 vue/outline/ChevronDoubleUp.js create mode 100644 vue/outline/Chip.js create mode 100644 vue/outline/Cloud.js create mode 100644 vue/outline/Cube.js create mode 100644 vue/outline/CubeTransparent.js create mode 100644 vue/outline/CurrencyBangladeshi.js create mode 100644 vue/outline/Database.js create mode 100644 vue/outline/DeviceMobile.js create mode 100644 vue/outline/DeviceTablet.js create mode 100644 vue/outline/DocumentSearch.js create mode 100644 vue/outline/DocumentText.js create mode 100644 vue/outline/FastForward.js create mode 100644 vue/outline/Film.js create mode 100644 vue/outline/FingerPrint.js create mode 100644 vue/outline/FolderOpen.js create mode 100644 vue/outline/Gift.js create mode 100644 vue/outline/Identification.js create mode 100644 vue/outline/Login.js create mode 100644 vue/outline/Map.js create mode 100644 vue/outline/Minus.js create mode 100644 vue/outline/MusicNote.js create mode 100644 vue/outline/PaperAirplane.js create mode 100644 vue/outline/PhoneMissedCall.js create mode 100644 vue/outline/PresentationChartBar.js create mode 100644 vue/outline/PresentationChartLine.js create mode 100644 vue/outline/ReceiptTax.js create mode 100644 vue/outline/Rewind.js create mode 100644 vue/outline/Rss.js create mode 100644 vue/outline/Save.js create mode 100644 vue/outline/SaveAs.js create mode 100644 vue/outline/Scissors.js create mode 100644 vue/outline/SearchCircle.js create mode 100644 vue/outline/Server.js create mode 100644 vue/outline/StatusOffline.js create mode 100644 vue/outline/StatusOnline.js create mode 100644 vue/outline/Table.js create mode 100644 vue/outline/Truck.js create mode 100644 vue/outline/Variable.js create mode 100644 vue/outline/VideoCamera.js create mode 100644 vue/outline/Wifi.js create mode 100644 vue/solid/AcademicCap.js create mode 100644 vue/solid/Backspace.js create mode 100644 vue/solid/Beaker.js create mode 100644 vue/solid/Cake.js create mode 100644 vue/solid/Calculator.js create mode 100644 vue/solid/ChevronDoubleDown.js create mode 100644 vue/solid/ChevronDoubleLeft.js create mode 100644 vue/solid/ChevronDoubleRight.js create mode 100644 vue/solid/ChevronDoubleUp.js create mode 100644 vue/solid/Chip.js create mode 100644 vue/solid/Cloud.js create mode 100644 vue/solid/Cube.js create mode 100644 vue/solid/CubeTransparent.js create mode 100644 vue/solid/CurrencyBangladeshi.js create mode 100644 vue/solid/Database.js create mode 100644 vue/solid/DeviceMobile.js create mode 100644 vue/solid/DeviceTablet.js create mode 100644 vue/solid/DocumentSearch.js create mode 100644 vue/solid/DocumentText.js create mode 100644 vue/solid/FastForward.js create mode 100644 vue/solid/Film.js create mode 100644 vue/solid/FingerPrint.js create mode 100644 vue/solid/FolderOpen.js create mode 100644 vue/solid/Gift.js create mode 100644 vue/solid/Identification.js create mode 100644 vue/solid/Map.js create mode 100644 vue/solid/Minus.js create mode 100644 vue/solid/MusicNote.js create mode 100644 vue/solid/PaperAirplane.js create mode 100644 vue/solid/PhoneMissedCall.js create mode 100644 vue/solid/PresentationChartBar.js create mode 100644 vue/solid/PresentationChartLine.js create mode 100644 vue/solid/ReceiptTax.js create mode 100644 vue/solid/Rewind.js create mode 100644 vue/solid/Rss.js create mode 100644 vue/solid/Save.js create mode 100644 vue/solid/SaveAs.js create mode 100644 vue/solid/Scissors.js create mode 100644 vue/solid/SearchCircle.js create mode 100644 vue/solid/Server.js create mode 100644 vue/solid/StatusOffline.js create mode 100644 vue/solid/StatusOnline.js create mode 100644 vue/solid/Table.js create mode 100644 vue/solid/Truck.js create mode 100644 vue/solid/Variable.js create mode 100644 vue/solid/VideoCamera.js create mode 100644 vue/solid/Wifi.js diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..4db1446845ee662b5b7bcc4dc2124db84b71b163 GIT binary patch literal 6148 zcmeHKK~BR!3>?!URf0p09QO;yBhGb~gN{Ox1a>TG!PQGMbO&lAxa##)@mOEQc zC>FbO{SxW0+E7snNP(XU`0Pzvd;fo+|1$r3j!X(jfq$xiEw_)`4G)*Sb#_eewT1pn rKN)i)ogrE=F - + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.github/solid-preview.svg b/.github/solid-preview.svg index 5a02f3ed0..0d2d69c74 100644 --- a/.github/solid-preview.svg +++ b/.github/solid-preview.svg @@ -1,244 +1,245 @@ - - + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -249,116 +250,116 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -366,91 +367,232 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/outline/academic-cap.svg b/outline/academic-cap.svg new file mode 100644 index 000000000..c23120b39 --- /dev/null +++ b/outline/academic-cap.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/outline/backspace.svg b/outline/backspace.svg new file mode 100644 index 000000000..ba8beddd6 --- /dev/null +++ b/outline/backspace.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/beaker.svg b/outline/beaker.svg new file mode 100644 index 000000000..579d19f2f --- /dev/null +++ b/outline/beaker.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/cake.svg b/outline/cake.svg new file mode 100644 index 000000000..b4d5ce756 --- /dev/null +++ b/outline/cake.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/calculator.svg b/outline/calculator.svg new file mode 100644 index 000000000..eb4180a70 --- /dev/null +++ b/outline/calculator.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/chevron-double-down.svg b/outline/chevron-double-down.svg new file mode 100644 index 000000000..3f207db61 --- /dev/null +++ b/outline/chevron-double-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/chevron-double-left.svg b/outline/chevron-double-left.svg new file mode 100644 index 000000000..6094ced80 --- /dev/null +++ b/outline/chevron-double-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/chevron-double-right.svg b/outline/chevron-double-right.svg new file mode 100644 index 000000000..48e2de2b8 --- /dev/null +++ b/outline/chevron-double-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/chevron-double-up.svg b/outline/chevron-double-up.svg new file mode 100644 index 000000000..f5640edd3 --- /dev/null +++ b/outline/chevron-double-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/chip.svg b/outline/chip.svg new file mode 100644 index 000000000..b8ec40a4b --- /dev/null +++ b/outline/chip.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/cloud-download.svg b/outline/cloud-download.svg index 57c13329e..80f8dac2a 100644 --- a/outline/cloud-download.svg +++ b/outline/cloud-download.svg @@ -1,3 +1,3 @@ - + diff --git a/outline/cloud-upload.svg b/outline/cloud-upload.svg index 009a283c8..b5e95b1a3 100644 --- a/outline/cloud-upload.svg +++ b/outline/cloud-upload.svg @@ -1,3 +1,3 @@ - + diff --git a/outline/cloud.svg b/outline/cloud.svg new file mode 100644 index 000000000..543c16d9e --- /dev/null +++ b/outline/cloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/cube-transparent.svg b/outline/cube-transparent.svg new file mode 100644 index 000000000..836f894f9 --- /dev/null +++ b/outline/cube-transparent.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/cube.svg b/outline/cube.svg new file mode 100644 index 000000000..86696d222 --- /dev/null +++ b/outline/cube.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/currency-bangladeshi.svg b/outline/currency-bangladeshi.svg new file mode 100644 index 000000000..3ca6216f8 --- /dev/null +++ b/outline/currency-bangladeshi.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/database.svg b/outline/database.svg new file mode 100644 index 000000000..a25850ca7 --- /dev/null +++ b/outline/database.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/device-mobile.svg b/outline/device-mobile.svg new file mode 100644 index 000000000..985268271 --- /dev/null +++ b/outline/device-mobile.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/device-tablet.svg b/outline/device-tablet.svg new file mode 100644 index 000000000..13c88df2f --- /dev/null +++ b/outline/device-tablet.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/document-search.svg b/outline/document-search.svg new file mode 100644 index 000000000..9d2872125 --- /dev/null +++ b/outline/document-search.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/document-text.svg b/outline/document-text.svg new file mode 100644 index 000000000..21b23b30c --- /dev/null +++ b/outline/document-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/fast-forward.svg b/outline/fast-forward.svg new file mode 100644 index 000000000..82f9425a1 --- /dev/null +++ b/outline/fast-forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/film.svg b/outline/film.svg new file mode 100644 index 000000000..505496bd4 --- /dev/null +++ b/outline/film.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/finger-print.svg b/outline/finger-print.svg new file mode 100644 index 000000000..6a2acb37f --- /dev/null +++ b/outline/finger-print.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/folder-open.svg b/outline/folder-open.svg new file mode 100644 index 000000000..e4c5d83a6 --- /dev/null +++ b/outline/folder-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/gift.svg b/outline/gift.svg new file mode 100644 index 000000000..52eee99ee --- /dev/null +++ b/outline/gift.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/identification.svg b/outline/identification.svg new file mode 100644 index 000000000..5c014c737 --- /dev/null +++ b/outline/identification.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/login.svg b/outline/login.svg new file mode 100644 index 000000000..99c191b8b --- /dev/null +++ b/outline/login.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/logout.svg b/outline/logout.svg index 99c191b8b..a1b934c55 100644 --- a/outline/logout.svg +++ b/outline/logout.svg @@ -1,3 +1,3 @@ - + diff --git a/outline/map.svg b/outline/map.svg new file mode 100644 index 000000000..4ef3b86d0 --- /dev/null +++ b/outline/map.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/minus.svg b/outline/minus.svg new file mode 100644 index 000000000..13cc43821 --- /dev/null +++ b/outline/minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/music-note.svg b/outline/music-note.svg new file mode 100644 index 000000000..6263e05a8 --- /dev/null +++ b/outline/music-note.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/paper-airplane.svg b/outline/paper-airplane.svg new file mode 100644 index 000000000..9a6eb192e --- /dev/null +++ b/outline/paper-airplane.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/phone-missed-call.svg b/outline/phone-missed-call.svg new file mode 100644 index 000000000..94abb1ffb --- /dev/null +++ b/outline/phone-missed-call.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/plus.svg b/outline/plus.svg index a8edcd339..baae8f42c 100644 --- a/outline/plus.svg +++ b/outline/plus.svg @@ -1,3 +1,3 @@ - + diff --git a/outline/presentation-chart-bar.svg b/outline/presentation-chart-bar.svg new file mode 100644 index 000000000..fd5f677a5 --- /dev/null +++ b/outline/presentation-chart-bar.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/presentation-chart-line.svg b/outline/presentation-chart-line.svg new file mode 100644 index 000000000..42d306e15 --- /dev/null +++ b/outline/presentation-chart-line.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/receipt-tax.svg b/outline/receipt-tax.svg new file mode 100644 index 000000000..810b2ba19 --- /dev/null +++ b/outline/receipt-tax.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/rewind.svg b/outline/rewind.svg new file mode 100644 index 000000000..5c79fc842 --- /dev/null +++ b/outline/rewind.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/rss.svg b/outline/rss.svg new file mode 100644 index 000000000..975fd98a8 --- /dev/null +++ b/outline/rss.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/save-as.svg b/outline/save-as.svg new file mode 100644 index 000000000..4f29a0401 --- /dev/null +++ b/outline/save-as.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/save.svg b/outline/save.svg new file mode 100644 index 000000000..ec1a2e632 --- /dev/null +++ b/outline/save.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/scissors.svg b/outline/scissors.svg new file mode 100644 index 000000000..712746a9c --- /dev/null +++ b/outline/scissors.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/search-circle.svg b/outline/search-circle.svg new file mode 100644 index 000000000..7ba146f1d --- /dev/null +++ b/outline/search-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/server.svg b/outline/server.svg new file mode 100644 index 000000000..cb6d22613 --- /dev/null +++ b/outline/server.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/status-offline.svg b/outline/status-offline.svg new file mode 100644 index 000000000..e2d47a41d --- /dev/null +++ b/outline/status-offline.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/status-online.svg b/outline/status-online.svg new file mode 100644 index 000000000..f3fe89259 --- /dev/null +++ b/outline/status-online.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/table.svg b/outline/table.svg new file mode 100644 index 000000000..aed03729d --- /dev/null +++ b/outline/table.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/truck.svg b/outline/truck.svg new file mode 100644 index 000000000..f13215d77 --- /dev/null +++ b/outline/truck.svg @@ -0,0 +1,4 @@ + + + + diff --git a/outline/variable.svg b/outline/variable.svg new file mode 100644 index 000000000..55bfcb991 --- /dev/null +++ b/outline/variable.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/video-camera.svg b/outline/video-camera.svg new file mode 100644 index 000000000..e7e851de9 --- /dev/null +++ b/outline/video-camera.svg @@ -0,0 +1,3 @@ + + + diff --git a/outline/wifi.svg b/outline/wifi.svg new file mode 100644 index 000000000..d9a98ecfc --- /dev/null +++ b/outline/wifi.svg @@ -0,0 +1,4 @@ + + + + diff --git a/react/outline/AcademicCap.jsx b/react/outline/AcademicCap.jsx new file mode 100644 index 000000000..341839377 --- /dev/null +++ b/react/outline/AcademicCap.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function AcademicCapIcon(props) { + return ; +} + +export default AcademicCapIcon; \ No newline at end of file diff --git a/react/outline/Backspace.jsx b/react/outline/Backspace.jsx new file mode 100644 index 000000000..dfdb81a70 --- /dev/null +++ b/react/outline/Backspace.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function BackspaceIcon(props) { + return ; +} + +export default BackspaceIcon; \ No newline at end of file diff --git a/react/outline/Beaker.jsx b/react/outline/Beaker.jsx new file mode 100644 index 000000000..d0104fb16 --- /dev/null +++ b/react/outline/Beaker.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function BeakerIcon(props) { + return ; +} + +export default BeakerIcon; \ No newline at end of file diff --git a/react/outline/Cake.jsx b/react/outline/Cake.jsx new file mode 100644 index 000000000..3b62e769a --- /dev/null +++ b/react/outline/Cake.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CakeIcon(props) { + return ; +} + +export default CakeIcon; \ No newline at end of file diff --git a/react/outline/Calculator.jsx b/react/outline/Calculator.jsx new file mode 100644 index 000000000..46ca2e01a --- /dev/null +++ b/react/outline/Calculator.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CalculatorIcon(props) { + return ; +} + +export default CalculatorIcon; \ No newline at end of file diff --git a/react/outline/ChevronDoubleDown.jsx b/react/outline/ChevronDoubleDown.jsx new file mode 100644 index 000000000..6acc93473 --- /dev/null +++ b/react/outline/ChevronDoubleDown.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChevronDoubleDownIcon(props) { + return ; +} + +export default ChevronDoubleDownIcon; \ No newline at end of file diff --git a/react/outline/ChevronDoubleLeft.jsx b/react/outline/ChevronDoubleLeft.jsx new file mode 100644 index 000000000..5c22d883c --- /dev/null +++ b/react/outline/ChevronDoubleLeft.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChevronDoubleLeftIcon(props) { + return ; +} + +export default ChevronDoubleLeftIcon; \ No newline at end of file diff --git a/react/outline/ChevronDoubleRight.jsx b/react/outline/ChevronDoubleRight.jsx new file mode 100644 index 000000000..3caa8c9c3 --- /dev/null +++ b/react/outline/ChevronDoubleRight.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChevronDoubleRightIcon(props) { + return ; +} + +export default ChevronDoubleRightIcon; \ No newline at end of file diff --git a/react/outline/ChevronDoubleUp.jsx b/react/outline/ChevronDoubleUp.jsx new file mode 100644 index 000000000..c767151be --- /dev/null +++ b/react/outline/ChevronDoubleUp.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChevronDoubleUpIcon(props) { + return ; +} + +export default ChevronDoubleUpIcon; \ No newline at end of file diff --git a/react/outline/Chip.jsx b/react/outline/Chip.jsx new file mode 100644 index 000000000..e23c9094d --- /dev/null +++ b/react/outline/Chip.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChipIcon(props) { + return ; +} + +export default ChipIcon; \ No newline at end of file diff --git a/react/outline/Cloud.jsx b/react/outline/Cloud.jsx new file mode 100644 index 000000000..97d10d70a --- /dev/null +++ b/react/outline/Cloud.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CloudIcon(props) { + return ; +} + +export default CloudIcon; \ No newline at end of file diff --git a/react/outline/CloudDownload.jsx b/react/outline/CloudDownload.jsx index 7b63de3f7..8b8001007 100644 --- a/react/outline/CloudDownload.jsx +++ b/react/outline/CloudDownload.jsx @@ -1,7 +1,7 @@ import * as React from "react"; function CloudDownloadIcon(props) { - return ; + return ; } export default CloudDownloadIcon; \ No newline at end of file diff --git a/react/outline/CloudUpload.jsx b/react/outline/CloudUpload.jsx index f9df0437d..a9d6e9340 100644 --- a/react/outline/CloudUpload.jsx +++ b/react/outline/CloudUpload.jsx @@ -1,7 +1,7 @@ import * as React from "react"; function CloudUploadIcon(props) { - return ; + return ; } export default CloudUploadIcon; \ No newline at end of file diff --git a/react/outline/Cube.jsx b/react/outline/Cube.jsx new file mode 100644 index 000000000..e6f34782e --- /dev/null +++ b/react/outline/Cube.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CubeIcon(props) { + return ; +} + +export default CubeIcon; \ No newline at end of file diff --git a/react/outline/CubeTransparent.jsx b/react/outline/CubeTransparent.jsx new file mode 100644 index 000000000..ab6956d24 --- /dev/null +++ b/react/outline/CubeTransparent.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CubeTransparentIcon(props) { + return ; +} + +export default CubeTransparentIcon; \ No newline at end of file diff --git a/react/outline/CurrencyBangladeshi.jsx b/react/outline/CurrencyBangladeshi.jsx new file mode 100644 index 000000000..6ac7eb24b --- /dev/null +++ b/react/outline/CurrencyBangladeshi.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CurrencyBangladeshiIcon(props) { + return ; +} + +export default CurrencyBangladeshiIcon; \ No newline at end of file diff --git a/react/outline/Database.jsx b/react/outline/Database.jsx new file mode 100644 index 000000000..9e6f9811a --- /dev/null +++ b/react/outline/Database.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DatabaseIcon(props) { + return ; +} + +export default DatabaseIcon; \ No newline at end of file diff --git a/react/outline/DeviceMobile.jsx b/react/outline/DeviceMobile.jsx new file mode 100644 index 000000000..839dc4cc4 --- /dev/null +++ b/react/outline/DeviceMobile.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DeviceMobileIcon(props) { + return ; +} + +export default DeviceMobileIcon; \ No newline at end of file diff --git a/react/outline/DeviceTablet.jsx b/react/outline/DeviceTablet.jsx new file mode 100644 index 000000000..5d0b3cec9 --- /dev/null +++ b/react/outline/DeviceTablet.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DeviceTabletIcon(props) { + return ; +} + +export default DeviceTabletIcon; \ No newline at end of file diff --git a/react/outline/DocumentSearch.jsx b/react/outline/DocumentSearch.jsx new file mode 100644 index 000000000..fb8bd0ed9 --- /dev/null +++ b/react/outline/DocumentSearch.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DocumentSearchIcon(props) { + return ; +} + +export default DocumentSearchIcon; \ No newline at end of file diff --git a/react/outline/DocumentText.jsx b/react/outline/DocumentText.jsx new file mode 100644 index 000000000..a755a75ac --- /dev/null +++ b/react/outline/DocumentText.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DocumentTextIcon(props) { + return ; +} + +export default DocumentTextIcon; \ No newline at end of file diff --git a/react/outline/FastForward.jsx b/react/outline/FastForward.jsx new file mode 100644 index 000000000..ce6a66ce4 --- /dev/null +++ b/react/outline/FastForward.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function FastForwardIcon(props) { + return ; +} + +export default FastForwardIcon; \ No newline at end of file diff --git a/react/outline/Film.jsx b/react/outline/Film.jsx new file mode 100644 index 000000000..635576306 --- /dev/null +++ b/react/outline/Film.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function FilmIcon(props) { + return ; +} + +export default FilmIcon; \ No newline at end of file diff --git a/react/outline/FingerPrint.jsx b/react/outline/FingerPrint.jsx new file mode 100644 index 000000000..5eac2fea9 --- /dev/null +++ b/react/outline/FingerPrint.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function FingerPrintIcon(props) { + return ; +} + +export default FingerPrintIcon; \ No newline at end of file diff --git a/react/outline/FolderOpen.jsx b/react/outline/FolderOpen.jsx new file mode 100644 index 000000000..a502501d4 --- /dev/null +++ b/react/outline/FolderOpen.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function FolderOpenIcon(props) { + return ; +} + +export default FolderOpenIcon; \ No newline at end of file diff --git a/react/outline/Gift.jsx b/react/outline/Gift.jsx new file mode 100644 index 000000000..27cdda6c7 --- /dev/null +++ b/react/outline/Gift.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function GiftIcon(props) { + return ; +} + +export default GiftIcon; \ No newline at end of file diff --git a/react/outline/Identification.jsx b/react/outline/Identification.jsx new file mode 100644 index 000000000..65c402c70 --- /dev/null +++ b/react/outline/Identification.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function IdentificationIcon(props) { + return ; +} + +export default IdentificationIcon; \ No newline at end of file diff --git a/react/outline/Login.jsx b/react/outline/Login.jsx new file mode 100644 index 000000000..dc7306a61 --- /dev/null +++ b/react/outline/Login.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function LoginIcon(props) { + return ; +} + +export default LoginIcon; \ No newline at end of file diff --git a/react/outline/Logout.jsx b/react/outline/Logout.jsx index fb7478084..341a64c32 100644 --- a/react/outline/Logout.jsx +++ b/react/outline/Logout.jsx @@ -1,7 +1,7 @@ import * as React from "react"; function LogoutIcon(props) { - return ; + return ; } export default LogoutIcon; \ No newline at end of file diff --git a/react/outline/Map.jsx b/react/outline/Map.jsx new file mode 100644 index 000000000..bfe5d034f --- /dev/null +++ b/react/outline/Map.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function MapIcon(props) { + return ; +} + +export default MapIcon; \ No newline at end of file diff --git a/react/outline/Minus.jsx b/react/outline/Minus.jsx new file mode 100644 index 000000000..ad9c4bb39 --- /dev/null +++ b/react/outline/Minus.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function MinusIcon(props) { + return ; +} + +export default MinusIcon; \ No newline at end of file diff --git a/react/outline/MusicNote.jsx b/react/outline/MusicNote.jsx new file mode 100644 index 000000000..d77bd3458 --- /dev/null +++ b/react/outline/MusicNote.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function MusicNoteIcon(props) { + return ; +} + +export default MusicNoteIcon; \ No newline at end of file diff --git a/react/outline/PaperAirplane.jsx b/react/outline/PaperAirplane.jsx new file mode 100644 index 000000000..1617731d3 --- /dev/null +++ b/react/outline/PaperAirplane.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function PaperAirplaneIcon(props) { + return ; +} + +export default PaperAirplaneIcon; \ No newline at end of file diff --git a/react/outline/PhoneMissedCall.jsx b/react/outline/PhoneMissedCall.jsx new file mode 100644 index 000000000..aac2d8c6c --- /dev/null +++ b/react/outline/PhoneMissedCall.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function PhoneMissedCallIcon(props) { + return ; +} + +export default PhoneMissedCallIcon; \ No newline at end of file diff --git a/react/outline/Plus.jsx b/react/outline/Plus.jsx index 6fc87e5c7..91fe47c71 100644 --- a/react/outline/Plus.jsx +++ b/react/outline/Plus.jsx @@ -1,7 +1,7 @@ import * as React from "react"; function PlusIcon(props) { - return ; + return ; } export default PlusIcon; \ No newline at end of file diff --git a/react/outline/PresentationChartBar.jsx b/react/outline/PresentationChartBar.jsx new file mode 100644 index 000000000..16b4e1370 --- /dev/null +++ b/react/outline/PresentationChartBar.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function PresentationChartBarIcon(props) { + return ; +} + +export default PresentationChartBarIcon; \ No newline at end of file diff --git a/react/outline/PresentationChartLine.jsx b/react/outline/PresentationChartLine.jsx new file mode 100644 index 000000000..bb7c6f2ac --- /dev/null +++ b/react/outline/PresentationChartLine.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function PresentationChartLineIcon(props) { + return ; +} + +export default PresentationChartLineIcon; \ No newline at end of file diff --git a/react/outline/ReceiptTax.jsx b/react/outline/ReceiptTax.jsx new file mode 100644 index 000000000..fb74798ee --- /dev/null +++ b/react/outline/ReceiptTax.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ReceiptTaxIcon(props) { + return ; +} + +export default ReceiptTaxIcon; \ No newline at end of file diff --git a/react/outline/Rewind.jsx b/react/outline/Rewind.jsx new file mode 100644 index 000000000..6e4ed0e6d --- /dev/null +++ b/react/outline/Rewind.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function RewindIcon(props) { + return ; +} + +export default RewindIcon; \ No newline at end of file diff --git a/react/outline/Rss.jsx b/react/outline/Rss.jsx new file mode 100644 index 000000000..714fe2758 --- /dev/null +++ b/react/outline/Rss.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function RssIcon(props) { + return ; +} + +export default RssIcon; \ No newline at end of file diff --git a/react/outline/Save.jsx b/react/outline/Save.jsx new file mode 100644 index 000000000..dc54705eb --- /dev/null +++ b/react/outline/Save.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function SaveIcon(props) { + return ; +} + +export default SaveIcon; \ No newline at end of file diff --git a/react/outline/SaveAs.jsx b/react/outline/SaveAs.jsx new file mode 100644 index 000000000..b4b88e525 --- /dev/null +++ b/react/outline/SaveAs.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function SaveAsIcon(props) { + return ; +} + +export default SaveAsIcon; \ No newline at end of file diff --git a/react/outline/Scissors.jsx b/react/outline/Scissors.jsx new file mode 100644 index 000000000..b0ddbb4de --- /dev/null +++ b/react/outline/Scissors.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ScissorsIcon(props) { + return ; +} + +export default ScissorsIcon; \ No newline at end of file diff --git a/react/outline/SearchCircle.jsx b/react/outline/SearchCircle.jsx new file mode 100644 index 000000000..39c62f367 --- /dev/null +++ b/react/outline/SearchCircle.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function SearchCircleIcon(props) { + return ; +} + +export default SearchCircleIcon; \ No newline at end of file diff --git a/react/outline/Server.jsx b/react/outline/Server.jsx new file mode 100644 index 000000000..5a9522e00 --- /dev/null +++ b/react/outline/Server.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ServerIcon(props) { + return ; +} + +export default ServerIcon; \ No newline at end of file diff --git a/react/outline/StatusOffline.jsx b/react/outline/StatusOffline.jsx new file mode 100644 index 000000000..b693becf5 --- /dev/null +++ b/react/outline/StatusOffline.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function StatusOfflineIcon(props) { + return ; +} + +export default StatusOfflineIcon; \ No newline at end of file diff --git a/react/outline/StatusOnline.jsx b/react/outline/StatusOnline.jsx new file mode 100644 index 000000000..91cb3845d --- /dev/null +++ b/react/outline/StatusOnline.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function StatusOnlineIcon(props) { + return ; +} + +export default StatusOnlineIcon; \ No newline at end of file diff --git a/react/outline/Table.jsx b/react/outline/Table.jsx new file mode 100644 index 000000000..e42917bd2 --- /dev/null +++ b/react/outline/Table.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function TableIcon(props) { + return ; +} + +export default TableIcon; \ No newline at end of file diff --git a/react/outline/Truck.jsx b/react/outline/Truck.jsx new file mode 100644 index 000000000..31c22f3cd --- /dev/null +++ b/react/outline/Truck.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function TruckIcon(props) { + return ; +} + +export default TruckIcon; \ No newline at end of file diff --git a/react/outline/Variable.jsx b/react/outline/Variable.jsx new file mode 100644 index 000000000..de8e70637 --- /dev/null +++ b/react/outline/Variable.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function VariableIcon(props) { + return ; +} + +export default VariableIcon; \ No newline at end of file diff --git a/react/outline/VideoCamera.jsx b/react/outline/VideoCamera.jsx new file mode 100644 index 000000000..044c2f162 --- /dev/null +++ b/react/outline/VideoCamera.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function VideoCameraIcon(props) { + return ; +} + +export default VideoCameraIcon; \ No newline at end of file diff --git a/react/outline/Wifi.jsx b/react/outline/Wifi.jsx new file mode 100644 index 000000000..ba3f45913 --- /dev/null +++ b/react/outline/Wifi.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function WifiIcon(props) { + return ; +} + +export default WifiIcon; \ No newline at end of file diff --git a/react/outline/index.js b/react/outline/index.js index 031342755..2378a5729 100644 --- a/react/outline/index.js +++ b/react/outline/index.js @@ -1,3 +1,4 @@ +export { default as AcademicCap } from './AcademicCap.jsx' export { default as Adjustments } from './Adjustments.jsx' export { default as Annotation } from './Annotation.jsx' export { default as Archive } from './Archive.jsx' @@ -15,13 +16,17 @@ export { default as ArrowRight } from './ArrowRight.jsx' export { default as ArrowUp } from './ArrowUp.jsx' export { default as ArrowsExpand } from './ArrowsExpand.jsx' export { default as AtSymbol } from './AtSymbol.jsx' +export { default as Backspace } from './Backspace.jsx' export { default as BadgeCheck } from './BadgeCheck.jsx' export { default as Ban } from './Ban.jsx' +export { default as Beaker } from './Beaker.jsx' export { default as Bell } from './Bell.jsx' export { default as BookOpen } from './BookOpen.jsx' export { default as BookmarkAlt } from './BookmarkAlt.jsx' export { default as Bookmark } from './Bookmark.jsx' export { default as Briefcase } from './Briefcase.jsx' +export { default as Cake } from './Cake.jsx' +export { default as Calculator } from './Calculator.jsx' export { default as Calendar } from './Calendar.jsx' export { default as Camera } from './Camera.jsx' export { default as Cash } from './Cash.jsx' @@ -33,10 +38,15 @@ export { default as ChatAlt } from './ChatAlt.jsx' export { default as Chat } from './Chat.jsx' export { default as CheckCircle } from './CheckCircle.jsx' export { default as Check } from './Check.jsx' +export { default as ChevronDoubleDown } from './ChevronDoubleDown.jsx' +export { default as ChevronDoubleLeft } from './ChevronDoubleLeft.jsx' +export { default as ChevronDoubleRight } from './ChevronDoubleRight.jsx' +export { default as ChevronDoubleUp } from './ChevronDoubleUp.jsx' export { default as ChevronDown } from './ChevronDown.jsx' export { default as ChevronLeft } from './ChevronLeft.jsx' export { default as ChevronRight } from './ChevronRight.jsx' export { default as ChevronUp } from './ChevronUp.jsx' +export { default as Chip } from './Chip.jsx' export { default as ClipboardCheck } from './ClipboardCheck.jsx' export { default as ClipboardCopy } from './ClipboardCopy.jsx' export { default as ClipboardList } from './ClipboardList.jsx' @@ -44,23 +54,32 @@ export { default as Clipboard } from './Clipboard.jsx' export { default as Clock } from './Clock.jsx' export { default as CloudDownload } from './CloudDownload.jsx' export { default as CloudUpload } from './CloudUpload.jsx' +export { default as Cloud } from './Cloud.jsx' export { default as Code } from './Code.jsx' export { default as Cog } from './Cog.jsx' export { default as Collection } from './Collection.jsx' export { default as ColorSwatch } from './ColorSwatch.jsx' export { default as CreditCard } from './CreditCard.jsx' +export { default as CubeTransparent } from './CubeTransparent.jsx' +export { default as Cube } from './Cube.jsx' +export { default as CurrencyBangladeshi } from './CurrencyBangladeshi.jsx' export { default as CurrencyDollar } from './CurrencyDollar.jsx' export { default as CurrencyEuro } from './CurrencyEuro.jsx' export { default as CurrencyPound } from './CurrencyPound.jsx' export { default as CurrencyRupee } from './CurrencyRupee.jsx' export { default as CurrencyYen } from './CurrencyYen.jsx' export { default as CursorClick } from './CursorClick.jsx' +export { default as Database } from './Database.jsx' export { default as DesktopComputer } from './DesktopComputer.jsx' +export { default as DeviceMobile } from './DeviceMobile.jsx' +export { default as DeviceTablet } from './DeviceTablet.jsx' export { default as DocumentAdd } from './DocumentAdd.jsx' export { default as DocumentDownload } from './DocumentDownload.jsx' export { default as DocumentDuplicate } from './DocumentDuplicate.jsx' export { default as DocumentRemove } from './DocumentRemove.jsx' export { default as DocumentReport } from './DocumentReport.jsx' +export { default as DocumentSearch } from './DocumentSearch.jsx' +export { default as DocumentText } from './DocumentText.jsx' export { default as Document } from './Document.jsx' export { default as DotsCircleHorizontal } from './DotsCircleHorizontal.jsx' export { default as DotsHorizontal } from './DotsHorizontal.jsx' @@ -74,19 +93,25 @@ export { default as Exclamation } from './Exclamation.jsx' export { default as ExternalLink } from './ExternalLink.jsx' export { default as EyeOff } from './EyeOff.jsx' export { default as Eye } from './Eye.jsx' +export { default as FastForward } from './FastForward.jsx' +export { default as Film } from './Film.jsx' export { default as Filter } from './Filter.jsx' +export { default as FingerPrint } from './FingerPrint.jsx' export { default as Fire } from './Fire.jsx' export { default as Flag } from './Flag.jsx' export { default as FolderAdd } from './FolderAdd.jsx' export { default as FolderDownload } from './FolderDownload.jsx' +export { default as FolderOpen } from './FolderOpen.jsx' export { default as FolderRemove } from './FolderRemove.jsx' export { default as Folder } from './Folder.jsx' +export { default as Gift } from './Gift.jsx' export { default as GlobeAlt } from './GlobeAlt.jsx' export { default as Globe } from './Globe.jsx' export { default as Hand } from './Hand.jsx' export { default as Hashtag } from './Hashtag.jsx' export { default as Heart } from './Heart.jsx' export { default as Home } from './Home.jsx' +export { default as Identification } from './Identification.jsx' export { default as InboxIn } from './InboxIn.jsx' export { default as Inbox } from './Inbox.jsx' export { default as InformationCircle } from './InformationCircle.jsx' @@ -98,9 +123,11 @@ export { default as Link } from './Link.jsx' export { default as LocationMarker } from './LocationMarker.jsx' export { default as LockClosed } from './LockClosed.jsx' export { default as LockOpen } from './LockOpen.jsx' +export { default as Login } from './Login.jsx' export { default as Logout } from './Logout.jsx' export { default as MailOpen } from './MailOpen.jsx' export { default as Mail } from './Mail.jsx' +export { default as Map } from './Map.jsx' export { default as MenuAlt1 } from './MenuAlt1.jsx' export { default as MenuAlt2 } from './MenuAlt2.jsx' export { default as MenuAlt3 } from './MenuAlt3.jsx' @@ -108,30 +135,44 @@ export { default as MenuAlt4 } from './MenuAlt4.jsx' export { default as Menu } from './Menu.jsx' export { default as Microphone } from './Microphone.jsx' export { default as MinusCircle } from './MinusCircle.jsx' +export { default as Minus } from './Minus.jsx' export { default as Moon } from './Moon.jsx' +export { default as MusicNote } from './MusicNote.jsx' export { default as Newspaper } from './Newspaper.jsx' export { default as OfficeBuilding } from './OfficeBuilding.jsx' +export { default as PaperAirplane } from './PaperAirplane.jsx' export { default as PaperClip } from './PaperClip.jsx' export { default as Pause } from './Pause.jsx' export { default as PencilAlt } from './PencilAlt.jsx' export { default as Pencil } from './Pencil.jsx' export { default as PhoneIncoming } from './PhoneIncoming.jsx' +export { default as PhoneMissedCall } from './PhoneMissedCall.jsx' export { default as PhoneOutgoing } from './PhoneOutgoing.jsx' export { default as Phone } from './Phone.jsx' export { default as Photograph } from './Photograph.jsx' export { default as Play } from './Play.jsx' export { default as PlusCircle } from './PlusCircle.jsx' export { default as Plus } from './Plus.jsx' +export { default as PresentationChartBar } from './PresentationChartBar.jsx' +export { default as PresentationChartLine } from './PresentationChartLine.jsx' export { default as Printer } from './Printer.jsx' export { default as Puzzle } from './Puzzle.jsx' export { default as Qrcode } from './Qrcode.jsx' export { default as QuestionMarkCircle } from './QuestionMarkCircle.jsx' export { default as ReceiptRefund } from './ReceiptRefund.jsx' +export { default as ReceiptTax } from './ReceiptTax.jsx' export { default as Refresh } from './Refresh.jsx' export { default as Reply } from './Reply.jsx' +export { default as Rewind } from './Rewind.jsx' +export { default as Rss } from './Rss.jsx' +export { default as SaveAs } from './SaveAs.jsx' +export { default as Save } from './Save.jsx' export { default as Scale } from './Scale.jsx' +export { default as Scissors } from './Scissors.jsx' +export { default as SearchCircle } from './SearchCircle.jsx' export { default as Search } from './Search.jsx' export { default as Selector } from './Selector.jsx' +export { default as Server } from './Server.jsx' export { default as Share } from './Share.jsx' export { default as ShieldCheck } from './ShieldCheck.jsx' export { default as ShieldExclamation } from './ShieldExclamation.jsx' @@ -142,11 +183,14 @@ export { default as SortDescending } from './SortDescending.jsx' export { default as Sparkles } from './Sparkles.jsx' export { default as Speakerphone } from './Speakerphone.jsx' export { default as Star } from './Star.jsx' +export { default as StatusOffline } from './StatusOffline.jsx' +export { default as StatusOnline } from './StatusOnline.jsx' export { default as Stop } from './Stop.jsx' export { default as Sun } from './Sun.jsx' export { default as Support } from './Support.jsx' export { default as SwitchHorizontal } from './SwitchHorizontal.jsx' export { default as SwitchVertical } from './SwitchVertical.jsx' +export { default as Table } from './Table.jsx' export { default as Tag } from './Tag.jsx' export { default as Template } from './Template.jsx' export { default as Terminal } from './Terminal.jsx' @@ -157,6 +201,7 @@ export { default as Translate } from './Translate.jsx' export { default as Trash } from './Trash.jsx' export { default as TrendingDown } from './TrendingDown.jsx' export { default as TrendingUp } from './TrendingUp.jsx' +export { default as Truck } from './Truck.jsx' export { default as Upload } from './Upload.jsx' export { default as UserAdd } from './UserAdd.jsx' export { default as UserCircle } from './UserCircle.jsx' @@ -164,12 +209,15 @@ export { default as UserGroup } from './UserGroup.jsx' export { default as UserRemove } from './UserRemove.jsx' export { default as User } from './User.jsx' export { default as Users } from './Users.jsx' +export { default as Variable } from './Variable.jsx' +export { default as VideoCamera } from './VideoCamera.jsx' export { default as ViewBoards } from './ViewBoards.jsx' export { default as ViewGridAdd } from './ViewGridAdd.jsx' export { default as ViewGrid } from './ViewGrid.jsx' export { default as ViewList } from './ViewList.jsx' export { default as VolumeOff } from './VolumeOff.jsx' export { default as VolumeUp } from './VolumeUp.jsx' +export { default as Wifi } from './Wifi.jsx' export { default as XCircle } from './XCircle.jsx' export { default as X } from './X.jsx' export { default as ZoomIn } from './ZoomIn.jsx' diff --git a/react/solid/AcademicCap.jsx b/react/solid/AcademicCap.jsx new file mode 100644 index 000000000..d8f4cba1a --- /dev/null +++ b/react/solid/AcademicCap.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function AcademicCapIcon(props) { + return ; +} + +export default AcademicCapIcon; \ No newline at end of file diff --git a/react/solid/Backspace.jsx b/react/solid/Backspace.jsx new file mode 100644 index 000000000..ce43af49c --- /dev/null +++ b/react/solid/Backspace.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function BackspaceIcon(props) { + return ; +} + +export default BackspaceIcon; \ No newline at end of file diff --git a/react/solid/Beaker.jsx b/react/solid/Beaker.jsx new file mode 100644 index 000000000..899fe05c5 --- /dev/null +++ b/react/solid/Beaker.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function BeakerIcon(props) { + return ; +} + +export default BeakerIcon; \ No newline at end of file diff --git a/react/solid/Cake.jsx b/react/solid/Cake.jsx new file mode 100644 index 000000000..aee4fe2fa --- /dev/null +++ b/react/solid/Cake.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CakeIcon(props) { + return ; +} + +export default CakeIcon; \ No newline at end of file diff --git a/react/solid/Calculator.jsx b/react/solid/Calculator.jsx new file mode 100644 index 000000000..36ab8618e --- /dev/null +++ b/react/solid/Calculator.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CalculatorIcon(props) { + return ; +} + +export default CalculatorIcon; \ No newline at end of file diff --git a/react/solid/ChevronDoubleDown.jsx b/react/solid/ChevronDoubleDown.jsx new file mode 100644 index 000000000..bcdead72f --- /dev/null +++ b/react/solid/ChevronDoubleDown.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChevronDoubleDownIcon(props) { + return ; +} + +export default ChevronDoubleDownIcon; \ No newline at end of file diff --git a/react/solid/ChevronDoubleLeft.jsx b/react/solid/ChevronDoubleLeft.jsx new file mode 100644 index 000000000..e9b0080f7 --- /dev/null +++ b/react/solid/ChevronDoubleLeft.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChevronDoubleLeftIcon(props) { + return ; +} + +export default ChevronDoubleLeftIcon; \ No newline at end of file diff --git a/react/solid/ChevronDoubleRight.jsx b/react/solid/ChevronDoubleRight.jsx new file mode 100644 index 000000000..52d51f0b5 --- /dev/null +++ b/react/solid/ChevronDoubleRight.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChevronDoubleRightIcon(props) { + return ; +} + +export default ChevronDoubleRightIcon; \ No newline at end of file diff --git a/react/solid/ChevronDoubleUp.jsx b/react/solid/ChevronDoubleUp.jsx new file mode 100644 index 000000000..a38fc693a --- /dev/null +++ b/react/solid/ChevronDoubleUp.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChevronDoubleUpIcon(props) { + return ; +} + +export default ChevronDoubleUpIcon; \ No newline at end of file diff --git a/react/solid/Chip.jsx b/react/solid/Chip.jsx new file mode 100644 index 000000000..da0deec50 --- /dev/null +++ b/react/solid/Chip.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ChipIcon(props) { + return ; +} + +export default ChipIcon; \ No newline at end of file diff --git a/react/solid/Cloud.jsx b/react/solid/Cloud.jsx new file mode 100644 index 000000000..6a5456748 --- /dev/null +++ b/react/solid/Cloud.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CloudIcon(props) { + return ; +} + +export default CloudIcon; \ No newline at end of file diff --git a/react/solid/CloudDownload.jsx b/react/solid/CloudDownload.jsx index 054fb245e..11055b338 100644 --- a/react/solid/CloudDownload.jsx +++ b/react/solid/CloudDownload.jsx @@ -1,7 +1,7 @@ import * as React from "react"; function CloudDownloadIcon(props) { - return ; + return ; } export default CloudDownloadIcon; \ No newline at end of file diff --git a/react/solid/CloudUpload.jsx b/react/solid/CloudUpload.jsx index 36695802c..995edcd2f 100644 --- a/react/solid/CloudUpload.jsx +++ b/react/solid/CloudUpload.jsx @@ -1,7 +1,7 @@ import * as React from "react"; function CloudUploadIcon(props) { - return ; + return ; } export default CloudUploadIcon; \ No newline at end of file diff --git a/react/solid/Cube.jsx b/react/solid/Cube.jsx new file mode 100644 index 000000000..74d557974 --- /dev/null +++ b/react/solid/Cube.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CubeIcon(props) { + return ; +} + +export default CubeIcon; \ No newline at end of file diff --git a/react/solid/CubeTransparent.jsx b/react/solid/CubeTransparent.jsx new file mode 100644 index 000000000..cc4207ed4 --- /dev/null +++ b/react/solid/CubeTransparent.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CubeTransparentIcon(props) { + return ; +} + +export default CubeTransparentIcon; \ No newline at end of file diff --git a/react/solid/CurrencyBangladeshi.jsx b/react/solid/CurrencyBangladeshi.jsx new file mode 100644 index 000000000..a8cb98083 --- /dev/null +++ b/react/solid/CurrencyBangladeshi.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function CurrencyBangladeshiIcon(props) { + return ; +} + +export default CurrencyBangladeshiIcon; \ No newline at end of file diff --git a/react/solid/Database.jsx b/react/solid/Database.jsx new file mode 100644 index 000000000..f970299bb --- /dev/null +++ b/react/solid/Database.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DatabaseIcon(props) { + return ; +} + +export default DatabaseIcon; \ No newline at end of file diff --git a/react/solid/DeviceMobile.jsx b/react/solid/DeviceMobile.jsx new file mode 100644 index 000000000..0a2754319 --- /dev/null +++ b/react/solid/DeviceMobile.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DeviceMobileIcon(props) { + return ; +} + +export default DeviceMobileIcon; \ No newline at end of file diff --git a/react/solid/DeviceTablet.jsx b/react/solid/DeviceTablet.jsx new file mode 100644 index 000000000..c29cafe89 --- /dev/null +++ b/react/solid/DeviceTablet.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DeviceTabletIcon(props) { + return ; +} + +export default DeviceTabletIcon; \ No newline at end of file diff --git a/react/solid/DocumentSearch.jsx b/react/solid/DocumentSearch.jsx new file mode 100644 index 000000000..ee7272ad3 --- /dev/null +++ b/react/solid/DocumentSearch.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DocumentSearchIcon(props) { + return ; +} + +export default DocumentSearchIcon; \ No newline at end of file diff --git a/react/solid/DocumentText.jsx b/react/solid/DocumentText.jsx new file mode 100644 index 000000000..9c6a71fcd --- /dev/null +++ b/react/solid/DocumentText.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function DocumentTextIcon(props) { + return ; +} + +export default DocumentTextIcon; \ No newline at end of file diff --git a/react/solid/FastForward.jsx b/react/solid/FastForward.jsx new file mode 100644 index 000000000..9c700aefa --- /dev/null +++ b/react/solid/FastForward.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function FastForwardIcon(props) { + return ; +} + +export default FastForwardIcon; \ No newline at end of file diff --git a/react/solid/Film.jsx b/react/solid/Film.jsx new file mode 100644 index 000000000..29eb6f4f2 --- /dev/null +++ b/react/solid/Film.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function FilmIcon(props) { + return ; +} + +export default FilmIcon; \ No newline at end of file diff --git a/react/solid/FingerPrint.jsx b/react/solid/FingerPrint.jsx new file mode 100644 index 000000000..1edc966bf --- /dev/null +++ b/react/solid/FingerPrint.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function FingerPrintIcon(props) { + return ; +} + +export default FingerPrintIcon; \ No newline at end of file diff --git a/react/solid/FolderOpen.jsx b/react/solid/FolderOpen.jsx new file mode 100644 index 000000000..440bbf431 --- /dev/null +++ b/react/solid/FolderOpen.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function FolderOpenIcon(props) { + return ; +} + +export default FolderOpenIcon; \ No newline at end of file diff --git a/react/solid/Gift.jsx b/react/solid/Gift.jsx new file mode 100644 index 000000000..b63f4eae3 --- /dev/null +++ b/react/solid/Gift.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function GiftIcon(props) { + return ; +} + +export default GiftIcon; \ No newline at end of file diff --git a/react/solid/Identification.jsx b/react/solid/Identification.jsx new file mode 100644 index 000000000..5d193a3ee --- /dev/null +++ b/react/solid/Identification.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function IdentificationIcon(props) { + return ; +} + +export default IdentificationIcon; \ No newline at end of file diff --git a/react/solid/Logout.jsx b/react/solid/Logout.jsx index 542bcd4ba..8a112bc5c 100644 --- a/react/solid/Logout.jsx +++ b/react/solid/Logout.jsx @@ -1,7 +1,7 @@ import * as React from "react"; function LogoutIcon(props) { - return ; + return ; } export default LogoutIcon; \ No newline at end of file diff --git a/react/solid/Map.jsx b/react/solid/Map.jsx new file mode 100644 index 000000000..b95745371 --- /dev/null +++ b/react/solid/Map.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function MapIcon(props) { + return ; +} + +export default MapIcon; \ No newline at end of file diff --git a/react/solid/Minus.jsx b/react/solid/Minus.jsx new file mode 100644 index 000000000..2d7572c14 --- /dev/null +++ b/react/solid/Minus.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function MinusIcon(props) { + return ; +} + +export default MinusIcon; \ No newline at end of file diff --git a/react/solid/MusicNote.jsx b/react/solid/MusicNote.jsx new file mode 100644 index 000000000..6bec551a4 --- /dev/null +++ b/react/solid/MusicNote.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function MusicNoteIcon(props) { + return ; +} + +export default MusicNoteIcon; \ No newline at end of file diff --git a/react/solid/PaperAirplane.jsx b/react/solid/PaperAirplane.jsx new file mode 100644 index 000000000..002d2140a --- /dev/null +++ b/react/solid/PaperAirplane.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function PaperAirplaneIcon(props) { + return ; +} + +export default PaperAirplaneIcon; \ No newline at end of file diff --git a/react/solid/PhoneMissedCall.jsx b/react/solid/PhoneMissedCall.jsx new file mode 100644 index 000000000..76644f81b --- /dev/null +++ b/react/solid/PhoneMissedCall.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function PhoneMissedCallIcon(props) { + return ; +} + +export default PhoneMissedCallIcon; \ No newline at end of file diff --git a/react/solid/Plus.jsx b/react/solid/Plus.jsx index 5504e1425..03269a2f7 100644 --- a/react/solid/Plus.jsx +++ b/react/solid/Plus.jsx @@ -1,7 +1,7 @@ import * as React from "react"; function PlusIcon(props) { - return ; + return ; } export default PlusIcon; \ No newline at end of file diff --git a/react/solid/PresentationChartBar.jsx b/react/solid/PresentationChartBar.jsx new file mode 100644 index 000000000..d164ad877 --- /dev/null +++ b/react/solid/PresentationChartBar.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function PresentationChartBarIcon(props) { + return ; +} + +export default PresentationChartBarIcon; \ No newline at end of file diff --git a/react/solid/PresentationChartLine.jsx b/react/solid/PresentationChartLine.jsx new file mode 100644 index 000000000..fd0e8e640 --- /dev/null +++ b/react/solid/PresentationChartLine.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function PresentationChartLineIcon(props) { + return ; +} + +export default PresentationChartLineIcon; \ No newline at end of file diff --git a/react/solid/ReceiptTax.jsx b/react/solid/ReceiptTax.jsx new file mode 100644 index 000000000..22217fe87 --- /dev/null +++ b/react/solid/ReceiptTax.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ReceiptTaxIcon(props) { + return ; +} + +export default ReceiptTaxIcon; \ No newline at end of file diff --git a/react/solid/Rewind.jsx b/react/solid/Rewind.jsx new file mode 100644 index 000000000..1c1712b1f --- /dev/null +++ b/react/solid/Rewind.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function RewindIcon(props) { + return ; +} + +export default RewindIcon; \ No newline at end of file diff --git a/react/solid/Rss.jsx b/react/solid/Rss.jsx new file mode 100644 index 000000000..10e06fb3b --- /dev/null +++ b/react/solid/Rss.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function RssIcon(props) { + return ; +} + +export default RssIcon; \ No newline at end of file diff --git a/react/solid/Save.jsx b/react/solid/Save.jsx new file mode 100644 index 000000000..3c8aa072a --- /dev/null +++ b/react/solid/Save.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function SaveIcon(props) { + return ; +} + +export default SaveIcon; \ No newline at end of file diff --git a/react/solid/SaveAs.jsx b/react/solid/SaveAs.jsx new file mode 100644 index 000000000..a283aba72 --- /dev/null +++ b/react/solid/SaveAs.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function SaveAsIcon(props) { + return ; +} + +export default SaveAsIcon; \ No newline at end of file diff --git a/react/solid/Scissors.jsx b/react/solid/Scissors.jsx new file mode 100644 index 000000000..dee300e4e --- /dev/null +++ b/react/solid/Scissors.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ScissorsIcon(props) { + return ; +} + +export default ScissorsIcon; \ No newline at end of file diff --git a/react/solid/SearchCircle.jsx b/react/solid/SearchCircle.jsx new file mode 100644 index 000000000..2abe009d9 --- /dev/null +++ b/react/solid/SearchCircle.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function SearchCircleIcon(props) { + return ; +} + +export default SearchCircleIcon; \ No newline at end of file diff --git a/react/solid/Server.jsx b/react/solid/Server.jsx new file mode 100644 index 000000000..c34151a35 --- /dev/null +++ b/react/solid/Server.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function ServerIcon(props) { + return ; +} + +export default ServerIcon; \ No newline at end of file diff --git a/react/solid/StatusOffline.jsx b/react/solid/StatusOffline.jsx new file mode 100644 index 000000000..fddfeccf2 --- /dev/null +++ b/react/solid/StatusOffline.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function StatusOfflineIcon(props) { + return ; +} + +export default StatusOfflineIcon; \ No newline at end of file diff --git a/react/solid/StatusOnline.jsx b/react/solid/StatusOnline.jsx new file mode 100644 index 000000000..83d832d46 --- /dev/null +++ b/react/solid/StatusOnline.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function StatusOnlineIcon(props) { + return ; +} + +export default StatusOnlineIcon; \ No newline at end of file diff --git a/react/solid/Table.jsx b/react/solid/Table.jsx new file mode 100644 index 000000000..3bcc0e7e7 --- /dev/null +++ b/react/solid/Table.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function TableIcon(props) { + return ; +} + +export default TableIcon; \ No newline at end of file diff --git a/react/solid/Truck.jsx b/react/solid/Truck.jsx new file mode 100644 index 000000000..bbf2742cd --- /dev/null +++ b/react/solid/Truck.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function TruckIcon(props) { + return ; +} + +export default TruckIcon; \ No newline at end of file diff --git a/react/solid/Variable.jsx b/react/solid/Variable.jsx new file mode 100644 index 000000000..4102e13e8 --- /dev/null +++ b/react/solid/Variable.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function VariableIcon(props) { + return ; +} + +export default VariableIcon; \ No newline at end of file diff --git a/react/solid/VideoCamera.jsx b/react/solid/VideoCamera.jsx new file mode 100644 index 000000000..4a8356bdd --- /dev/null +++ b/react/solid/VideoCamera.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function VideoCameraIcon(props) { + return ; +} + +export default VideoCameraIcon; \ No newline at end of file diff --git a/react/solid/Wifi.jsx b/react/solid/Wifi.jsx new file mode 100644 index 000000000..2dc7c118b --- /dev/null +++ b/react/solid/Wifi.jsx @@ -0,0 +1,7 @@ +import * as React from "react"; + +function WifiIcon(props) { + return ; +} + +export default WifiIcon; \ No newline at end of file diff --git a/react/solid/index.js b/react/solid/index.js index 031342755..7d16c42a4 100644 --- a/react/solid/index.js +++ b/react/solid/index.js @@ -1,3 +1,4 @@ +export { default as AcademicCap } from './AcademicCap.jsx' export { default as Adjustments } from './Adjustments.jsx' export { default as Annotation } from './Annotation.jsx' export { default as Archive } from './Archive.jsx' @@ -15,13 +16,17 @@ export { default as ArrowRight } from './ArrowRight.jsx' export { default as ArrowUp } from './ArrowUp.jsx' export { default as ArrowsExpand } from './ArrowsExpand.jsx' export { default as AtSymbol } from './AtSymbol.jsx' +export { default as Backspace } from './Backspace.jsx' export { default as BadgeCheck } from './BadgeCheck.jsx' export { default as Ban } from './Ban.jsx' +export { default as Beaker } from './Beaker.jsx' export { default as Bell } from './Bell.jsx' export { default as BookOpen } from './BookOpen.jsx' export { default as BookmarkAlt } from './BookmarkAlt.jsx' export { default as Bookmark } from './Bookmark.jsx' export { default as Briefcase } from './Briefcase.jsx' +export { default as Cake } from './Cake.jsx' +export { default as Calculator } from './Calculator.jsx' export { default as Calendar } from './Calendar.jsx' export { default as Camera } from './Camera.jsx' export { default as Cash } from './Cash.jsx' @@ -33,10 +38,15 @@ export { default as ChatAlt } from './ChatAlt.jsx' export { default as Chat } from './Chat.jsx' export { default as CheckCircle } from './CheckCircle.jsx' export { default as Check } from './Check.jsx' +export { default as ChevronDoubleDown } from './ChevronDoubleDown.jsx' +export { default as ChevronDoubleLeft } from './ChevronDoubleLeft.jsx' +export { default as ChevronDoubleRight } from './ChevronDoubleRight.jsx' +export { default as ChevronDoubleUp } from './ChevronDoubleUp.jsx' export { default as ChevronDown } from './ChevronDown.jsx' export { default as ChevronLeft } from './ChevronLeft.jsx' export { default as ChevronRight } from './ChevronRight.jsx' export { default as ChevronUp } from './ChevronUp.jsx' +export { default as Chip } from './Chip.jsx' export { default as ClipboardCheck } from './ClipboardCheck.jsx' export { default as ClipboardCopy } from './ClipboardCopy.jsx' export { default as ClipboardList } from './ClipboardList.jsx' @@ -44,23 +54,32 @@ export { default as Clipboard } from './Clipboard.jsx' export { default as Clock } from './Clock.jsx' export { default as CloudDownload } from './CloudDownload.jsx' export { default as CloudUpload } from './CloudUpload.jsx' +export { default as Cloud } from './Cloud.jsx' export { default as Code } from './Code.jsx' export { default as Cog } from './Cog.jsx' export { default as Collection } from './Collection.jsx' export { default as ColorSwatch } from './ColorSwatch.jsx' export { default as CreditCard } from './CreditCard.jsx' +export { default as CubeTransparent } from './CubeTransparent.jsx' +export { default as Cube } from './Cube.jsx' +export { default as CurrencyBangladeshi } from './CurrencyBangladeshi.jsx' export { default as CurrencyDollar } from './CurrencyDollar.jsx' export { default as CurrencyEuro } from './CurrencyEuro.jsx' export { default as CurrencyPound } from './CurrencyPound.jsx' export { default as CurrencyRupee } from './CurrencyRupee.jsx' export { default as CurrencyYen } from './CurrencyYen.jsx' export { default as CursorClick } from './CursorClick.jsx' +export { default as Database } from './Database.jsx' export { default as DesktopComputer } from './DesktopComputer.jsx' +export { default as DeviceMobile } from './DeviceMobile.jsx' +export { default as DeviceTablet } from './DeviceTablet.jsx' export { default as DocumentAdd } from './DocumentAdd.jsx' export { default as DocumentDownload } from './DocumentDownload.jsx' export { default as DocumentDuplicate } from './DocumentDuplicate.jsx' export { default as DocumentRemove } from './DocumentRemove.jsx' export { default as DocumentReport } from './DocumentReport.jsx' +export { default as DocumentSearch } from './DocumentSearch.jsx' +export { default as DocumentText } from './DocumentText.jsx' export { default as Document } from './Document.jsx' export { default as DotsCircleHorizontal } from './DotsCircleHorizontal.jsx' export { default as DotsHorizontal } from './DotsHorizontal.jsx' @@ -74,19 +93,25 @@ export { default as Exclamation } from './Exclamation.jsx' export { default as ExternalLink } from './ExternalLink.jsx' export { default as EyeOff } from './EyeOff.jsx' export { default as Eye } from './Eye.jsx' +export { default as FastForward } from './FastForward.jsx' +export { default as Film } from './Film.jsx' export { default as Filter } from './Filter.jsx' +export { default as FingerPrint } from './FingerPrint.jsx' export { default as Fire } from './Fire.jsx' export { default as Flag } from './Flag.jsx' export { default as FolderAdd } from './FolderAdd.jsx' export { default as FolderDownload } from './FolderDownload.jsx' +export { default as FolderOpen } from './FolderOpen.jsx' export { default as FolderRemove } from './FolderRemove.jsx' export { default as Folder } from './Folder.jsx' +export { default as Gift } from './Gift.jsx' export { default as GlobeAlt } from './GlobeAlt.jsx' export { default as Globe } from './Globe.jsx' export { default as Hand } from './Hand.jsx' export { default as Hashtag } from './Hashtag.jsx' export { default as Heart } from './Heart.jsx' export { default as Home } from './Home.jsx' +export { default as Identification } from './Identification.jsx' export { default as InboxIn } from './InboxIn.jsx' export { default as Inbox } from './Inbox.jsx' export { default as InformationCircle } from './InformationCircle.jsx' @@ -101,6 +126,7 @@ export { default as LockOpen } from './LockOpen.jsx' export { default as Logout } from './Logout.jsx' export { default as MailOpen } from './MailOpen.jsx' export { default as Mail } from './Mail.jsx' +export { default as Map } from './Map.jsx' export { default as MenuAlt1 } from './MenuAlt1.jsx' export { default as MenuAlt2 } from './MenuAlt2.jsx' export { default as MenuAlt3 } from './MenuAlt3.jsx' @@ -108,30 +134,44 @@ export { default as MenuAlt4 } from './MenuAlt4.jsx' export { default as Menu } from './Menu.jsx' export { default as Microphone } from './Microphone.jsx' export { default as MinusCircle } from './MinusCircle.jsx' +export { default as Minus } from './Minus.jsx' export { default as Moon } from './Moon.jsx' +export { default as MusicNote } from './MusicNote.jsx' export { default as Newspaper } from './Newspaper.jsx' export { default as OfficeBuilding } from './OfficeBuilding.jsx' +export { default as PaperAirplane } from './PaperAirplane.jsx' export { default as PaperClip } from './PaperClip.jsx' export { default as Pause } from './Pause.jsx' export { default as PencilAlt } from './PencilAlt.jsx' export { default as Pencil } from './Pencil.jsx' export { default as PhoneIncoming } from './PhoneIncoming.jsx' +export { default as PhoneMissedCall } from './PhoneMissedCall.jsx' export { default as PhoneOutgoing } from './PhoneOutgoing.jsx' export { default as Phone } from './Phone.jsx' export { default as Photograph } from './Photograph.jsx' export { default as Play } from './Play.jsx' export { default as PlusCircle } from './PlusCircle.jsx' export { default as Plus } from './Plus.jsx' +export { default as PresentationChartBar } from './PresentationChartBar.jsx' +export { default as PresentationChartLine } from './PresentationChartLine.jsx' export { default as Printer } from './Printer.jsx' export { default as Puzzle } from './Puzzle.jsx' export { default as Qrcode } from './Qrcode.jsx' export { default as QuestionMarkCircle } from './QuestionMarkCircle.jsx' export { default as ReceiptRefund } from './ReceiptRefund.jsx' +export { default as ReceiptTax } from './ReceiptTax.jsx' export { default as Refresh } from './Refresh.jsx' export { default as Reply } from './Reply.jsx' +export { default as Rewind } from './Rewind.jsx' +export { default as Rss } from './Rss.jsx' +export { default as SaveAs } from './SaveAs.jsx' +export { default as Save } from './Save.jsx' export { default as Scale } from './Scale.jsx' +export { default as Scissors } from './Scissors.jsx' +export { default as SearchCircle } from './SearchCircle.jsx' export { default as Search } from './Search.jsx' export { default as Selector } from './Selector.jsx' +export { default as Server } from './Server.jsx' export { default as Share } from './Share.jsx' export { default as ShieldCheck } from './ShieldCheck.jsx' export { default as ShieldExclamation } from './ShieldExclamation.jsx' @@ -142,11 +182,14 @@ export { default as SortDescending } from './SortDescending.jsx' export { default as Sparkles } from './Sparkles.jsx' export { default as Speakerphone } from './Speakerphone.jsx' export { default as Star } from './Star.jsx' +export { default as StatusOffline } from './StatusOffline.jsx' +export { default as StatusOnline } from './StatusOnline.jsx' export { default as Stop } from './Stop.jsx' export { default as Sun } from './Sun.jsx' export { default as Support } from './Support.jsx' export { default as SwitchHorizontal } from './SwitchHorizontal.jsx' export { default as SwitchVertical } from './SwitchVertical.jsx' +export { default as Table } from './Table.jsx' export { default as Tag } from './Tag.jsx' export { default as Template } from './Template.jsx' export { default as Terminal } from './Terminal.jsx' @@ -157,6 +200,7 @@ export { default as Translate } from './Translate.jsx' export { default as Trash } from './Trash.jsx' export { default as TrendingDown } from './TrendingDown.jsx' export { default as TrendingUp } from './TrendingUp.jsx' +export { default as Truck } from './Truck.jsx' export { default as Upload } from './Upload.jsx' export { default as UserAdd } from './UserAdd.jsx' export { default as UserCircle } from './UserCircle.jsx' @@ -164,12 +208,15 @@ export { default as UserGroup } from './UserGroup.jsx' export { default as UserRemove } from './UserRemove.jsx' export { default as User } from './User.jsx' export { default as Users } from './Users.jsx' +export { default as Variable } from './Variable.jsx' +export { default as VideoCamera } from './VideoCamera.jsx' export { default as ViewBoards } from './ViewBoards.jsx' export { default as ViewGridAdd } from './ViewGridAdd.jsx' export { default as ViewGrid } from './ViewGrid.jsx' export { default as ViewList } from './ViewList.jsx' export { default as VolumeOff } from './VolumeOff.jsx' export { default as VolumeUp } from './VolumeUp.jsx' +export { default as Wifi } from './Wifi.jsx' export { default as XCircle } from './XCircle.jsx' export { default as X } from './X.jsx' export { default as ZoomIn } from './ZoomIn.jsx' diff --git a/solid/academic-cap.svg b/solid/academic-cap.svg new file mode 100644 index 000000000..f854f9149 --- /dev/null +++ b/solid/academic-cap.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/backspace.svg b/solid/backspace.svg new file mode 100644 index 000000000..34ade012f --- /dev/null +++ b/solid/backspace.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/beaker.svg b/solid/beaker.svg new file mode 100644 index 000000000..1875dd8fb --- /dev/null +++ b/solid/beaker.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/cake.svg b/solid/cake.svg new file mode 100644 index 000000000..1203de746 --- /dev/null +++ b/solid/cake.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/calculator.svg b/solid/calculator.svg new file mode 100644 index 000000000..7ad0b7e38 --- /dev/null +++ b/solid/calculator.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/chevron-double-down.svg b/solid/chevron-double-down.svg new file mode 100644 index 000000000..6633d7075 --- /dev/null +++ b/solid/chevron-double-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/chevron-double-left.svg b/solid/chevron-double-left.svg new file mode 100644 index 000000000..c36038941 --- /dev/null +++ b/solid/chevron-double-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/chevron-double-right.svg b/solid/chevron-double-right.svg new file mode 100644 index 000000000..c98ba280f --- /dev/null +++ b/solid/chevron-double-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/chevron-double-up.svg b/solid/chevron-double-up.svg new file mode 100644 index 000000000..61314d77d --- /dev/null +++ b/solid/chevron-double-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/chip.svg b/solid/chip.svg new file mode 100644 index 000000000..3fa15fef9 --- /dev/null +++ b/solid/chip.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/cloud-download.svg b/solid/cloud-download.svg index 41f741907..638a32461 100644 --- a/solid/cloud-download.svg +++ b/solid/cloud-download.svg @@ -1,3 +1,3 @@ - + diff --git a/solid/cloud-upload.svg b/solid/cloud-upload.svg index 5de6cd0a2..797f7b63f 100644 --- a/solid/cloud-upload.svg +++ b/solid/cloud-upload.svg @@ -1,3 +1,4 @@ - + + diff --git a/solid/cloud.svg b/solid/cloud.svg new file mode 100644 index 000000000..6a765a261 --- /dev/null +++ b/solid/cloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/cube-transparent.svg b/solid/cube-transparent.svg new file mode 100644 index 000000000..1f2c8687e --- /dev/null +++ b/solid/cube-transparent.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/cube.svg b/solid/cube.svg new file mode 100644 index 000000000..7d8eea3bf --- /dev/null +++ b/solid/cube.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/currency-bangladeshi.svg b/solid/currency-bangladeshi.svg new file mode 100644 index 000000000..98a8b5914 --- /dev/null +++ b/solid/currency-bangladeshi.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/database.svg b/solid/database.svg new file mode 100644 index 000000000..511ed0c35 --- /dev/null +++ b/solid/database.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/solid/device-mobile.svg b/solid/device-mobile.svg new file mode 100644 index 000000000..a9ef1083e --- /dev/null +++ b/solid/device-mobile.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/device-tablet.svg b/solid/device-tablet.svg new file mode 100644 index 000000000..493048d5f --- /dev/null +++ b/solid/device-tablet.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/document-search.svg b/solid/document-search.svg new file mode 100644 index 000000000..d1b8249b6 --- /dev/null +++ b/solid/document-search.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/document-text.svg b/solid/document-text.svg new file mode 100644 index 000000000..fc51c501e --- /dev/null +++ b/solid/document-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/fast-forward.svg b/solid/fast-forward.svg new file mode 100644 index 000000000..70c7fd27b --- /dev/null +++ b/solid/fast-forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/film.svg b/solid/film.svg new file mode 100644 index 000000000..90e62f35e --- /dev/null +++ b/solid/film.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/finger-print.svg b/solid/finger-print.svg new file mode 100644 index 000000000..2bd55c04c --- /dev/null +++ b/solid/finger-print.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/solid/folder-open.svg b/solid/folder-open.svg new file mode 100644 index 000000000..419b73b64 --- /dev/null +++ b/solid/folder-open.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/gift.svg b/solid/gift.svg new file mode 100644 index 000000000..ee64aa529 --- /dev/null +++ b/solid/gift.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/identification.svg b/solid/identification.svg new file mode 100644 index 000000000..cd82b44f4 --- /dev/null +++ b/solid/identification.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/logout.svg b/solid/logout.svg index b7b95c6a5..b05002bfc 100644 --- a/solid/logout.svg +++ b/solid/logout.svg @@ -1,3 +1,3 @@ - + diff --git a/solid/map.svg b/solid/map.svg new file mode 100644 index 000000000..5b8558cf2 --- /dev/null +++ b/solid/map.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/minus.svg b/solid/minus.svg new file mode 100644 index 000000000..eee12fd94 --- /dev/null +++ b/solid/minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/music-note.svg b/solid/music-note.svg new file mode 100644 index 000000000..fc2ffde6b --- /dev/null +++ b/solid/music-note.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/paper-airplane.svg b/solid/paper-airplane.svg new file mode 100644 index 000000000..614bff967 --- /dev/null +++ b/solid/paper-airplane.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/phone-missed-call.svg b/solid/phone-missed-call.svg new file mode 100644 index 000000000..654da7561 --- /dev/null +++ b/solid/phone-missed-call.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/plus.svg b/solid/plus.svg index 6c5aacba7..3c3363d7e 100644 --- a/solid/plus.svg +++ b/solid/plus.svg @@ -1,3 +1,3 @@ - + diff --git a/solid/presentation-chart-bar.svg b/solid/presentation-chart-bar.svg new file mode 100644 index 000000000..33ea0a9ef --- /dev/null +++ b/solid/presentation-chart-bar.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/presentation-chart-line.svg b/solid/presentation-chart-line.svg new file mode 100644 index 000000000..9d72d14f4 --- /dev/null +++ b/solid/presentation-chart-line.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/receipt-tax.svg b/solid/receipt-tax.svg new file mode 100644 index 000000000..9af98211b --- /dev/null +++ b/solid/receipt-tax.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/rewind.svg b/solid/rewind.svg new file mode 100644 index 000000000..5f322c6e0 --- /dev/null +++ b/solid/rewind.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/rss.svg b/solid/rss.svg new file mode 100644 index 000000000..b664a89a4 --- /dev/null +++ b/solid/rss.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/save-as.svg b/solid/save-as.svg new file mode 100644 index 000000000..98a670b9f --- /dev/null +++ b/solid/save-as.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/save.svg b/solid/save.svg new file mode 100644 index 000000000..22e85fb94 --- /dev/null +++ b/solid/save.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/scissors.svg b/solid/scissors.svg new file mode 100644 index 000000000..67da66bd7 --- /dev/null +++ b/solid/scissors.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/search-circle.svg b/solid/search-circle.svg new file mode 100644 index 000000000..934dae132 --- /dev/null +++ b/solid/search-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/server.svg b/solid/server.svg new file mode 100644 index 000000000..1fc82a7a2 --- /dev/null +++ b/solid/server.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/status-offline.svg b/solid/status-offline.svg new file mode 100644 index 000000000..15abedd66 --- /dev/null +++ b/solid/status-offline.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/status-online.svg b/solid/status-online.svg new file mode 100644 index 000000000..5a81baf5e --- /dev/null +++ b/solid/status-online.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/table.svg b/solid/table.svg new file mode 100644 index 000000000..001d4aa22 --- /dev/null +++ b/solid/table.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/truck.svg b/solid/truck.svg new file mode 100644 index 000000000..3f8f80acc --- /dev/null +++ b/solid/truck.svg @@ -0,0 +1,4 @@ + + + + diff --git a/solid/variable.svg b/solid/variable.svg new file mode 100644 index 000000000..b20485e38 --- /dev/null +++ b/solid/variable.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/video-camera.svg b/solid/video-camera.svg new file mode 100644 index 000000000..26236a1c4 --- /dev/null +++ b/solid/video-camera.svg @@ -0,0 +1,3 @@ + + + diff --git a/solid/wifi.svg b/solid/wifi.svg new file mode 100644 index 000000000..249ec588b --- /dev/null +++ b/solid/wifi.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..77335c63b108a9c038ca38cfdfe57ff503d83803 GIT binary patch literal 6148 zcmeH~J&FS{427Ta1A%Q)Zs{fm$PG+LPOujU* zSBysh>~J6Uz!t!U?uwlc6EntZ+%V#bUkpFP?fWv0S5IS+dp)4@8qe#wED-?_5CIVo z0TGxHfjGo@{(sEqne-?kAOiCs;NOQrcdeM&F&)Nv^b*wK32IGkU74X- zb`O@N7Hx>qlW;H~E2#COhz_Q0%KmSkkSN;E_ zM4#YDCGY@g5EFR- literal 0 HcmV?d00001 diff --git a/src/outline/academic-cap.svg b/src/outline/academic-cap.svg new file mode 100644 index 000000000..717630e5f --- /dev/null +++ b/src/outline/academic-cap.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/outline/backspace.svg b/src/outline/backspace.svg new file mode 100644 index 000000000..edd5f9529 --- /dev/null +++ b/src/outline/backspace.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/beaker.svg b/src/outline/beaker.svg new file mode 100644 index 000000000..c9b95152d --- /dev/null +++ b/src/outline/beaker.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/cake.svg b/src/outline/cake.svg new file mode 100644 index 000000000..22f27a18b --- /dev/null +++ b/src/outline/cake.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/calculator.svg b/src/outline/calculator.svg new file mode 100644 index 000000000..3da7b625f --- /dev/null +++ b/src/outline/calculator.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/chevron-double-down.svg b/src/outline/chevron-double-down.svg new file mode 100644 index 000000000..701fcef94 --- /dev/null +++ b/src/outline/chevron-double-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/chevron-double-left.svg b/src/outline/chevron-double-left.svg new file mode 100644 index 000000000..ff01a63da --- /dev/null +++ b/src/outline/chevron-double-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/chevron-double-right.svg b/src/outline/chevron-double-right.svg new file mode 100644 index 000000000..f97bb5dfc --- /dev/null +++ b/src/outline/chevron-double-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/chevron-double-up.svg b/src/outline/chevron-double-up.svg new file mode 100644 index 000000000..9bec2471d --- /dev/null +++ b/src/outline/chevron-double-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/chip.svg b/src/outline/chip.svg new file mode 100644 index 000000000..22cdeb9a9 --- /dev/null +++ b/src/outline/chip.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/cloud-download.svg b/src/outline/cloud-download.svg index 8b7b81c69..04e6c7e10 100644 --- a/src/outline/cloud-download.svg +++ b/src/outline/cloud-download.svg @@ -1,3 +1,3 @@ - + diff --git a/src/outline/cloud-upload.svg b/src/outline/cloud-upload.svg index c85f92567..dbee7cec1 100644 --- a/src/outline/cloud-upload.svg +++ b/src/outline/cloud-upload.svg @@ -1,3 +1,3 @@ - + diff --git a/src/outline/cloud.svg b/src/outline/cloud.svg new file mode 100644 index 000000000..5a2cb5d1f --- /dev/null +++ b/src/outline/cloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/cube-transparent.svg b/src/outline/cube-transparent.svg new file mode 100644 index 000000000..f75502c4a --- /dev/null +++ b/src/outline/cube-transparent.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/cube.svg b/src/outline/cube.svg new file mode 100644 index 000000000..d67696aea --- /dev/null +++ b/src/outline/cube.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/currency-bangladeshi.svg b/src/outline/currency-bangladeshi.svg new file mode 100644 index 000000000..b71f68b70 --- /dev/null +++ b/src/outline/currency-bangladeshi.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/database.svg b/src/outline/database.svg new file mode 100644 index 000000000..5d04f6aab --- /dev/null +++ b/src/outline/database.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/device-mobile.svg b/src/outline/device-mobile.svg new file mode 100644 index 000000000..72d05be16 --- /dev/null +++ b/src/outline/device-mobile.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/device-tablet.svg b/src/outline/device-tablet.svg new file mode 100644 index 000000000..d14b54dff --- /dev/null +++ b/src/outline/device-tablet.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/document-search.svg b/src/outline/document-search.svg new file mode 100644 index 000000000..862a2ba91 --- /dev/null +++ b/src/outline/document-search.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/document-text.svg b/src/outline/document-text.svg new file mode 100644 index 000000000..44c351771 --- /dev/null +++ b/src/outline/document-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/fast-forward.svg b/src/outline/fast-forward.svg new file mode 100644 index 000000000..4db75dfea --- /dev/null +++ b/src/outline/fast-forward.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/outline/film.svg b/src/outline/film.svg new file mode 100644 index 000000000..0ad4ff9ec --- /dev/null +++ b/src/outline/film.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/finger-print.svg b/src/outline/finger-print.svg new file mode 100644 index 000000000..5c10eb362 --- /dev/null +++ b/src/outline/finger-print.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/folder-open.svg b/src/outline/folder-open.svg new file mode 100644 index 000000000..67e1fb68b --- /dev/null +++ b/src/outline/folder-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/gift.svg b/src/outline/gift.svg new file mode 100644 index 000000000..9656e645c --- /dev/null +++ b/src/outline/gift.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/identification.svg b/src/outline/identification.svg new file mode 100644 index 000000000..b3fd48af2 --- /dev/null +++ b/src/outline/identification.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/login.svg b/src/outline/login.svg new file mode 100644 index 000000000..47b31eb90 --- /dev/null +++ b/src/outline/login.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/logout.svg b/src/outline/logout.svg index 47b31eb90..eeea80e70 100644 --- a/src/outline/logout.svg +++ b/src/outline/logout.svg @@ -1,3 +1,3 @@ - + diff --git a/src/outline/map.svg b/src/outline/map.svg new file mode 100644 index 000000000..989a4b4f0 --- /dev/null +++ b/src/outline/map.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/minus.svg b/src/outline/minus.svg new file mode 100644 index 000000000..d7039b0df --- /dev/null +++ b/src/outline/minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/music-note.svg b/src/outline/music-note.svg new file mode 100644 index 000000000..f792b8b35 --- /dev/null +++ b/src/outline/music-note.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/paper-airplane.svg b/src/outline/paper-airplane.svg new file mode 100644 index 000000000..9185c3459 --- /dev/null +++ b/src/outline/paper-airplane.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/phone-missed-call.svg b/src/outline/phone-missed-call.svg new file mode 100644 index 000000000..21cabb4bb --- /dev/null +++ b/src/outline/phone-missed-call.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/plus.svg b/src/outline/plus.svg index bfa6f96a5..c8c26cf08 100644 --- a/src/outline/plus.svg +++ b/src/outline/plus.svg @@ -1,3 +1,3 @@ - + diff --git a/src/outline/presentation-chart-bar.svg b/src/outline/presentation-chart-bar.svg new file mode 100644 index 000000000..435dd2f52 --- /dev/null +++ b/src/outline/presentation-chart-bar.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/presentation-chart-line.svg b/src/outline/presentation-chart-line.svg new file mode 100644 index 000000000..c9ffcf60e --- /dev/null +++ b/src/outline/presentation-chart-line.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/receipt-tax.svg b/src/outline/receipt-tax.svg new file mode 100644 index 000000000..cd23ed95a --- /dev/null +++ b/src/outline/receipt-tax.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/rewind.svg b/src/outline/rewind.svg new file mode 100644 index 000000000..3daa9aabe --- /dev/null +++ b/src/outline/rewind.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/outline/rss.svg b/src/outline/rss.svg new file mode 100644 index 000000000..057feda62 --- /dev/null +++ b/src/outline/rss.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/save-as.svg b/src/outline/save-as.svg new file mode 100644 index 000000000..25b346640 --- /dev/null +++ b/src/outline/save-as.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/save.svg b/src/outline/save.svg new file mode 100644 index 000000000..656a00f44 --- /dev/null +++ b/src/outline/save.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/scissors.svg b/src/outline/scissors.svg new file mode 100644 index 000000000..53838b4bc --- /dev/null +++ b/src/outline/scissors.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/search-circle.svg b/src/outline/search-circle.svg new file mode 100644 index 000000000..6d42ec296 --- /dev/null +++ b/src/outline/search-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/server.svg b/src/outline/server.svg new file mode 100644 index 000000000..50ce214ab --- /dev/null +++ b/src/outline/server.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/status-offline.svg b/src/outline/status-offline.svg new file mode 100644 index 000000000..8c94e3b2e --- /dev/null +++ b/src/outline/status-offline.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/status-online.svg b/src/outline/status-online.svg new file mode 100644 index 000000000..70a6ca096 --- /dev/null +++ b/src/outline/status-online.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/table.svg b/src/outline/table.svg new file mode 100644 index 000000000..2d6865ec6 --- /dev/null +++ b/src/outline/table.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/truck.svg b/src/outline/truck.svg new file mode 100644 index 000000000..07a940c3f --- /dev/null +++ b/src/outline/truck.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/outline/variable.svg b/src/outline/variable.svg new file mode 100644 index 000000000..c191c91b1 --- /dev/null +++ b/src/outline/variable.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/video-camera.svg b/src/outline/video-camera.svg new file mode 100644 index 000000000..5175ba1c9 --- /dev/null +++ b/src/outline/video-camera.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/outline/wifi.svg b/src/outline/wifi.svg new file mode 100644 index 000000000..f57f5ed15 --- /dev/null +++ b/src/outline/wifi.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/.DS_Store b/src/solid/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 + + + + + diff --git a/src/solid/backspace.svg b/src/solid/backspace.svg new file mode 100644 index 000000000..1f4c8b0d2 --- /dev/null +++ b/src/solid/backspace.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/beaker.svg b/src/solid/beaker.svg new file mode 100644 index 000000000..cac7c2586 --- /dev/null +++ b/src/solid/beaker.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/cake.svg b/src/solid/cake.svg new file mode 100644 index 000000000..8c6a67e60 --- /dev/null +++ b/src/solid/cake.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/calculator.svg b/src/solid/calculator.svg new file mode 100644 index 000000000..cccf72aa5 --- /dev/null +++ b/src/solid/calculator.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/chevron-double-down.svg b/src/solid/chevron-double-down.svg new file mode 100644 index 000000000..959e41c3a --- /dev/null +++ b/src/solid/chevron-double-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/chevron-double-left.svg b/src/solid/chevron-double-left.svg new file mode 100644 index 000000000..ca3c85b3a --- /dev/null +++ b/src/solid/chevron-double-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/chevron-double-right.svg b/src/solid/chevron-double-right.svg new file mode 100644 index 000000000..440a6f7d2 --- /dev/null +++ b/src/solid/chevron-double-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/chevron-double-up.svg b/src/solid/chevron-double-up.svg new file mode 100644 index 000000000..fa5f948e1 --- /dev/null +++ b/src/solid/chevron-double-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/chip.svg b/src/solid/chip.svg new file mode 100644 index 000000000..69bb9c228 --- /dev/null +++ b/src/solid/chip.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/cloud-download.svg b/src/solid/cloud-download.svg index 228171227..b864ea839 100644 --- a/src/solid/cloud-download.svg +++ b/src/solid/cloud-download.svg @@ -1,4 +1,3 @@ - - + diff --git a/src/solid/cloud-upload.svg b/src/solid/cloud-upload.svg index c788c1847..7b8022d38 100644 --- a/src/solid/cloud-upload.svg +++ b/src/solid/cloud-upload.svg @@ -1,3 +1,4 @@ - + + diff --git a/src/solid/cloud.svg b/src/solid/cloud.svg new file mode 100644 index 000000000..cd7c456bf --- /dev/null +++ b/src/solid/cloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/cube-transparent.svg b/src/solid/cube-transparent.svg new file mode 100644 index 000000000..355d83e6f --- /dev/null +++ b/src/solid/cube-transparent.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/cube.svg b/src/solid/cube.svg new file mode 100644 index 000000000..87b9835e2 --- /dev/null +++ b/src/solid/cube.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/solid/currency-bangladeshi.svg b/src/solid/currency-bangladeshi.svg new file mode 100644 index 000000000..86c981f8c --- /dev/null +++ b/src/solid/currency-bangladeshi.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/database.svg b/src/solid/database.svg new file mode 100644 index 000000000..82df9fbe0 --- /dev/null +++ b/src/solid/database.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/solid/device-mobile.svg b/src/solid/device-mobile.svg new file mode 100644 index 000000000..dbf10dfa3 --- /dev/null +++ b/src/solid/device-mobile.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/device-tablet.svg b/src/solid/device-tablet.svg new file mode 100644 index 000000000..af31d0867 --- /dev/null +++ b/src/solid/device-tablet.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/document-search.svg b/src/solid/document-search.svg new file mode 100644 index 000000000..bf20f3aad --- /dev/null +++ b/src/solid/document-search.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/document-text.svg b/src/solid/document-text.svg new file mode 100644 index 000000000..6b4276c0c --- /dev/null +++ b/src/solid/document-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/fast-forward.svg b/src/solid/fast-forward.svg new file mode 100644 index 000000000..59c49f44a --- /dev/null +++ b/src/solid/fast-forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/film.svg b/src/solid/film.svg new file mode 100644 index 000000000..6847c9185 --- /dev/null +++ b/src/solid/film.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/finger-print.svg b/src/solid/finger-print.svg new file mode 100644 index 000000000..e218909ff --- /dev/null +++ b/src/solid/finger-print.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/solid/folder-open.svg b/src/solid/folder-open.svg new file mode 100644 index 000000000..e91914db2 --- /dev/null +++ b/src/solid/folder-open.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/gift.svg b/src/solid/gift.svg new file mode 100644 index 000000000..4494c89d2 --- /dev/null +++ b/src/solid/gift.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/solid/identification.svg b/src/solid/identification.svg new file mode 100644 index 000000000..b9212434c --- /dev/null +++ b/src/solid/identification.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/logout.svg b/src/solid/logout.svg index d9354e361..d027b94f7 100644 --- a/src/solid/logout.svg +++ b/src/solid/logout.svg @@ -1,3 +1,3 @@ - + diff --git a/src/solid/map.svg b/src/solid/map.svg new file mode 100644 index 000000000..fd664368d --- /dev/null +++ b/src/solid/map.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/solid/minus.svg b/src/solid/minus.svg new file mode 100644 index 000000000..807d92b65 --- /dev/null +++ b/src/solid/minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/music-note.svg b/src/solid/music-note.svg new file mode 100644 index 000000000..6657c3f6b --- /dev/null +++ b/src/solid/music-note.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/paper-airplane.svg b/src/solid/paper-airplane.svg new file mode 100644 index 000000000..cac647f96 --- /dev/null +++ b/src/solid/paper-airplane.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/phone-missed-call.svg b/src/solid/phone-missed-call.svg new file mode 100644 index 000000000..f88032f4e --- /dev/null +++ b/src/solid/phone-missed-call.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/plus.svg b/src/solid/plus.svg index 055d11616..1c2f75ad8 100644 --- a/src/solid/plus.svg +++ b/src/solid/plus.svg @@ -1,3 +1,3 @@ - + diff --git a/src/solid/presentation-chart-bar.svg b/src/solid/presentation-chart-bar.svg new file mode 100644 index 000000000..7d10c6873 --- /dev/null +++ b/src/solid/presentation-chart-bar.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/presentation-chart-line.svg b/src/solid/presentation-chart-line.svg new file mode 100644 index 000000000..9a0e3c317 --- /dev/null +++ b/src/solid/presentation-chart-line.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/receipt-tax.svg b/src/solid/receipt-tax.svg new file mode 100644 index 000000000..1c817ac64 --- /dev/null +++ b/src/solid/receipt-tax.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/rewind.svg b/src/solid/rewind.svg new file mode 100644 index 000000000..589e44002 --- /dev/null +++ b/src/solid/rewind.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/rss.svg b/src/solid/rss.svg new file mode 100644 index 000000000..fe73171b4 --- /dev/null +++ b/src/solid/rss.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/solid/save-as.svg b/src/solid/save-as.svg new file mode 100644 index 000000000..1040ce93d --- /dev/null +++ b/src/solid/save-as.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/solid/save.svg b/src/solid/save.svg new file mode 100644 index 000000000..b7bec9c53 --- /dev/null +++ b/src/solid/save.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/scissors.svg b/src/solid/scissors.svg new file mode 100644 index 000000000..4826e9064 --- /dev/null +++ b/src/solid/scissors.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/search-circle.svg b/src/solid/search-circle.svg new file mode 100644 index 000000000..61d3e3875 --- /dev/null +++ b/src/solid/search-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/server.svg b/src/solid/server.svg new file mode 100644 index 000000000..43521dc3f --- /dev/null +++ b/src/solid/server.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/status-offline.svg b/src/solid/status-offline.svg new file mode 100644 index 000000000..0b6b725a3 --- /dev/null +++ b/src/solid/status-offline.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/solid/status-online.svg b/src/solid/status-online.svg new file mode 100644 index 000000000..f96a9a948 --- /dev/null +++ b/src/solid/status-online.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/table.svg b/src/solid/table.svg new file mode 100644 index 000000000..e234bc617 --- /dev/null +++ b/src/solid/table.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/truck.svg b/src/solid/truck.svg new file mode 100644 index 000000000..c63e28f24 --- /dev/null +++ b/src/solid/truck.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/solid/variable.svg b/src/solid/variable.svg new file mode 100644 index 000000000..04475e997 --- /dev/null +++ b/src/solid/variable.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/solid/video-camera.svg b/src/solid/video-camera.svg new file mode 100644 index 000000000..4e5105828 --- /dev/null +++ b/src/solid/video-camera.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/solid/wifi.svg b/src/solid/wifi.svg new file mode 100644 index 000000000..5fbdcfee4 --- /dev/null +++ b/src/solid/wifi.svg @@ -0,0 +1,3 @@ + + + diff --git a/vue/outline/AcademicCap.js b/vue/outline/AcademicCap.js new file mode 100644 index 000000000..64bceaff7 --- /dev/null +++ b/vue/outline/AcademicCap.js @@ -0,0 +1,25 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#fff", + d: "M12 14l9-5-9-5-9 5 9 5z" + }), + _createVNode("path", { + fill: "#fff", + d: "M12 14l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14z" + }), + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M12 14l9-5-9-5-9 5 9 5zm0 0l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14zm-4 6v-7.5l4-2.222" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Backspace.js b/vue/outline/Backspace.js new file mode 100644 index 000000000..4be25d947 --- /dev/null +++ b/vue/outline/Backspace.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M3 12l-.707-.707a1 1 0 000 1.414L3 12zm6.414 6.414l.707-.707-.707.707zm0-12.828l.707.707-.707-.707zm1.879 7.707a1 1 0 001.414 1.414l-1.414-1.414zm5.414-2.586a1 1 0 00-1.414-1.414l1.414 1.414zm-4-1.414a1 1 0 10-1.414 1.414l1.414-1.414zm2.586 5.414a1 1 0 001.414-1.414l-1.414 1.414zM10.828 6H19V4h-8.172v2zM20 7v10h2V7h-2zm-1 11h-8.172v2H19v-2zm-8.879-.293l-6.414-6.414-1.414 1.414 6.414 6.414 1.414-1.414zm-6.414-5l6.414-6.414-1.414-1.414-6.414 6.414 1.414 1.414zM10.828 18a1 1 0 01-.707-.293l-1.414 1.414a3 3 0 002.121.879v-2zM20 17a1 1 0 01-1 1v2a3 3 0 003-3h-2zM19 6a1 1 0 011 1h2a3 3 0 00-3-3v2zm-8.172-2a3 3 0 00-2.12.879l1.413 1.414A1 1 0 0110.828 6V4zm1.88 10.707l2-2-1.415-1.414-2 2 1.414 1.414zm2-2l2-2-1.415-1.414-2 2 1.414 1.414zm-3.415-2l2 2 1.414-1.414-2-2-1.414 1.414zm2 2l2 2 1.414-1.414-2-2-1.414 1.414z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Beaker.js b/vue/outline/Beaker.js new file mode 100644 index 000000000..7996e5a49 --- /dev/null +++ b/vue/outline/Beaker.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Cake.js b/vue/outline/Cake.js new file mode 100644 index 000000000..af51694df --- /dev/null +++ b/vue/outline/Cake.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M21 15.546c-.523 0-1.046.151-1.5.454a2.704 2.704 0 01-3 0 2.704 2.704 0 00-3 0 2.704 2.704 0 01-3 0 2.704 2.704 0 00-3 0 2.704 2.704 0 01-3 0 2.701 2.701 0 00-1.5-.454M9 6v2m3-2v2m3-2v2M9 3h.01M12 3h.01M15 3h.01M21 21v-7a2 2 0 00-2-2H5a2 2 0 00-2 2v7h18zm-3-9v-2a2 2 0 00-2-2H8a2 2 0 00-2 2v2h12z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Calculator.js b/vue/outline/Calculator.js new file mode 100644 index 000000000..1ac925141 --- /dev/null +++ b/vue/outline/Calculator.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M9 6a1 1 0 000 2V6zm6 2a1 1 0 100-2v2zm-1 9a1 1 0 102 0h-2zm2-3a1 1 0 10-2 0h2zm-4 2a1 1 0 100 2v-2zm.01 2a1 1 0 100-2v2zM9 16a1 1 0 100 2v-2zm.01 2a1 1 0 100-2v2zM9 13a1 1 0 100 2v-2zm.01 2a1 1 0 100-2v2zM12 13a1 1 0 100 2v-2zm.01 2a1 1 0 100-2v2zM15 10a1 1 0 100 2v-2zm.01 2a1 1 0 100-2v2zM12 10a1 1 0 100 2v-2zm.01 2a1 1 0 100-2v2zM9 10a1 1 0 100 2v-2zm.01 2a1 1 0 100-2v2zM7 4h10V2H7v2zm11 1v14h2V5h-2zm-1 15H7v2h10v-2zM6 19V5H4v14h2zm1 1a1 1 0 01-1-1H4a3 3 0 003 3v-2zm11-1a1 1 0 01-1 1v2a3 3 0 003-3h-2zM17 4a1 1 0 011 1h2a3 3 0 00-3-3v2zM7 2a3 3 0 00-3 3h2a1 1 0 011-1V2zm2 6h6V6H9v2zm7 9v-3h-2v3h2zm-4 1h.01v-2H12v2zm-3 0h.01v-2H9v2zm0-3h.01v-2H9v2zm3 0h.01v-2H12v2zm3-3h.01v-2H15v2zm-3 0h.01v-2H12v2zm-3 0h.01v-2H9v2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/ChevronDoubleDown.js b/vue/outline/ChevronDoubleDown.js new file mode 100644 index 000000000..1329eae63 --- /dev/null +++ b/vue/outline/ChevronDoubleDown.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M19 13l-7 7-7-7m14-8l-7 7-7-7" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/ChevronDoubleLeft.js b/vue/outline/ChevronDoubleLeft.js new file mode 100644 index 000000000..4e96ae222 --- /dev/null +++ b/vue/outline/ChevronDoubleLeft.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M11 19l-7-7 7-7m8 14l-7-7 7-7" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/ChevronDoubleRight.js b/vue/outline/ChevronDoubleRight.js new file mode 100644 index 000000000..f7124841f --- /dev/null +++ b/vue/outline/ChevronDoubleRight.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M13 5l7 7-7 7M5 5l7 7-7 7" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/ChevronDoubleUp.js b/vue/outline/ChevronDoubleUp.js new file mode 100644 index 000000000..20755195f --- /dev/null +++ b/vue/outline/ChevronDoubleUp.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M5 11l7-7 7 7M5 19l7-7 7 7" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Chip.js b/vue/outline/Chip.js new file mode 100644 index 000000000..15d801905 --- /dev/null +++ b/vue/outline/Chip.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Cloud.js b/vue/outline/Cloud.js new file mode 100644 index 000000000..6fe4f545b --- /dev/null +++ b/vue/outline/Cloud.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/CloudDownload.js b/vue/outline/CloudDownload.js index 1ee2f1448..b1e0a537e 100644 --- a/vue/outline/CloudDownload.js +++ b/vue/outline/CloudDownload.js @@ -11,7 +11,7 @@ return (_openBlock(), _createBlock("svg", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", - d: "M8 16a5 5 0 01-.916-9.916 5.002 5.002 0 019.832 0A5.002 5.002 0 0116 16m-7 3l3 3m0 0l3-3m-3 3V10" + d: "M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M9 19l3 3m0 0l3-3m-3 3V10" }) ])) } \ No newline at end of file diff --git a/vue/outline/CloudUpload.js b/vue/outline/CloudUpload.js index d0dae07db..525c8431f 100644 --- a/vue/outline/CloudUpload.js +++ b/vue/outline/CloudUpload.js @@ -11,7 +11,7 @@ return (_openBlock(), _createBlock("svg", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", - d: "M8 17a5 5 0 01-.916-9.916 5.002 5.002 0 019.832 0A5.002 5.002 0 0116 17m-7-5l3-3m0 0l3 3m-3-3v12" + d: "M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12" }) ])) } \ No newline at end of file diff --git a/vue/outline/Cube.js b/vue/outline/Cube.js new file mode 100644 index 000000000..ae6e77fae --- /dev/null +++ b/vue/outline/Cube.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M12 3l.447-.894a1 1 0 00-.894 0L12 3zm8 4h1a1 1 0 00-.553-.894L20 7zM4 7l-.447-.894A1 1 0 003 7h1zm16 10l.447.894A1 1 0 0021 17h-1zm-8 4l-.447.894a1 1 0 00.894 0L12 21zm-8-4H3a1 1 0 00.553.894L4 17zm7.553-13.106l8 4 .894-1.788-8-4-.894 1.788zm8 2.212l-8 4 .894 1.788 8-4-.894-1.788zm-7.106 4l-8-4-.894 1.788 8 4 .894-1.788zm-8-2.212l8-4-.894-1.788-8 4 .894 1.788zm15.106 8.212l-8 4 .894 1.788 8-4-.894-1.788zm-7.106 4l-8-4-.894 1.788 8 4 .894-1.788zM5 17V7H3v10h2zm16 0V7h-2v10h2zm-10-6v10h2V11h-2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/CubeTransparent.js b/vue/outline/CubeTransparent.js new file mode 100644 index 000000000..fef950d38 --- /dev/null +++ b/vue/outline/CubeTransparent.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M14 10l-2 1m0 0l-2-1m2 1v2.5M20 7l-2 1m2-1l-2-1m2 1v2.5M14 4l-2-1-2 1M4 7l2-1M4 7l2 1M4 7v2.5M12 21l-2-1m2 1l2-1m-2 1v-2.5M6 18l-2-1v-2.5M18 18l2-1v-2.5" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/CurrencyBangladeshi.js b/vue/outline/CurrencyBangladeshi.js new file mode 100644 index 000000000..5fdd3686b --- /dev/null +++ b/vue/outline/CurrencyBangladeshi.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M11 11V9a2 2 0 00-2-2m2 4v4a2 2 0 104 0v-1m-4-3H9m2 0h4m6 1a9 9 0 11-18 0 9 9 0 0118 0z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Database.js b/vue/outline/Database.js new file mode 100644 index 000000000..367265f58 --- /dev/null +++ b/vue/outline/Database.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-width": "2", + d: "M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/DeviceMobile.js b/vue/outline/DeviceMobile.js new file mode 100644 index 000000000..cc75fedc2 --- /dev/null +++ b/vue/outline/DeviceMobile.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/DeviceTablet.js b/vue/outline/DeviceTablet.js new file mode 100644 index 000000000..9fa08e874 --- /dev/null +++ b/vue/outline/DeviceTablet.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M12 18h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/DocumentSearch.js b/vue/outline/DocumentSearch.js new file mode 100644 index 000000000..8d2ed2159 --- /dev/null +++ b/vue/outline/DocumentSearch.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M13.293 3.293L12.586 4l.707-.707zm5.414 5.414L19.414 8l-.707.707zM10 20a1 1 0 100 2v-2zm-6-4a1 1 0 102 0H4zm.293 4.293a1 1 0 101.414 1.414l-1.414-1.414zM7 4h5.586V2H7v2zm11 5.414V19h2V9.414h-2zM12.586 4L18 9.414 19.414 8 14 2.586 12.586 4zM20 9.414A2 2 0 0019.414 8L18 9.414h2zM12.586 4L14 2.586A2 2 0 0012.586 2v2zM17 22a3 3 0 003-3h-2a1 1 0 01-1 1v2zM6 5a1 1 0 011-1V2a3 3 0 00-3 3h2zm11 15h-7v2h7v-2zM6 16V5H4v11h2zm8-2a2 2 0 01-2 2v2a4 4 0 004-4h-2zm-4 0a2 2 0 012-2v-2a4 4 0 00-4 4h2zm2-2a2 2 0 012 2h2a4 4 0 00-4-4v2zm-2.828 3.414l-4.88 4.879 1.415 1.414 4.879-4.879-1.414-1.414zM12 16a1.99 1.99 0 01-1.414-.586l-1.414 1.414A3.99 3.99 0 0012 18v-2zm-1.414-.586A1.99 1.99 0 0110 14H8a3.99 3.99 0 001.172 2.828l1.414-1.414z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/DocumentText.js b/vue/outline/DocumentText.js new file mode 100644 index 000000000..9f48ae063 --- /dev/null +++ b/vue/outline/DocumentText.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/FastForward.js b/vue/outline/FastForward.js new file mode 100644 index 000000000..eab2c1056 --- /dev/null +++ b/vue/outline/FastForward.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M11.933 12.8a1 1 0 000-1.6L6.6 7.2A1 1 0 005 8v8a1 1 0 001.6.8l5.333-4zM19.933 12.8a1 1 0 000-1.6l-5.333-4A1 1 0 0013 8v8a1 1 0 001.6.8l5.333-4z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Film.js b/vue/outline/Film.js new file mode 100644 index 000000000..20ae224b5 --- /dev/null +++ b/vue/outline/Film.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-width": "2", + d: "M7 4v16M17 4v16M3 8h4m10 0h4M3 12h18M3 16h4m10 0h4M4 20h16a1 1 0 001-1V5a1 1 0 00-1-1H4a1 1 0 00-1 1v14a1 1 0 001 1z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/FingerPrint.js b/vue/outline/FingerPrint.js new file mode 100644 index 000000000..f394629d8 --- /dev/null +++ b/vue/outline/FingerPrint.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M13 11a1 1 0 10-2 0h2zm-4.6 9.039a1 1 0 001.694 1.065L8.4 20.039zM5.862 18.44l-.846-.532.846.532zm-.914-.421a1 1 0 001.72 1.021l-1.72-1.021zm7.838 2.376a1 1 0 001.788.895l-1.788-.895zm3.348-3.124a1 1 0 00-1.924-.544l1.924.544zm-1.327-3.407a1 1 0 001.981.27l-1.981-.27zm3.242 3.993a1 1 0 101.924.548l-1.924-.548zM2.1 14.928a1 1 0 101.798.873l-1.798-.874zM7.499 3.204a1 1 0 001.002 1.73l-1.002-1.73zM5.936 7.5a1 1 0 00-1.731-1.002l1.73 1.002zM11 11c0 3.323-.953 6.421-2.6 9.039l1.694 1.065A18.916 18.916 0 0013 11h-2zm6 0a5 5 0 00-5-5v2a3 3 0 013 3h2zM7 11c0 2.548-.728 4.91-1.985 6.909l1.693 1.065A14.916 14.916 0 009 11H7zm5-5a5 5 0 00-5 5h2a3 3 0 013-3V6zM5.015 17.909a5.053 5.053 0 00-.068.11l1.72 1.022a3.06 3.06 0 01.04-.067l-1.692-1.065zm9.558 3.383a22.876 22.876 0 001.56-4.02l-1.924-.544a20.882 20.882 0 01-1.424 3.668l1.788.895zm2.214-7.157C16.927 13.11 17 12.063 17 11h-2c0 .972-.066 1.928-.194 2.865l1.981.27zM21 11a9 9 0 00-9-9v2a7 7 0 017 7h2zm-1.029 7.406A27.018 27.018 0 0021 11h-2c0 2.38-.332 4.68-.952 6.858l1.924.548zM3 11a8.96 8.96 0 01-.9 3.927l1.8.874A10.96 10.96 0 005 11H3zm9-9a8.963 8.963 0 00-4.5 1.205l1 1.73A6.963 6.963 0 0112 4V2zM4.205 6.5A8.963 8.963 0 003 11h2c0-1.277.34-2.47.936-3.5l-1.731-1z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/FolderOpen.js b/vue/outline/FolderOpen.js new file mode 100644 index 000000000..be77bd02d --- /dev/null +++ b/vue/outline/FolderOpen.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M9 5l.707-.707L9.414 4H9v1zm2 2l-.707.707.293.293H11V7zm5 3a1 1 0 102 0h-2zM4 17V7H2v10h2zM5 6h4V4H5v2zm3.293-.293l2 2 1.414-1.414-2-2-1.414 1.414zM11 8h4V6h-4v2zm4 0a1 1 0 011 1h2a3 3 0 00-3-3v2zM4 7a1 1 0 011-1V4a3 3 0 00-3 3h2zM2 17a3 3 0 003 3v-2a1 1 0 01-1-1H2zm14-8v1h2V9h-2zm-8 3a1 1 0 011-1V9a3 3 0 00-3 3h2zm1-1h10V9H9v2zm10 0a1 1 0 011 1h2a3 3 0 00-3-3v2zm1 1v5h2v-5h-2zm0 5a1 1 0 01-1 1v2a3 3 0 003-3h-2zm-1 1H5v2h14v-2zM5 20a3 3 0 003-3H6a1 1 0 01-1 1v2zm3-3v-5H6v5h2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Gift.js b/vue/outline/Gift.js new file mode 100644 index 000000000..79734f404 --- /dev/null +++ b/vue/outline/Gift.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M12 8v13m0-13V6a2 2 0 112 2h-2zm0 0V5.5A2.5 2.5 0 109.5 8H12zm-7 4h14M5 12a2 2 0 110-4h14a2 2 0 110 4M5 12v7a2 2 0 002 2h10a2 2 0 002-2v-7" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Identification.js b/vue/outline/Identification.js new file mode 100644 index 000000000..de2b0f610 --- /dev/null +++ b/vue/outline/Identification.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M10 6H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V8a2 2 0 00-2-2h-5m-4 0V5a2 2 0 114 0v1m-4 0a2 2 0 104 0m-5 8a2 2 0 100-4 2 2 0 000 4zm0 0c1.306 0 2.417.835 2.83 2M9 14a3.001 3.001 0 00-2.83 2M15 11h3m-3 4h2" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Login.js b/vue/outline/Login.js new file mode 100644 index 000000000..2476159e0 --- /dev/null +++ b/vue/outline/Login.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Logout.js b/vue/outline/Logout.js index 2476159e0..ef0dd071d 100644 --- a/vue/outline/Logout.js +++ b/vue/outline/Logout.js @@ -11,7 +11,7 @@ return (_openBlock(), _createBlock("svg", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", - d: "M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1" + d: "M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1" }) ])) } \ No newline at end of file diff --git a/vue/outline/Map.js b/vue/outline/Map.js new file mode 100644 index 000000000..cf45cec3c --- /dev/null +++ b/vue/outline/Map.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Minus.js b/vue/outline/Minus.js new file mode 100644 index 000000000..4f147e212 --- /dev/null +++ b/vue/outline/Minus.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M18 12H6" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/MusicNote.js b/vue/outline/MusicNote.js new file mode 100644 index 000000000..3a7317941 --- /dev/null +++ b/vue/outline/MusicNote.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M9 19V6l12-3v13M9 19c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zm12-3c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zM9 10l12-3" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/PaperAirplane.js b/vue/outline/PaperAirplane.js new file mode 100644 index 000000000..22ccac357 --- /dev/null +++ b/vue/outline/PaperAirplane.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M12 19l9 2-9-18-9 18 9-2zm0 0v-8" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/PhoneMissedCall.js b/vue/outline/PhoneMissedCall.js new file mode 100644 index 000000000..887773871 --- /dev/null +++ b/vue/outline/PhoneMissedCall.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M16 8l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2M5 3a2 2 0 00-2 2v1c0 8.284 6.716 15 15 15h1a2 2 0 002-2v-3.28a1 1 0 00-.684-.948l-4.493-1.498a1 1 0 00-1.21.502l-1.13 2.257a11.042 11.042 0 01-5.516-5.517l2.257-1.128a1 1 0 00.502-1.21L9.228 3.683A1 1 0 008.279 3H5z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Plus.js b/vue/outline/Plus.js index c2011d26c..8049af13c 100644 --- a/vue/outline/Plus.js +++ b/vue/outline/Plus.js @@ -11,7 +11,7 @@ return (_openBlock(), _createBlock("svg", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", - d: "M12 4v16m8-8H4" + d: "M12 6v6m0 0v6m0-6h6m-6 0H6" }) ])) } \ No newline at end of file diff --git a/vue/outline/PresentationChartBar.js b/vue/outline/PresentationChartBar.js new file mode 100644 index 000000000..831f4afc0 --- /dev/null +++ b/vue/outline/PresentationChartBar.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M8 13v-1m4 1v-3m4 3V8M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/PresentationChartLine.js b/vue/outline/PresentationChartLine.js new file mode 100644 index 000000000..19164c112 --- /dev/null +++ b/vue/outline/PresentationChartLine.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M4 4V3H3v1h1zm16 0h1V3h-1v1zM6.293 11.293a1 1 0 101.414 1.414l-1.414-1.414zM10 9l.707-.707a1 1 0 00-1.414 0L10 9zm3 3l-.707.707a1 1 0 001.414 0L13 12zm4.707-3.293a1 1 0 00-1.414-1.414l1.414 1.414zM7.293 20.293a1 1 0 101.414 1.414l-1.414-1.414zM12 17l.707-.707a1 1 0 00-1.414 0L12 17zm3.293 4.707a1 1 0 001.414-1.414l-1.414 1.414zM3 3a1 1 0 000 2V3zm18 2a1 1 0 100-2v2zM4 5h16V3H4v2zm15-1v12h2V4h-2zm0 12H5v2h14v-2zM5 16V4H3v12h2zm0 0H3a2 2 0 002 2v-2zm14 0v2a2 2 0 002-2h-2zM7.707 12.707l3-3-1.414-1.414-3 3 1.414 1.414zm1.586-3l3 3 1.414-1.414-3-3-1.414 1.414zm4.414 3l4-4-1.414-1.414-4 4 1.414 1.414zm-5 9l4-4-1.414-1.414-4 4 1.414 1.414zm2.586-4l4 4 1.414-1.414-4-4-1.414 1.414zM3 5h18V3H3v2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/ReceiptTax.js b/vue/outline/ReceiptTax.js new file mode 100644 index 000000000..d7960b064 --- /dev/null +++ b/vue/outline/ReceiptTax.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M9 14l6-6m-5.5.5h.01m4.99 5h.01M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16l3.5-2 3.5 2 3.5-2 3.5 2zM10 8.5a.5.5 0 11-1 0 .5.5 0 011 0zm5 5a.5.5 0 11-1 0 .5.5 0 011 0z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Rewind.js b/vue/outline/Rewind.js new file mode 100644 index 000000000..6cd4e3a3c --- /dev/null +++ b/vue/outline/Rewind.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M12.066 11.2a1 1 0 000 1.6l5.334 4A1 1 0 0019 16V8a1 1 0 00-1.6-.8l-5.333 4zM4.066 11.2a1 1 0 000 1.6l5.334 4A1 1 0 0011 16V8a1 1 0 00-1.6-.8l-5.334 4z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Rss.js b/vue/outline/Rss.js new file mode 100644 index 000000000..028d96e4c --- /dev/null +++ b/vue/outline/Rss.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M6 5c7.18 0 13 5.82 13 13M6 11a7 7 0 017 7m-6 0a1 1 0 11-2 0 1 1 0 012 0z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Save.js b/vue/outline/Save.js new file mode 100644 index 000000000..0db42083c --- /dev/null +++ b/vue/outline/Save.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M8 7H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-3m-1 4l-3 3m0 0l-3-3m3 3V4" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/SaveAs.js b/vue/outline/SaveAs.js new file mode 100644 index 000000000..c1f6730a3 --- /dev/null +++ b/vue/outline/SaveAs.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M17 16v2a2 2 0 01-2 2H5a2 2 0 01-2-2v-7a2 2 0 012-2h2m3-4H9a2 2 0 00-2 2v7a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-1m-1 4l-3 3m0 0l-3-3m3 3V3" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Scissors.js b/vue/outline/Scissors.js new file mode 100644 index 000000000..3da3e246d --- /dev/null +++ b/vue/outline/Scissors.js @@ -0,0 +1,16 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-width": "2", + d: "M14.121 14.121L19 19m-7-7l7-7m-7 7l-2.879 2.879M12 12L9.121 9.121m0 5.758a3 3 0 10-4.243 4.243 3 3 0 004.243-4.243zm0-5.758a3 3 0 10-4.243-4.243 3 3 0 004.243 4.243z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/SearchCircle.js b/vue/outline/SearchCircle.js new file mode 100644 index 000000000..01ffee461 --- /dev/null +++ b/vue/outline/SearchCircle.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M7.293 15.293a1 1 0 101.414 1.414l-1.414-1.414zM15 11a2 2 0 01-2 2v2a4 4 0 004-4h-2zm-4 0a2 2 0 012-2V7a4 4 0 00-4 4h2zm2-2a2 2 0 012 2h2a4 4 0 00-4-4v2zm-2.828 3.414l-2.88 2.879 1.415 1.414 2.879-2.879-1.414-1.414zM13 13a1.99 1.99 0 01-1.414-.586l-1.414 1.414A3.99 3.99 0 0013 15v-2zm-1.414-.586A1.99 1.99 0 0111 11H9a3.99 3.99 0 001.172 2.828l1.414-1.414zM20 12a8 8 0 01-8 8v2c5.523 0 10-4.477 10-10h-2zm-8 8a8 8 0 01-8-8H2c0 5.523 4.477 10 10 10v-2zm-8-8a8 8 0 018-8V2C6.477 2 2 6.477 2 12h2zm8-8a8 8 0 018 8h2c0-5.523-4.477-10-10-10v2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Server.js b/vue/outline/Server.js new file mode 100644 index 000000000..d1a0f199f --- /dev/null +++ b/vue/outline/Server.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/StatusOffline.js b/vue/outline/StatusOffline.js new file mode 100644 index 000000000..5863776fa --- /dev/null +++ b/vue/outline/StatusOffline.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M19.071 4.929a1 1 0 10-1.414 1.414L19.07 4.93zm-.707 13.435l-.707.707.707-.707zM16.243 7.757a1 1 0 10-1.415 1.415l1.415-1.415zm-.707 7.779l-.708.707.708-.707zm-7.779.707a1 1 0 001.415-1.415l-1.415 1.415zm.283-3.677a1 1 0 00-1.98.281l1.98-.28zm-3.111 6.505a1 1 0 001.414-1.414L4.93 19.07zm-.512-9.626a1 1 0 00-1.896-.638l1.896.638zm-.71-7.152a1 1 0 00-1.414 1.414l1.414-1.414zm16.586 19.414a1 1 0 001.414-1.414l-1.414 1.414zM17.657 6.343a8 8 0 010 11.314l1.414 1.414c3.905-3.905 3.905-10.237 0-14.142l-1.414 1.414zm-2.829 2.829a4 4 0 010 5.656l1.415 1.415a6 6 0 000-8.486l-1.415 1.415zM12 12h2a2 2 0 00-2-2v2zm-2.828 2.828a3.978 3.978 0 01-1.132-2.262l-1.98.281a5.978 5.978 0 001.697 3.396l1.415-1.415zm-2.829 2.829a8 8 0 01-1.926-8.212l-1.896-.638A10 10 0 004.93 19.071l1.414-1.414zM12 12v-2c-.552 0-1.053.225-1.414.586L12 12zM2.293 3.707L10.586 12 12 10.586 3.707 2.293 2.293 3.707zM10.586 12L12 13.414 13.414 12 12 10.586 10.586 12zM12 13.414l2.828 2.829 1.415-1.415L13.414 12 12 13.414zm2.828 2.829l2.829 2.828 1.414-1.414-2.828-2.829-1.415 1.415zm2.829 2.828l2.636 2.636 1.414-1.414-2.636-2.636-1.414 1.414zM12 12l1.414 1.414c.361-.36.586-.862.586-1.414h-2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/StatusOnline.js b/vue/outline/StatusOnline.js new file mode 100644 index 000000000..a4a7b11ae --- /dev/null +++ b/vue/outline/StatusOnline.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M5.636 18.364a9 9 0 010-12.728m12.728 0a9 9 0 010 12.728m-9.9-2.829a5 5 0 010-7.07m7.072 0a5 5 0 010 7.07M13 12a1 1 0 11-2 0 1 1 0 012 0z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Table.js b/vue/outline/Table.js new file mode 100644 index 000000000..f2488093e --- /dev/null +++ b/vue/outline/Table.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-width": "2", + d: "M3 10h18M3 14h18m-9-4v8m-7 0h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Truck.js b/vue/outline/Truck.js new file mode 100644 index 000000000..147e906a0 --- /dev/null +++ b/vue/outline/Truck.js @@ -0,0 +1,19 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#fff", + d: "M9 17a2 2 0 11-4 0 2 2 0 014 0zM19 17a2 2 0 11-4 0 2 2 0 014 0z" + }), + _createVNode("path", { + fill: "#374151", + d: "M13 16h1-1zm0-8h-1 1zm4.293-.707L18 6.586l-.707.707zm3.414 3.414l.707-.707-.707.707zM4 6h8V4H4v2zm8 0v10h2V6h-2zM4 16V6H2v10h2zm1 0H4v2h1v-2zm7 0H9v2h3v-2zM2 16a2 2 0 002 2v-2H2zm10 0v2a2 2 0 002-2h-2zm0-10h2a2 2 0 00-2-2v2zM4 4a2 2 0 00-2 2h2V4zm10 12V8h-2v8h2zm0-8h2.586V6H14v2zm6 3.414V16h2v-4.586h-2zM16.586 8L20 11.414 21.414 10 18 6.586 16.586 8zM15 16h-1v2h1v-2zm5 0h-1v2h1v-2zm2-4.586A2 2 0 0021.414 10L20 11.414h2zM16.586 8L18 6.586A2 2 0 0016.586 6v2zM12 16a2 2 0 002 2v-2h-2zm8 0v2a2 2 0 002-2h-2zm-6-8V6a2 2 0 00-2 2h2zm-6 9a1 1 0 01-1 1v2a3 3 0 003-3H8zm-1 1a1 1 0 01-1-1H4a3 3 0 003 3v-2zm-1-1a1 1 0 011-1v-2a3 3 0 00-3 3h2zm1-1a1 1 0 011 1h2a3 3 0 00-3-3v2zm11 1a1 1 0 01-1 1v2a3 3 0 003-3h-2zm-1 1a1 1 0 01-1-1h-2a3 3 0 003 3v-2zm-1-1a1 1 0 011-1v-2a3 3 0 00-3 3h2zm1-1a1 1 0 011 1h2a3 3 0 00-3-3v2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Variable.js b/vue/outline/Variable.js new file mode 100644 index 000000000..43d978453 --- /dev/null +++ b/vue/outline/Variable.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#374151", + d: "M5.767 4.445a1 1 0 10-1.791-.89l1.79.89zm-1.791 16a1 1 0 101.79-.89l-1.79.89zm14.129-.89a1 1 0 001.79.89l-1.79-.89zm1.79-16a1 1 0 00-1.79.89l1.79-.89zM9 8a1 1 0 000 2V8zm2.207 1.725l-.961.275.961-.275zm1.586 5.55l-.962.274.962-.274zM15 17a1 1 0 100-2v2zm1-7a1 1 0 100-2v2zm-1.599-.302l.76.651-.76-.65zM9.6 15.302l.759.65-.76-.65zM8 15a1 1 0 100 2v-2zm-4-3c0-2.716.636-5.28 1.767-7.555l-1.791-.89A18.926 18.926 0 002 12h2zm1.767 7.555A16.926 16.926 0 014 12H2c0 3.031.71 5.9 1.976 8.445l1.79-.89zM19.87 12c0 2.716-.636 5.28-1.766 7.555l1.79.89A18.926 18.926 0 0021.872 12h-2zm-1.766-7.555A16.925 16.925 0 0119.87 12h2c0-3.032-.71-5.9-1.975-8.445l-1.791.89zM9 10h1.246V8H9v2zm1.246 0l1.585 5.55 1.923-.55-1.585-5.55-1.923.55zm3.508 7H15v-2h-1.246v2zm-1.923-1.45A2 2 0 0013.754 17v-2l-1.923.55zM10.246 10l1.923-.55A2 2 0 0010.246 8v2zM16 8h-.08v2H16V8zm-2.358 1.048L8.84 14.65l1.519 1.301 4.803-5.603-1.519-1.301zM8.08 15H8v2h.08v-2zm.76-.35a1 1 0 01-.76.35v2a3 3 0 002.278-1.048l-1.519-1.301zM15.92 8a3 3 0 00-2.278 1.048l1.519 1.301A1 1 0 0115.92 10V8z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/VideoCamera.js b/vue/outline/VideoCamera.js new file mode 100644 index 000000000..af52c789f --- /dev/null +++ b/vue/outline/VideoCamera.js @@ -0,0 +1,17 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2", + d: "M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/Wifi.js b/vue/outline/Wifi.js new file mode 100644 index 000000000..d028e620e --- /dev/null +++ b/vue/outline/Wifi.js @@ -0,0 +1,19 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + stroke: "currentColor" +}, [ + _createVNode("path", { + fill: "#fff", + d: "M0 0h24v24H0z" + }), + _createVNode("path", { + fill: "#374151", + d: "M7.404 15.697a1 1 0 101.414 1.414l-1.414-1.414zm7.778 1.414a1 1 0 001.414-1.414l-1.414 1.414zM12 19a1 1 0 100 2v-2zm.01 2a1 1 0 000-2v2zm-7.788-8.778a1 1 0 001.414 1.414l-1.414-1.414zm14.142 1.414a1 1 0 001.414-1.414l-1.414 1.414zM.686 8.686a1 1 0 101.415 1.415L.686 8.686zM21.9 10.101a1 1 0 001.414-1.415L21.9 10.101zM8.818 17.11a4.5 4.5 0 016.364 0l1.414-1.414a6.5 6.5 0 00-9.192 0l1.414 1.414zM12 21h.01v-2H12v2zm-6.364-7.364a9 9 0 0112.728 0l1.414-1.414c-4.295-4.296-11.26-4.296-15.556 0l1.414 1.414zm-3.535-3.535c5.467-5.468 14.331-5.468 19.799 0l1.414-1.415c-6.248-6.248-16.38-6.248-22.628 0l1.415 1.415z" + }) +])) +} \ No newline at end of file diff --git a/vue/outline/index.js b/vue/outline/index.js index e07cb8845..32eca20d2 100644 --- a/vue/outline/index.js +++ b/vue/outline/index.js @@ -1,3 +1,4 @@ +export { default as AcademicCap } from './AcademicCap.js' export { default as Adjustments } from './Adjustments.js' export { default as Annotation } from './Annotation.js' export { default as Archive } from './Archive.js' @@ -15,13 +16,17 @@ export { default as ArrowRight } from './ArrowRight.js' export { default as ArrowUp } from './ArrowUp.js' export { default as ArrowsExpand } from './ArrowsExpand.js' export { default as AtSymbol } from './AtSymbol.js' +export { default as Backspace } from './Backspace.js' export { default as BadgeCheck } from './BadgeCheck.js' export { default as Ban } from './Ban.js' +export { default as Beaker } from './Beaker.js' export { default as Bell } from './Bell.js' export { default as BookOpen } from './BookOpen.js' export { default as BookmarkAlt } from './BookmarkAlt.js' export { default as Bookmark } from './Bookmark.js' export { default as Briefcase } from './Briefcase.js' +export { default as Cake } from './Cake.js' +export { default as Calculator } from './Calculator.js' export { default as Calendar } from './Calendar.js' export { default as Camera } from './Camera.js' export { default as Cash } from './Cash.js' @@ -33,10 +38,15 @@ export { default as ChatAlt } from './ChatAlt.js' export { default as Chat } from './Chat.js' export { default as CheckCircle } from './CheckCircle.js' export { default as Check } from './Check.js' +export { default as ChevronDoubleDown } from './ChevronDoubleDown.js' +export { default as ChevronDoubleLeft } from './ChevronDoubleLeft.js' +export { default as ChevronDoubleRight } from './ChevronDoubleRight.js' +export { default as ChevronDoubleUp } from './ChevronDoubleUp.js' export { default as ChevronDown } from './ChevronDown.js' export { default as ChevronLeft } from './ChevronLeft.js' export { default as ChevronRight } from './ChevronRight.js' export { default as ChevronUp } from './ChevronUp.js' +export { default as Chip } from './Chip.js' export { default as ClipboardCheck } from './ClipboardCheck.js' export { default as ClipboardCopy } from './ClipboardCopy.js' export { default as ClipboardList } from './ClipboardList.js' @@ -44,23 +54,32 @@ export { default as Clipboard } from './Clipboard.js' export { default as Clock } from './Clock.js' export { default as CloudDownload } from './CloudDownload.js' export { default as CloudUpload } from './CloudUpload.js' +export { default as Cloud } from './Cloud.js' export { default as Code } from './Code.js' export { default as Cog } from './Cog.js' export { default as Collection } from './Collection.js' export { default as ColorSwatch } from './ColorSwatch.js' export { default as CreditCard } from './CreditCard.js' +export { default as CubeTransparent } from './CubeTransparent.js' +export { default as Cube } from './Cube.js' +export { default as CurrencyBangladeshi } from './CurrencyBangladeshi.js' export { default as CurrencyDollar } from './CurrencyDollar.js' export { default as CurrencyEuro } from './CurrencyEuro.js' export { default as CurrencyPound } from './CurrencyPound.js' export { default as CurrencyRupee } from './CurrencyRupee.js' export { default as CurrencyYen } from './CurrencyYen.js' export { default as CursorClick } from './CursorClick.js' +export { default as Database } from './Database.js' export { default as DesktopComputer } from './DesktopComputer.js' +export { default as DeviceMobile } from './DeviceMobile.js' +export { default as DeviceTablet } from './DeviceTablet.js' export { default as DocumentAdd } from './DocumentAdd.js' export { default as DocumentDownload } from './DocumentDownload.js' export { default as DocumentDuplicate } from './DocumentDuplicate.js' export { default as DocumentRemove } from './DocumentRemove.js' export { default as DocumentReport } from './DocumentReport.js' +export { default as DocumentSearch } from './DocumentSearch.js' +export { default as DocumentText } from './DocumentText.js' export { default as Document } from './Document.js' export { default as DotsCircleHorizontal } from './DotsCircleHorizontal.js' export { default as DotsHorizontal } from './DotsHorizontal.js' @@ -74,19 +93,25 @@ export { default as Exclamation } from './Exclamation.js' export { default as ExternalLink } from './ExternalLink.js' export { default as EyeOff } from './EyeOff.js' export { default as Eye } from './Eye.js' +export { default as FastForward } from './FastForward.js' +export { default as Film } from './Film.js' export { default as Filter } from './Filter.js' +export { default as FingerPrint } from './FingerPrint.js' export { default as Fire } from './Fire.js' export { default as Flag } from './Flag.js' export { default as FolderAdd } from './FolderAdd.js' export { default as FolderDownload } from './FolderDownload.js' +export { default as FolderOpen } from './FolderOpen.js' export { default as FolderRemove } from './FolderRemove.js' export { default as Folder } from './Folder.js' +export { default as Gift } from './Gift.js' export { default as GlobeAlt } from './GlobeAlt.js' export { default as Globe } from './Globe.js' export { default as Hand } from './Hand.js' export { default as Hashtag } from './Hashtag.js' export { default as Heart } from './Heart.js' export { default as Home } from './Home.js' +export { default as Identification } from './Identification.js' export { default as InboxIn } from './InboxIn.js' export { default as Inbox } from './Inbox.js' export { default as InformationCircle } from './InformationCircle.js' @@ -98,9 +123,11 @@ export { default as Link } from './Link.js' export { default as LocationMarker } from './LocationMarker.js' export { default as LockClosed } from './LockClosed.js' export { default as LockOpen } from './LockOpen.js' +export { default as Login } from './Login.js' export { default as Logout } from './Logout.js' export { default as MailOpen } from './MailOpen.js' export { default as Mail } from './Mail.js' +export { default as Map } from './Map.js' export { default as MenuAlt1 } from './MenuAlt1.js' export { default as MenuAlt2 } from './MenuAlt2.js' export { default as MenuAlt3 } from './MenuAlt3.js' @@ -108,30 +135,44 @@ export { default as MenuAlt4 } from './MenuAlt4.js' export { default as Menu } from './Menu.js' export { default as Microphone } from './Microphone.js' export { default as MinusCircle } from './MinusCircle.js' +export { default as Minus } from './Minus.js' export { default as Moon } from './Moon.js' +export { default as MusicNote } from './MusicNote.js' export { default as Newspaper } from './Newspaper.js' export { default as OfficeBuilding } from './OfficeBuilding.js' +export { default as PaperAirplane } from './PaperAirplane.js' export { default as PaperClip } from './PaperClip.js' export { default as Pause } from './Pause.js' export { default as PencilAlt } from './PencilAlt.js' export { default as Pencil } from './Pencil.js' export { default as PhoneIncoming } from './PhoneIncoming.js' +export { default as PhoneMissedCall } from './PhoneMissedCall.js' export { default as PhoneOutgoing } from './PhoneOutgoing.js' export { default as Phone } from './Phone.js' export { default as Photograph } from './Photograph.js' export { default as Play } from './Play.js' export { default as PlusCircle } from './PlusCircle.js' export { default as Plus } from './Plus.js' +export { default as PresentationChartBar } from './PresentationChartBar.js' +export { default as PresentationChartLine } from './PresentationChartLine.js' export { default as Printer } from './Printer.js' export { default as Puzzle } from './Puzzle.js' export { default as Qrcode } from './Qrcode.js' export { default as QuestionMarkCircle } from './QuestionMarkCircle.js' export { default as ReceiptRefund } from './ReceiptRefund.js' +export { default as ReceiptTax } from './ReceiptTax.js' export { default as Refresh } from './Refresh.js' export { default as Reply } from './Reply.js' +export { default as Rewind } from './Rewind.js' +export { default as Rss } from './Rss.js' +export { default as SaveAs } from './SaveAs.js' +export { default as Save } from './Save.js' export { default as Scale } from './Scale.js' +export { default as Scissors } from './Scissors.js' +export { default as SearchCircle } from './SearchCircle.js' export { default as Search } from './Search.js' export { default as Selector } from './Selector.js' +export { default as Server } from './Server.js' export { default as Share } from './Share.js' export { default as ShieldCheck } from './ShieldCheck.js' export { default as ShieldExclamation } from './ShieldExclamation.js' @@ -142,11 +183,14 @@ export { default as SortDescending } from './SortDescending.js' export { default as Sparkles } from './Sparkles.js' export { default as Speakerphone } from './Speakerphone.js' export { default as Star } from './Star.js' +export { default as StatusOffline } from './StatusOffline.js' +export { default as StatusOnline } from './StatusOnline.js' export { default as Stop } from './Stop.js' export { default as Sun } from './Sun.js' export { default as Support } from './Support.js' export { default as SwitchHorizontal } from './SwitchHorizontal.js' export { default as SwitchVertical } from './SwitchVertical.js' +export { default as Table } from './Table.js' export { default as Tag } from './Tag.js' export { default as Template } from './Template.js' export { default as Terminal } from './Terminal.js' @@ -157,6 +201,7 @@ export { default as Translate } from './Translate.js' export { default as Trash } from './Trash.js' export { default as TrendingDown } from './TrendingDown.js' export { default as TrendingUp } from './TrendingUp.js' +export { default as Truck } from './Truck.js' export { default as Upload } from './Upload.js' export { default as UserAdd } from './UserAdd.js' export { default as UserCircle } from './UserCircle.js' @@ -164,12 +209,15 @@ export { default as UserGroup } from './UserGroup.js' export { default as UserRemove } from './UserRemove.js' export { default as User } from './User.js' export { default as Users } from './Users.js' +export { default as Variable } from './Variable.js' +export { default as VideoCamera } from './VideoCamera.js' export { default as ViewBoards } from './ViewBoards.js' export { default as ViewGridAdd } from './ViewGridAdd.js' export { default as ViewGrid } from './ViewGrid.js' export { default as ViewList } from './ViewList.js' export { default as VolumeOff } from './VolumeOff.js' export { default as VolumeUp } from './VolumeUp.js' +export { default as Wifi } from './Wifi.js' export { default as XCircle } from './XCircle.js' export { default as X } from './X.js' export { default as ZoomIn } from './ZoomIn.js' diff --git a/vue/solid/AcademicCap.js b/vue/solid/AcademicCap.js new file mode 100644 index 000000000..9159dc34b --- /dev/null +++ b/vue/solid/AcademicCap.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M10.394 2.08a1 1 0 00-.788 0l-7 3a1 1 0 000 1.84L5.25 8.051a.999.999 0 01.356-.257l4-1.714a1 1 0 11.788 1.838L7.667 9.088l1.94.831a1 1 0 00.787 0l7-3a1 1 0 000-1.838l-7-3zM3.31 9.397L5 10.12v4.102a8.969 8.969 0 00-1.05-.174 1 1 0 01-.89-.89 11.115 11.115 0 01.25-3.762zM9.3 16.573A9.026 9.026 0 007 14.935v-3.957l1.818.78a3 3 0 002.364 0l5.508-2.361a11.026 11.026 0 01.25 3.762 1 1 0 01-.89.89 8.968 8.968 0 00-5.35 2.524 1 1 0 01-1.4 0zM6 18a1 1 0 001-1v-2.065a8.935 8.935 0 00-2-.712V17a1 1 0 001 1z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Backspace.js b/vue/solid/Backspace.js new file mode 100644 index 000000000..327363f7a --- /dev/null +++ b/vue/solid/Backspace.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M6.707 4.879A3 3 0 018.828 4H15a3 3 0 013 3v6a3 3 0 01-3 3H8.828a3 3 0 01-2.12-.879l-4.415-4.414a1 1 0 010-1.414l4.414-4.414zm4 2.414a1 1 0 00-1.414 1.414L10.586 10l-1.293 1.293a1 1 0 101.414 1.414L12 11.414l1.293 1.293a1 1 0 001.414-1.414L13.414 10l1.293-1.293a1 1 0 00-1.414-1.414L12 8.586l-1.293-1.293z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Beaker.js b/vue/solid/Beaker.js new file mode 100644 index 000000000..966ed8640 --- /dev/null +++ b/vue/solid/Beaker.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M7 2a1 1 0 00-.707 1.707L7 4.414v3.758a1 1 0 01-.293.707l-4 4C.817 14.769 2.156 18 4.828 18h10.343c2.673 0 4.012-3.231 2.122-5.121l-4-4A1 1 0 0113 8.172V4.414l.707-.707A1 1 0 0013 2H7zm2 6.172V4h2v4.172a3 3 0 00.879 2.12l1.027 1.028a4 4 0 00-2.171.102l-.47.156a4 4 0 01-2.53 0l-.563-.187a1.993 1.993 0 00-.114-.035l1.063-1.063A3 3 0 009 8.172z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Cake.js b/vue/solid/Cake.js new file mode 100644 index 000000000..930d8287a --- /dev/null +++ b/vue/solid/Cake.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M6 3a1 1 0 011-1h.01a1 1 0 010 2H7a1 1 0 01-1-1zm2 3a1 1 0 00-2 0v1a2 2 0 00-2 2v1a2 2 0 00-2 2v.683a3.7 3.7 0 011.055.485 1.704 1.704 0 001.89 0 3.704 3.704 0 014.11 0 1.704 1.704 0 001.89 0 3.704 3.704 0 014.11 0 1.704 1.704 0 001.89 0A3.7 3.7 0 0118 12.683V12a2 2 0 00-2-2V9a2 2 0 00-2-2V6a1 1 0 10-2 0v1h-1V6a1 1 0 10-2 0v1H8V6zm10 8.868a3.704 3.704 0 01-4.055-.036 1.704 1.704 0 00-1.89 0 3.704 3.704 0 01-4.11 0 1.704 1.704 0 00-1.89 0A3.704 3.704 0 012 14.868V17a1 1 0 001 1h14a1 1 0 001-1v-2.132zM9 3a1 1 0 011-1h.01a1 1 0 110 2H10a1 1 0 01-1-1zm3 0a1 1 0 011-1h.01a1 1 0 110 2H13a1 1 0 01-1-1z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Calculator.js b/vue/solid/Calculator.js new file mode 100644 index 000000000..38bfafde0 --- /dev/null +++ b/vue/solid/Calculator.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M6 2a2 2 0 00-2 2v12a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2H6zm1 2a1 1 0 000 2h6a1 1 0 100-2H7zm6 7a1 1 0 011 1v3a1 1 0 11-2 0v-3a1 1 0 011-1zm-3 3a1 1 0 100 2h.01a1 1 0 100-2H10zm-4 1a1 1 0 011-1h.01a1 1 0 110 2H7a1 1 0 01-1-1zm1-4a1 1 0 100 2h.01a1 1 0 100-2H7zm2 1a1 1 0 011-1h.01a1 1 0 110 2H10a1 1 0 01-1-1zm4-4a1 1 0 100 2h.01a1 1 0 100-2H13zM9 9a1 1 0 011-1h.01a1 1 0 110 2H10a1 1 0 01-1-1zM7 8a1 1 0 000 2h.01a1 1 0 000-2H7z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/ChevronDoubleDown.js b/vue/solid/ChevronDoubleDown.js new file mode 100644 index 000000000..907276992 --- /dev/null +++ b/vue/solid/ChevronDoubleDown.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M15.707 4.293a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 011.414-1.414L10 8.586l4.293-4.293a1 1 0 011.414 0zm0 6a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 111.414-1.414L10 14.586l4.293-4.293a1 1 0 011.414 0z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/ChevronDoubleLeft.js b/vue/solid/ChevronDoubleLeft.js new file mode 100644 index 000000000..e914331ee --- /dev/null +++ b/vue/solid/ChevronDoubleLeft.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M15.707 15.707a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414l5-5a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 010 1.414zm-6 0a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414l5-5a1 1 0 011.414 1.414L5.414 10l4.293 4.293a1 1 0 010 1.414z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/ChevronDoubleRight.js b/vue/solid/ChevronDoubleRight.js new file mode 100644 index 000000000..a71a1c4fd --- /dev/null +++ b/vue/solid/ChevronDoubleRight.js @@ -0,0 +1,20 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M10.293 15.707a1 1 0 010-1.414L14.586 10l-4.293-4.293a1 1 0 111.414-1.414l5 5a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0z", + "clip-rule": "evenodd" + }), + _createVNode("path", { + "fill-rule": "evenodd", + d: "M4.293 15.707a1 1 0 010-1.414L8.586 10 4.293 5.707a1 1 0 011.414-1.414l5 5a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/ChevronDoubleUp.js b/vue/solid/ChevronDoubleUp.js new file mode 100644 index 000000000..e7217ebef --- /dev/null +++ b/vue/solid/ChevronDoubleUp.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M4.293 15.707a1 1 0 010-1.414l5-5a1 1 0 011.414 0l5 5a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414 0zm0-6a1 1 0 010-1.414l5-5a1 1 0 011.414 0l5 5a1 1 0 01-1.414 1.414L10 5.414 5.707 9.707a1 1 0 01-1.414 0z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Chip.js b/vue/solid/Chip.js new file mode 100644 index 000000000..da09560d7 --- /dev/null +++ b/vue/solid/Chip.js @@ -0,0 +1,16 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M13 7H7v6h6V7z" }), + _createVNode("path", { + "fill-rule": "evenodd", + d: "M7 2a1 1 0 012 0v1h2V2a1 1 0 112 0v1h2a2 2 0 012 2v2h1a1 1 0 110 2h-1v2h1a1 1 0 110 2h-1v2a2 2 0 01-2 2h-2v1a1 1 0 11-2 0v-1H9v1a1 1 0 11-2 0v-1H5a2 2 0 01-2-2v-2H2a1 1 0 110-2h1V9H2a1 1 0 010-2h1V5a2 2 0 012-2h2V2zM5 5h10v10H5V5z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Cloud.js b/vue/solid/Cloud.js new file mode 100644 index 000000000..e8bf149aa --- /dev/null +++ b/vue/solid/Cloud.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M5.5 16a3.5 3.5 0 01-.369-6.98 4 4 0 117.753-1.977A4.5 4.5 0 1113.5 16h-8z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/CloudDownload.js b/vue/solid/CloudDownload.js index 14b6bf013..9ff9af050 100644 --- a/vue/solid/CloudDownload.js +++ b/vue/solid/CloudDownload.js @@ -6,6 +6,10 @@ return (_openBlock(), _createBlock("svg", { viewBox: "0 0 20 20", fill: "currentColor" }, [ - _createVNode("path", { d: "M6 13a4 4 0 010-8 4 4 0 118 0 4 4 0 010 8h-3V8a1 1 0 10-2 0v5H6zM9 13h2v2.586l1.293-1.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 111.414-1.414L9 15.586V13z" }) + _createVNode("path", { + "fill-rule": "evenodd", + d: "M2 9.5A3.5 3.5 0 005.5 13H9v2.586l-1.293-1.293a1 1 0 00-1.414 1.414l3 3a1 1 0 001.414 0l3-3a1 1 0 00-1.414-1.414L11 15.586V13h2.5a4.5 4.5 0 10-.616-8.958 4.002 4.002 0 10-7.753 1.977A3.5 3.5 0 002 9.5zm9 3.5H9V8a1 1 0 012 0v5z", + "clip-rule": "evenodd" + }) ])) } \ No newline at end of file diff --git a/vue/solid/CloudUpload.js b/vue/solid/CloudUpload.js index 9a1d601c3..a2858c1b4 100644 --- a/vue/solid/CloudUpload.js +++ b/vue/solid/CloudUpload.js @@ -6,10 +6,7 @@ return (_openBlock(), _createBlock("svg", { viewBox: "0 0 20 20", fill: "currentColor" }, [ - _createVNode("path", { - "fill-rule": "evenodd", - d: "M2 10a4 4 0 004 4h3v3a1 1 0 102 0v-3h3a4 4 0 000-8 4 4 0 00-8 0 4 4 0 00-4 4zm9 4H9V9.414l-1.293 1.293a1 1 0 01-1.414-1.414l3-3a1 1 0 011.414 0l3 3a1 1 0 01-1.414 1.414L11 9.414V14z", - "clip-rule": "evenodd" - }) + _createVNode("path", { d: "M5.5 13a3.5 3.5 0 01-.369-6.98 4 4 0 117.753-1.977A4.5 4.5 0 1113.5 13H11V9.413l1.293 1.293a1 1 0 001.414-1.414l-3-3a1 1 0 00-1.414 0l-3 3a1 1 0 001.414 1.414L9 9.414V13H5.5z" }), + _createVNode("path", { d: "M9 13h2v5a1 1 0 11-2 0v-5z" }) ])) } \ No newline at end of file diff --git a/vue/solid/Cube.js b/vue/solid/Cube.js new file mode 100644 index 000000000..3c8396297 --- /dev/null +++ b/vue/solid/Cube.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M11 17a1 1 0 001.447.894l4-2A1 1 0 0017 15V9.236a1 1 0 00-1.447-.894l-4 2a1 1 0 00-.553.894V17zM15.211 6.276a1 1 0 000-1.788l-4.764-2.382a1 1 0 00-.894 0L4.789 4.488a1 1 0 000 1.788l4.764 2.382a1 1 0 00.894 0l4.764-2.382zM4.447 8.342A1 1 0 003 9.236V15a1 1 0 00.553.894l4 2A1 1 0 009 17v-5.764a1 1 0 00-.553-.894l-4-2z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/CubeTransparent.js b/vue/solid/CubeTransparent.js new file mode 100644 index 000000000..5b7b308c8 --- /dev/null +++ b/vue/solid/CubeTransparent.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M9.504 1.132a1 1 0 01.992 0l1.75 1a1 1 0 11-.992 1.736L10 3.152l-1.254.716a1 1 0 11-.992-1.736l1.75-1zM5.618 4.504a1 1 0 01-.372 1.364L5.016 6l.23.132a1 1 0 11-.992 1.736L4 7.723V8a1 1 0 01-2 0V6a.996.996 0 01.52-.878l1.734-.99a1 1 0 011.364.372zm8.764 0a1 1 0 011.364-.372l1.733.99A1.002 1.002 0 0118 6v2a1 1 0 11-2 0v-.277l-.254.145a1 1 0 11-.992-1.736l.23-.132-.23-.132a1 1 0 01-.372-1.364zm-7 4a1 1 0 011.364-.372L10 8.848l1.254-.716a1 1 0 11.992 1.736L11 10.58V12a1 1 0 11-2 0v-1.42l-1.246-.712a1 1 0 01-.372-1.364zM3 11a1 1 0 011 1v1.42l1.246.712a1 1 0 11-.992 1.736l-1.75-1A1 1 0 012 14v-2a1 1 0 011-1zm14 0a1 1 0 011 1v2a1 1 0 01-.504.868l-1.75 1a1 1 0 11-.992-1.736L16 13.42V12a1 1 0 011-1zm-9.618 5.504a1 1 0 011.364-.372l.254.145V16a1 1 0 112 0v.277l.254-.145a1 1 0 11.992 1.736l-1.735.992a.995.995 0 01-1.022 0l-1.735-.992a1 1 0 01-.372-1.364z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/CurrencyBangladeshi.js b/vue/solid/CurrencyBangladeshi.js new file mode 100644 index 000000000..47168dd38 --- /dev/null +++ b/vue/solid/CurrencyBangladeshi.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M10 18a8 8 0 100-16 8 8 0 000 16zM7 4a1 1 0 000 2 1 1 0 011 1v1H7a1 1 0 000 2h1v3a3 3 0 106 0v-1a1 1 0 10-2 0v1a1 1 0 11-2 0v-3h3a1 1 0 100-2h-3V7a3 3 0 00-3-3z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Database.js b/vue/solid/Database.js new file mode 100644 index 000000000..b502bf4d2 --- /dev/null +++ b/vue/solid/Database.js @@ -0,0 +1,13 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M3 12v3c0 1.657 3.134 3 7 3s7-1.343 7-3v-3c0 1.657-3.134 3-7 3s-7-1.343-7-3z" }), + _createVNode("path", { d: "M3 7v3c0 1.657 3.134 3 7 3s7-1.343 7-3V7c0 1.657-3.134 3-7 3S3 8.657 3 7z" }), + _createVNode("path", { d: "M17 5c0 1.657-3.134 3-7 3S3 6.657 3 5s3.134-3 7-3 7 1.343 7 3z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/DeviceMobile.js b/vue/solid/DeviceMobile.js new file mode 100644 index 000000000..cdafd0900 --- /dev/null +++ b/vue/solid/DeviceMobile.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M7 2a2 2 0 00-2 2v12a2 2 0 002 2h6a2 2 0 002-2V4a2 2 0 00-2-2H7zm3 14a1 1 0 100-2 1 1 0 000 2z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/DeviceTablet.js b/vue/solid/DeviceTablet.js new file mode 100644 index 000000000..bf2606d9d --- /dev/null +++ b/vue/solid/DeviceTablet.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M6 2a2 2 0 00-2 2v12a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2H6zm4 14a1 1 0 100-2 1 1 0 000 2z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/DocumentSearch.js b/vue/solid/DocumentSearch.js new file mode 100644 index 000000000..10822f8de --- /dev/null +++ b/vue/solid/DocumentSearch.js @@ -0,0 +1,16 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M4 4a2 2 0 012-2h4.586A2 2 0 0112 2.586L15.414 6A2 2 0 0116 7.414V16a2 2 0 01-2 2h-1.528A6 6 0 004 9.528V4z" }), + _createVNode("path", { + "fill-rule": "evenodd", + d: "M8 10a4 4 0 00-3.446 6.032l-1.261 1.26a1 1 0 101.414 1.415l1.261-1.261A4 4 0 108 10zm-2 4a2 2 0 114 0 2 2 0 01-4 0z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/DocumentText.js b/vue/solid/DocumentText.js new file mode 100644 index 000000000..87a1f98d3 --- /dev/null +++ b/vue/solid/DocumentText.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M4 4a2 2 0 012-2h4.586A2 2 0 0112 2.586L15.414 6A2 2 0 0116 7.414V16a2 2 0 01-2 2H6a2 2 0 01-2-2V4zm2 6a1 1 0 011-1h6a1 1 0 110 2H7a1 1 0 01-1-1zm1 3a1 1 0 100 2h6a1 1 0 100-2H7z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/FastForward.js b/vue/solid/FastForward.js new file mode 100644 index 000000000..c00aa355f --- /dev/null +++ b/vue/solid/FastForward.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M4.555 5.168A1 1 0 003 6v8a1 1 0 001.555.832L10 11.202V14a1 1 0 001.555.832l6-4a1 1 0 000-1.664l-6-4A1 1 0 0010 6v2.798l-5.445-3.63z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Film.js b/vue/solid/Film.js new file mode 100644 index 000000000..9e74a6586 --- /dev/null +++ b/vue/solid/Film.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M4 3a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V5a2 2 0 00-2-2H4zm3 2h6v4H7V5zm8 8v2h1v-2h-1zm-2-2H7v4h6v-4zm2 0h1V9h-1v2zm1-4V5h-1v2h1zM5 5v2H4V5h1zm0 4H4v2h1V9zm-1 4h1v2H4v-2z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/FingerPrint.js b/vue/solid/FingerPrint.js new file mode 100644 index 000000000..30c4a5972 --- /dev/null +++ b/vue/solid/FingerPrint.js @@ -0,0 +1,25 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M6.625 2.655A9 9 0 0119 11a1 1 0 11-2 0 7 7 0 00-9.625-6.492 1 1 0 11-.75-1.853zM4.662 4.959A1 1 0 014.75 6.37 6.97 6.97 0 003 11a1 1 0 11-2 0 8.97 8.97 0 012.25-5.953 1 1 0 011.412-.088z", + "clip-rule": "evenodd" + }), + _createVNode("path", { + "fill-rule": "evenodd", + d: "M5 11a5 5 0 1110 0 1 1 0 11-2 0 3 3 0 10-6 0c0 1.677-.345 3.276-.968 4.729a1 1 0 11-1.838-.789A9.964 9.964 0 005 11zm8.921 2.012a1 1 0 01.831 1.145 19.86 19.86 0 01-.545 2.436 1 1 0 11-1.92-.558c.207-.713.371-1.445.49-2.192a1 1 0 011.144-.83z", + "clip-rule": "evenodd" + }), + _createVNode("path", { + "fill-rule": "evenodd", + d: "M10 10a1 1 0 011 1c0 2.236-.46 4.368-1.29 6.304a1 1 0 01-1.838-.789A13.952 13.952 0 009 11a1 1 0 011-1z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/FolderOpen.js b/vue/solid/FolderOpen.js new file mode 100644 index 000000000..5a2ae2401 --- /dev/null +++ b/vue/solid/FolderOpen.js @@ -0,0 +1,16 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M2 6a2 2 0 012-2h4l2 2h4a2 2 0 012 2v1H8a3 3 0 00-3 3v1.5a1.5 1.5 0 01-3 0V6z", + "clip-rule": "evenodd" + }), + _createVNode("path", { d: "M6 12a2 2 0 012-2h8a2 2 0 012 2v2a2 2 0 01-2 2H2h2a2 2 0 002-2v-2z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Gift.js b/vue/solid/Gift.js new file mode 100644 index 000000000..7d21d0a9c --- /dev/null +++ b/vue/solid/Gift.js @@ -0,0 +1,16 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M5 5a3 3 0 015-2.236A3 3 0 0114.83 6H16a2 2 0 110 4h-5V9a1 1 0 10-2 0v1H4a2 2 0 110-4h1.17C5.06 5.687 5 5.35 5 5zm4 1V5a1 1 0 10-1 1h1zm3 0a1 1 0 10-1-1v1h1z", + "clip-rule": "evenodd" + }), + _createVNode("path", { d: "M9 11H3v5a2 2 0 002 2h4v-7zM11 18h4a2 2 0 002-2v-5h-6v7z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Identification.js b/vue/solid/Identification.js new file mode 100644 index 000000000..c922b898c --- /dev/null +++ b/vue/solid/Identification.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M10 2a1 1 0 00-1 1v1a1 1 0 002 0V3a1 1 0 00-1-1zM4 4h3a3 3 0 006 0h3a2 2 0 012 2v9a2 2 0 01-2 2H4a2 2 0 01-2-2V6a2 2 0 012-2zm2.5 7a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm2.45 4a2.5 2.5 0 10-4.9 0h4.9zM12 9a1 1 0 100 2h3a1 1 0 100-2h-3zm-1 4a1 1 0 011-1h2a1 1 0 110 2h-2a1 1 0 01-1-1z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Logout.js b/vue/solid/Logout.js index 3a8bd4d10..18ed041df 100644 --- a/vue/solid/Logout.js +++ b/vue/solid/Logout.js @@ -8,7 +8,7 @@ return (_openBlock(), _createBlock("svg", { }, [ _createVNode("path", { "fill-rule": "evenodd", - d: "M3 3a1 1 0 011 1v12a1 1 0 11-2 0V4a1 1 0 011-1zm7.707 3.293a1 1 0 010 1.414L9.414 9H17a1 1 0 110 2H9.414l1.293 1.293a1 1 0 01-1.414 1.414l-3-3a1 1 0 010-1.414l3-3a1 1 0 011.414 0z", + d: "M3 3a1 1 0 00-1 1v12a1 1 0 102 0V4a1 1 0 00-1-1zm10.293 9.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3a1 1 0 10-1.414 1.414L14.586 9H7a1 1 0 100 2h7.586l-1.293 1.293z", "clip-rule": "evenodd" }) ])) diff --git a/vue/solid/Map.js b/vue/solid/Map.js new file mode 100644 index 000000000..7a177c552 --- /dev/null +++ b/vue/solid/Map.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M12 1.586l-4 4v12.828l4-4V1.586zM3.707 3.293A1 1 0 002 4v10a1 1 0 00.293.707L6 18.414V5.586L3.707 3.293zM17.707 5.293L14 1.586v12.828l2.293 2.293A1 1 0 0018 16V6a1 1 0 00-.293-.707z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Minus.js b/vue/solid/Minus.js new file mode 100644 index 000000000..9776c1bd6 --- /dev/null +++ b/vue/solid/Minus.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M5 10a1 1 0 011-1h8a1 1 0 110 2H6a1 1 0 01-1-1z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/MusicNote.js b/vue/solid/MusicNote.js new file mode 100644 index 000000000..dcc749fc7 --- /dev/null +++ b/vue/solid/MusicNote.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M18 3a1 1 0 00-1.196-.98l-10 2A1 1 0 006 5v9.114A4.369 4.369 0 005 14c-1.657 0-3 .895-3 2s1.343 2 3 2 3-.895 3-2V7.82l8-1.6v5.894A4.37 4.37 0 0015 12c-1.657 0-3 .895-3 2s1.343 2 3 2 3-.895 3-2V3z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/PaperAirplane.js b/vue/solid/PaperAirplane.js new file mode 100644 index 000000000..acae4e1b0 --- /dev/null +++ b/vue/solid/PaperAirplane.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M10.894 2.553a1 1 0 00-1.788 0l-7 14a1 1 0 001.169 1.409l5-1.429A1 1 0 009 15.571V11a1 1 0 112 0v4.571a1 1 0 00.725.962l5 1.428a1 1 0 001.17-1.408l-7-14z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/PhoneMissedCall.js b/vue/solid/PhoneMissedCall.js new file mode 100644 index 000000000..4ed68b774 --- /dev/null +++ b/vue/solid/PhoneMissedCall.js @@ -0,0 +1,12 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z" }), + _createVNode("path", { d: "M16.707 3.293a1 1 0 010 1.414L15.414 6l1.293 1.293a1 1 0 01-1.414 1.414L14 7.414l-1.293 1.293a1 1 0 11-1.414-1.414L12.586 6l-1.293-1.293a1 1 0 011.414-1.414L14 4.586l1.293-1.293a1 1 0 011.414 0z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Plus.js b/vue/solid/Plus.js index 56786e03d..0618a5d71 100644 --- a/vue/solid/Plus.js +++ b/vue/solid/Plus.js @@ -8,7 +8,7 @@ return (_openBlock(), _createBlock("svg", { }, [ _createVNode("path", { "fill-rule": "evenodd", - d: "M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z", + d: "M10 5a1 1 0 011 1v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3H6a1 1 0 110-2h3V6a1 1 0 011-1z", "clip-rule": "evenodd" }) ])) diff --git a/vue/solid/PresentationChartBar.js b/vue/solid/PresentationChartBar.js new file mode 100644 index 000000000..73ee3cc2c --- /dev/null +++ b/vue/solid/PresentationChartBar.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M3 3a1 1 0 000 2v8a2 2 0 002 2h2.586l-1.293 1.293a1 1 0 101.414 1.414L10 15.414l2.293 2.293a1 1 0 001.414-1.414L12.414 15H15a2 2 0 002-2V5a1 1 0 100-2H3zm11 4a1 1 0 10-2 0v4a1 1 0 102 0V7zm-3 1a1 1 0 10-2 0v3a1 1 0 102 0V8zM8 9a1 1 0 00-2 0v2a1 1 0 102 0V9z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/PresentationChartLine.js b/vue/solid/PresentationChartLine.js new file mode 100644 index 000000000..1150fa287 --- /dev/null +++ b/vue/solid/PresentationChartLine.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M3 3a1 1 0 000 2v8a2 2 0 002 2h2.586l-1.293 1.293a1 1 0 101.414 1.414L10 15.414l2.293 2.293a1 1 0 001.414-1.414L12.414 15H15a2 2 0 002-2V5a1 1 0 100-2H3zm11.707 4.707a1 1 0 00-1.414-1.414L10 9.586 8.707 8.293a1 1 0 00-1.414 0l-2 2a1 1 0 101.414 1.414L8 10.414l1.293 1.293a1 1 0 001.414 0l4-4z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/ReceiptTax.js b/vue/solid/ReceiptTax.js new file mode 100644 index 000000000..88ff314da --- /dev/null +++ b/vue/solid/ReceiptTax.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M5 2a2 2 0 00-2 2v14l3.5-2 3.5 2 3.5-2 3.5 2V4a2 2 0 00-2-2H5zm2.5 3a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm6.207.293a1 1 0 00-1.414 0l-6 6a1 1 0 101.414 1.414l6-6a1 1 0 000-1.414zM12.5 10a1.5 1.5 0 100 3 1.5 1.5 0 000-3z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Rewind.js b/vue/solid/Rewind.js new file mode 100644 index 000000000..8f6b3424e --- /dev/null +++ b/vue/solid/Rewind.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M8.445 14.832A1 1 0 0010 14v-2.798l5.445 3.63A1 1 0 0017 14V6a1 1 0 00-1.555-.832L10 8.798V6a1 1 0 00-1.555-.832l-6 4a1 1 0 000 1.664l6 4z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Rss.js b/vue/solid/Rss.js new file mode 100644 index 000000000..afcc93d4a --- /dev/null +++ b/vue/solid/Rss.js @@ -0,0 +1,12 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M5 3a1 1 0 000 2c5.523 0 10 4.477 10 10a1 1 0 102 0C17 8.373 11.627 3 5 3z" }), + _createVNode("path", { d: "M4 9a1 1 0 011-1 7 7 0 017 7 1 1 0 11-2 0 5 5 0 00-5-5 1 1 0 01-1-1zM3 15a2 2 0 114 0 2 2 0 01-4 0z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Save.js b/vue/solid/Save.js new file mode 100644 index 000000000..51990a027 --- /dev/null +++ b/vue/solid/Save.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M7.707 10.293a1 1 0 10-1.414 1.414l3 3a1 1 0 001.414 0l3-3a1 1 0 00-1.414-1.414L11 11.586V6h5a2 2 0 012 2v7a2 2 0 01-2 2H4a2 2 0 01-2-2V8a2 2 0 012-2h5v5.586l-1.293-1.293zM9 4a1 1 0 012 0v2H9V4z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/SaveAs.js b/vue/solid/SaveAs.js new file mode 100644 index 000000000..d90afebf5 --- /dev/null +++ b/vue/solid/SaveAs.js @@ -0,0 +1,12 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M9.707 7.293a1 1 0 00-1.414 1.414l3 3a1 1 0 001.414 0l3-3a1 1 0 00-1.414-1.414L13 8.586V5h3a2 2 0 012 2v5a2 2 0 01-2 2H8a2 2 0 01-2-2V7a2 2 0 012-2h3v3.586L9.707 7.293zM11 3a1 1 0 112 0v2h-2V3z" }), + _createVNode("path", { d: "M4 9a2 2 0 00-2 2v5a2 2 0 002 2h8a2 2 0 002-2H4V9z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Scissors.js b/vue/solid/Scissors.js new file mode 100644 index 000000000..0fc0fdc77 --- /dev/null +++ b/vue/solid/Scissors.js @@ -0,0 +1,16 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M5.5 2a3.5 3.5 0 101.665 6.58L8.585 10l-1.42 1.42a3.5 3.5 0 101.414 1.414l8.128-8.127a1 1 0 00-1.414-1.414L10 8.586l-1.42-1.42A3.5 3.5 0 005.5 2zM4 5.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm0 9a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z", + "clip-rule": "evenodd" + }), + _createVNode("path", { d: "M12.828 11.414a1 1 0 00-1.414 1.414l3.879 3.88a1 1 0 001.414-1.415l-3.879-3.879z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/SearchCircle.js b/vue/solid/SearchCircle.js new file mode 100644 index 000000000..7079567c2 --- /dev/null +++ b/vue/solid/SearchCircle.js @@ -0,0 +1,16 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M9 9a2 2 0 114 0 2 2 0 01-4 0z" }), + _createVNode("path", { + "fill-rule": "evenodd", + d: "M10 18a8 8 0 100-16 8 8 0 000 16zm1-13a4 4 0 00-3.446 6.032l-2.261 2.26a1 1 0 101.414 1.415l2.261-2.261A4 4 0 1011 5z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Server.js b/vue/solid/Server.js new file mode 100644 index 000000000..08eb9f92c --- /dev/null +++ b/vue/solid/Server.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M2 5a2 2 0 012-2h12a2 2 0 012 2v2a2 2 0 01-2 2H4a2 2 0 01-2-2V5zm14 1a1 1 0 11-2 0 1 1 0 012 0zM2 13a2 2 0 012-2h12a2 2 0 012 2v2a2 2 0 01-2 2H4a2 2 0 01-2-2v-2zm14 1a1 1 0 11-2 0 1 1 0 012 0z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/StatusOffline.js b/vue/solid/StatusOffline.js new file mode 100644 index 000000000..55edbd7fa --- /dev/null +++ b/vue/solid/StatusOffline.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M3.707 2.293a1 1 0 00-1.414 1.414l6.921 6.922c.05.062.105.118.168.167l6.91 6.911a1 1 0 001.415-1.414l-.675-.675a9.001 9.001 0 00-.668-11.982A1 1 0 1014.95 5.05a7.002 7.002 0 01.657 9.143l-1.435-1.435a5.002 5.002 0 00-.636-6.294A1 1 0 0012.12 7.88c.924.923 1.12 2.3.587 3.415l-1.992-1.992a.922.922 0 00-.018-.018l-6.99-6.991zM3.238 8.187a1 1 0 00-1.933-.516c-.8 3-.025 6.336 2.331 8.693a1 1 0 001.414-1.415 6.997 6.997 0 01-1.812-6.762zM7.4 11.5a1 1 0 10-1.73 1c.214.371.48.72.795 1.035a1 1 0 001.414-1.414c-.191-.191-.35-.4-.478-.622z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/StatusOnline.js b/vue/solid/StatusOnline.js new file mode 100644 index 000000000..799c97c99 --- /dev/null +++ b/vue/solid/StatusOnline.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M5.05 3.636a1 1 0 010 1.414 7 7 0 000 9.9 1 1 0 11-1.414 1.414 9 9 0 010-12.728 1 1 0 011.414 0zm9.9 0a1 1 0 011.414 0 9 9 0 010 12.728 1 1 0 11-1.414-1.414 7 7 0 000-9.9 1 1 0 010-1.414zM7.879 6.464a1 1 0 010 1.414 3 3 0 000 4.243 1 1 0 11-1.415 1.414 5 5 0 010-7.07 1 1 0 011.415 0zm4.242 0a1 1 0 011.415 0 5 5 0 010 7.072 1 1 0 01-1.415-1.415 3 3 0 000-4.242 1 1 0 010-1.415zM10 9a1 1 0 011 1v.01a1 1 0 11-2 0V10a1 1 0 011-1z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Table.js b/vue/solid/Table.js new file mode 100644 index 000000000..136ab4ad8 --- /dev/null +++ b/vue/solid/Table.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M5 4a3 3 0 00-3 3v6a3 3 0 003 3h10a3 3 0 003-3V7a3 3 0 00-3-3H5zm-1 9v-1h5v2H5a1 1 0 01-1-1zm7 1h4a1 1 0 001-1v-1h-5v2zm0-4h5V8h-5v2zM9 8H4v2h5V8z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/Truck.js b/vue/solid/Truck.js new file mode 100644 index 000000000..75351413e --- /dev/null +++ b/vue/solid/Truck.js @@ -0,0 +1,12 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M8 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM15 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z" }), + _createVNode("path", { d: "M3 4a1 1 0 00-1 1v10a1 1 0 001 1h1.05a2.5 2.5 0 014.9 0H10a1 1 0 001-1V5a1 1 0 00-1-1H3zM14 7a1 1 0 00-1 1v6.05A2.5 2.5 0 0115.95 16H17a1 1 0 001-1v-5a1 1 0 00-.293-.707l-2-2A1 1 0 0015 7h-1z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Variable.js b/vue/solid/Variable.js new file mode 100644 index 000000000..9ac21deef --- /dev/null +++ b/vue/solid/Variable.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M4.649 3.084A1 1 0 015.163 4.4 13.95 13.95 0 004 10c0 1.993.416 3.886 1.164 5.6a1 1 0 01-1.832.8A15.95 15.95 0 012 10c0-2.274.475-4.44 1.332-6.4a1 1 0 011.317-.516zM12.96 7a3 3 0 00-2.342 1.126l-.328.41-.111-.279A2 2 0 008.323 7H8a1 1 0 000 2h.323l.532 1.33-1.035 1.295a1 1 0 01-.781.375H7a1 1 0 100 2h.039a3 3 0 002.342-1.126l.328-.41.111.279A2 2 0 0011.677 14H12a1 1 0 100-2h-.323l-.532-1.33 1.035-1.295A1 1 0 0112.961 9H13a1 1 0 100-2h-.039zm1.874-2.6a1 1 0 011.833-.8A15.95 15.95 0 0118 10c0 2.274-.475 4.44-1.332 6.4a1 1 0 11-1.832-.8A13.949 13.949 0 0016 10c0-1.993-.416-3.886-1.165-5.6z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/VideoCamera.js b/vue/solid/VideoCamera.js new file mode 100644 index 000000000..7e20cb30b --- /dev/null +++ b/vue/solid/VideoCamera.js @@ -0,0 +1,11 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { d: "M2 6a2 2 0 012-2h6a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2V6zM14.553 7.106A1 1 0 0014 8v4a1 1 0 00.553.894l2 1A1 1 0 0018 13V7a1 1 0 00-1.447-.894l-2 1z" }) +])) +} \ No newline at end of file diff --git a/vue/solid/Wifi.js b/vue/solid/Wifi.js new file mode 100644 index 000000000..a4c78de4c --- /dev/null +++ b/vue/solid/Wifi.js @@ -0,0 +1,15 @@ +import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue" + +export default function render(_ctx, _cache) { +return (_openBlock(), _createBlock("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor" +}, [ + _createVNode("path", { + "fill-rule": "evenodd", + d: "M17.778 8.222c-4.296-4.296-11.26-4.296-15.556 0A1 1 0 01.808 6.808c5.076-5.077 13.308-5.077 18.384 0a1 1 0 01-1.414 1.414zM14.95 11.05a7 7 0 00-9.9 0 1 1 0 01-1.414-1.414 9 9 0 0112.728 0 1 1 0 01-1.414 1.414zM12.12 13.88a3 3 0 00-4.242 0 1 1 0 01-1.415-1.415 5 5 0 017.072 0 1 1 0 01-1.415 1.415zM9 16a1 1 0 011-1h.01a1 1 0 110 2H10a1 1 0 01-1-1z", + "clip-rule": "evenodd" + }) +])) +} \ No newline at end of file diff --git a/vue/solid/index.js b/vue/solid/index.js index e07cb8845..fa296271e 100644 --- a/vue/solid/index.js +++ b/vue/solid/index.js @@ -1,3 +1,4 @@ +export { default as AcademicCap } from './AcademicCap.js' export { default as Adjustments } from './Adjustments.js' export { default as Annotation } from './Annotation.js' export { default as Archive } from './Archive.js' @@ -15,13 +16,17 @@ export { default as ArrowRight } from './ArrowRight.js' export { default as ArrowUp } from './ArrowUp.js' export { default as ArrowsExpand } from './ArrowsExpand.js' export { default as AtSymbol } from './AtSymbol.js' +export { default as Backspace } from './Backspace.js' export { default as BadgeCheck } from './BadgeCheck.js' export { default as Ban } from './Ban.js' +export { default as Beaker } from './Beaker.js' export { default as Bell } from './Bell.js' export { default as BookOpen } from './BookOpen.js' export { default as BookmarkAlt } from './BookmarkAlt.js' export { default as Bookmark } from './Bookmark.js' export { default as Briefcase } from './Briefcase.js' +export { default as Cake } from './Cake.js' +export { default as Calculator } from './Calculator.js' export { default as Calendar } from './Calendar.js' export { default as Camera } from './Camera.js' export { default as Cash } from './Cash.js' @@ -33,10 +38,15 @@ export { default as ChatAlt } from './ChatAlt.js' export { default as Chat } from './Chat.js' export { default as CheckCircle } from './CheckCircle.js' export { default as Check } from './Check.js' +export { default as ChevronDoubleDown } from './ChevronDoubleDown.js' +export { default as ChevronDoubleLeft } from './ChevronDoubleLeft.js' +export { default as ChevronDoubleRight } from './ChevronDoubleRight.js' +export { default as ChevronDoubleUp } from './ChevronDoubleUp.js' export { default as ChevronDown } from './ChevronDown.js' export { default as ChevronLeft } from './ChevronLeft.js' export { default as ChevronRight } from './ChevronRight.js' export { default as ChevronUp } from './ChevronUp.js' +export { default as Chip } from './Chip.js' export { default as ClipboardCheck } from './ClipboardCheck.js' export { default as ClipboardCopy } from './ClipboardCopy.js' export { default as ClipboardList } from './ClipboardList.js' @@ -44,23 +54,32 @@ export { default as Clipboard } from './Clipboard.js' export { default as Clock } from './Clock.js' export { default as CloudDownload } from './CloudDownload.js' export { default as CloudUpload } from './CloudUpload.js' +export { default as Cloud } from './Cloud.js' export { default as Code } from './Code.js' export { default as Cog } from './Cog.js' export { default as Collection } from './Collection.js' export { default as ColorSwatch } from './ColorSwatch.js' export { default as CreditCard } from './CreditCard.js' +export { default as CubeTransparent } from './CubeTransparent.js' +export { default as Cube } from './Cube.js' +export { default as CurrencyBangladeshi } from './CurrencyBangladeshi.js' export { default as CurrencyDollar } from './CurrencyDollar.js' export { default as CurrencyEuro } from './CurrencyEuro.js' export { default as CurrencyPound } from './CurrencyPound.js' export { default as CurrencyRupee } from './CurrencyRupee.js' export { default as CurrencyYen } from './CurrencyYen.js' export { default as CursorClick } from './CursorClick.js' +export { default as Database } from './Database.js' export { default as DesktopComputer } from './DesktopComputer.js' +export { default as DeviceMobile } from './DeviceMobile.js' +export { default as DeviceTablet } from './DeviceTablet.js' export { default as DocumentAdd } from './DocumentAdd.js' export { default as DocumentDownload } from './DocumentDownload.js' export { default as DocumentDuplicate } from './DocumentDuplicate.js' export { default as DocumentRemove } from './DocumentRemove.js' export { default as DocumentReport } from './DocumentReport.js' +export { default as DocumentSearch } from './DocumentSearch.js' +export { default as DocumentText } from './DocumentText.js' export { default as Document } from './Document.js' export { default as DotsCircleHorizontal } from './DotsCircleHorizontal.js' export { default as DotsHorizontal } from './DotsHorizontal.js' @@ -74,19 +93,25 @@ export { default as Exclamation } from './Exclamation.js' export { default as ExternalLink } from './ExternalLink.js' export { default as EyeOff } from './EyeOff.js' export { default as Eye } from './Eye.js' +export { default as FastForward } from './FastForward.js' +export { default as Film } from './Film.js' export { default as Filter } from './Filter.js' +export { default as FingerPrint } from './FingerPrint.js' export { default as Fire } from './Fire.js' export { default as Flag } from './Flag.js' export { default as FolderAdd } from './FolderAdd.js' export { default as FolderDownload } from './FolderDownload.js' +export { default as FolderOpen } from './FolderOpen.js' export { default as FolderRemove } from './FolderRemove.js' export { default as Folder } from './Folder.js' +export { default as Gift } from './Gift.js' export { default as GlobeAlt } from './GlobeAlt.js' export { default as Globe } from './Globe.js' export { default as Hand } from './Hand.js' export { default as Hashtag } from './Hashtag.js' export { default as Heart } from './Heart.js' export { default as Home } from './Home.js' +export { default as Identification } from './Identification.js' export { default as InboxIn } from './InboxIn.js' export { default as Inbox } from './Inbox.js' export { default as InformationCircle } from './InformationCircle.js' @@ -101,6 +126,7 @@ export { default as LockOpen } from './LockOpen.js' export { default as Logout } from './Logout.js' export { default as MailOpen } from './MailOpen.js' export { default as Mail } from './Mail.js' +export { default as Map } from './Map.js' export { default as MenuAlt1 } from './MenuAlt1.js' export { default as MenuAlt2 } from './MenuAlt2.js' export { default as MenuAlt3 } from './MenuAlt3.js' @@ -108,30 +134,44 @@ export { default as MenuAlt4 } from './MenuAlt4.js' export { default as Menu } from './Menu.js' export { default as Microphone } from './Microphone.js' export { default as MinusCircle } from './MinusCircle.js' +export { default as Minus } from './Minus.js' export { default as Moon } from './Moon.js' +export { default as MusicNote } from './MusicNote.js' export { default as Newspaper } from './Newspaper.js' export { default as OfficeBuilding } from './OfficeBuilding.js' +export { default as PaperAirplane } from './PaperAirplane.js' export { default as PaperClip } from './PaperClip.js' export { default as Pause } from './Pause.js' export { default as PencilAlt } from './PencilAlt.js' export { default as Pencil } from './Pencil.js' export { default as PhoneIncoming } from './PhoneIncoming.js' +export { default as PhoneMissedCall } from './PhoneMissedCall.js' export { default as PhoneOutgoing } from './PhoneOutgoing.js' export { default as Phone } from './Phone.js' export { default as Photograph } from './Photograph.js' export { default as Play } from './Play.js' export { default as PlusCircle } from './PlusCircle.js' export { default as Plus } from './Plus.js' +export { default as PresentationChartBar } from './PresentationChartBar.js' +export { default as PresentationChartLine } from './PresentationChartLine.js' export { default as Printer } from './Printer.js' export { default as Puzzle } from './Puzzle.js' export { default as Qrcode } from './Qrcode.js' export { default as QuestionMarkCircle } from './QuestionMarkCircle.js' export { default as ReceiptRefund } from './ReceiptRefund.js' +export { default as ReceiptTax } from './ReceiptTax.js' export { default as Refresh } from './Refresh.js' export { default as Reply } from './Reply.js' +export { default as Rewind } from './Rewind.js' +export { default as Rss } from './Rss.js' +export { default as SaveAs } from './SaveAs.js' +export { default as Save } from './Save.js' export { default as Scale } from './Scale.js' +export { default as Scissors } from './Scissors.js' +export { default as SearchCircle } from './SearchCircle.js' export { default as Search } from './Search.js' export { default as Selector } from './Selector.js' +export { default as Server } from './Server.js' export { default as Share } from './Share.js' export { default as ShieldCheck } from './ShieldCheck.js' export { default as ShieldExclamation } from './ShieldExclamation.js' @@ -142,11 +182,14 @@ export { default as SortDescending } from './SortDescending.js' export { default as Sparkles } from './Sparkles.js' export { default as Speakerphone } from './Speakerphone.js' export { default as Star } from './Star.js' +export { default as StatusOffline } from './StatusOffline.js' +export { default as StatusOnline } from './StatusOnline.js' export { default as Stop } from './Stop.js' export { default as Sun } from './Sun.js' export { default as Support } from './Support.js' export { default as SwitchHorizontal } from './SwitchHorizontal.js' export { default as SwitchVertical } from './SwitchVertical.js' +export { default as Table } from './Table.js' export { default as Tag } from './Tag.js' export { default as Template } from './Template.js' export { default as Terminal } from './Terminal.js' @@ -157,6 +200,7 @@ export { default as Translate } from './Translate.js' export { default as Trash } from './Trash.js' export { default as TrendingDown } from './TrendingDown.js' export { default as TrendingUp } from './TrendingUp.js' +export { default as Truck } from './Truck.js' export { default as Upload } from './Upload.js' export { default as UserAdd } from './UserAdd.js' export { default as UserCircle } from './UserCircle.js' @@ -164,12 +208,15 @@ export { default as UserGroup } from './UserGroup.js' export { default as UserRemove } from './UserRemove.js' export { default as User } from './User.js' export { default as Users } from './Users.js' +export { default as Variable } from './Variable.js' +export { default as VideoCamera } from './VideoCamera.js' export { default as ViewBoards } from './ViewBoards.js' export { default as ViewGridAdd } from './ViewGridAdd.js' export { default as ViewGrid } from './ViewGrid.js' export { default as ViewList } from './ViewList.js' export { default as VolumeOff } from './VolumeOff.js' export { default as VolumeUp } from './VolumeUp.js' +export { default as Wifi } from './Wifi.js' export { default as XCircle } from './XCircle.js' export { default as X } from './X.js' export { default as ZoomIn } from './ZoomIn.js'