├── .npmignore ├── .gitignore ├── src ├── svg │ ├── vercel-fill.svg │ ├── circle-fill.svg │ ├── circle.svg │ ├── square-fill.svg │ ├── oval.svg │ ├── minus.svg │ ├── pause.svg │ ├── square.svg │ ├── sort.svg │ ├── two-line-vertical.svg │ ├── cross.svg │ ├── text-align-left.svg │ ├── two-line-horizontal.svg │ ├── text-align-center.svg │ ├── text-align-right.svg │ ├── three-line-vertical.svg │ ├── x-small.svg │ ├── check.svg │ ├── text-align-justified.svg │ ├── three-line-horizontal.svg │ ├── chevron-down.svg │ ├── chevron-left.svg │ ├── chevron-right.svg │ ├── chevron-up.svg │ ├── plus.svg │ ├── chevron-left-small.svg │ ├── chevron-right-small.svg │ ├── chevron-up-small.svg │ ├── triangle-left.svg │ ├── triangle-right.svg │ ├── triangle-up.svg │ ├── block.svg │ ├── bluetooth.svg │ ├── chevron-down-small.svg │ ├── triangle-down.svg │ ├── box.svg │ ├── vue-fill.svg │ ├── arrow-left-thick.svg │ ├── height.svg │ ├── width.svg │ ├── arrow-right-thick.svg │ ├── arrow-up-thick.svg │ ├── reduce.svg │ ├── arrow-down-thick.svg │ ├── cursor.svg │ ├── enlarge.svg │ ├── unsplash-fill.svg │ ├── circle-minus.svg │ ├── circle-alert.svg │ ├── circle-x.svg │ ├── arrow-back-thick.svg │ ├── circle-check.svg │ ├── circle-plus.svg │ ├── panel-left.svg │ ├── panel-top.svg │ ├── arrow-forward-thick.svg │ ├── circle-chevron-up.svg │ ├── circle-triangle-left.svg │ ├── circle-triangle-up.svg │ ├── panel-bottom.svg │ ├── panel-right.svg │ ├── panel-split-row.svg │ ├── sidebar-left.svg │ ├── sidebar-right.svg │ ├── circle-chevron-down.svg │ ├── circle-chevron-left.svg │ ├── circle-chevron-right.svg │ ├── circle-triangle-down.svg │ ├── circle-triangle-right.svg │ ├── panel-split-column.svg │ ├── radio.svg │ ├── more-horizontal.svg │ ├── dropbox-fill.svg │ ├── flag.svg │ ├── search.svg │ ├── triangle-fill.svg │ ├── arrow-down-left.svg │ ├── arrow-down.svg │ ├── arrow-left.svg │ ├── arrow-right.svg │ ├── arrow-up-left.svg │ ├── arrow-up.svg │ ├── arrow-down-right.svg │ ├── arrow-up-right.svg │ ├── slice.svg │ ├── chevron-vertical.svg │ ├── stop.svg │ ├── chevron-horizontal.svg │ ├── triangle.svg │ ├── arrow-back.svg │ ├── equal.svg │ ├── sun.svg │ ├── tablet-device.svg │ ├── video.svg │ ├── arrow-forward.svg │ ├── check-box.svg │ ├── mobile-device.svg │ ├── panel-split.svg │ ├── toggle-off.svg │ ├── toggle-on.svg │ ├── water.svg │ ├── arrow-right-left.svg │ ├── question.svg │ ├── arrow-up-down.svg │ ├── ribbon.svg │ ├── credit-card-alt1.svg │ ├── infinite.svg │ ├── infinity.svg │ ├── pointer-left-fill.svg │ ├── clock.svg │ ├── laptop-device.svg │ ├── miniplayer.svg │ ├── angular-fill.svg │ ├── parallelogram.svg │ ├── pointer-right-fill.svg │ ├── lock-off.svg │ ├── lock-on.svg │ ├── more-vertical.svg │ ├── radio-fill.svg │ ├── dice-1.svg │ ├── tetragon-fill.svg │ ├── triangle-up-fill.svg │ ├── folder.svg │ ├── play.svg │ ├── triangle-down-fill.svg │ ├── triangle-left-fill.svg │ ├── triangle-right-fill.svg │ ├── zoom-out.svg │ ├── attach.svg │ ├── battery-empty.svg │ ├── circle-minus-fill.svg │ ├── diamond.svg │ ├── heart.svg │ ├── link-off.svg │ ├── x-fill.svg │ ├── pointer-up-fill.svg │ ├── tetragon.svg │ ├── align-to-top.svg │ ├── fork-left.svg │ ├── fork-right.svg │ ├── home.svg │ ├── toggle-off-fill.svg │ ├── leaf.svg │ ├── pointer-down-fill.svg │ ├── toggle-on-fill.svg │ ├── align-to-bottom.svg │ ├── percentage.svg │ ├── airplay-video.svg │ ├── health.svg │ ├── share-box.svg │ ├── download.svg │ ├── twitch-fill.svg │ ├── book.svg │ ├── location.svg │ ├── npm-fill.svg │ ├── send.svg │ ├── book-open.svg │ ├── face-neutral.svg │ ├── envelope.svg │ ├── info.svg │ ├── network.svg │ ├── pentagon.svg │ ├── wifi.svg │ ├── zoom-in.svg │ ├── thunder.svg │ ├── desktop-device.svg │ ├── double-check.svg │ ├── globe.svg │ ├── person-cross.svg │ ├── person.svg │ ├── book-close.svg │ ├── hexagon-fill.svg │ ├── backspace.svg │ ├── pentagon-fill.svg │ ├── hexagon.svg │ ├── person-check.svg │ ├── paper.svg │ ├── settings-horizontal.svg │ ├── shield.svg │ ├── align-top.svg │ ├── mention.svg │ ├── rss.svg │ ├── align-bottom.svg │ ├── frame.svg │ ├── key.svg │ ├── pencil.svg │ ├── planet.svg │ ├── face-wink.svg │ ├── link-out.svg │ ├── pin.svg │ ├── statistic-up.svg │ ├── align-left.svg │ ├── align-right.svg │ ├── battery-low.svg │ ├── hashtag.svg │ ├── link-on.svg │ ├── statistic-down.svg │ ├── trash-bin.svg │ ├── face-sad.svg │ ├── face-happy.svg │ ├── folder-add.svg │ ├── battery-charging.svg │ ├── calendar.svg │ ├── command.svg │ ├── equal-fill.svg │ ├── face-very-happy.svg │ ├── face-very-sad.svg │ ├── full-screen.svg │ ├── music-album-fill.svg │ ├── circle-alert-fill.svg │ ├── dashboard.svg │ ├── filter.svg │ ├── cut.svg │ ├── light-bulb.svg │ ├── normal-screen.svg │ ├── sign-out.svg │ ├── tag.svg │ ├── triangle-alert.svg │ ├── circle-plus-fill.svg │ ├── sword.svg │ ├── watch-device.svg │ ├── briefcase.svg │ ├── eye.svg │ ├── wallet.svg │ ├── dice-2.svg │ ├── eye-open.svg │ ├── heptagon-fill.svg │ ├── paper-airplane.svg │ ├── sound-down.svg │ ├── wine-glass.svg │ ├── chess.svg │ ├── circle-triangle-left-fill.svg │ ├── circle-triangle-up-fill.svg │ ├── copy.svg │ ├── plane-fill.svg │ ├── plane.svg │ ├── shopping-bag.svg │ ├── sound-off.svg │ ├── arrow-repeat.svg │ ├── circle-triangle-down-fill.svg │ ├── circle-triangle-right-fill.svg │ ├── coin.svg │ ├── heptagon.svg │ ├── open-envelope.svg │ ├── person-add.svg │ ├── flashlight.svg │ ├── stack-overflow-fill.svg │ ├── zoom-fill.svg │ ├── headphone.svg │ ├── home-alt1.svg │ ├── settings-vertical.svg │ ├── sound-up.svg │ ├── double-sword.svg │ ├── draft.svg │ ├── check-box-fill.svg │ ├── circle-chevron-up-fill.svg │ ├── circle-chevron-down-fill.svg │ ├── circle-chevron-left-fill.svg │ ├── circle-chevron-right-fill.svg │ ├── credit-card.svg │ ├── google-fill.svg │ ├── cloud.svg │ ├── microphone.svg │ ├── align-to-middle.svg │ ├── battery-medium.svg │ ├── door.svg │ ├── grid.svg │ ├── triangle-alert-fill.svg │ ├── dental.svg │ ├── info-fill.svg │ ├── music-note.svg │ ├── air.svg │ ├── bank.svg │ ├── game-controller.svg │ ├── octagon-fill.svg │ ├── arrow-cycle.svg │ ├── circle-check-fill.svg │ ├── crown.svg │ ├── product-hunt-fill.svg │ ├── octagon.svg │ ├── ascending.svg │ ├── descending.svg │ ├── link-chain.svg │ ├── more-horizontal-fill.svg │ ├── more-vertical-fill.svg │ ├── arrow-shuffle.svg │ ├── drag-vertical.svg │ ├── edit.svg │ ├── facebook-fill.svg │ ├── history.svg │ ├── togo-cup.svg │ ├── check-in.svg │ ├── medium-fill.svg │ ├── stop-fill.svg │ ├── drag-horizontal.svg │ ├── money.svg │ ├── cart.svg │ ├── comment.svg │ ├── save.svg │ ├── chat-bubble.svg │ ├── image.svg │ ├── inbox.svg │ ├── vr-ar.svg │ ├── clipboard.svg │ ├── file.svg │ ├── eye-closed.svg │ ├── devices.svg │ ├── fire.svg │ ├── basket.svg │ ├── battery-full.svg │ ├── dice-3.svg │ ├── receipt.svg │ ├── reciept.svg │ ├── star.svg │ ├── trophy.svg │ ├── newspaper.svg │ ├── sound-on.svg │ ├── music-album.svg │ ├── data.svg │ ├── align-horizontal-center.svg │ ├── calculator.svg │ ├── people-multiple.svg │ ├── phone.svg │ ├── arrow-clockwise.svg │ └── music.svg └── icons │ ├── vercel-fill.js │ ├── circle-fill.js │ ├── square-fill.js │ ├── vue-fill.js │ ├── minus.js │ ├── triangle-up-fill.js │ ├── check.js │ ├── pause.js │ ├── sort.js │ ├── triangle-down-fill.js │ ├── cross.js │ ├── triangle-left-fill.js │ ├── triangle-right-fill.js │ ├── circle.js │ ├── oval.js │ ├── plus.js │ ├── x-small.js │ ├── box.js │ ├── chevron-up.js │ ├── radio.js │ ├── bluetooth.js │ ├── square.js │ ├── triangle-up.js │ ├── height.js │ ├── width.js │ ├── reduce.js │ ├── cursor.js │ ├── arrow-up.js │ ├── block.js │ ├── chevron-down.js │ ├── enlarge.js │ └── arrow-down.js ├── .babelrc ├── .github └── ISSUE_TEMPLATE │ └── icon-request.md └── bin └── utils.js /.npmignore: -------------------------------------------------------------------------------- 1 | bin 2 | build 3 | docs 4 | public 5 | .babelrc 6 | yarn-error.log -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | 3 | .env 4 | 5 | /dist 6 | /docs 7 | yarn-error.log 8 | yarn.lock 9 | .DS_Store -------------------------------------------------------------------------------- /src/svg/vercel-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/square-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/oval.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/pause.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/square.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/sort.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/two-line-vertical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/cross.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/text-align-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/two-line-horizontal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/text-align-center.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/text-align-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/three-line-vertical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/x-small.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/text-align-justified.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/three-line-horizontal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/chevron-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/chevron-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/chevron-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/chevron-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": [ 3 | [ 4 | "@babel/env", 5 | { 6 | "modules": false 7 | } 8 | ], 9 | "@babel/react" 10 | ], 11 | "plugins": [ 12 | "@babel/proposal-object-rest-spread" 13 | ] 14 | } -------------------------------------------------------------------------------- /src/svg/chevron-left-small.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/chevron-right-small.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/chevron-up-small.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/triangle-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/triangle-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/triangle-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/block.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/bluetooth.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/chevron-down-small.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/triangle-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/box.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/vue-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/arrow-left-thick.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/height.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/width.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/arrow-right-thick.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/arrow-up-thick.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/reduce.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/arrow-down-thick.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/cursor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/enlarge.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/unsplash-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-alert.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-x.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-back-thick.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/panel-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/panel-top.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-forward-thick.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-chevron-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-triangle-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-triangle-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/panel-bottom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/panel-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/panel-split-row.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/sidebar-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/sidebar-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-chevron-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-chevron-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-chevron-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-triangle-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-triangle-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/panel-split-column.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/radio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/more-horizontal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/dropbox-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/flag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/triangle-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/arrow-down-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-up-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-down-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/slice.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/chevron-vertical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/chevron-horizontal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/triangle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/arrow-back.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/equal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/sun.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/tablet-device.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/video.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/check-box.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/mobile-device.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/panel-split.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/toggle-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/toggle-on.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/water.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/arrow-right-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/question.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-up-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/ribbon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/credit-card-alt1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/infinite.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/infinity.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/pointer-left-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/icon-request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Icon request 3 | about: Suggest an icon for this library 4 | title: "[ICON REQUEST]" 5 | labels: enhancement 6 | assignees: artcoholic 7 | 8 | --- 9 | 10 | **Describe the icon you'd like to be added** 11 | A clear and concise description of what you want to have. 12 | 13 | **Sample icon** 14 | Attach any samples/screenshots here. 15 | -------------------------------------------------------------------------------- /src/svg/clock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/laptop-device.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/miniplayer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/angular-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/parallelogram.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/pointer-right-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/lock-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/lock-on.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/more-vertical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/radio-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/dice-1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/tetragon-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/triangle-up-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /bin/utils.js: -------------------------------------------------------------------------------- 1 | const upperCamelCase = require('uppercamelcase') 2 | 3 | const parseName = (name, defaultStyle) => { 4 | const nameSlices = name.split('-') 5 | const style = nameSlices[nameSlices.length - 1] 6 | return { 7 | name, 8 | componentName: upperCamelCase(name), 9 | style: style==='fill' || style==='stroke' ? style : defaultStyle 10 | } 11 | } 12 | 13 | module.exports = { 14 | parseName 15 | }; 16 | -------------------------------------------------------------------------------- /src/svg/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/triangle-down-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/triangle-left-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/triangle-right-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/zoom-out.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/attach.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/battery-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-minus-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/diamond.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/heart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/link-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/x-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/pointer-up-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/tetragon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/align-to-top.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/fork-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/fork-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/toggle-off-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/leaf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/pointer-down-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/toggle-on-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/align-to-bottom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/percentage.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/airplay-video.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/health.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/share-box.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/twitch-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/book.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/location.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/npm-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/svg/send.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/book-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/face-neutral.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/envelope.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/info.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/network.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/pentagon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/wifi.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/zoom-in.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/thunder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/desktop-device.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/double-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/globe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/person-cross.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/person.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/book-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/hexagon-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/backspace.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/pentagon-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/hexagon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/person-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/paper.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/settings-horizontal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/shield.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/align-top.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/mention.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/rss.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/align-bottom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/frame.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/key.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/pencil.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/planet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/face-wink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/link-out.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/pin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/statistic-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/align-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/align-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/battery-low.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/hashtag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/link-on.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/statistic-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/trash-bin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/face-sad.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/face-happy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/folder-add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/battery-charging.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/calendar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/command.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/equal-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/face-very-happy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/face-very-sad.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/full-screen.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/music-album-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-alert-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/dashboard.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/filter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/cut.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/light-bulb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/normal-screen.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/sign-out.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/tag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/triangle-alert.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/circle-plus-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/sword.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/watch-device.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/briefcase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/eye.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/wallet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/dice-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/svg/eye-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/heptagon-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/paper-airplane.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/sound-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/wine-glass.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/chess.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/circle-triangle-left-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-triangle-up-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/plane-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/plane.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/shopping-bag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/sound-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/arrow-repeat.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/circle-triangle-down-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-triangle-right-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/coin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/heptagon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/open-envelope.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/person-add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/flashlight.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/stack-overflow-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/zoom-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/svg/headphone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/home-alt1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/settings-vertical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/sound-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/double-sword.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/draft.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/check-box-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-chevron-up-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-chevron-down-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-chevron-left-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/circle-chevron-right-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/credit-card.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/google-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/cloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/microphone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/align-to-middle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/svg/battery-medium.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/door.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/grid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/triangle-alert-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/dental.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/info-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/music-note.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/vercel-fill.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const VercelFill = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 14 | 15 | 16 | ); 17 | }; 18 | 19 | VercelFill.propTypes = { 20 | color: PropTypes.string, 21 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 22 | }; 23 | 24 | export default VercelFill; 25 | -------------------------------------------------------------------------------- /src/svg/air.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/bank.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/circle-fill.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const CircleFill = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 14 | 15 | 16 | ); 17 | }; 18 | 19 | CircleFill.propTypes = { 20 | color: PropTypes.string, 21 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 22 | }; 23 | 24 | export default CircleFill; 25 | -------------------------------------------------------------------------------- /src/svg/game-controller.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/octagon-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/arrow-cycle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/circle-check-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/crown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/product-hunt-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/icons/square-fill.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const SquareFill = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 14 | 15 | 16 | ); 17 | }; 18 | 19 | SquareFill.propTypes = { 20 | color: PropTypes.string, 21 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 22 | }; 23 | 24 | export default SquareFill; 25 | -------------------------------------------------------------------------------- /src/svg/octagon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/ascending.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/descending.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/link-chain.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/more-horizontal-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/more-vertical-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/arrow-shuffle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/drag-vertical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/svg/edit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/facebook-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/svg/history.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/togo-cup.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/check-in.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/medium-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/stop-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/drag-horizontal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/svg/money.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/cart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/save.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/chat-bubble.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/image.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/svg/inbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/vr-ar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/clipboard.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/file.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/eye-closed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/vue-fill.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const VueFill = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 14 | 15 | 16 | ); 17 | }; 18 | 19 | VueFill.propTypes = { 20 | color: PropTypes.string, 21 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 22 | }; 23 | 24 | export default VueFill; 25 | -------------------------------------------------------------------------------- /src/svg/devices.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/fire.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/basket.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/minus.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Minus = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Minus.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Minus; 29 | -------------------------------------------------------------------------------- /src/svg/battery-full.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/triangle-up-fill.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const TriangleUpFill = ({ 5 | color = 'currentColor', 6 | size = '24', 7 | ...otherProps 8 | }) => { 9 | return ( 10 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | TriangleUpFill.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default TriangleUpFill; 29 | -------------------------------------------------------------------------------- /src/icons/check.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Check = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Check.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Check; 29 | -------------------------------------------------------------------------------- /src/icons/pause.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Pause = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Pause.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Pause; 29 | -------------------------------------------------------------------------------- /src/icons/sort.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Sort = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Sort.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Sort; 29 | -------------------------------------------------------------------------------- /src/icons/triangle-down-fill.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const TriangleDownFill = ({ 5 | color = 'currentColor', 6 | size = '24', 7 | ...otherProps 8 | }) => { 9 | return ( 10 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | TriangleDownFill.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default TriangleDownFill; 29 | -------------------------------------------------------------------------------- /src/icons/cross.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Cross = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Cross.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Cross; 29 | -------------------------------------------------------------------------------- /src/icons/triangle-left-fill.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const TriangleLeftFill = ({ 5 | color = 'currentColor', 6 | size = '24', 7 | ...otherProps 8 | }) => { 9 | return ( 10 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | TriangleLeftFill.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default TriangleLeftFill; 29 | -------------------------------------------------------------------------------- /src/icons/triangle-right-fill.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const TriangleRightFill = ({ 5 | color = 'currentColor', 6 | size = '24', 7 | ...otherProps 8 | }) => { 9 | return ( 10 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | TriangleRightFill.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default TriangleRightFill; 29 | -------------------------------------------------------------------------------- /src/icons/circle.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Circle = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Circle.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Circle; 29 | -------------------------------------------------------------------------------- /src/icons/oval.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Oval = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Oval.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Oval; 29 | -------------------------------------------------------------------------------- /src/icons/plus.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Plus = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Plus.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Plus; 29 | -------------------------------------------------------------------------------- /src/icons/x-small.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const XSmall = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | XSmall.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default XSmall; 29 | -------------------------------------------------------------------------------- /src/icons/box.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Box = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Box.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Box; 29 | -------------------------------------------------------------------------------- /src/icons/chevron-up.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const ChevronUp = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | ChevronUp.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default ChevronUp; 29 | -------------------------------------------------------------------------------- /src/svg/dice-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/svg/receipt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/svg/reciept.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/svg/star.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/svg/trophy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/radio.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Radio = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Radio.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Radio; 29 | -------------------------------------------------------------------------------- /src/svg/newspaper.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/svg/sound-on.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/icons/bluetooth.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Bluetooth = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Bluetooth.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Bluetooth; 29 | -------------------------------------------------------------------------------- /src/icons/square.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Square = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Square.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Square; 29 | -------------------------------------------------------------------------------- /src/icons/triangle-up.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const TriangleUp = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | TriangleUp.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default TriangleUp; 29 | -------------------------------------------------------------------------------- /src/svg/music-album.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/icons/height.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Height = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Height.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Height; 29 | -------------------------------------------------------------------------------- /src/icons/width.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Width = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Width.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Width; 29 | -------------------------------------------------------------------------------- /src/svg/data.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/reduce.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Reduce = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Reduce.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Reduce; 29 | -------------------------------------------------------------------------------- /src/svg/align-horizontal-center.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/svg/calculator.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/svg/people-multiple.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/svg/phone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/icons/cursor.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Cursor = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Cursor.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Cursor; 29 | -------------------------------------------------------------------------------- /src/svg/arrow-clockwise.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/svg/music.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/icons/arrow-up.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const ArrowUp = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | ArrowUp.propTypes = { 25 | color: PropTypes.string, 26 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 27 | }; 28 | 29 | export default ArrowUp; 30 | -------------------------------------------------------------------------------- /src/icons/block.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Block = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | Block.propTypes = { 25 | color: PropTypes.string, 26 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 27 | }; 28 | 29 | export default Block; 30 | -------------------------------------------------------------------------------- /src/icons/chevron-down.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const ChevronDown = ({ 5 | color = 'currentColor', 6 | size = '24', 7 | ...otherProps 8 | }) => { 9 | return ( 10 | 22 | 23 | 24 | ); 25 | }; 26 | 27 | ChevronDown.propTypes = { 28 | color: PropTypes.string, 29 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 30 | }; 31 | 32 | export default ChevronDown; 33 | -------------------------------------------------------------------------------- /src/icons/enlarge.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const Enlarge = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | ); 21 | }; 22 | 23 | Enlarge.propTypes = { 24 | color: PropTypes.string, 25 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 26 | }; 27 | 28 | export default Enlarge; 29 | -------------------------------------------------------------------------------- /src/icons/arrow-down.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; 3 | 4 | const ArrowDown = ({ color = 'currentColor', size = '24', ...otherProps }) => { 5 | return ( 6 | 18 | 19 | 20 | 21 | ); 22 | }; 23 | 24 | ArrowDown.propTypes = { 25 | color: PropTypes.string, 26 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 27 | }; 28 | 29 | export default ArrowDown; 30 | --------------------------------------------------------------------------------