├── Button.coffee ├── Button_Demo.framer ├── .gitignore ├── app.coffee ├── framer │ ├── .bookmark │ ├── coffee-script.js │ ├── config.json │ ├── design.vekter │ ├── framer.generated.js │ ├── framer.init.js │ ├── framer.js │ ├── framer.js.map │ ├── framer.modules.js │ ├── framer.vekter.js │ ├── images │ │ ├── cursor-active.png │ │ ├── cursor-active@2x.png │ │ ├── cursor.png │ │ ├── cursor@2x.png │ │ ├── icon-120.png │ │ ├── icon-152.png │ │ ├── icon-180.png │ │ ├── icon-192.png │ │ └── icon-76.png │ ├── style.css │ └── version ├── images │ ├── .gitkeep │ └── icons │ │ ├── accessibility.png │ │ ├── account-box.png │ │ ├── account-circle.png │ │ ├── adb.png │ │ ├── add-box.png │ │ ├── add-circle-outline.png │ │ ├── add-circle.png │ │ ├── add.png │ │ ├── android.png │ │ ├── apps.png │ │ ├── archive.png │ │ ├── arrow-back.png │ │ ├── arrow-drop-down-circle.png │ │ ├── arrow-drop-down.png │ │ ├── arrow-drop-up.png │ │ ├── arrow-forward.png │ │ ├── attachment.png │ │ ├── backspace.png │ │ ├── backup.png │ │ ├── beenhere.png │ │ ├── block.png │ │ ├── bluetooth 2.png │ │ ├── bluetooth-audio.png │ │ ├── bluetooth-connected 2.png │ │ ├── book.png │ │ ├── bookmark-outline.png │ │ ├── bookmark.png │ │ ├── bug-report.png │ │ ├── call-end.png │ │ ├── call-made.png │ │ ├── call-merge.png │ │ ├── call-missed.png │ │ ├── call-received.png │ │ ├── call-split.png │ │ ├── call.png │ │ ├── cancel.png │ │ ├── chat.png │ │ ├── check-box-blank.png │ │ ├── check-box-outline-blank.png │ │ ├── check-box-outline.png │ │ ├── check-box.png │ │ ├── check-circle-blank.png │ │ ├── check-circle-outline-blank.png │ │ ├── check-circle-outline.png │ │ ├── check-circle.png │ │ ├── check.png │ │ ├── chevron-left.png │ │ ├── chevron-right.png │ │ ├── clear.png │ │ ├── close.png │ │ ├── closed-caption.png │ │ ├── cloud-circle.png │ │ ├── cloud-done.png │ │ ├── cloud-download.png │ │ ├── cloud-off.png │ │ ├── cloud-queue.png │ │ ├── cloud-upload.png │ │ ├── cloud.png │ │ ├── comment.png │ │ ├── content-copy.png │ │ ├── content-cut.png │ │ ├── content-paste.png │ │ ├── create.png │ │ ├── credit-card.png │ │ ├── delete.png │ │ ├── dialpad.png │ │ ├── directions-bike.png │ │ ├── directions-bus.png │ │ ├── directions-car.png │ │ ├── directions-subway.png │ │ ├── directions-train.png │ │ ├── directions-transit.png │ │ ├── directions.png │ │ ├── directionswalk.png │ │ ├── disc-full.png │ │ ├── do-not-disturb.png │ │ ├── done-all.png │ │ ├── done.png │ │ ├── drafts.png │ │ ├── drawer.png │ │ ├── drive-document.png │ │ ├── drive-drawing.png │ │ ├── drive-eta.png │ │ ├── drive-file.png │ │ ├── drive-form.png │ │ ├── drive-fusiontable.png │ │ ├── drive-image.png │ │ ├── drive-ms-excel.png │ │ ├── drive-ms-powerpoint.png │ │ ├── drive-ms-word.png │ │ ├── drive-pdf.png │ │ ├── drive-presentation.png │ │ ├── drive-script.png │ │ ├── drive-site.png │ │ ├── drive-spreadsheet.png │ │ ├── drive-video.png │ │ ├── drive.png │ │ ├── earth.png │ │ ├── email 2.png │ │ ├── email.png │ │ ├── error.png │ │ ├── event 2.png │ │ ├── event.png │ │ ├── exit-to-app.png │ │ ├── expand-less.png │ │ ├── expand-more.png │ │ ├── explore.png │ │ ├── extension.png │ │ ├── fast-forward.png │ │ ├── fast-rewind.png │ │ ├── favorite-outline.png │ │ ├── favorite.png │ │ ├── file-download.png │ │ ├── file-upload.png │ │ ├── filter.png │ │ ├── flag.png │ │ ├── flights.png │ │ ├── flip-to-back.png │ │ ├── flip-to-front.png │ │ ├── folder-mydrive.png │ │ ├── folder-shared.png │ │ ├── folder.png │ │ ├── forum.png │ │ ├── forward.png │ │ ├── fullscreen-exit.png │ │ ├── fullscreen.png │ │ ├── games.png │ │ ├── gesture.png │ │ ├── gmail 2.png │ │ ├── gmail.png │ │ ├── google-plus.png │ │ ├── google.png │ │ ├── hangout 2.png │ │ ├── hangout-video-off.png │ │ ├── hangout-video.png │ │ ├── hangout.png │ │ ├── help.png │ │ ├── high-quality.png │ │ ├── history.png │ │ ├── home.png │ │ ├── hotel.png │ │ ├── https.png │ │ ├── import-export.png │ │ ├── inbox.png │ │ ├── info-outline.png │ │ ├── info.png │ │ ├── invert-colors.png │ │ ├── keep 2.png │ │ ├── keep.png │ │ ├── label-outline.png │ │ ├── label.png │ │ ├── language.png │ │ ├── launch.png │ │ ├── link.png │ │ ├── list.png │ │ ├── live-help.png │ │ ├── location.png │ │ ├── lock-open.png │ │ ├── lock-outline.png │ │ ├── lock.png │ │ ├── loop.png │ │ ├── mail.png │ │ ├── map.png │ │ ├── markunread.png │ │ ├── menu.png │ │ ├── message.png │ │ ├── messenger.png │ │ ├── mic-none.png │ │ ├── mic-off.png │ │ ├── mic.png │ │ ├── mms.png │ │ ├── more-horiz.png │ │ ├── more-vert.png │ │ ├── more.png │ │ ├── movie.png │ │ ├── news.png │ │ ├── pause-circle-fill.png │ │ ├── pause-circle-outline.png │ │ ├── pause.png │ │ ├── person-location.png │ │ ├── phone-bluetooth-speaker.png │ │ ├── phone-forwarded.png │ │ ├── phone-in-talk.png │ │ ├── phone-locked.png │ │ ├── phone-missed.png │ │ ├── phone-paused.png │ │ ├── phone.png │ │ ├── place.png │ │ ├── play-arrow.png │ │ ├── play-circle-fill.png │ │ ├── play-circle-outline.png │ │ ├── play-download.png │ │ ├── play-install.png │ │ ├── polymer.png │ │ ├── print.png │ │ ├── queue.png │ │ ├── radio-button-off.png │ │ ├── radio-button-on.png │ │ ├── receipt.png │ │ ├── refresh.png │ │ ├── reminder.png │ │ ├── remove-circle-outline.png │ │ ├── remove-circle.png │ │ ├── remove.png │ │ ├── replay.png │ │ ├── reply-all.png │ │ ├── reply.png │ │ ├── report.png │ │ ├── ring-volume.png │ │ ├── rotate-left.png │ │ ├── rotate-right.png │ │ ├── satellite.png │ │ ├── save.png │ │ ├── schedule.png │ │ ├── sd-card.png │ │ ├── search.png │ │ ├── select-all.png │ │ ├── send.png │ │ ├── settings-applications.png │ │ ├── settings-bluetooth.png │ │ ├── settings-cell.png │ │ ├── settings-phone.png │ │ ├── settings-power.png │ │ ├── settings-voice.png │ │ ├── settings.png │ │ ├── shopping-basket.png │ │ ├── shopping-cart.png │ │ ├── shuffle.png │ │ ├── sim-card-alert.png │ │ ├── skip-next.png │ │ ├── skip-previous.png │ │ ├── sms-failed.png │ │ ├── sms.png │ │ ├── sort.png │ │ ├── star-half.png │ │ ├── star-outline.png │ │ ├── star-rate.png │ │ ├── star.png │ │ ├── stop.png │ │ ├── store.png │ │ ├── swap-driving-apps.png │ │ ├── swap-horiz.png │ │ ├── swap-vert-circle.png │ │ ├── swap-vert.png │ │ ├── sync-disabled.png │ │ ├── sync-green.png │ │ ├── sync-problem-red.png │ │ ├── sync-problem.png │ │ ├── sync.png │ │ ├── system-update.png │ │ ├── tab-unselected.png │ │ ├── tab.png │ │ ├── tap-and-play.png │ │ ├── terrain.png │ │ ├── text-format.png │ │ ├── textsms.png │ │ ├── theaters.png │ │ ├── thumb-down.png │ │ ├── thumb-up.png │ │ ├── time-to-leave.png │ │ ├── today.png │ │ ├── traffic 4.png │ │ ├── translate.png │ │ ├── undo.png │ │ ├── unfold-less.png │ │ ├── unfold-more.png │ │ ├── usb 2.png │ │ ├── vibration.png │ │ ├── video-youtube.png │ │ ├── videocam-off.png │ │ ├── videocam.png │ │ ├── view-array.png │ │ ├── view-column.png │ │ ├── view-headline.png │ │ ├── view-list.png │ │ ├── view-module.png │ │ ├── view-quilt.png │ │ ├── view-stream.png │ │ ├── visibility-off.png │ │ ├── visibility.png │ │ ├── voice.png │ │ ├── voicemail.png │ │ ├── volume-down.png │ │ ├── volume-mute.png │ │ ├── volume-off.png │ │ ├── volume-up.png │ │ ├── vpn.png │ │ ├── warning.png │ │ ├── web 2.png │ │ ├── wifi-tethering 3.png │ │ └── work 2.png ├── index.html └── modules │ ├── Button.coffee │ └── myModule.coffee ├── README.md ├── example.png └── icons ├── accessibility.png ├── account-box.png ├── account-circle.png ├── adb.png ├── add-box.png ├── add-circle-outline.png ├── add-circle.png ├── add.png ├── android.png ├── apps.png ├── archive.png ├── arrow-back.png ├── arrow-drop-down-circle.png ├── arrow-drop-down.png ├── arrow-drop-up.png ├── arrow-forward.png ├── attachment.png ├── backspace.png ├── backup.png ├── beenhere.png ├── block.png ├── bluetooth 2.png ├── bluetooth-audio.png ├── bluetooth-connected 2.png ├── book.png ├── bookmark-outline.png ├── bookmark.png ├── bug-report.png ├── call-end.png ├── call-made.png ├── call-merge.png ├── call-missed.png ├── call-received.png ├── call-split.png ├── call.png ├── cancel.png ├── chat.png ├── check-box-blank.png ├── check-box-outline-blank.png ├── check-box-outline.png ├── check-box.png ├── check-circle-blank.png ├── check-circle-outline-blank.png ├── check-circle-outline.png ├── check-circle.png ├── check.png ├── chevron-left.png ├── chevron-right.png ├── clear.png ├── close.png ├── closed-caption.png ├── cloud-circle.png ├── cloud-done.png ├── cloud-download.png ├── cloud-off.png ├── cloud-queue.png ├── cloud-upload.png ├── cloud.png ├── comment.png ├── content-copy.png ├── content-cut.png ├── content-paste.png ├── create.png ├── credit-card.png ├── delete.png ├── dialpad.png ├── directions-bike.png ├── directions-bus.png ├── directions-car.png ├── directions-subway.png ├── directions-train.png ├── directions-transit.png ├── directions.png ├── directionswalk.png ├── disc-full.png ├── do-not-disturb.png ├── done-all.png ├── done.png ├── drafts.png ├── drawer.png ├── drive-document.png ├── drive-drawing.png ├── drive-eta.png ├── drive-file.png ├── drive-form.png ├── drive-fusiontable.png ├── drive-image.png ├── drive-ms-excel.png ├── drive-ms-powerpoint.png ├── drive-ms-word.png ├── drive-pdf.png ├── drive-presentation.png ├── drive-script.png ├── drive-site.png ├── drive-spreadsheet.png ├── drive-video.png ├── drive.png ├── earth.png ├── email 2.png ├── email.png ├── error.png ├── event 2.png ├── event.png ├── exit-to-app.png ├── expand-less.png ├── expand-more.png ├── explore.png ├── extension.png ├── fast-forward.png ├── fast-rewind.png ├── favorite-outline.png ├── favorite.png ├── file-download.png ├── file-upload.png ├── filter.png ├── flag.png ├── flights.png ├── flip-to-back.png ├── flip-to-front.png ├── folder-mydrive.png ├── folder-shared.png ├── folder.png ├── forum.png ├── forward.png ├── fullscreen-exit.png ├── fullscreen.png ├── games.png ├── gesture.png ├── gmail 2.png ├── gmail.png ├── google-plus.png ├── google.png ├── hangout 2.png ├── hangout-video-off.png ├── hangout-video.png ├── hangout.png ├── help.png ├── high-quality.png ├── history.png ├── home.png ├── hotel.png ├── https.png ├── import-export.png ├── inbox.png ├── info-outline.png ├── info.png ├── invert-colors.png ├── keep 2.png ├── keep.png ├── label-outline.png ├── label.png ├── language.png ├── launch.png ├── link.png ├── list.png ├── live-help.png ├── location.png ├── lock-open.png ├── lock-outline.png ├── lock.png ├── loop.png ├── mail.png ├── map.png ├── markunread.png ├── menu.png ├── message.png ├── messenger.png ├── mic-none.png ├── mic-off.png ├── mic.png ├── mms.png ├── more-horiz.png ├── more-vert.png ├── more.png ├── movie.png ├── news.png ├── pause-circle-fill.png ├── pause-circle-outline.png ├── pause.png ├── person-location.png ├── phone-bluetooth-speaker.png ├── phone-forwarded.png ├── phone-in-talk.png ├── phone-locked.png ├── phone-missed.png ├── phone-paused.png ├── phone.png ├── place.png ├── play-arrow.png ├── play-circle-fill.png ├── play-circle-outline.png ├── play-download.png ├── play-install.png ├── polymer.png ├── print.png ├── queue.png ├── radio-button-off.png ├── radio-button-on.png ├── receipt.png ├── refresh.png ├── reminder.png ├── remove-circle-outline.png ├── remove-circle.png ├── remove.png ├── replay.png ├── reply-all.png ├── reply.png ├── report.png ├── ring-volume.png ├── rotate-left.png ├── rotate-right.png ├── satellite.png ├── save.png ├── schedule.png ├── sd-card.png ├── search.png ├── select-all.png ├── send.png ├── settings-applications.png ├── settings-bluetooth.png ├── settings-cell.png ├── settings-phone.png ├── settings-power.png ├── settings-voice.png ├── settings.png ├── shopping-basket.png ├── shopping-cart.png ├── shuffle.png ├── sim-card-alert.png ├── skip-next.png ├── skip-previous.png ├── sms-failed.png ├── sms.png ├── sort.png ├── star-half.png ├── star-outline.png ├── star-rate.png ├── star.png ├── stop.png ├── store.png ├── swap-driving-apps.png ├── swap-horiz.png ├── swap-vert-circle.png ├── swap-vert.png ├── sync-disabled.png ├── sync-green.png ├── sync-problem-red.png ├── sync-problem.png ├── sync.png ├── system-update.png ├── tab-unselected.png ├── tab.png ├── tap-and-play.png ├── terrain.png ├── text-format.png ├── textsms.png ├── theaters.png ├── thumb-down.png ├── thumb-up.png ├── time-to-leave.png ├── today.png ├── traffic 4.png ├── translate.png ├── undo.png ├── unfold-less.png ├── unfold-more.png ├── usb 2.png ├── vibration.png ├── video-youtube.png ├── videocam-off.png ├── videocam.png ├── view-array.png ├── view-column.png ├── view-headline.png ├── view-list.png ├── view-module.png ├── view-quilt.png ├── view-stream.png ├── visibility-off.png ├── visibility.png ├── voice.png ├── voicemail.png ├── volume-down.png ├── volume-mute.png ├── volume-off.png ├── volume-up.png ├── vpn.png ├── warning.png ├── web 2.png ├── wifi-tethering 3.png └── work 2.png /Button.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button.coffee -------------------------------------------------------------------------------- /Button_Demo.framer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/.gitignore -------------------------------------------------------------------------------- /Button_Demo.framer/app.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/app.coffee -------------------------------------------------------------------------------- /Button_Demo.framer/framer/.bookmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/.bookmark -------------------------------------------------------------------------------- /Button_Demo.framer/framer/coffee-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/coffee-script.js -------------------------------------------------------------------------------- /Button_Demo.framer/framer/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/config.json -------------------------------------------------------------------------------- /Button_Demo.framer/framer/design.vekter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/design.vekter -------------------------------------------------------------------------------- /Button_Demo.framer/framer/framer.generated.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/framer.generated.js -------------------------------------------------------------------------------- /Button_Demo.framer/framer/framer.init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/framer.init.js -------------------------------------------------------------------------------- /Button_Demo.framer/framer/framer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/framer.js -------------------------------------------------------------------------------- /Button_Demo.framer/framer/framer.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/framer.js.map -------------------------------------------------------------------------------- /Button_Demo.framer/framer/framer.modules.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/framer.modules.js -------------------------------------------------------------------------------- /Button_Demo.framer/framer/framer.vekter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/framer.vekter.js -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/cursor-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/images/cursor-active.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/cursor-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/images/cursor-active@2x.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/images/cursor.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/cursor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/images/cursor@2x.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/images/icon-120.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/images/icon-152.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/images/icon-180.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/images/icon-192.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/images/icon-76.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/framer/style.css -------------------------------------------------------------------------------- /Button_Demo.framer/framer/version: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Button_Demo.framer/images/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/accessibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/accessibility.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/account-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/account-box.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/account-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/account-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/adb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/adb.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/add-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/add-box.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/add-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/add-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/add-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/add-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/add.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/android.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/apps.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/archive.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/arrow-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/arrow-back.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/arrow-drop-down-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/arrow-drop-down-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/arrow-drop-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/arrow-drop-down.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/arrow-drop-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/arrow-drop-up.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/arrow-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/arrow-forward.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/attachment.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/backspace.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/backup.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/beenhere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/beenhere.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/block.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bluetooth 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/bluetooth 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bluetooth-audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/bluetooth-audio.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bluetooth-connected 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/bluetooth-connected 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/book.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bookmark-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/bookmark-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/bookmark.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bug-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/bug-report.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/call-end.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-made.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/call-made.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/call-merge.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-missed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/call-missed.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-received.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/call-received.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/call-split.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/call.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/cancel.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/chat.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-box-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/check-box-blank.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-box-outline-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/check-box-outline-blank.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-box-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/check-box-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/check-box.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-circle-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/check-circle-blank.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-circle-outline-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/check-circle-outline-blank.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/check-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/check-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/check.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/chevron-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/chevron-left.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/chevron-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/chevron-right.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/clear.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/close.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/closed-caption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/closed-caption.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/cloud-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/cloud-done.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/cloud-download.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/cloud-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/cloud-queue.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/cloud-upload.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/cloud.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/comment.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/content-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/content-copy.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/content-cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/content-cut.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/content-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/content-paste.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/create.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/credit-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/credit-card.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/delete.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/dialpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/dialpad.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/directions-bike.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/directions-bus.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/directions-car.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-subway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/directions-subway.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/directions-train.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-transit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/directions-transit.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/directions.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directionswalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/directionswalk.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/disc-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/disc-full.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/do-not-disturb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/do-not-disturb.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/done-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/done-all.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/done.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drafts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drafts.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drawer.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-document.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-drawing.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-eta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-eta.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-file.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-form.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-fusiontable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-fusiontable.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-image.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-ms-excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-ms-excel.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-ms-powerpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-ms-powerpoint.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-ms-word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-ms-word.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-pdf.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-presentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-presentation.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-script.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-site.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-spreadsheet.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive-video.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/drive.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/earth.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/email 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/email 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/email.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/error.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/event 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/event 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/event.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/exit-to-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/exit-to-app.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/expand-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/expand-less.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/expand-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/expand-more.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/explore.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/extension.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/fast-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/fast-forward.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/fast-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/fast-rewind.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/favorite-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/favorite-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/favorite.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/file-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/file-download.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/file-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/file-upload.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/filter.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/flag.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/flights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/flights.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/flip-to-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/flip-to-back.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/flip-to-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/flip-to-front.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/folder-mydrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/folder-mydrive.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/folder-shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/folder-shared.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/folder.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/forum.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/forward.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/fullscreen-exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/fullscreen-exit.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/fullscreen.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/games.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/gesture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/gesture.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/gmail 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/gmail 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/gmail.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/google-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/google-plus.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/google.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hangout 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/hangout 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hangout-video-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/hangout-video-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hangout-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/hangout-video.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/hangout.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/help.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/high-quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/high-quality.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/history.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/home.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hotel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/hotel.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/https.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/https.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/import-export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/import-export.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/inbox.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/info-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/info-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/info.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/invert-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/invert-colors.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/keep 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/keep 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/keep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/keep.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/label-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/label-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/label.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/language.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/launch.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/link.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/list.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/live-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/live-help.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/location.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/lock-open.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/lock-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/lock-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/lock.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/loop.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/mail.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/map.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/markunread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/markunread.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/menu.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/message.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/messenger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/messenger.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mic-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/mic-none.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mic-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/mic-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/mic.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/mms.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/more-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/more-horiz.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/more-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/more-vert.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/more.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/movie.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/news.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/pause-circle-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/pause-circle-fill.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/pause-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/pause-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/pause.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/person-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/person-location.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-bluetooth-speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/phone-bluetooth-speaker.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-forwarded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/phone-forwarded.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-in-talk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/phone-in-talk.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/phone-locked.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-missed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/phone-missed.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-paused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/phone-paused.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/phone.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/place.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/play-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/play-arrow.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/play-circle-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/play-circle-fill.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/play-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/play-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/play-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/play-download.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/play-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/play-install.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/polymer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/polymer.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/print.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/queue.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/radio-button-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/radio-button-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/radio-button-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/radio-button-on.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/receipt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/receipt.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/refresh.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/reminder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/reminder.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/remove-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/remove-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/remove-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/remove-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/remove.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/replay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/replay.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/reply-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/reply-all.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/reply.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/report.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/ring-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/ring-volume.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/rotate-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/rotate-left.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/rotate-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/rotate-right.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/satellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/satellite.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/save.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/schedule.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sd-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sd-card.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/search.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/select-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/select-all.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/send.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-applications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/settings-applications.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-bluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/settings-bluetooth.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/settings-cell.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/settings-phone.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/settings-power.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/settings-voice.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/settings.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/shopping-basket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/shopping-basket.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/shopping-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/shopping-cart.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/shuffle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sim-card-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sim-card-alert.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/skip-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/skip-next.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/skip-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/skip-previous.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sms-failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sms-failed.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sms.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sort.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/star-half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/star-half.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/star-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/star-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/star-rate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/star-rate.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/star.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/stop.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/store.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/swap-driving-apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/swap-driving-apps.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/swap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/swap-horiz.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/swap-vert-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/swap-vert-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/swap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/swap-vert.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sync-disabled.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sync-green.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync-problem-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sync-problem-red.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync-problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sync-problem.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/sync.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/system-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/system-update.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/tab-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/tab-unselected.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/tab.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/tap-and-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/tap-and-play.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/terrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/terrain.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/text-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/text-format.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/textsms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/textsms.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/theaters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/theaters.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/thumb-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/thumb-down.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/thumb-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/thumb-up.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/time-to-leave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/time-to-leave.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/today.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/today.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/traffic 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/traffic 4.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/translate.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/undo.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/unfold-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/unfold-less.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/unfold-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/unfold-more.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/usb 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/usb 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/vibration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/vibration.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/video-youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/video-youtube.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/videocam-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/videocam-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/videocam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/videocam.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/view-array.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/view-column.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-headline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/view-headline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/view-list.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/view-module.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-quilt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/view-quilt.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/view-stream.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/visibility-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/visibility-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/visibility.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/voice.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/voicemail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/voicemail.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/volume-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/volume-down.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/volume-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/volume-mute.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/volume-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/volume-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/volume-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/volume-up.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/vpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/vpn.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/warning.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/web 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/web 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/wifi-tethering 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/wifi-tethering 3.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/work 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/images/icons/work 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/index.html -------------------------------------------------------------------------------- /Button_Demo.framer/modules/Button.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/modules/Button.coffee -------------------------------------------------------------------------------- /Button_Demo.framer/modules/myModule.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/Button_Demo.framer/modules/myModule.coffee -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/README.md -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/example.png -------------------------------------------------------------------------------- /icons/accessibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/accessibility.png -------------------------------------------------------------------------------- /icons/account-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/account-box.png -------------------------------------------------------------------------------- /icons/account-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/account-circle.png -------------------------------------------------------------------------------- /icons/adb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/adb.png -------------------------------------------------------------------------------- /icons/add-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/add-box.png -------------------------------------------------------------------------------- /icons/add-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/add-circle-outline.png -------------------------------------------------------------------------------- /icons/add-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/add-circle.png -------------------------------------------------------------------------------- /icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/add.png -------------------------------------------------------------------------------- /icons/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/android.png -------------------------------------------------------------------------------- /icons/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/apps.png -------------------------------------------------------------------------------- /icons/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/archive.png -------------------------------------------------------------------------------- /icons/arrow-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/arrow-back.png -------------------------------------------------------------------------------- /icons/arrow-drop-down-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/arrow-drop-down-circle.png -------------------------------------------------------------------------------- /icons/arrow-drop-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/arrow-drop-down.png -------------------------------------------------------------------------------- /icons/arrow-drop-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/arrow-drop-up.png -------------------------------------------------------------------------------- /icons/arrow-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/arrow-forward.png -------------------------------------------------------------------------------- /icons/attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/attachment.png -------------------------------------------------------------------------------- /icons/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/backspace.png -------------------------------------------------------------------------------- /icons/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/backup.png -------------------------------------------------------------------------------- /icons/beenhere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/beenhere.png -------------------------------------------------------------------------------- /icons/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/block.png -------------------------------------------------------------------------------- /icons/bluetooth 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/bluetooth 2.png -------------------------------------------------------------------------------- /icons/bluetooth-audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/bluetooth-audio.png -------------------------------------------------------------------------------- /icons/bluetooth-connected 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/bluetooth-connected 2.png -------------------------------------------------------------------------------- /icons/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/book.png -------------------------------------------------------------------------------- /icons/bookmark-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/bookmark-outline.png -------------------------------------------------------------------------------- /icons/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/bookmark.png -------------------------------------------------------------------------------- /icons/bug-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/bug-report.png -------------------------------------------------------------------------------- /icons/call-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/call-end.png -------------------------------------------------------------------------------- /icons/call-made.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/call-made.png -------------------------------------------------------------------------------- /icons/call-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/call-merge.png -------------------------------------------------------------------------------- /icons/call-missed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/call-missed.png -------------------------------------------------------------------------------- /icons/call-received.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/call-received.png -------------------------------------------------------------------------------- /icons/call-split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/call-split.png -------------------------------------------------------------------------------- /icons/call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/call.png -------------------------------------------------------------------------------- /icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/cancel.png -------------------------------------------------------------------------------- /icons/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/chat.png -------------------------------------------------------------------------------- /icons/check-box-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/check-box-blank.png -------------------------------------------------------------------------------- /icons/check-box-outline-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/check-box-outline-blank.png -------------------------------------------------------------------------------- /icons/check-box-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/check-box-outline.png -------------------------------------------------------------------------------- /icons/check-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/check-box.png -------------------------------------------------------------------------------- /icons/check-circle-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/check-circle-blank.png -------------------------------------------------------------------------------- /icons/check-circle-outline-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/check-circle-outline-blank.png -------------------------------------------------------------------------------- /icons/check-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/check-circle-outline.png -------------------------------------------------------------------------------- /icons/check-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/check-circle.png -------------------------------------------------------------------------------- /icons/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/check.png -------------------------------------------------------------------------------- /icons/chevron-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/chevron-left.png -------------------------------------------------------------------------------- /icons/chevron-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/chevron-right.png -------------------------------------------------------------------------------- /icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/clear.png -------------------------------------------------------------------------------- /icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/close.png -------------------------------------------------------------------------------- /icons/closed-caption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/closed-caption.png -------------------------------------------------------------------------------- /icons/cloud-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/cloud-circle.png -------------------------------------------------------------------------------- /icons/cloud-done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/cloud-done.png -------------------------------------------------------------------------------- /icons/cloud-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/cloud-download.png -------------------------------------------------------------------------------- /icons/cloud-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/cloud-off.png -------------------------------------------------------------------------------- /icons/cloud-queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/cloud-queue.png -------------------------------------------------------------------------------- /icons/cloud-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/cloud-upload.png -------------------------------------------------------------------------------- /icons/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/cloud.png -------------------------------------------------------------------------------- /icons/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/comment.png -------------------------------------------------------------------------------- /icons/content-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/content-copy.png -------------------------------------------------------------------------------- /icons/content-cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/content-cut.png -------------------------------------------------------------------------------- /icons/content-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/content-paste.png -------------------------------------------------------------------------------- /icons/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/create.png -------------------------------------------------------------------------------- /icons/credit-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/credit-card.png -------------------------------------------------------------------------------- /icons/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/delete.png -------------------------------------------------------------------------------- /icons/dialpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/dialpad.png -------------------------------------------------------------------------------- /icons/directions-bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/directions-bike.png -------------------------------------------------------------------------------- /icons/directions-bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/directions-bus.png -------------------------------------------------------------------------------- /icons/directions-car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/directions-car.png -------------------------------------------------------------------------------- /icons/directions-subway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/directions-subway.png -------------------------------------------------------------------------------- /icons/directions-train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/directions-train.png -------------------------------------------------------------------------------- /icons/directions-transit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/directions-transit.png -------------------------------------------------------------------------------- /icons/directions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/directions.png -------------------------------------------------------------------------------- /icons/directionswalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/directionswalk.png -------------------------------------------------------------------------------- /icons/disc-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/disc-full.png -------------------------------------------------------------------------------- /icons/do-not-disturb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/do-not-disturb.png -------------------------------------------------------------------------------- /icons/done-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/done-all.png -------------------------------------------------------------------------------- /icons/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/done.png -------------------------------------------------------------------------------- /icons/drafts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drafts.png -------------------------------------------------------------------------------- /icons/drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drawer.png -------------------------------------------------------------------------------- /icons/drive-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-document.png -------------------------------------------------------------------------------- /icons/drive-drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-drawing.png -------------------------------------------------------------------------------- /icons/drive-eta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-eta.png -------------------------------------------------------------------------------- /icons/drive-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-file.png -------------------------------------------------------------------------------- /icons/drive-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-form.png -------------------------------------------------------------------------------- /icons/drive-fusiontable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-fusiontable.png -------------------------------------------------------------------------------- /icons/drive-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-image.png -------------------------------------------------------------------------------- /icons/drive-ms-excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-ms-excel.png -------------------------------------------------------------------------------- /icons/drive-ms-powerpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-ms-powerpoint.png -------------------------------------------------------------------------------- /icons/drive-ms-word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-ms-word.png -------------------------------------------------------------------------------- /icons/drive-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-pdf.png -------------------------------------------------------------------------------- /icons/drive-presentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-presentation.png -------------------------------------------------------------------------------- /icons/drive-script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-script.png -------------------------------------------------------------------------------- /icons/drive-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-site.png -------------------------------------------------------------------------------- /icons/drive-spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-spreadsheet.png -------------------------------------------------------------------------------- /icons/drive-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive-video.png -------------------------------------------------------------------------------- /icons/drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/drive.png -------------------------------------------------------------------------------- /icons/earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/earth.png -------------------------------------------------------------------------------- /icons/email 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/email 2.png -------------------------------------------------------------------------------- /icons/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/email.png -------------------------------------------------------------------------------- /icons/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/error.png -------------------------------------------------------------------------------- /icons/event 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/event 2.png -------------------------------------------------------------------------------- /icons/event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/event.png -------------------------------------------------------------------------------- /icons/exit-to-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/exit-to-app.png -------------------------------------------------------------------------------- /icons/expand-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/expand-less.png -------------------------------------------------------------------------------- /icons/expand-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/expand-more.png -------------------------------------------------------------------------------- /icons/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/explore.png -------------------------------------------------------------------------------- /icons/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/extension.png -------------------------------------------------------------------------------- /icons/fast-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/fast-forward.png -------------------------------------------------------------------------------- /icons/fast-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/fast-rewind.png -------------------------------------------------------------------------------- /icons/favorite-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/favorite-outline.png -------------------------------------------------------------------------------- /icons/favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/favorite.png -------------------------------------------------------------------------------- /icons/file-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/file-download.png -------------------------------------------------------------------------------- /icons/file-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/file-upload.png -------------------------------------------------------------------------------- /icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/filter.png -------------------------------------------------------------------------------- /icons/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/flag.png -------------------------------------------------------------------------------- /icons/flights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/flights.png -------------------------------------------------------------------------------- /icons/flip-to-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/flip-to-back.png -------------------------------------------------------------------------------- /icons/flip-to-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/flip-to-front.png -------------------------------------------------------------------------------- /icons/folder-mydrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/folder-mydrive.png -------------------------------------------------------------------------------- /icons/folder-shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/folder-shared.png -------------------------------------------------------------------------------- /icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/folder.png -------------------------------------------------------------------------------- /icons/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/forum.png -------------------------------------------------------------------------------- /icons/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/forward.png -------------------------------------------------------------------------------- /icons/fullscreen-exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/fullscreen-exit.png -------------------------------------------------------------------------------- /icons/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/fullscreen.png -------------------------------------------------------------------------------- /icons/games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/games.png -------------------------------------------------------------------------------- /icons/gesture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/gesture.png -------------------------------------------------------------------------------- /icons/gmail 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/gmail 2.png -------------------------------------------------------------------------------- /icons/gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/gmail.png -------------------------------------------------------------------------------- /icons/google-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/google-plus.png -------------------------------------------------------------------------------- /icons/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/google.png -------------------------------------------------------------------------------- /icons/hangout 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/hangout 2.png -------------------------------------------------------------------------------- /icons/hangout-video-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/hangout-video-off.png -------------------------------------------------------------------------------- /icons/hangout-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/hangout-video.png -------------------------------------------------------------------------------- /icons/hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/hangout.png -------------------------------------------------------------------------------- /icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/help.png -------------------------------------------------------------------------------- /icons/high-quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/high-quality.png -------------------------------------------------------------------------------- /icons/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/history.png -------------------------------------------------------------------------------- /icons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/home.png -------------------------------------------------------------------------------- /icons/hotel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/hotel.png -------------------------------------------------------------------------------- /icons/https.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/https.png -------------------------------------------------------------------------------- /icons/import-export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/import-export.png -------------------------------------------------------------------------------- /icons/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/inbox.png -------------------------------------------------------------------------------- /icons/info-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/info-outline.png -------------------------------------------------------------------------------- /icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/info.png -------------------------------------------------------------------------------- /icons/invert-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/invert-colors.png -------------------------------------------------------------------------------- /icons/keep 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/keep 2.png -------------------------------------------------------------------------------- /icons/keep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/keep.png -------------------------------------------------------------------------------- /icons/label-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/label-outline.png -------------------------------------------------------------------------------- /icons/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/label.png -------------------------------------------------------------------------------- /icons/language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/language.png -------------------------------------------------------------------------------- /icons/launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/launch.png -------------------------------------------------------------------------------- /icons/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/link.png -------------------------------------------------------------------------------- /icons/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/list.png -------------------------------------------------------------------------------- /icons/live-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/live-help.png -------------------------------------------------------------------------------- /icons/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/location.png -------------------------------------------------------------------------------- /icons/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/lock-open.png -------------------------------------------------------------------------------- /icons/lock-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/lock-outline.png -------------------------------------------------------------------------------- /icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/lock.png -------------------------------------------------------------------------------- /icons/loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/loop.png -------------------------------------------------------------------------------- /icons/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/mail.png -------------------------------------------------------------------------------- /icons/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/map.png -------------------------------------------------------------------------------- /icons/markunread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/markunread.png -------------------------------------------------------------------------------- /icons/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/menu.png -------------------------------------------------------------------------------- /icons/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/message.png -------------------------------------------------------------------------------- /icons/messenger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/messenger.png -------------------------------------------------------------------------------- /icons/mic-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/mic-none.png -------------------------------------------------------------------------------- /icons/mic-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/mic-off.png -------------------------------------------------------------------------------- /icons/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/mic.png -------------------------------------------------------------------------------- /icons/mms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/mms.png -------------------------------------------------------------------------------- /icons/more-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/more-horiz.png -------------------------------------------------------------------------------- /icons/more-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/more-vert.png -------------------------------------------------------------------------------- /icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/more.png -------------------------------------------------------------------------------- /icons/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/movie.png -------------------------------------------------------------------------------- /icons/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/news.png -------------------------------------------------------------------------------- /icons/pause-circle-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/pause-circle-fill.png -------------------------------------------------------------------------------- /icons/pause-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/pause-circle-outline.png -------------------------------------------------------------------------------- /icons/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/pause.png -------------------------------------------------------------------------------- /icons/person-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/person-location.png -------------------------------------------------------------------------------- /icons/phone-bluetooth-speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/phone-bluetooth-speaker.png -------------------------------------------------------------------------------- /icons/phone-forwarded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/phone-forwarded.png -------------------------------------------------------------------------------- /icons/phone-in-talk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/phone-in-talk.png -------------------------------------------------------------------------------- /icons/phone-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/phone-locked.png -------------------------------------------------------------------------------- /icons/phone-missed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/phone-missed.png -------------------------------------------------------------------------------- /icons/phone-paused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/phone-paused.png -------------------------------------------------------------------------------- /icons/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/phone.png -------------------------------------------------------------------------------- /icons/place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/place.png -------------------------------------------------------------------------------- /icons/play-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/play-arrow.png -------------------------------------------------------------------------------- /icons/play-circle-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/play-circle-fill.png -------------------------------------------------------------------------------- /icons/play-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/play-circle-outline.png -------------------------------------------------------------------------------- /icons/play-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/play-download.png -------------------------------------------------------------------------------- /icons/play-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/play-install.png -------------------------------------------------------------------------------- /icons/polymer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/polymer.png -------------------------------------------------------------------------------- /icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/print.png -------------------------------------------------------------------------------- /icons/queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/queue.png -------------------------------------------------------------------------------- /icons/radio-button-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/radio-button-off.png -------------------------------------------------------------------------------- /icons/radio-button-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/radio-button-on.png -------------------------------------------------------------------------------- /icons/receipt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/receipt.png -------------------------------------------------------------------------------- /icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/refresh.png -------------------------------------------------------------------------------- /icons/reminder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/reminder.png -------------------------------------------------------------------------------- /icons/remove-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/remove-circle-outline.png -------------------------------------------------------------------------------- /icons/remove-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/remove-circle.png -------------------------------------------------------------------------------- /icons/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/remove.png -------------------------------------------------------------------------------- /icons/replay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/replay.png -------------------------------------------------------------------------------- /icons/reply-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/reply-all.png -------------------------------------------------------------------------------- /icons/reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/reply.png -------------------------------------------------------------------------------- /icons/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/report.png -------------------------------------------------------------------------------- /icons/ring-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/ring-volume.png -------------------------------------------------------------------------------- /icons/rotate-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/rotate-left.png -------------------------------------------------------------------------------- /icons/rotate-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/rotate-right.png -------------------------------------------------------------------------------- /icons/satellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/satellite.png -------------------------------------------------------------------------------- /icons/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/save.png -------------------------------------------------------------------------------- /icons/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/schedule.png -------------------------------------------------------------------------------- /icons/sd-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sd-card.png -------------------------------------------------------------------------------- /icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/search.png -------------------------------------------------------------------------------- /icons/select-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/select-all.png -------------------------------------------------------------------------------- /icons/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/send.png -------------------------------------------------------------------------------- /icons/settings-applications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/settings-applications.png -------------------------------------------------------------------------------- /icons/settings-bluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/settings-bluetooth.png -------------------------------------------------------------------------------- /icons/settings-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/settings-cell.png -------------------------------------------------------------------------------- /icons/settings-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/settings-phone.png -------------------------------------------------------------------------------- /icons/settings-power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/settings-power.png -------------------------------------------------------------------------------- /icons/settings-voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/settings-voice.png -------------------------------------------------------------------------------- /icons/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/settings.png -------------------------------------------------------------------------------- /icons/shopping-basket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/shopping-basket.png -------------------------------------------------------------------------------- /icons/shopping-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/shopping-cart.png -------------------------------------------------------------------------------- /icons/shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/shuffle.png -------------------------------------------------------------------------------- /icons/sim-card-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sim-card-alert.png -------------------------------------------------------------------------------- /icons/skip-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/skip-next.png -------------------------------------------------------------------------------- /icons/skip-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/skip-previous.png -------------------------------------------------------------------------------- /icons/sms-failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sms-failed.png -------------------------------------------------------------------------------- /icons/sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sms.png -------------------------------------------------------------------------------- /icons/sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sort.png -------------------------------------------------------------------------------- /icons/star-half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/star-half.png -------------------------------------------------------------------------------- /icons/star-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/star-outline.png -------------------------------------------------------------------------------- /icons/star-rate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/star-rate.png -------------------------------------------------------------------------------- /icons/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/star.png -------------------------------------------------------------------------------- /icons/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/stop.png -------------------------------------------------------------------------------- /icons/store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/store.png -------------------------------------------------------------------------------- /icons/swap-driving-apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/swap-driving-apps.png -------------------------------------------------------------------------------- /icons/swap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/swap-horiz.png -------------------------------------------------------------------------------- /icons/swap-vert-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/swap-vert-circle.png -------------------------------------------------------------------------------- /icons/swap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/swap-vert.png -------------------------------------------------------------------------------- /icons/sync-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sync-disabled.png -------------------------------------------------------------------------------- /icons/sync-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sync-green.png -------------------------------------------------------------------------------- /icons/sync-problem-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sync-problem-red.png -------------------------------------------------------------------------------- /icons/sync-problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sync-problem.png -------------------------------------------------------------------------------- /icons/sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/sync.png -------------------------------------------------------------------------------- /icons/system-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/system-update.png -------------------------------------------------------------------------------- /icons/tab-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/tab-unselected.png -------------------------------------------------------------------------------- /icons/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/tab.png -------------------------------------------------------------------------------- /icons/tap-and-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/tap-and-play.png -------------------------------------------------------------------------------- /icons/terrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/terrain.png -------------------------------------------------------------------------------- /icons/text-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/text-format.png -------------------------------------------------------------------------------- /icons/textsms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/textsms.png -------------------------------------------------------------------------------- /icons/theaters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/theaters.png -------------------------------------------------------------------------------- /icons/thumb-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/thumb-down.png -------------------------------------------------------------------------------- /icons/thumb-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/thumb-up.png -------------------------------------------------------------------------------- /icons/time-to-leave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/time-to-leave.png -------------------------------------------------------------------------------- /icons/today.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/today.png -------------------------------------------------------------------------------- /icons/traffic 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/traffic 4.png -------------------------------------------------------------------------------- /icons/translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/translate.png -------------------------------------------------------------------------------- /icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/undo.png -------------------------------------------------------------------------------- /icons/unfold-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/unfold-less.png -------------------------------------------------------------------------------- /icons/unfold-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/unfold-more.png -------------------------------------------------------------------------------- /icons/usb 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/usb 2.png -------------------------------------------------------------------------------- /icons/vibration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/vibration.png -------------------------------------------------------------------------------- /icons/video-youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/video-youtube.png -------------------------------------------------------------------------------- /icons/videocam-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/videocam-off.png -------------------------------------------------------------------------------- /icons/videocam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/videocam.png -------------------------------------------------------------------------------- /icons/view-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/view-array.png -------------------------------------------------------------------------------- /icons/view-column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/view-column.png -------------------------------------------------------------------------------- /icons/view-headline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/view-headline.png -------------------------------------------------------------------------------- /icons/view-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/view-list.png -------------------------------------------------------------------------------- /icons/view-module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/view-module.png -------------------------------------------------------------------------------- /icons/view-quilt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/view-quilt.png -------------------------------------------------------------------------------- /icons/view-stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/view-stream.png -------------------------------------------------------------------------------- /icons/visibility-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/visibility-off.png -------------------------------------------------------------------------------- /icons/visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/visibility.png -------------------------------------------------------------------------------- /icons/voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/voice.png -------------------------------------------------------------------------------- /icons/voicemail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/voicemail.png -------------------------------------------------------------------------------- /icons/volume-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/volume-down.png -------------------------------------------------------------------------------- /icons/volume-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/volume-mute.png -------------------------------------------------------------------------------- /icons/volume-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/volume-off.png -------------------------------------------------------------------------------- /icons/volume-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/volume-up.png -------------------------------------------------------------------------------- /icons/vpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/vpn.png -------------------------------------------------------------------------------- /icons/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/warning.png -------------------------------------------------------------------------------- /icons/web 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/web 2.png -------------------------------------------------------------------------------- /icons/wifi-tethering 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/wifi-tethering 3.png -------------------------------------------------------------------------------- /icons/work 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/HEAD/icons/work 2.png --------------------------------------------------------------------------------