├── .browserslistrc ├── .editorconfig ├── .eslintrc.js ├── .gitignore ├── README.md ├── babel.config.js ├── jest.config.js ├── package-lock.json ├── package.json ├── postcss.config.js ├── scripts └── make-icons.sh ├── src ├── components │ └── Zondicon.vue ├── index.js └── zondicons │ ├── AddOutline.vue │ ├── AddSolid.vue │ ├── Adjust.vue │ ├── Airplane.vue │ ├── Album.vue │ ├── AlignCenter.vue │ ├── AlignJustified.vue │ ├── AlignLeft.vue │ ├── AlignRight.vue │ ├── Anchor.vue │ ├── Announcement.vue │ ├── Apparel.vue │ ├── ArrowDown.vue │ ├── ArrowLeft.vue │ ├── ArrowOutlineDown.vue │ ├── ArrowOutlineLeft.vue │ ├── ArrowOutlineRight.vue │ ├── ArrowOutlineUp.vue │ ├── ArrowRight.vue │ ├── ArrowThickDown.vue │ ├── ArrowThickLeft.vue │ ├── ArrowThickRight.vue │ ├── ArrowThickUp.vue │ ├── ArrowThinDown.vue │ ├── ArrowThinLeft.vue │ ├── ArrowThinRight.vue │ ├── ArrowThinUp.vue │ ├── ArrowUp.vue │ ├── Artist.vue │ ├── AtSymbol.vue │ ├── Attachment.vue │ ├── Backspace.vue │ ├── Backward.vue │ ├── BackwardStep.vue │ ├── Badge.vue │ ├── BatteryFull.vue │ ├── BatteryHalf.vue │ ├── BatteryLow.vue │ ├── Beverage.vue │ ├── Block.vue │ ├── Bluetooth.vue │ ├── Bolt.vue │ ├── BookReference.vue │ ├── Bookmark.vue │ ├── BookmarkOutline.vue │ ├── BookmarkOutlineAdd.vue │ ├── BorderAll.vue │ ├── BorderBottom.vue │ ├── BorderHorizontal.vue │ ├── BorderInner.vue │ ├── BorderLeft.vue │ ├── BorderNone.vue │ ├── BorderOuter.vue │ ├── BorderRight.vue │ ├── BorderTop.vue │ ├── BorderVertical.vue │ ├── Box.vue │ ├── BrightnessDown.vue │ ├── BrightnessUp.vue │ ├── BrowserWindow.vue │ ├── BrowserWindowNew.vue │ ├── BrowserWindowOpen.vue │ ├── Bug.vue │ ├── Buoy.vue │ ├── Calculator.vue │ ├── Calendar.vue │ ├── Camera.vue │ ├── Chart.vue │ ├── ChartBar.vue │ ├── ChartPie.vue │ ├── ChatBubbleDots.vue │ ├── Checkmark.vue │ ├── CheckmarkOutline.vue │ ├── CheveronDown.vue │ ├── CheveronLeft.vue │ ├── CheveronOutlineDown.vue │ ├── CheveronOutlineLeft.vue │ ├── CheveronOutlineRight.vue │ ├── CheveronOutlineUp.vue │ ├── CheveronRight.vue │ ├── CheveronUp.vue │ ├── Clipboard.vue │ ├── Close.vue │ ├── CloseOutline.vue │ ├── CloseSolid.vue │ ├── Cloud.vue │ ├── CloudUpload.vue │ ├── Code.vue │ ├── Coffee.vue │ ├── Cog.vue │ ├── ColorPalette.vue │ ├── Compose.vue │ ├── ComputerDesktop.vue │ ├── ComputerLaptop.vue │ ├── Conversation.vue │ ├── Copy.vue │ ├── CreditCard.vue │ ├── CurrencyDollar.vue │ ├── Dashboard.vue │ ├── DateAdd.vue │ ├── DialPad.vue │ ├── Directions.vue │ ├── Document.vue │ ├── DocumentAdd.vue │ ├── DotsHorizontalDouble.vue │ ├── DotsHorizontalTriple.vue │ ├── Download.vue │ ├── Duplicate.vue │ ├── EditCopy.vue │ ├── EditCrop.vue │ ├── EditCut.vue │ ├── EditPencil.vue │ ├── Education.vue │ ├── Envelope.vue │ ├── ExclamationOutline.vue │ ├── ExclamationSolid.vue │ ├── Explore.vue │ ├── Factory.vue │ ├── FastForward.vue │ ├── FastRewind.vue │ ├── Film.vue │ ├── FilterIcon.vue │ ├── Flag.vue │ ├── Flashlight.vue │ ├── Folder.vue │ ├── FolderOutline.vue │ ├── FolderOutlineAdd.vue │ ├── FormatBold.vue │ ├── FormatFontSize.vue │ ├── FormatItalic.vue │ ├── FormatTextSize.vue │ ├── FormatUnderline.vue │ ├── Forward.vue │ ├── ForwardStep.vue │ ├── Gift.vue │ ├── Globe.vue │ ├── HandStop.vue │ ├── HardDrive.vue │ ├── Headphones.vue │ ├── Heart.vue │ ├── Home.vue │ ├── Hot.vue │ ├── HourGlass.vue │ ├── Inbox.vue │ ├── InboxCheck.vue │ ├── InboxDownload.vue │ ├── InboxFull.vue │ ├── IndentDecrease.vue │ ├── IndentIncrease.vue │ ├── InformationOutline.vue │ ├── InformationSolid.vue │ ├── Key.vue │ ├── Keyboard.vue │ ├── Layers.vue │ ├── Library.vue │ ├── LightBulb.vue │ ├── Link.vue │ ├── List.vue │ ├── ListAdd.vue │ ├── ListBullet.vue │ ├── LoadBalancer.vue │ ├── Location.vue │ ├── LocationCurrent.vue │ ├── LocationFood.vue │ ├── LocationGasStation.vue │ ├── LocationHotel.vue │ ├── LocationMarina.vue │ ├── LocationPark.vue │ ├── LocationRestroom.vue │ ├── LocationShopping.vue │ ├── LockClosed.vue │ ├── LockOpen.vue │ ├── Map.vue │ ├── Menu.vue │ ├── Mic.vue │ ├── MinusOutline.vue │ ├── MinusSolid.vue │ ├── MobileDevices.vue │ ├── MoodHappyOutline.vue │ ├── MoodHappySolid.vue │ ├── MoodNeutralOutline.vue │ ├── MoodNeutralSolid.vue │ ├── MoodSadOutline.vue │ ├── MoodSadSolid.vue │ ├── Mouse.vue │ ├── MusicAlbum.vue │ ├── MusicArtist.vue │ ├── MusicNotes.vue │ ├── MusicPlaylist.vue │ ├── NavigationMore.vue │ ├── Network.vue │ ├── NewsPaper.vue │ ├── Notification.vue │ ├── Notifications.vue │ ├── NotificationsOutline.vue │ ├── Paste.vue │ ├── Pause.vue │ ├── PauseOutline.vue │ ├── PauseSolid.vue │ ├── PenTool.vue │ ├── Phone.vue │ ├── Photo.vue │ ├── PhpElephant.vue │ ├── Pin.vue │ ├── Play.vue │ ├── PlayOutline.vue │ ├── Playlist.vue │ ├── Plugin.vue │ ├── Portfolio.vue │ ├── Printer.vue │ ├── Pylon.vue │ ├── Question.vue │ ├── Queue.vue │ ├── Radar.vue │ ├── Radio.vue │ ├── Refresh.vue │ ├── Reload.vue │ ├── Reply.vue │ ├── ReplyAll.vue │ ├── Repost.vue │ ├── SaveDisk.vue │ ├── ScreenFull.vue │ ├── Search.vue │ ├── Send.vue │ ├── Servers.vue │ ├── Share.vue │ ├── Share01.vue │ ├── ShareAlt.vue │ ├── Shield.vue │ ├── ShoppingCart.vue │ ├── ShowSidebar.vue │ ├── Shuffle.vue │ ├── StandBy.vue │ ├── StarFull.vue │ ├── Station.vue │ ├── StepBackward.vue │ ├── StepForward.vue │ ├── Stethoscope.vue │ ├── StoreFront.vue │ ├── StrokeWidth.vue │ ├── SubdirectoryLeft.vue │ ├── SubdirectoryRight.vue │ ├── Swap.vue │ ├── Tablet.vue │ ├── Tag.vue │ ├── Target.vue │ ├── TextBox.vue │ ├── TextDecoration.vue │ ├── Thermometer.vue │ ├── ThumbsDown.vue │ ├── ThumbsUp.vue │ ├── Ticket.vue │ ├── Time.vue │ ├── Timer.vue │ ├── Tools.vue │ ├── Translate.vue │ ├── Trash.vue │ ├── Travel.vue │ ├── TravelBus.vue │ ├── TravelCar.vue │ ├── TravelCase.vue │ ├── TravelTaxiCab.vue │ ├── TravelTrain.vue │ ├── TravelWalk.vue │ ├── Trophy.vue │ ├── Tuning.vue │ ├── Upload.vue │ ├── Usb.vue │ ├── User.vue │ ├── UserAdd.vue │ ├── UserGroup.vue │ ├── UserSolidCircle.vue │ ├── UserSolidSquare.vue │ ├── Vector.vue │ ├── VideoCamera.vue │ ├── ViewCarousel.vue │ ├── ViewColumn.vue │ ├── ViewHide.vue │ ├── ViewList.vue │ ├── ViewShow.vue │ ├── ViewTile.vue │ ├── VolumeDown.vue │ ├── VolumeMute.vue │ ├── VolumeOff.vue │ ├── VolumeUp.vue │ ├── Wallet.vue │ ├── Watch.vue │ ├── Window.vue │ ├── WindowNew.vue │ ├── WindowOpen.vue │ ├── Wrench.vue │ ├── YinYang.vue │ ├── ZoomIn.vue │ ├── ZoomOut.vue │ └── index.js └── tests └── unit ├── .eslintrc.js └── Zondicon.spec.js /.browserslistrc: -------------------------------------------------------------------------------- 1 | > 1% 2 | last 2 versions 3 | not ie <= 8 4 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | [*.{js,jsx,ts,tsx,vue}] 2 | indent_style = space 3 | indent_size = 2 4 | end_of_line = lf 5 | trim_trailing_whitespace = true 6 | insert_final_newline = true 7 | max_line_length = 100 8 | -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | env: { 4 | node: true, 5 | }, 6 | extends: [ 7 | 'plugin:vue/essential', 8 | '@vue/airbnb', 9 | ], 10 | rules: { 11 | 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 12 | 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 13 | 'max-len': 'off', 14 | }, 15 | parserOptions: { 16 | parser: 'babel-eslint', 17 | }, 18 | }; 19 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | /dist 4 | 5 | # local env files 6 | .env.local 7 | .env.*.local 8 | 9 | # Log files 10 | npm-debug.log* 11 | yarn-debug.log* 12 | yarn-error.log* 13 | 14 | # Editor directories and files 15 | .idea 16 | .vscode 17 | *.suo 18 | *.ntvs* 19 | *.njsproj 20 | *.sln 21 | *.sw* 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # vue-zondicons 2 | ## Easily add Zondicon icons to your vue web project 3 | 4 | **Installation** 5 | ``` 6 | npm install --save vue-zondicons 7 | ``` 8 | 9 | **To Use** 10 | 11 | In your `main.js` Vue file add the following 12 | 13 | ``` 14 | import Zondicon from 'vue-zondicons'; 15 | 16 | Vue.component('Zondicon', Zondicon); 17 | ``` 18 | 19 | Browse Zondicons on the [Zondicon website](http://www.zondicons.com/icons.html) then add the name of the icon to the `icon` attribute 20 | 21 | ```javascript 22 | 23 | ``` 24 | 25 | You can also pass css classes to the Zondicon `svg` element 26 | 27 | Note: `fill-content` and `text-red` are from the Tailwinds CSS library and `vue-zondicons` doesnt come with any css. 28 | ```javascript 29 | 30 | 31 | ``` 32 | 33 | **Note** 34 | 35 | The icon `filter` has been changed to `filter-icon` since `filter` is a registered keyword in Vuejs and will throw errors. 36 | 37 | 38 | ## Project setup 39 | ```bash 40 | npm install 41 | ``` 42 | 43 | ## Development setup 44 | 45 | clone this repo 46 | ```bash 47 | npm install # Install dependancies 48 | 49 | ./scripts/make-icons.sh # download zondicons from zondicon repo and generate vue components 50 | 51 | npm build # Build package for npm 52 | 53 | npm publish 54 | 55 | ``` 56 | 57 | ## Pull Request 58 | 59 | Pull Requests are always welcome :) 60 | 61 | License: MIT 62 | 63 | -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: [ 3 | '@vue/app', 4 | ], 5 | }; 6 | -------------------------------------------------------------------------------- /jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | moduleFileExtensions: [ 3 | 'js', 4 | 'jsx', 5 | 'json', 6 | 'vue', 7 | ], 8 | transform: { 9 | '^.+\\.vue$': 'vue-jest', 10 | '.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub', 11 | '^.+\\.jsx?$': 'babel-jest', 12 | }, 13 | moduleNameMapper: { 14 | '^@/(.*)$': '/src/$1', 15 | }, 16 | snapshotSerializers: [ 17 | 'jest-serializer-vue', 18 | ], 19 | testMatch: [ 20 | '**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)', 21 | ], 22 | testURL: 'http://localhost/', 23 | }; 24 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "vue-zondicons", 3 | "description": "Vue component to easily add Zondicon icons to your project", 4 | "version": "0.1.10", 5 | "keywords": [ 6 | "icon", 7 | "icons", 8 | "svg", 9 | "zondicon", 10 | "zondicons", 11 | "vue", 12 | "vuejs", 13 | "css", 14 | "sass", 15 | "less", 16 | "tailwindscss", 17 | "tailwinds" 18 | ], 19 | "author": "Terry Moore II", 20 | "repository": { 21 | "type": "git", 22 | "url": "https://github.com/TerryMooreII/vue-zondicons.git" 23 | }, 24 | "license": "MIT", 25 | "main": "./dist/vue-zondicons.common.js", 26 | "scripts": { 27 | "build": "vue-cli-service build --target lib --name vue-zondicons ./src/index.js", 28 | "lint": "vue-cli-service lint", 29 | "test:unit": "vue-cli-service test:unit" 30 | }, 31 | "files": [ 32 | "dist/*", 33 | "src/*", 34 | "scripts/*", 35 | "*.json", 36 | "*.js", 37 | "*.md" 38 | ], 39 | "dependencies": { 40 | "uppercamelcase": "^3.0.0", 41 | "vue": "^2.5.17" 42 | }, 43 | "devDependencies": { 44 | "@vue/cli-plugin-babel": "^3.1.1", 45 | "@vue/cli-plugin-eslint": "^3.1.1", 46 | "@vue/cli-plugin-unit-jest": "^3.1.1", 47 | "@vue/cli-service": "^3.1.1", 48 | "@vue/eslint-config-airbnb": "^4.0.0", 49 | "@vue/test-utils": "^1.0.0-beta.20", 50 | "babel-core": "7.0.0-bridge.0", 51 | "babel-eslint": "^10.0.1", 52 | "babel-jest": "^23.6.0", 53 | "eslint": "^5.8.0", 54 | "eslint-plugin-vue": "^5.0.0-0", 55 | "vue-template-compiler": "^2.5.17" 56 | } 57 | } 58 | -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | plugins: { 3 | autoprefixer: {}, 4 | }, 5 | }; 6 | -------------------------------------------------------------------------------- /scripts/make-icons.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # 4 | # Clone Zondicons, convert svg to vue template files and move to src/zondicons 5 | # 6 | BEGIN_SVG="" 7 | END_SVG="" 8 | BEGIN_TEMPLATE="" 10 | 11 | spinal_to_upper() { 12 | PASCAL=`echo "$1" | awk -F"-" '{for(i=1;i<=NF;i++){$i=toupper(substr($i,1,1)) substr($i,2)}} 1' OFS=""` 13 | } 14 | 15 | rm -rf zondicons 16 | rm -rf ../src/zondicons 17 | mkdir ../src/zondicons 18 | 19 | git clone https://github.com/dukestreetstudio/zondicons.git 20 | 21 | cd zondicons 22 | cd src 23 | 24 | rm "bookmark copy 2.svg" 25 | rm "bookmark copy 3.svg" 26 | rm "radar copy 2.svg" 27 | mv "tools copy.svg" "tools.svg" 28 | mv "filter.svg" "filter-icon.svg" 29 | 30 | for filename in *.svg; do 31 | base=${filename%.svg} 32 | sed -i -e "s|$BEGIN_SVG|$BEGIN_TEMPLATE|g" "$filename" 33 | sed -i -e "s|${END_SVG}|${END_TEMPLATE}|g" "$filename" 34 | spinal_to_upper $base 35 | mv "$filename" "../../../src/zondicons/${PASCAL}.vue" 36 | done 37 | 38 | cd ../../../src/zondicons 39 | 40 | INDEX="index.js" 41 | touch $INDEX 42 | 43 | for filename in *.vue; do 44 | base=${filename%.vue} 45 | echo "import ${base} from './${filename}';" >> $INDEX 46 | done 47 | echo >> $INDEX 48 | echo "export default {" >> $INDEX 49 | for filename in *.vue; do 50 | base=${filename%.vue} 51 | echo " ${base}," >> $INDEX 52 | done 53 | 54 | echo "};" >> $INDEX 55 | 56 | # clean up 57 | cd ../../scripts 58 | pwd 59 | rm -rf zondicons 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /src/components/Zondicon.vue: -------------------------------------------------------------------------------- 1 | 6 | 7 | 24 | -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- 1 | 2 | import Zondicon from './components/Zondicon.vue'; 3 | 4 | export default Zondicon; 5 | -------------------------------------------------------------------------------- /src/zondicons/AddOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/AddSolid.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Adjust.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Airplane.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Album.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/AlignCenter.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/AlignJustified.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/AlignLeft.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/AlignRight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Anchor.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Announcement.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Apparel.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowDown.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowLeft.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowOutlineDown.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowOutlineLeft.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowOutlineRight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowOutlineUp.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowRight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowThickDown.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowThickLeft.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowThickRight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowThickUp.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowThinDown.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowThinLeft.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowThinRight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowThinUp.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ArrowUp.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Artist.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/AtSymbol.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Attachment.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Backspace.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Backward.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BackwardStep.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Badge.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BatteryFull.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BatteryHalf.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BatteryLow.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Beverage.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Block.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Bluetooth.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Bolt.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BookReference.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Bookmark.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BookmarkOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BookmarkOutlineAdd.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderAll.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderBottom.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderHorizontal.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderInner.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderLeft.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderNone.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderOuter.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderRight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderTop.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BorderVertical.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Box.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BrightnessDown.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BrightnessUp.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BrowserWindow.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BrowserWindowNew.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/BrowserWindowOpen.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Bug.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Buoy.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Calculator.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Calendar.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Camera.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Chart.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ChartBar.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ChartPie.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ChatBubbleDots.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Checkmark.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CheckmarkOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CheveronDown.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CheveronLeft.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CheveronOutlineDown.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CheveronOutlineLeft.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CheveronOutlineRight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CheveronOutlineUp.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CheveronRight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CheveronUp.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Clipboard.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Close.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CloseOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CloseSolid.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Cloud.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CloudUpload.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Code.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Coffee.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Cog.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ColorPalette.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Compose.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ComputerDesktop.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ComputerLaptop.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Conversation.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Copy.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CreditCard.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/CurrencyDollar.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Dashboard.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/DateAdd.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/DialPad.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Directions.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Document.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/DocumentAdd.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/DotsHorizontalDouble.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/DotsHorizontalTriple.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Download.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Duplicate.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/EditCopy.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/EditCrop.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/EditCut.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/EditPencil.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Education.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Envelope.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ExclamationOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ExclamationSolid.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Explore.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Factory.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FastForward.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FastRewind.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Film.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FilterIcon.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Flag.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Flashlight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Folder.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FolderOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FolderOutlineAdd.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FormatBold.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FormatFontSize.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FormatItalic.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FormatTextSize.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/FormatUnderline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Forward.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ForwardStep.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Gift.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Globe.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/HandStop.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/HardDrive.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Headphones.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Heart.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Home.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Hot.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/HourGlass.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Inbox.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/InboxCheck.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/InboxDownload.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/InboxFull.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/IndentDecrease.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/IndentIncrease.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/InformationOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/InformationSolid.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Key.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Keyboard.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Layers.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Library.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LightBulb.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Link.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/List.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ListAdd.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ListBullet.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LoadBalancer.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Location.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LocationCurrent.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LocationFood.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LocationGasStation.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LocationHotel.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LocationMarina.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LocationPark.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LocationRestroom.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LocationShopping.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LockClosed.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/LockOpen.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Map.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Menu.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Mic.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MinusOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MinusSolid.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MobileDevices.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MoodHappyOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MoodHappySolid.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MoodNeutralOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MoodNeutralSolid.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MoodSadOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MoodSadSolid.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Mouse.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MusicAlbum.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MusicArtist.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MusicNotes.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/MusicPlaylist.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/NavigationMore.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Network.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/NewsPaper.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Notification.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Notifications.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/NotificationsOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Paste.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Pause.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/PauseOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/PauseSolid.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/PenTool.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Phone.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Photo.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/PhpElephant.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Pin.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Play.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/PlayOutline.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Playlist.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Plugin.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Portfolio.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Printer.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Pylon.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Question.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Queue.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Radar.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Radio.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Refresh.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Reload.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Reply.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ReplyAll.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Repost.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/SaveDisk.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ScreenFull.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Search.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Send.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Servers.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Share.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Share01.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ShareAlt.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Shield.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ShoppingCart.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ShowSidebar.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Shuffle.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/StandBy.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/StarFull.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Station.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/StepBackward.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/StepForward.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Stethoscope.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/StoreFront.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/StrokeWidth.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/SubdirectoryLeft.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/SubdirectoryRight.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Swap.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Tablet.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Tag.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Target.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/TextBox.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/TextDecoration.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Thermometer.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ThumbsDown.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ThumbsUp.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Ticket.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Time.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Timer.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Tools.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Translate.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Trash.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Travel.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/TravelBus.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/TravelCar.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/TravelCase.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/TravelTaxiCab.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/TravelTrain.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/TravelWalk.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Trophy.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Tuning.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Upload.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Usb.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/User.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/UserAdd.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/UserGroup.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/UserSolidCircle.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/UserSolidSquare.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Vector.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/VideoCamera.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ViewCarousel.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ViewColumn.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ViewHide.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ViewList.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ViewShow.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ViewTile.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/VolumeDown.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/VolumeMute.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/VolumeOff.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/VolumeUp.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Wallet.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Watch.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Window.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/WindowNew.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/WindowOpen.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/Wrench.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/YinYang.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ZoomIn.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/ZoomOut.vue: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/zondicons/index.js: -------------------------------------------------------------------------------- 1 | import AddOutline from './AddOutline.vue'; 2 | import AddSolid from './AddSolid.vue'; 3 | import Adjust from './Adjust.vue'; 4 | import Airplane from './Airplane.vue'; 5 | import Album from './Album.vue'; 6 | import AlignCenter from './AlignCenter.vue'; 7 | import AlignJustified from './AlignJustified.vue'; 8 | import AlignLeft from './AlignLeft.vue'; 9 | import AlignRight from './AlignRight.vue'; 10 | import Anchor from './Anchor.vue'; 11 | import Announcement from './Announcement.vue'; 12 | import Apparel from './Apparel.vue'; 13 | import ArrowDown from './ArrowDown.vue'; 14 | import ArrowLeft from './ArrowLeft.vue'; 15 | import ArrowOutlineDown from './ArrowOutlineDown.vue'; 16 | import ArrowOutlineLeft from './ArrowOutlineLeft.vue'; 17 | import ArrowOutlineRight from './ArrowOutlineRight.vue'; 18 | import ArrowOutlineUp from './ArrowOutlineUp.vue'; 19 | import ArrowRight from './ArrowRight.vue'; 20 | import ArrowThickDown from './ArrowThickDown.vue'; 21 | import ArrowThickLeft from './ArrowThickLeft.vue'; 22 | import ArrowThickRight from './ArrowThickRight.vue'; 23 | import ArrowThickUp from './ArrowThickUp.vue'; 24 | import ArrowThinDown from './ArrowThinDown.vue'; 25 | import ArrowThinLeft from './ArrowThinLeft.vue'; 26 | import ArrowThinRight from './ArrowThinRight.vue'; 27 | import ArrowThinUp from './ArrowThinUp.vue'; 28 | import ArrowUp from './ArrowUp.vue'; 29 | import Artist from './Artist.vue'; 30 | import AtSymbol from './AtSymbol.vue'; 31 | import Attachment from './Attachment.vue'; 32 | import Backspace from './Backspace.vue'; 33 | import Backward from './Backward.vue'; 34 | import BackwardStep from './BackwardStep.vue'; 35 | import Badge from './Badge.vue'; 36 | import BatteryFull from './BatteryFull.vue'; 37 | import BatteryHalf from './BatteryHalf.vue'; 38 | import BatteryLow from './BatteryLow.vue'; 39 | import Beverage from './Beverage.vue'; 40 | import Block from './Block.vue'; 41 | import Bluetooth from './Bluetooth.vue'; 42 | import Bolt from './Bolt.vue'; 43 | import BookReference from './BookReference.vue'; 44 | import Bookmark from './Bookmark.vue'; 45 | import BookmarkOutline from './BookmarkOutline.vue'; 46 | import BookmarkOutlineAdd from './BookmarkOutlineAdd.vue'; 47 | import BorderAll from './BorderAll.vue'; 48 | import BorderBottom from './BorderBottom.vue'; 49 | import BorderHorizontal from './BorderHorizontal.vue'; 50 | import BorderInner from './BorderInner.vue'; 51 | import BorderLeft from './BorderLeft.vue'; 52 | import BorderNone from './BorderNone.vue'; 53 | import BorderOuter from './BorderOuter.vue'; 54 | import BorderRight from './BorderRight.vue'; 55 | import BorderTop from './BorderTop.vue'; 56 | import BorderVertical from './BorderVertical.vue'; 57 | import Box from './Box.vue'; 58 | import BrightnessDown from './BrightnessDown.vue'; 59 | import BrightnessUp from './BrightnessUp.vue'; 60 | import BrowserWindow from './BrowserWindow.vue'; 61 | import BrowserWindowNew from './BrowserWindowNew.vue'; 62 | import BrowserWindowOpen from './BrowserWindowOpen.vue'; 63 | import Bug from './Bug.vue'; 64 | import Buoy from './Buoy.vue'; 65 | import Calculator from './Calculator.vue'; 66 | import Calendar from './Calendar.vue'; 67 | import Camera from './Camera.vue'; 68 | import Chart from './Chart.vue'; 69 | import ChartBar from './ChartBar.vue'; 70 | import ChartPie from './ChartPie.vue'; 71 | import ChatBubbleDots from './ChatBubbleDots.vue'; 72 | import Checkmark from './Checkmark.vue'; 73 | import CheckmarkOutline from './CheckmarkOutline.vue'; 74 | import CheveronDown from './CheveronDown.vue'; 75 | import CheveronLeft from './CheveronLeft.vue'; 76 | import CheveronOutlineDown from './CheveronOutlineDown.vue'; 77 | import CheveronOutlineLeft from './CheveronOutlineLeft.vue'; 78 | import CheveronOutlineRight from './CheveronOutlineRight.vue'; 79 | import CheveronOutlineUp from './CheveronOutlineUp.vue'; 80 | import CheveronRight from './CheveronRight.vue'; 81 | import CheveronUp from './CheveronUp.vue'; 82 | import Clipboard from './Clipboard.vue'; 83 | import Close from './Close.vue'; 84 | import CloseOutline from './CloseOutline.vue'; 85 | import CloseSolid from './CloseSolid.vue'; 86 | import Cloud from './Cloud.vue'; 87 | import CloudUpload from './CloudUpload.vue'; 88 | import Code from './Code.vue'; 89 | import Coffee from './Coffee.vue'; 90 | import Cog from './Cog.vue'; 91 | import ColorPalette from './ColorPalette.vue'; 92 | import Compose from './Compose.vue'; 93 | import ComputerDesktop from './ComputerDesktop.vue'; 94 | import ComputerLaptop from './ComputerLaptop.vue'; 95 | import Conversation from './Conversation.vue'; 96 | import Copy from './Copy.vue'; 97 | import CreditCard from './CreditCard.vue'; 98 | import CurrencyDollar from './CurrencyDollar.vue'; 99 | import Dashboard from './Dashboard.vue'; 100 | import DateAdd from './DateAdd.vue'; 101 | import DialPad from './DialPad.vue'; 102 | import Directions from './Directions.vue'; 103 | import Document from './Document.vue'; 104 | import DocumentAdd from './DocumentAdd.vue'; 105 | import DotsHorizontalDouble from './DotsHorizontalDouble.vue'; 106 | import DotsHorizontalTriple from './DotsHorizontalTriple.vue'; 107 | import Download from './Download.vue'; 108 | import Duplicate from './Duplicate.vue'; 109 | import EditCopy from './EditCopy.vue'; 110 | import EditCrop from './EditCrop.vue'; 111 | import EditCut from './EditCut.vue'; 112 | import EditPencil from './EditPencil.vue'; 113 | import Education from './Education.vue'; 114 | import Envelope from './Envelope.vue'; 115 | import ExclamationOutline from './ExclamationOutline.vue'; 116 | import ExclamationSolid from './ExclamationSolid.vue'; 117 | import Explore from './Explore.vue'; 118 | import Factory from './Factory.vue'; 119 | import FastForward from './FastForward.vue'; 120 | import FastRewind from './FastRewind.vue'; 121 | import Film from './Film.vue'; 122 | import FilterIcon from './FilterIcon.vue'; 123 | import Flag from './Flag.vue'; 124 | import Flashlight from './Flashlight.vue'; 125 | import Folder from './Folder.vue'; 126 | import FolderOutline from './FolderOutline.vue'; 127 | import FolderOutlineAdd from './FolderOutlineAdd.vue'; 128 | import FormatBold from './FormatBold.vue'; 129 | import FormatFontSize from './FormatFontSize.vue'; 130 | import FormatItalic from './FormatItalic.vue'; 131 | import FormatTextSize from './FormatTextSize.vue'; 132 | import FormatUnderline from './FormatUnderline.vue'; 133 | import Forward from './Forward.vue'; 134 | import ForwardStep from './ForwardStep.vue'; 135 | import Gift from './Gift.vue'; 136 | import Globe from './Globe.vue'; 137 | import HandStop from './HandStop.vue'; 138 | import HardDrive from './HardDrive.vue'; 139 | import Headphones from './Headphones.vue'; 140 | import Heart from './Heart.vue'; 141 | import Home from './Home.vue'; 142 | import Hot from './Hot.vue'; 143 | import HourGlass from './HourGlass.vue'; 144 | import Inbox from './Inbox.vue'; 145 | import InboxCheck from './InboxCheck.vue'; 146 | import InboxDownload from './InboxDownload.vue'; 147 | import InboxFull from './InboxFull.vue'; 148 | import IndentDecrease from './IndentDecrease.vue'; 149 | import IndentIncrease from './IndentIncrease.vue'; 150 | import InformationOutline from './InformationOutline.vue'; 151 | import InformationSolid from './InformationSolid.vue'; 152 | import Key from './Key.vue'; 153 | import Keyboard from './Keyboard.vue'; 154 | import Layers from './Layers.vue'; 155 | import Library from './Library.vue'; 156 | import LightBulb from './LightBulb.vue'; 157 | import Link from './Link.vue'; 158 | import List from './List.vue'; 159 | import ListAdd from './ListAdd.vue'; 160 | import ListBullet from './ListBullet.vue'; 161 | import LoadBalancer from './LoadBalancer.vue'; 162 | import Location from './Location.vue'; 163 | import LocationCurrent from './LocationCurrent.vue'; 164 | import LocationFood from './LocationFood.vue'; 165 | import LocationGasStation from './LocationGasStation.vue'; 166 | import LocationHotel from './LocationHotel.vue'; 167 | import LocationMarina from './LocationMarina.vue'; 168 | import LocationPark from './LocationPark.vue'; 169 | import LocationRestroom from './LocationRestroom.vue'; 170 | import LocationShopping from './LocationShopping.vue'; 171 | import LockClosed from './LockClosed.vue'; 172 | import LockOpen from './LockOpen.vue'; 173 | import Map from './Map.vue'; 174 | import Menu from './Menu.vue'; 175 | import Mic from './Mic.vue'; 176 | import MinusOutline from './MinusOutline.vue'; 177 | import MinusSolid from './MinusSolid.vue'; 178 | import MobileDevices from './MobileDevices.vue'; 179 | import MoodHappyOutline from './MoodHappyOutline.vue'; 180 | import MoodHappySolid from './MoodHappySolid.vue'; 181 | import MoodNeutralOutline from './MoodNeutralOutline.vue'; 182 | import MoodNeutralSolid from './MoodNeutralSolid.vue'; 183 | import MoodSadOutline from './MoodSadOutline.vue'; 184 | import MoodSadSolid from './MoodSadSolid.vue'; 185 | import Mouse from './Mouse.vue'; 186 | import MusicAlbum from './MusicAlbum.vue'; 187 | import MusicArtist from './MusicArtist.vue'; 188 | import MusicNotes from './MusicNotes.vue'; 189 | import MusicPlaylist from './MusicPlaylist.vue'; 190 | import NavigationMore from './NavigationMore.vue'; 191 | import Network from './Network.vue'; 192 | import NewsPaper from './NewsPaper.vue'; 193 | import Notification from './Notification.vue'; 194 | import Notifications from './Notifications.vue'; 195 | import NotificationsOutline from './NotificationsOutline.vue'; 196 | import Paste from './Paste.vue'; 197 | import Pause from './Pause.vue'; 198 | import PauseOutline from './PauseOutline.vue'; 199 | import PauseSolid from './PauseSolid.vue'; 200 | import PenTool from './PenTool.vue'; 201 | import Phone from './Phone.vue'; 202 | import Photo from './Photo.vue'; 203 | import PhpElephant from './PhpElephant.vue'; 204 | import Pin from './Pin.vue'; 205 | import Play from './Play.vue'; 206 | import PlayOutline from './PlayOutline.vue'; 207 | import Playlist from './Playlist.vue'; 208 | import Plugin from './Plugin.vue'; 209 | import Portfolio from './Portfolio.vue'; 210 | import Printer from './Printer.vue'; 211 | import Pylon from './Pylon.vue'; 212 | import Question from './Question.vue'; 213 | import Queue from './Queue.vue'; 214 | import Radar from './Radar.vue'; 215 | import Radio from './Radio.vue'; 216 | import Refresh from './Refresh.vue'; 217 | import Reload from './Reload.vue'; 218 | import Reply from './Reply.vue'; 219 | import ReplyAll from './ReplyAll.vue'; 220 | import Repost from './Repost.vue'; 221 | import SaveDisk from './SaveDisk.vue'; 222 | import ScreenFull from './ScreenFull.vue'; 223 | import Search from './Search.vue'; 224 | import Send from './Send.vue'; 225 | import Servers from './Servers.vue'; 226 | import Share from './Share.vue'; 227 | import Share01 from './Share01.vue'; 228 | import ShareAlt from './ShareAlt.vue'; 229 | import Shield from './Shield.vue'; 230 | import ShoppingCart from './ShoppingCart.vue'; 231 | import ShowSidebar from './ShowSidebar.vue'; 232 | import Shuffle from './Shuffle.vue'; 233 | import StandBy from './StandBy.vue'; 234 | import StarFull from './StarFull.vue'; 235 | import Station from './Station.vue'; 236 | import StepBackward from './StepBackward.vue'; 237 | import StepForward from './StepForward.vue'; 238 | import Stethoscope from './Stethoscope.vue'; 239 | import StoreFront from './StoreFront.vue'; 240 | import StrokeWidth from './StrokeWidth.vue'; 241 | import SubdirectoryLeft from './SubdirectoryLeft.vue'; 242 | import SubdirectoryRight from './SubdirectoryRight.vue'; 243 | import Swap from './Swap.vue'; 244 | import Tablet from './Tablet.vue'; 245 | import Tag from './Tag.vue'; 246 | import Target from './Target.vue'; 247 | import TextBox from './TextBox.vue'; 248 | import TextDecoration from './TextDecoration.vue'; 249 | import Thermometer from './Thermometer.vue'; 250 | import ThumbsDown from './ThumbsDown.vue'; 251 | import ThumbsUp from './ThumbsUp.vue'; 252 | import Ticket from './Ticket.vue'; 253 | import Time from './Time.vue'; 254 | import Timer from './Timer.vue'; 255 | import Tools from './Tools.vue'; 256 | import Translate from './Translate.vue'; 257 | import Trash from './Trash.vue'; 258 | import Travel from './Travel.vue'; 259 | import TravelBus from './TravelBus.vue'; 260 | import TravelCar from './TravelCar.vue'; 261 | import TravelCase from './TravelCase.vue'; 262 | import TravelTaxiCab from './TravelTaxiCab.vue'; 263 | import TravelTrain from './TravelTrain.vue'; 264 | import TravelWalk from './TravelWalk.vue'; 265 | import Trophy from './Trophy.vue'; 266 | import Tuning from './Tuning.vue'; 267 | import Upload from './Upload.vue'; 268 | import Usb from './Usb.vue'; 269 | import User from './User.vue'; 270 | import UserAdd from './UserAdd.vue'; 271 | import UserGroup from './UserGroup.vue'; 272 | import UserSolidCircle from './UserSolidCircle.vue'; 273 | import UserSolidSquare from './UserSolidSquare.vue'; 274 | import Vector from './Vector.vue'; 275 | import VideoCamera from './VideoCamera.vue'; 276 | import ViewCarousel from './ViewCarousel.vue'; 277 | import ViewColumn from './ViewColumn.vue'; 278 | import ViewHide from './ViewHide.vue'; 279 | import ViewList from './ViewList.vue'; 280 | import ViewShow from './ViewShow.vue'; 281 | import ViewTile from './ViewTile.vue'; 282 | import VolumeDown from './VolumeDown.vue'; 283 | import VolumeMute from './VolumeMute.vue'; 284 | import VolumeOff from './VolumeOff.vue'; 285 | import VolumeUp from './VolumeUp.vue'; 286 | import Wallet from './Wallet.vue'; 287 | import Watch from './Watch.vue'; 288 | import Window from './Window.vue'; 289 | import WindowNew from './WindowNew.vue'; 290 | import WindowOpen from './WindowOpen.vue'; 291 | import Wrench from './Wrench.vue'; 292 | import YinYang from './YinYang.vue'; 293 | import ZoomIn from './ZoomIn.vue'; 294 | import ZoomOut from './ZoomOut.vue'; 295 | 296 | export default { 297 | AddOutline, 298 | AddSolid, 299 | Adjust, 300 | Airplane, 301 | Album, 302 | AlignCenter, 303 | AlignJustified, 304 | AlignLeft, 305 | AlignRight, 306 | Anchor, 307 | Announcement, 308 | Apparel, 309 | ArrowDown, 310 | ArrowLeft, 311 | ArrowOutlineDown, 312 | ArrowOutlineLeft, 313 | ArrowOutlineRight, 314 | ArrowOutlineUp, 315 | ArrowRight, 316 | ArrowThickDown, 317 | ArrowThickLeft, 318 | ArrowThickRight, 319 | ArrowThickUp, 320 | ArrowThinDown, 321 | ArrowThinLeft, 322 | ArrowThinRight, 323 | ArrowThinUp, 324 | ArrowUp, 325 | Artist, 326 | AtSymbol, 327 | Attachment, 328 | Backspace, 329 | Backward, 330 | BackwardStep, 331 | Badge, 332 | BatteryFull, 333 | BatteryHalf, 334 | BatteryLow, 335 | Beverage, 336 | Block, 337 | Bluetooth, 338 | Bolt, 339 | BookReference, 340 | Bookmark, 341 | BookmarkOutline, 342 | BookmarkOutlineAdd, 343 | BorderAll, 344 | BorderBottom, 345 | BorderHorizontal, 346 | BorderInner, 347 | BorderLeft, 348 | BorderNone, 349 | BorderOuter, 350 | BorderRight, 351 | BorderTop, 352 | BorderVertical, 353 | Box, 354 | BrightnessDown, 355 | BrightnessUp, 356 | BrowserWindow, 357 | BrowserWindowNew, 358 | BrowserWindowOpen, 359 | Bug, 360 | Buoy, 361 | Calculator, 362 | Calendar, 363 | Camera, 364 | Chart, 365 | ChartBar, 366 | ChartPie, 367 | ChatBubbleDots, 368 | Checkmark, 369 | CheckmarkOutline, 370 | CheveronDown, 371 | CheveronLeft, 372 | CheveronOutlineDown, 373 | CheveronOutlineLeft, 374 | CheveronOutlineRight, 375 | CheveronOutlineUp, 376 | CheveronRight, 377 | CheveronUp, 378 | Clipboard, 379 | Close, 380 | CloseOutline, 381 | CloseSolid, 382 | Cloud, 383 | CloudUpload, 384 | Code, 385 | Coffee, 386 | Cog, 387 | ColorPalette, 388 | Compose, 389 | ComputerDesktop, 390 | ComputerLaptop, 391 | Conversation, 392 | Copy, 393 | CreditCard, 394 | CurrencyDollar, 395 | Dashboard, 396 | DateAdd, 397 | DialPad, 398 | Directions, 399 | Document, 400 | DocumentAdd, 401 | DotsHorizontalDouble, 402 | DotsHorizontalTriple, 403 | Download, 404 | Duplicate, 405 | EditCopy, 406 | EditCrop, 407 | EditCut, 408 | EditPencil, 409 | Education, 410 | Envelope, 411 | ExclamationOutline, 412 | ExclamationSolid, 413 | Explore, 414 | Factory, 415 | FastForward, 416 | FastRewind, 417 | Film, 418 | FilterIcon, 419 | Flag, 420 | Flashlight, 421 | Folder, 422 | FolderOutline, 423 | FolderOutlineAdd, 424 | FormatBold, 425 | FormatFontSize, 426 | FormatItalic, 427 | FormatTextSize, 428 | FormatUnderline, 429 | Forward, 430 | ForwardStep, 431 | Gift, 432 | Globe, 433 | HandStop, 434 | HardDrive, 435 | Headphones, 436 | Heart, 437 | Home, 438 | Hot, 439 | HourGlass, 440 | Inbox, 441 | InboxCheck, 442 | InboxDownload, 443 | InboxFull, 444 | IndentDecrease, 445 | IndentIncrease, 446 | InformationOutline, 447 | InformationSolid, 448 | Key, 449 | Keyboard, 450 | Layers, 451 | Library, 452 | LightBulb, 453 | Link, 454 | List, 455 | ListAdd, 456 | ListBullet, 457 | LoadBalancer, 458 | Location, 459 | LocationCurrent, 460 | LocationFood, 461 | LocationGasStation, 462 | LocationHotel, 463 | LocationMarina, 464 | LocationPark, 465 | LocationRestroom, 466 | LocationShopping, 467 | LockClosed, 468 | LockOpen, 469 | Map, 470 | Menu, 471 | Mic, 472 | MinusOutline, 473 | MinusSolid, 474 | MobileDevices, 475 | MoodHappyOutline, 476 | MoodHappySolid, 477 | MoodNeutralOutline, 478 | MoodNeutralSolid, 479 | MoodSadOutline, 480 | MoodSadSolid, 481 | Mouse, 482 | MusicAlbum, 483 | MusicArtist, 484 | MusicNotes, 485 | MusicPlaylist, 486 | NavigationMore, 487 | Network, 488 | NewsPaper, 489 | Notification, 490 | Notifications, 491 | NotificationsOutline, 492 | Paste, 493 | Pause, 494 | PauseOutline, 495 | PauseSolid, 496 | PenTool, 497 | Phone, 498 | Photo, 499 | PhpElephant, 500 | Pin, 501 | Play, 502 | PlayOutline, 503 | Playlist, 504 | Plugin, 505 | Portfolio, 506 | Printer, 507 | Pylon, 508 | Question, 509 | Queue, 510 | Radar, 511 | Radio, 512 | Refresh, 513 | Reload, 514 | Reply, 515 | ReplyAll, 516 | Repost, 517 | SaveDisk, 518 | ScreenFull, 519 | Search, 520 | Send, 521 | Servers, 522 | Share, 523 | Share01, 524 | ShareAlt, 525 | Shield, 526 | ShoppingCart, 527 | ShowSidebar, 528 | Shuffle, 529 | StandBy, 530 | StarFull, 531 | Station, 532 | StepBackward, 533 | StepForward, 534 | Stethoscope, 535 | StoreFront, 536 | StrokeWidth, 537 | SubdirectoryLeft, 538 | SubdirectoryRight, 539 | Swap, 540 | Tablet, 541 | Tag, 542 | Target, 543 | TextBox, 544 | TextDecoration, 545 | Thermometer, 546 | ThumbsDown, 547 | ThumbsUp, 548 | Ticket, 549 | Time, 550 | Timer, 551 | Tools, 552 | Translate, 553 | Trash, 554 | Travel, 555 | TravelBus, 556 | TravelCar, 557 | TravelCase, 558 | TravelTaxiCab, 559 | TravelTrain, 560 | TravelWalk, 561 | Trophy, 562 | Tuning, 563 | Upload, 564 | Usb, 565 | User, 566 | UserAdd, 567 | UserGroup, 568 | UserSolidCircle, 569 | UserSolidSquare, 570 | Vector, 571 | VideoCamera, 572 | ViewCarousel, 573 | ViewColumn, 574 | ViewHide, 575 | ViewList, 576 | ViewShow, 577 | ViewTile, 578 | VolumeDown, 579 | VolumeMute, 580 | VolumeOff, 581 | VolumeUp, 582 | Wallet, 583 | Watch, 584 | Window, 585 | WindowNew, 586 | WindowOpen, 587 | Wrench, 588 | YinYang, 589 | ZoomIn, 590 | ZoomOut, 591 | }; 592 | -------------------------------------------------------------------------------- /tests/unit/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | env: { 3 | jest: true, 4 | }, 5 | }; 6 | -------------------------------------------------------------------------------- /tests/unit/Zondicon.spec.js: -------------------------------------------------------------------------------- 1 | import { mount } from '@vue/test-utils'; 2 | import Zondicon from '@/components/Zondicon.vue'; 3 | 4 | describe('Zondicon.vue', () => { 5 | it('renders an icon', () => { 6 | const wrapper = mount(Zondicon, { 7 | propsData: { icon: 'arrow-left' }, 8 | }); 9 | expect(wrapper.contains('svg')).toBe(true); 10 | expect(wrapper.contains('polygon')).toBe(true); 11 | }); 12 | }); 13 | --------------------------------------------------------------------------------