├── 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: -------------------------------------------------------------------------------- 1 | # BUTTON 2 | # @steveruizok 3 | 4 | exports.Button = class Button extends Layer 5 | constructor: (options = {}) -> 6 | 7 | @_type = options.type ? 'basic' 8 | 9 | @_link = options.link ? false 10 | @_hover = options.hover ? true 11 | @_float = options.float ? false 12 | @_disabled = options.disabled ? false 13 | @_tint = options.tint ? 'rgba(0, 179, 231, 1)' 14 | 15 | color = options.color ? if @_link then @_tint else '#000' 16 | backgroundColor = options.backgroundColor ? '#FFF' 17 | labelColor = if @_link then null else if backgroundColor is '#000' then Color.mix(backgroundColor, '#FFF', .04) else Color.mix(backgroundColor, '#000', .04) 18 | touchColor = if backgroundColor is '#000' then Color.mix(backgroundColor, '#FFF', .16) else Color.mix(backgroundColor, '#000', .16) 19 | hoverColor = if backgroundColor is '#FFF' then Color.mix(backgroundColor, '#000', .08) else Color.mix(backgroundColor, '#FFF', .24) 20 | onColor = if backgroundColor is '#000' then Color.mix(backgroundColor, '#FFF', .2) else Color.mix(backgroundColor, '#000', .2) 21 | 22 | 23 | @_text = undefined 24 | @_textStyle = options.textStyle ? {fontSize: 13, padding: {top: 8}} 25 | 26 | @_icon = options.icon ? undefined 27 | @_iconSize = options.iconSize ? {height: undefined, width: undefined} 28 | 29 | @_labelWidth = options.labelWidth ? .34 30 | @_labelBackgroundColor = options.labelBackgroundColor ? labelColor 31 | @_labelColor = options.labelColor ? options.color ? '#000' 32 | @_value = options.value ? 0 33 | 34 | @_hoverState = options.hoverState ? { 35 | backgroundColor: if @_link then null else hoverColor 36 | } 37 | @_touchState = options.touchState ? { 38 | color: color 39 | backgroundColor: if @_link then null else touchColor 40 | } 41 | @_onState = options.onState ? { 42 | color: color 43 | backgroundColor: if @_link then null else onColor 44 | } 45 | @_disabledState = options.disabledState ? { 46 | opacity: .5 47 | } 48 | @_defaultState = options.defaultState 49 | 50 | 51 | 52 | @_isOn = options.isOn ? false 53 | @_onAction = options.onAction ? -> null 54 | @_offAction = options.offAction ? -> null 55 | 56 | @_action = options.action ? -> null 57 | @_scope = options.scope ? @ 58 | 59 | @i = options.i ? 0 60 | 61 | super _.defaults options, 62 | height: 32, width: if @_type is 'label' then 120 else 80 63 | backgroundColor: '#FFF', color: '#000' 64 | borderColor: '#333', borderWidth: 1, borderRadius: 4 65 | animationOptions: {time: .15} 66 | text: options.text ? 'Button' 67 | clip: true 68 | 69 | # LINK 70 | 71 | if @_link 72 | @props = 73 | backgroundColor: null, 74 | borderWidth: null 75 | 76 | # STATES 77 | 78 | @states = 79 | # off: _.clone(@states.default) 80 | on: @_onState 81 | touch: @_touchState 82 | hover: @_hoverState 83 | disabled: @_disabledState 84 | default: @_defaultState ? @states.default 85 | 86 | # Prevent value (in label buttons) from changing back to starting value. 87 | for state in _.keys(@states) 88 | delete @states[state].value 89 | 90 | 91 | # TEXT 92 | 93 | @buttonText = new TextLayer 94 | name: '.', parent: @ 95 | x: 0, y: Align.center, 96 | width: @width, height: @height 97 | fontSize: 13, color: @color, fontWeight: 600 98 | padding: {top: 8}, textAlign: 'center' 99 | text: "#{@_text}" ? 'Button' 100 | 101 | # ICON 102 | 103 | if @_icon? 104 | @buttonText.visible = false 105 | 106 | @iconLayer = new Layer 107 | parent: @ 108 | height: @_iconSize.height ? @height 109 | width: @_iconSize.width ? @height 110 | x: Align.center(1), 111 | y: Align.center 112 | image: "images/icons/#{@_icon}.png" 113 | 114 | @iconLayer.pixelAlign() 115 | 116 | # FLOAT 117 | 118 | if @_float 119 | _.merge @states.default, 120 | shadowX: 1, 121 | shadowY: 2, 122 | shadowBlur: 5 123 | 124 | _.merge @states.hover, 125 | shadowX: 1, 126 | shadowY: 2, 127 | shadowBlur: 5 128 | 129 | _.merge @states.touch, 130 | shadowX: 0, 131 | shadowY: 0, 132 | shadowBlur: 0 133 | 134 | _.merge @states.on, 135 | shadowX: 0, 136 | shadowY: 0, 137 | shadowBlur: 0 138 | 139 | _.merge @states.disabled, 140 | shadowX: 0, 141 | shadowY: 0, 142 | shadowBlur: 0 143 | 144 | # TOGGLE 145 | 146 | if @_isOn 147 | @animate('touch') 148 | @buttonText.color = @states.touch.color 149 | 150 | # TOUCH EVENTS 151 | 152 | @onTouchStart => 153 | @animate('touch') 154 | @buttonText.color = @states.touch.color 155 | 156 | # HOVER EVENTS 157 | 158 | if @_hover 159 | @onMouseOver -> @animate('hover') 160 | @onMouseOut -> 161 | if @_isOn 162 | @animate('on') 163 | @buttonText.color = @states.on.color ? color 164 | else if @_disabled is true then @animate('disabled') 165 | else 166 | @animate('default') 167 | @buttonText.color = @states.default.color 168 | 169 | # TYPES 170 | 171 | switch @_type 172 | when 'basic' 173 | @onTouchEnd -> 174 | _.bind(@_action, @_scope)() 175 | @reset() 176 | 177 | when 'toggle' 178 | @onTouchEnd -> @isOn = !@_isOn 179 | 180 | when 'label' 181 | @onTouchEnd -> 182 | _.bind(@_action, @_scope)() 183 | @reset() 184 | 185 | width = @width 186 | @buttonText.width = width * (1-@_labelWidth) 187 | @iconLayer?.x = (width * (1-@_labelWidth)) / 2 - (@height/2) 188 | 189 | @labelLayer = new TextLayer 190 | name: '.', parent: @ 191 | x: Align.right(1), y: Align.center 192 | width: width * @_labelWidth, height: @height 193 | backgroundColor: @_labelBackgroundColor 194 | color: @_labelColor, fontWeight: 600, fontSize: 13 195 | padding: {top: 8} 196 | textAlign: 'center' 197 | text: "#{@_value}" 198 | 199 | @labelLayer.onTouchStart (event) -> event.stopPropagation() 200 | @labelLayer.onTouchEnd (event) -> event.stopPropagation() 201 | 202 | @separator = new Layer 203 | name: '.', parent: @ 204 | x: @labelLayer.x - 1 205 | height: @height, width: 1 206 | backgroundColor: @borderColor 207 | 208 | else throw "Button has no type named #{@_type}." 209 | 210 | 211 | @textStyle = @_textStyle 212 | 213 | # DISABLED 214 | 215 | switch @_disabled 216 | when true 217 | @ignoreEvents = true 218 | @animate('disabled') 219 | when false 220 | @ignoreEvents = false 221 | @animate('default') 222 | 223 | reset: (forced) -> 224 | if @_hover and not forced 225 | @animate('hover') 226 | @buttonText.color = @states.hover.color ? @states.default.color 227 | else 228 | @animate('default') 229 | @buttonText.color = @states.default.color 230 | 231 | @define "isOn", 232 | get: -> return @_isOn 233 | set: (value) -> 234 | return if @_isOn is value 235 | 236 | @_isOn = value 237 | @emit('change:isOn', @_isOn, @) 238 | switch @_isOn 239 | when false 240 | @reset(true) 241 | _.bind(@_offAction, @_scope)() 242 | when true 243 | @animate('on') 244 | @buttonText.color = @states.on.color ? color 245 | _.bind(@_onAction, @_scope)() 246 | 247 | @define "textStyle", 248 | get: -> return @_textStyle 249 | set: (object) -> 250 | @buttonText?.props = object 251 | 252 | @define "text", 253 | get: -> return @_text 254 | set: (value) -> 255 | @emit('change:text', @_text, @) 256 | return if @_text is value 257 | 258 | @_text = value 259 | @buttonText?.text = value 260 | 261 | @define "value", 262 | get: -> return @_value 263 | set: (value) -> 264 | return if @_value is value 265 | @_value = value 266 | 267 | @emit('change:value', @_value, @) 268 | switch @_type 269 | when 'label' 270 | @labelLayer.text = "#{@_value}" 271 | 272 | @define "disabled", 273 | get: -> return @_disabled 274 | set: (value) -> 275 | return if @_disabled is value 276 | @_disabled = value 277 | 278 | @emit('change:disabled', @_disabled, @) 279 | switch @_disabled 280 | when true 281 | @ignoreEvents = true 282 | @animate('disabled') 283 | when false 284 | @ignoreEvents = false 285 | @animate('default') -------------------------------------------------------------------------------- /Button_Demo.framer/.gitignore: -------------------------------------------------------------------------------- 1 | # Framer Git Ignore 2 | 3 | # General OSX 4 | 5 | .DS_Store 6 | .AppleDouble 7 | .LSOverride 8 | 9 | # Icon must end with two \r 10 | Icon 11 | 12 | # Thumbnails 13 | ._* 14 | 15 | # Files that might appear in the root of a volume 16 | .DocumentRevisions-V100 17 | .fseventsd 18 | .Spotlight-V100 19 | .TemporaryItems 20 | .Trashes 21 | .VolumeIcon.icns 22 | 23 | # Directories potentially created on remote AFP share 24 | .AppleDB 25 | .AppleDesktop 26 | Network Trash Folder 27 | Temporary Items 28 | .apdisk 29 | 30 | # Framer Specific 31 | .*.html 32 | .app.js 33 | framer/*.old* 34 | framer/.*.hash 35 | framer/backup.coffee 36 | framer/backups/* 37 | framer/manifest.txt 38 | framer/preview.png 39 | framer/social-*x*.png 40 | -------------------------------------------------------------------------------- /Button_Demo.framer/app.coffee: -------------------------------------------------------------------------------- 1 | # Button Examples 2 | # by @steveruizok 3 | 4 | # See full project description at https://github.com/steveruizok/framer-button 5 | 6 | 7 | {Button} = require 'Button' 8 | Screen.backgroundColor = '#FFF' 9 | Framer.Device.type = "fullscreen" 10 | 11 | container = new ScrollComponent 12 | backgroundColor: null 13 | x: 0, y: 0 14 | width: Screen.width 15 | height: Screen.height 16 | scrollHorizontal: false 17 | 18 | container = container.content 19 | 20 | # Button Types 21 | 22 | basicButtons = new Layer 23 | parent: container 24 | x: Align.center, y: 32 25 | backgroundColor: null 26 | 27 | basicButtonsLabel = new TextLayer 28 | parent: basicButtons 29 | fontSize: 20, color: '#000' 30 | text: 'Button types' 31 | 32 | # -- 33 | 34 | basic1 = new Button 35 | parent: basicButtons 36 | text: 'Basic' 37 | y: 48 38 | 39 | basic2 = new Button 40 | parent: basicButtons 41 | y: 48, x: basic1.maxX + 16 42 | type: 'toggle' 43 | text: 'Toggle' 44 | 45 | basic3 = new Button 46 | parent: basicButtons 47 | y: 48, x: basic2.maxX + 16 48 | type: 'label' 49 | text: 'Label' 50 | 51 | basicButtons.props = 52 | height: basic3.maxY 53 | width: basic3.maxX 54 | x: Align.center 55 | 56 | # Styling Options 57 | 58 | stylingOptions = new Layer 59 | backgroundColor: null 60 | parent: container 61 | x: Align.center 62 | y: basicButtons.maxY + 32 63 | 64 | stylingOptionsLabel = new TextLayer 65 | parent: stylingOptions 66 | fontSize: 20, color: '#000' 67 | text: 'Styling options' 68 | 69 | # -- 70 | 71 | link1 = new Button 72 | parent: stylingOptions 73 | y: 48 74 | text: 'Link' 75 | link: true 76 | 77 | link2 = new Button 78 | parent: stylingOptions 79 | y: 48, x: link1.maxX + 16 80 | type: 'toggle' 81 | text: 'Toggle Link' 82 | link: true 83 | 84 | link3 = new Button 85 | parent: stylingOptions 86 | y: 48, x: link2.maxX + 16 87 | type: 'label' 88 | text: 'Label Link' 89 | link: true 90 | 91 | # -- 92 | 93 | float1 = new Button 94 | parent: stylingOptions 95 | y: 96 96 | text: 'Basic' 97 | float: true 98 | 99 | float2 = new Button 100 | parent: stylingOptions 101 | y: 96, x: basic1.maxX + 16 102 | type: 'toggle' 103 | text: 'Toggle' 104 | float: true 105 | 106 | float3 = new Button 107 | parent: stylingOptions 108 | y: 96, x: basic2.maxX + 16 109 | type: 'label' 110 | text: 'Label' 111 | float: true 112 | 113 | # -- 114 | 115 | hover1 = new Button 116 | parent: stylingOptions 117 | y: 144 118 | text: 'Basic' 119 | hover: false 120 | 121 | hover2 = new Button 122 | parent: stylingOptions 123 | y: 144, x: basic1.maxX + 16 124 | type: 'toggle' 125 | text: 'Hover' 126 | hover: false 127 | 128 | hover3 = new Button 129 | parent: stylingOptions 130 | y: 144, x: basic2.maxX + 16 131 | type: 'label' 132 | text: 'Hover' 133 | hover: false 134 | 135 | # -- 136 | 137 | disabled1 = new Button 138 | parent: stylingOptions 139 | y: 192 140 | text: 'Basic' 141 | disabled: true 142 | 143 | disabled2 = new Button 144 | parent: stylingOptions 145 | y: 192, x: basic1.maxX + 16 146 | type: 'toggle' 147 | text: 'Hover' 148 | disabled: true 149 | 150 | disabled3 = new Button 151 | parent: stylingOptions 152 | y: 192, x: basic2.maxX + 16 153 | type: 'label' 154 | text: 'Hover' 155 | disabled: true 156 | 157 | stylingOptions.props = 158 | height: disabled3.maxY 159 | width: disabled3.maxX 160 | x: Align.center 161 | 162 | # Icon Variant 163 | 164 | iconVariants = new Layer 165 | backgroundColor: null 166 | parent: container 167 | y: stylingOptions.maxY + 32 168 | 169 | iconVariantsLabel = new TextLayer 170 | parent: iconVariants 171 | fontSize: 20, color: '#000' 172 | text: 'Icon Variant' 173 | 174 | # -- 175 | 176 | link1 = new Button 177 | parent: iconVariants 178 | y: 48 179 | text: 'Link' 180 | link: true 181 | icon: 'check' 182 | 183 | link2 = new Button 184 | parent: iconVariants 185 | y: 48, x: link1.maxX + 16 186 | type: 'toggle' 187 | text: 'Toggle Link' 188 | link: true 189 | icon: 'check' 190 | 191 | link3 = new Button 192 | parent: iconVariants 193 | y: 48, x: link2.maxX + 16 194 | type: 'label' 195 | text: 'Label Link' 196 | link: true 197 | icon: 'check' 198 | 199 | # -- 200 | 201 | float1 = new Button 202 | parent: iconVariants 203 | y: 96 204 | text: 'Basic' 205 | float: true 206 | icon: 'check' 207 | 208 | float2 = new Button 209 | parent: iconVariants 210 | y: 96, x: basic1.maxX + 16 211 | type: 'toggle' 212 | text: 'Toggle' 213 | float: true 214 | icon: 'check' 215 | 216 | float3 = new Button 217 | parent: iconVariants 218 | y: 96, x: basic2.maxX + 16 219 | type: 'label' 220 | text: 'Label' 221 | float: true 222 | icon: 'check' 223 | 224 | # -- 225 | 226 | hover1 = new Button 227 | parent: iconVariants 228 | y: 144 229 | text: 'Basic' 230 | hover: false 231 | icon: 'check' 232 | 233 | hover2 = new Button 234 | parent: iconVariants 235 | y: 144, x: basic1.maxX + 16 236 | type: 'toggle' 237 | text: 'Hover' 238 | hover: false 239 | icon: 'check' 240 | 241 | hover3 = new Button 242 | parent: iconVariants 243 | y: 144, x: basic2.maxX + 16 244 | type: 'label' 245 | text: 'Hover' 246 | hover: false 247 | icon: 'check' 248 | 249 | # -- 250 | 251 | disabled1 = new Button 252 | parent: iconVariants 253 | y: 192 254 | text: 'Basic' 255 | disabled: true 256 | icon: 'check' 257 | 258 | disabled2 = new Button 259 | parent: iconVariants 260 | y: 192, x: basic1.maxX + 16 261 | type: 'toggle' 262 | text: 'Hover' 263 | disabled: true 264 | icon: 'check' 265 | 266 | disabled3 = new Button 267 | parent: iconVariants 268 | y: 192, x: basic2.maxX + 16 269 | type: 'label' 270 | text: 'Hover' 271 | disabled: true 272 | icon: 'check' 273 | 274 | iconVariants.props = 275 | height: disabled3.maxY 276 | width: disabled3.maxX 277 | x: Align.center 278 | 279 | # Actions 280 | 281 | actionButtons = new Layer 282 | parent: container 283 | backgroundColor: null 284 | x: Align.center 285 | y: iconVariants.maxY + 32 286 | 287 | actionButtonsLabel = new TextLayer 288 | parent: actionButtons 289 | fontSize: 20, color: '#000' 290 | text: 'Actions' 291 | 292 | # -- 293 | 294 | basic1 = new Button 295 | parent: actionButtons 296 | text: 'Basic' 297 | y: 48 298 | action: -> 299 | changeMe.text = "Basic tapped." 300 | 301 | basic2 = new Button 302 | parent: actionButtons 303 | y: 48, x: basic1.maxX + 16 304 | type: 'toggle' 305 | text: 'Toggle' 306 | onAction: -> 307 | changeMe.text = "Toggle's isOn is #{@isOn}." 308 | offAction: -> 309 | changeMe.text = "Toggle's isOn is #{@isOn}." 310 | 311 | basic3 = new Button 312 | parent: actionButtons 313 | y: 48, x: basic2.maxX + 16 314 | type: 'label' 315 | text: 'Label' 316 | action: -> 317 | @value++ 318 | changeMe.text = "Label value is #{@value}." 319 | 320 | changeMe = new TextLayer 321 | parent: actionButtons 322 | y: basic3.maxY + 32 323 | fontSize: 18, fontWeight: 500, color: '#000' 324 | text: 'Tap a button to start.' 325 | 326 | actionButtons.props = 327 | height: changeMe.maxY 328 | width: basic3.maxX 329 | x: Align.center 330 | 331 | # Button Group 332 | 333 | buttonGroup = new Layer 334 | parent: container 335 | backgroundColor: null 336 | x: Align.center 337 | y: actionButtons.maxY + 32 338 | 339 | actionButtonsLabel = new TextLayer 340 | parent: buttonGroup 341 | fontSize: 20, color: '#000' 342 | text: 'Button Group' 343 | 344 | # -- 345 | 346 | toggle1 = new Button 347 | parent: buttonGroup 348 | y: 48 349 | type: 'toggle' 350 | text: 'S' 351 | onAction: -> sib.isOn = false for sib in @siblings 352 | 353 | toggle2 = new Button 354 | parent: buttonGroup 355 | y: 48, x: basic1.maxX + 16 356 | type: 'toggle' 357 | text: 'M' 358 | onAction: -> sib.isOn = false for sib in @siblings 359 | 360 | toggle3 = new Button 361 | parent: buttonGroup 362 | y: 48, x: basic2.maxX + 16 363 | type: 'toggle' 364 | text: 'L' 365 | onAction: -> sib.isOn = false for sib in @siblings 366 | 367 | buttonGroup.props = 368 | width: basicButtons.width 369 | height: changeMe.maxY 370 | x: Align.center -------------------------------------------------------------------------------- /Button_Demo.framer/framer/.bookmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/.bookmark -------------------------------------------------------------------------------- /Button_Demo.framer/framer/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "orientation" : 0, 3 | "updateDelay" : 0.3, 4 | "designModeSelected" : 0, 5 | "cachedDeviceHeight" : 0, 6 | "contentScale" : 1, 7 | "cachedDeviceWidth" : 0, 8 | "deviceType" : "fullscreen", 9 | "sharedPrototype" : true, 10 | "propertyPanelToggleStates" : { 11 | 12 | }, 13 | "projectId" : "1054EACB-89E2-454F-9F9F-568E7442C159", 14 | "deviceOrientation" : 0, 15 | "selectedHand" : "", 16 | "showBezel" : 0, 17 | "foldedCodeRanges" : [ 18 | 19 | ], 20 | "deviceScale" : 1 21 | } -------------------------------------------------------------------------------- /Button_Demo.framer/framer/design.vekter: -------------------------------------------------------------------------------- 1 | { 2 | "version" : 2, 3 | "root" : { 4 | "id" : "2NG5~4x<", 5 | "__class" : "CanvasNode", 6 | "parentid" : null, 7 | "children" : [ 8 | 9 | ] 10 | } 11 | } -------------------------------------------------------------------------------- /Button_Demo.framer/framer/framer.generated.js: -------------------------------------------------------------------------------- 1 | // This is autogenerated by Framer 2 | 3 | 4 | if (!window.Framer && window._bridge) {window._bridge('runtime.error', {message:'[framer.js] Framer library missing or corrupt. Select File → Update Framer Library.'})} 5 | if (DeviceComponent) {DeviceComponent.Devices["iphone-6-silver"].deviceImageJP2 = false}; 6 | if (window.Framer) {window.Framer.Defaults.DeviceView = {"deviceScale":1,"selectedHand":"","deviceType":"fullscreen","contentScale":1,"hideBezel":true,"orientation":0}; 7 | } 8 | if (window.Framer) {window.Framer.Defaults.DeviceComponent = {"deviceScale":1,"selectedHand":"","deviceType":"fullscreen","contentScale":1,"hideBezel":true,"orientation":0}; 9 | } 10 | window.FramerStudioInfo = {"deviceImagesUrl":"\/_server\/resources\/DeviceImages","documentTitle":"Button_Demo.framer"}; 11 | 12 | Framer.Device = new Framer.DeviceView(); 13 | Framer.Device.setupContext(); -------------------------------------------------------------------------------- /Button_Demo.framer/framer/framer.init.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | 3 | function isFileLoadingAllowed() { 4 | return (window.location.protocol.indexOf("file") == -1) 5 | } 6 | 7 | function isHomeScreened() { 8 | return ("standalone" in window.navigator) && window.navigator.standalone == true 9 | } 10 | 11 | function isCompatibleBrowser() { 12 | return Utils.isWebKit() 13 | } 14 | 15 | var alertNode; 16 | 17 | function dismissAlert() { 18 | alertNode.parentElement.removeChild(alertNode) 19 | loadProject() 20 | } 21 | 22 | function showAlert(html) { 23 | 24 | alertNode = document.createElement("div") 25 | 26 | alertNode.classList.add("framerAlertBackground") 27 | alertNode.innerHTML = html 28 | 29 | document.addEventListener("DOMContentLoaded", function(event) { 30 | document.body.appendChild(alertNode) 31 | }) 32 | 33 | window.dismissAlert = dismissAlert; 34 | } 35 | 36 | function showBrowserAlert() { 37 | var html = "" 38 | html += "
" 39 | html += "Error: Not A WebKit Browser" 40 | html += "Your browser is not supported.
Please use Safari or Chrome.
" 41 | html += "Try anyway" 42 | html += "
" 43 | 44 | showAlert(html) 45 | } 46 | 47 | function showFileLoadingAlert() { 48 | var html = "" 49 | html += "
" 50 | html += "Error: Local File Restrictions" 51 | html += "Preview this prototype with Framer Mirror or learn more about " 52 | html += "file restrictions.
" 53 | html += "Try anyway" 54 | html += "
" 55 | 56 | showAlert(html) 57 | } 58 | 59 | function loadProject(callback) { 60 | CoffeeScript.load("app.coffee", callback) 61 | } 62 | 63 | function setDefaultPageTitle() { 64 | // If no title was set we set it to the project folder name so 65 | // you get a nice name on iOS if you bookmark to desktop. 66 | document.addEventListener("DOMContentLoaded", function() { 67 | if (document.title == "") { 68 | if (window.FramerStudioInfo && window.FramerStudioInfo.documentTitle) { 69 | document.title = window.FramerStudioInfo.documentTitle 70 | } else { 71 | document.title = window.location.pathname.replace(/\//g, "") 72 | } 73 | } 74 | }) 75 | } 76 | 77 | function init() { 78 | 79 | if (Utils.isFramerStudio()) { 80 | return 81 | } 82 | 83 | setDefaultPageTitle() 84 | 85 | if (!isCompatibleBrowser()) { 86 | return showBrowserAlert() 87 | } 88 | 89 | if (!isFileLoadingAllowed()) { 90 | return showFileLoadingAlert() 91 | } 92 | 93 | loadProject(function(){ 94 | // CoffeeScript: Framer?.CurrentContext?.emit?("loaded:project") 95 | var context; 96 | if (typeof Framer !== "undefined" && Framer !== null) { 97 | if ((context = Framer.CurrentContext) != null) { 98 | if (typeof context.emit === "function") { 99 | context.emit("loaded:project"); 100 | } 101 | } 102 | } 103 | }) 104 | } 105 | 106 | init() 107 | 108 | })() 109 | -------------------------------------------------------------------------------- /Button_Demo.framer/framer/framer.vekter.js: -------------------------------------------------------------------------------- 1 | (function(scope) {if (scope["__vekterVariables"]) { scope["__vekterVariables"].map(function(variable) { delete scope[variable] } ) };Object.assign(scope, {});scope["__vekterVariables"] = [""];if (typeof Framer.CurrentContext.layout === 'function') {Framer.CurrentContext.layout()};})(window); -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/cursor-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/images/cursor-active.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/cursor-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/images/cursor-active@2x.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/images/cursor.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/cursor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/images/cursor@2x.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/images/icon-120.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/images/icon-152.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/images/icon-180.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/images/icon-192.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/images/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/framer/images/icon-76.png -------------------------------------------------------------------------------- /Button_Demo.framer/framer/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | border: none; 5 | -webkit-user-select: none; 6 | -webkit-tap-highlight-color: rgba(0,0,0,0); 7 | } 8 | 9 | body { 10 | background-color: #fff; 11 | font: 28px/1em "Helvetica"; 12 | color: gray; 13 | overflow: hidden; 14 | } 15 | 16 | a { 17 | color: gray; 18 | } 19 | 20 | body { 21 | cursor: url('images/cursor.png') 32 32, auto; 22 | cursor: -webkit-image-set( 23 | url('images/cursor.png') 1x, 24 | url('images/cursor@2x.png') 2x 25 | ) 32 32, auto; 26 | } 27 | 28 | body:active { 29 | cursor: url('images/cursor-active.png') 32 32, auto; 30 | cursor: -webkit-image-set( 31 | url('images/cursor-active.png') 1x, 32 | url('images/cursor-active@2x.png') 2x 33 | ) 32 32, auto; 34 | } 35 | 36 | .framerAlertBackground { 37 | position: absolute; top:0px; left:0px; right:0px; bottom:0px; 38 | z-index: 1000; 39 | background-color: #fff; 40 | } 41 | 42 | .framerAlert { 43 | font:400 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif; 44 | -webkit-font-smoothing:antialiased; 45 | color:#616367; text-align:center; 46 | position: absolute; top:40%; left:50%; width:260px; margin-left:-130px; 47 | } 48 | .framerAlert strong { font-weight:500; color:#000; margin-bottom:8px; display:block; } 49 | .framerAlert a { color:#28AFFA; } 50 | .framerAlert .btn { 51 | font-weight:500; text-decoration:none; line-height:1; 52 | display:inline-block; padding:6px 12px 7px 12px; 53 | border-radius:3px; margin-top:12px; 54 | background:#28AFFA; color:#fff; 55 | } 56 | 57 | ::-webkit-scrollbar { 58 | display: none; 59 | } -------------------------------------------------------------------------------- /Button_Demo.framer/framer/version: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Button_Demo.framer/images/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/.gitkeep -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/accessibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/accessibility.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/account-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/account-box.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/account-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/account-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/adb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/adb.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/add-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/add-box.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/add-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/add-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/add-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/add-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/add.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/android.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/apps.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/archive.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/arrow-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/arrow-drop-up.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/arrow-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/arrow-forward.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/attachment.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/backspace.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/backup.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/beenhere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/beenhere.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/block.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bluetooth 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/bluetooth 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bluetooth-audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/bluetooth-audio.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bluetooth-connected 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/bluetooth-connected 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/book.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bookmark-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/bookmark-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/bookmark.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/bug-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/bug-report.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/call-end.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-made.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/call-made.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/call-merge.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-missed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/call-missed.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-received.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/call-received.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call-split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/call-split.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/call.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/cancel.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/chat.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-box-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/check-box-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/check-box.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-circle-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/check-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/check-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/check.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/chevron-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/chevron-left.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/chevron-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/chevron-right.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/clear.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/close.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/closed-caption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/closed-caption.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/cloud-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/cloud-done.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/cloud-download.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/cloud-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/cloud-queue.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/cloud-upload.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/cloud.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/comment.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/content-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/content-copy.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/content-cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/content-cut.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/content-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/content-paste.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/create.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/credit-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/credit-card.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/delete.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/dialpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/dialpad.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/directions-bike.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/directions-bus.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/directions-car.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-subway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/directions-subway.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/directions-train.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions-transit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/directions-transit.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/directions.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/directionswalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/directionswalk.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/disc-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/disc-full.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/do-not-disturb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/do-not-disturb.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/done-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/done-all.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/done.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drafts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drafts.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drawer.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-document.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-drawing.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-eta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-eta.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-file.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-form.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-fusiontable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-fusiontable.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-image.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-ms-excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-ms-word.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-pdf.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-presentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-presentation.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-script.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-site.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-spreadsheet.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive-video.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/drive.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/earth.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/email 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/email 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/email.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/error.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/event 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/event 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/event.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/exit-to-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/exit-to-app.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/expand-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/expand-less.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/expand-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/expand-more.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/explore.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/extension.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/fast-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/fast-forward.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/fast-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/fast-rewind.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/favorite-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/favorite-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/favorite.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/file-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/file-download.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/file-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/file-upload.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/filter.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/flag.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/flights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/flights.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/flip-to-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/flip-to-front.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/folder-mydrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/folder-mydrive.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/folder-shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/folder-shared.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/folder.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/forum.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/forward.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/fullscreen-exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/fullscreen-exit.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/fullscreen.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/games.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/gesture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/gesture.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/gmail 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/gmail 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/gmail.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/google-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/google-plus.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/google.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hangout 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/hangout 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hangout-video-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/hangout-video-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hangout-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/hangout-video.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/hangout.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/help.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/high-quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/high-quality.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/history.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/home.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/hotel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/hotel.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/https.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/https.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/import-export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/import-export.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/inbox.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/info-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/info-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/info.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/invert-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/invert-colors.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/keep 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/keep 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/keep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/keep.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/label-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/label-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/label.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/language.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/launch.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/link.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/list.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/live-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/live-help.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/location.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/lock-open.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/lock-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/lock-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/lock.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/loop.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/mail.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/map.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/markunread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/markunread.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/menu.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/message.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/messenger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/messenger.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mic-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/mic-none.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mic-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/mic-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/mic.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/mms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/mms.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/more-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/more-horiz.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/more-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/more-vert.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/more.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/movie.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/news.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/pause-circle-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/pause-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/pause.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/person-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/person-location.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-bluetooth-speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/phone-bluetooth-speaker.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-forwarded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/phone-forwarded.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-in-talk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/phone-in-talk.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/phone-locked.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-missed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/phone-missed.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone-paused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/phone-paused.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/phone.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/place.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/play-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/play-arrow.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/play-circle-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/play-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/play-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/play-download.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/play-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/play-install.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/polymer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/polymer.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/print.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/queue.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/radio-button-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/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/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/radio-button-on.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/receipt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/receipt.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/refresh.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/reminder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/reminder.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/remove-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/remove-circle-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/remove-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/remove-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/remove.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/replay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/replay.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/reply-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/reply-all.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/reply.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/report.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/ring-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/ring-volume.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/rotate-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/rotate-left.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/rotate-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/rotate-right.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/satellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/satellite.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/save.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/schedule.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sd-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sd-card.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/search.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/select-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/select-all.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/send.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-applications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/settings-applications.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-bluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/settings-bluetooth.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/settings-cell.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/settings-phone.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/settings-power.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings-voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/settings-voice.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/settings.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/shopping-basket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/shopping-basket.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/shopping-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/shopping-cart.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/shuffle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sim-card-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sim-card-alert.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/skip-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/skip-next.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/skip-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/skip-previous.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sms-failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sms-failed.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sms.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sort.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/star-half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/star-half.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/star-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/star-outline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/star-rate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/star-rate.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/star.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/stop.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/store.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/swap-driving-apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/swap-driving-apps.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/swap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/swap-horiz.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/swap-vert-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/swap-vert-circle.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/swap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/swap-vert.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sync-disabled.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sync-green.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync-problem-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sync-problem-red.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync-problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sync-problem.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/sync.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/system-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/system-update.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/tab-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/tab-unselected.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/tab.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/tap-and-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/tap-and-play.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/terrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/terrain.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/text-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/text-format.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/textsms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/textsms.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/theaters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/theaters.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/thumb-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/thumb-down.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/thumb-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/thumb-up.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/time-to-leave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/time-to-leave.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/today.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/today.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/traffic 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/traffic 4.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/translate.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/undo.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/unfold-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/unfold-less.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/unfold-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/unfold-more.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/usb 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/usb 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/vibration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/vibration.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/video-youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/video-youtube.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/videocam-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/videocam-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/videocam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/videocam.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/view-array.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/view-column.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-headline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/view-headline.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/view-list.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/view-module.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-quilt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/view-quilt.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/view-stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/view-stream.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/visibility-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/visibility-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/visibility.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/voice.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/voicemail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/voicemail.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/volume-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/volume-down.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/volume-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/volume-mute.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/volume-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/volume-off.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/volume-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/volume-up.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/vpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/vpn.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/warning.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/web 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/web 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/wifi-tethering 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/wifi-tethering 3.png -------------------------------------------------------------------------------- /Button_Demo.framer/images/icons/work 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/Button_Demo.framer/images/icons/work 2.png -------------------------------------------------------------------------------- /Button_Demo.framer/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /Button_Demo.framer/modules/Button.coffee: -------------------------------------------------------------------------------- 1 | # BUTTON 2 | # @steveruizok 3 | 4 | exports.Button = class Button extends Layer 5 | constructor: (options = {}) -> 6 | 7 | @_type = options.type ? 'basic' 8 | 9 | @_link = options.link ? false 10 | @_hover = options.hover ? true 11 | @_float = options.float ? false 12 | @_disabled = options.disabled ? false 13 | @_tint = options.tint ? 'rgba(0, 179, 231, 1)' 14 | 15 | color = options.color ? if @_link then @_tint else '#000' 16 | backgroundColor = options.backgroundColor ? '#FFF' 17 | labelColor = if @_link then null else if backgroundColor is '#000' then Color.mix(backgroundColor, '#FFF', .04) else Color.mix(backgroundColor, '#000', .04) 18 | touchColor = if backgroundColor is '#000' then Color.mix(backgroundColor, '#FFF', .16) else Color.mix(backgroundColor, '#000', .16) 19 | hoverColor = if backgroundColor is '#FFF' then Color.mix(backgroundColor, '#000', .08) else Color.mix(backgroundColor, '#FFF', .24) 20 | onColor = if backgroundColor is '#000' then Color.mix(backgroundColor, '#FFF', .2) else Color.mix(backgroundColor, '#000', .2) 21 | 22 | 23 | @_text = undefined 24 | @_textStyle = options.textStyle ? {fontSize: 13, padding: {top: 8}} 25 | 26 | @_icon = options.icon ? undefined 27 | @_iconSize = options.iconSize ? {height: undefined, width: undefined} 28 | 29 | @_labelWidth = options.labelWidth ? .34 30 | @_labelBackgroundColor = options.labelBackgroundColor ? labelColor 31 | @_labelColor = options.labelColor ? options.color ? '#000' 32 | @_value = options.value ? 0 33 | 34 | @_hoverState = options.hoverState ? { 35 | backgroundColor: if @_link then null else hoverColor 36 | } 37 | @_touchState = options.touchState ? { 38 | color: color 39 | backgroundColor: if @_link then null else touchColor 40 | } 41 | @_onState = options.onState ? { 42 | color: color 43 | backgroundColor: if @_link then null else onColor 44 | } 45 | @_disabledState = options.disabledState ? { 46 | opacity: .5 47 | } 48 | @_defaultState = options.defaultState 49 | 50 | 51 | 52 | @_isOn = options.isOn ? false 53 | @_onAction = options.onAction ? -> null 54 | @_offAction = options.offAction ? -> null 55 | 56 | @_action = options.action ? -> null 57 | @_scope = options.scope ? @ 58 | 59 | @i = options.i ? 0 60 | 61 | super _.defaults options, 62 | height: 32, width: if @_type is 'label' then 120 else 80 63 | backgroundColor: '#FFF', color: '#000' 64 | borderColor: '#333', borderWidth: 1, borderRadius: 4 65 | animationOptions: {time: .15} 66 | text: options.text ? 'Button' 67 | clip: true 68 | 69 | # LINK 70 | 71 | if @_link 72 | @props = 73 | backgroundColor: null, 74 | borderWidth: null 75 | 76 | # STATES 77 | 78 | @states = 79 | # off: _.clone(@states.default) 80 | on: @_onState 81 | touch: @_touchState 82 | hover: @_hoverState 83 | disabled: @_disabledState 84 | default: @_defaultState ? @states.default 85 | 86 | # Prevent value (in label buttons) from changing back to starting value. 87 | for state in _.keys(@states) 88 | delete @states[state].value 89 | 90 | 91 | # TEXT 92 | 93 | @buttonText = new TextLayer 94 | name: '.', parent: @ 95 | x: 0, y: Align.center, 96 | width: @width, height: @height 97 | fontSize: 13, color: @color, fontWeight: 600 98 | padding: {top: 8}, textAlign: 'center' 99 | text: "#{@_text}" ? 'Button' 100 | 101 | # ICON 102 | 103 | if @_icon? 104 | @buttonText.visible = false 105 | 106 | @iconLayer = new Layer 107 | parent: @ 108 | height: @_iconSize.height ? @height 109 | width: @_iconSize.width ? @height 110 | x: Align.center(1), 111 | y: Align.center 112 | image: "images/icons/#{@_icon}.png" 113 | 114 | @iconLayer.pixelAlign() 115 | 116 | # FLOAT 117 | 118 | if @_float 119 | _.merge @states.default, 120 | shadowX: 1, 121 | shadowY: 2, 122 | shadowBlur: 5 123 | 124 | _.merge @states.hover, 125 | shadowX: 1, 126 | shadowY: 2, 127 | shadowBlur: 5 128 | 129 | _.merge @states.touch, 130 | shadowX: 0, 131 | shadowY: 0, 132 | shadowBlur: 0 133 | 134 | _.merge @states.on, 135 | shadowX: 0, 136 | shadowY: 0, 137 | shadowBlur: 0 138 | 139 | _.merge @states.disabled, 140 | shadowX: 0, 141 | shadowY: 0, 142 | shadowBlur: 0 143 | 144 | # TOGGLE 145 | 146 | if @_isOn 147 | @animate('touch') 148 | @buttonText.color = @states.touch.color 149 | 150 | # TOUCH EVENTS 151 | 152 | @onTouchStart => 153 | @animate('touch') 154 | @buttonText.color = @states.touch.color 155 | 156 | # HOVER EVENTS 157 | 158 | if @_hover 159 | @onMouseOver -> @animate('hover') 160 | @onMouseOut -> 161 | if @_isOn 162 | @animate('on') 163 | @buttonText.color = @states.on.color ? color 164 | else if @_disabled is true then @animate('disabled') 165 | else 166 | @animate('default') 167 | @buttonText.color = @states.default.color 168 | 169 | # TYPES 170 | 171 | switch @_type 172 | when 'basic' 173 | @onTouchEnd -> 174 | _.bind(@_action, @_scope)() 175 | @reset() 176 | 177 | when 'toggle' 178 | @onTouchEnd -> @isOn = !@_isOn 179 | 180 | when 'label' 181 | @onTouchEnd -> 182 | _.bind(@_action, @_scope)() 183 | @reset() 184 | 185 | width = @width 186 | @buttonText.width = width * (1-@_labelWidth) 187 | @iconLayer?.x = (width * (1-@_labelWidth)) / 2 - (@height/2) 188 | 189 | @labelLayer = new TextLayer 190 | name: '.', parent: @ 191 | x: Align.right(1), y: Align.center 192 | width: width * @_labelWidth, height: @height 193 | backgroundColor: @_labelBackgroundColor 194 | color: @_labelColor, fontWeight: 600, fontSize: 13 195 | padding: {top: 8} 196 | textAlign: 'center' 197 | text: "#{@_value}" 198 | 199 | @labelLayer.onTouchStart (event) -> event.stopPropagation() 200 | @labelLayer.onTouchEnd (event) -> event.stopPropagation() 201 | 202 | @separator = new Layer 203 | name: '.', parent: @ 204 | x: @labelLayer.x - 1 205 | height: @height, width: 1 206 | backgroundColor: @borderColor 207 | 208 | else throw "Button has no type named #{@_type}." 209 | 210 | 211 | @textStyle = @_textStyle 212 | 213 | # DISABLED 214 | 215 | switch @_disabled 216 | when true 217 | @ignoreEvents = true 218 | @animate('disabled') 219 | when false 220 | @ignoreEvents = false 221 | @animate('default') 222 | 223 | reset: (forced) -> 224 | if @_hover and not forced 225 | @animate('hover') 226 | @buttonText.color = @states.hover.color ? @states.default.color 227 | else 228 | @animate('default') 229 | @buttonText.color = @states.default.color 230 | 231 | @define "isOn", 232 | get: -> return @_isOn 233 | set: (value) -> 234 | return if @_isOn is value 235 | 236 | @_isOn = value 237 | @emit('change:isOn', @_isOn, @) 238 | switch @_isOn 239 | when false 240 | @reset(true) 241 | _.bind(@_offAction, @_scope)() 242 | when true 243 | @animate('on') 244 | @buttonText.color = @states.on.color ? color 245 | _.bind(@_onAction, @_scope)() 246 | 247 | @define "textStyle", 248 | get: -> return @_textStyle 249 | set: (object) -> 250 | @buttonText?.props = object 251 | 252 | @define "text", 253 | get: -> return @_text 254 | set: (value) -> 255 | @emit('change:text', @_text, @) 256 | return if @_text is value 257 | 258 | @_text = value 259 | @buttonText?.text = value 260 | 261 | @define "value", 262 | get: -> return @_value 263 | set: (value) -> 264 | return if @_value is value 265 | @_value = value 266 | 267 | @emit('change:value', @_value, @) 268 | switch @_type 269 | when 'label' 270 | @labelLayer.text = "#{@_value}" 271 | 272 | @define "disabled", 273 | get: -> return @_disabled 274 | set: (value) -> 275 | return if @_disabled is value 276 | @_disabled = value 277 | 278 | @emit('change:disabled', @_disabled, @) 279 | switch @_disabled 280 | when true 281 | @ignoreEvents = true 282 | @animate('disabled') 283 | when false 284 | @ignoreEvents = false 285 | @animate('default') -------------------------------------------------------------------------------- /Button_Demo.framer/modules/myModule.coffee: -------------------------------------------------------------------------------- 1 | # Add the following line to your project in Framer Studio. 2 | # myModule = require "myModule" 3 | # Reference the contents by name, like myModule.myFunction() or myModule.myVar 4 | 5 | exports.myVar = "myVariable" 6 | 7 | exports.myFunction = -> 8 | print "myFunction is running" 9 | 10 | exports.myArray = [1, 2, 3] -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/example.png -------------------------------------------------------------------------------- /icons/accessibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/accessibility.png -------------------------------------------------------------------------------- /icons/account-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/account-box.png -------------------------------------------------------------------------------- /icons/account-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/account-circle.png -------------------------------------------------------------------------------- /icons/adb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/adb.png -------------------------------------------------------------------------------- /icons/add-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/add-box.png -------------------------------------------------------------------------------- /icons/add-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/add-circle-outline.png -------------------------------------------------------------------------------- /icons/add-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/add-circle.png -------------------------------------------------------------------------------- /icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/add.png -------------------------------------------------------------------------------- /icons/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/android.png -------------------------------------------------------------------------------- /icons/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/apps.png -------------------------------------------------------------------------------- /icons/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/archive.png -------------------------------------------------------------------------------- /icons/arrow-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/arrow-back.png -------------------------------------------------------------------------------- /icons/arrow-drop-down-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/arrow-drop-down-circle.png -------------------------------------------------------------------------------- /icons/arrow-drop-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/arrow-drop-down.png -------------------------------------------------------------------------------- /icons/arrow-drop-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/arrow-drop-up.png -------------------------------------------------------------------------------- /icons/arrow-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/arrow-forward.png -------------------------------------------------------------------------------- /icons/attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/attachment.png -------------------------------------------------------------------------------- /icons/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/backspace.png -------------------------------------------------------------------------------- /icons/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/backup.png -------------------------------------------------------------------------------- /icons/beenhere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/beenhere.png -------------------------------------------------------------------------------- /icons/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/block.png -------------------------------------------------------------------------------- /icons/bluetooth 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/bluetooth 2.png -------------------------------------------------------------------------------- /icons/bluetooth-audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/bluetooth-audio.png -------------------------------------------------------------------------------- /icons/bluetooth-connected 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/bluetooth-connected 2.png -------------------------------------------------------------------------------- /icons/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/book.png -------------------------------------------------------------------------------- /icons/bookmark-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/bookmark-outline.png -------------------------------------------------------------------------------- /icons/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/bookmark.png -------------------------------------------------------------------------------- /icons/bug-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/bug-report.png -------------------------------------------------------------------------------- /icons/call-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/call-end.png -------------------------------------------------------------------------------- /icons/call-made.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/call-made.png -------------------------------------------------------------------------------- /icons/call-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/call-merge.png -------------------------------------------------------------------------------- /icons/call-missed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/call-missed.png -------------------------------------------------------------------------------- /icons/call-received.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/call-received.png -------------------------------------------------------------------------------- /icons/call-split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/call-split.png -------------------------------------------------------------------------------- /icons/call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/call.png -------------------------------------------------------------------------------- /icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/cancel.png -------------------------------------------------------------------------------- /icons/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/chat.png -------------------------------------------------------------------------------- /icons/check-box-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/check-box-blank.png -------------------------------------------------------------------------------- /icons/check-box-outline-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/check-box-outline-blank.png -------------------------------------------------------------------------------- /icons/check-box-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/check-box-outline.png -------------------------------------------------------------------------------- /icons/check-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/check-box.png -------------------------------------------------------------------------------- /icons/check-circle-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/check-circle-blank.png -------------------------------------------------------------------------------- /icons/check-circle-outline-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/check-circle-outline-blank.png -------------------------------------------------------------------------------- /icons/check-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/check-circle-outline.png -------------------------------------------------------------------------------- /icons/check-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/check-circle.png -------------------------------------------------------------------------------- /icons/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/check.png -------------------------------------------------------------------------------- /icons/chevron-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/chevron-left.png -------------------------------------------------------------------------------- /icons/chevron-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/chevron-right.png -------------------------------------------------------------------------------- /icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/clear.png -------------------------------------------------------------------------------- /icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/close.png -------------------------------------------------------------------------------- /icons/closed-caption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/closed-caption.png -------------------------------------------------------------------------------- /icons/cloud-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/cloud-circle.png -------------------------------------------------------------------------------- /icons/cloud-done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/cloud-done.png -------------------------------------------------------------------------------- /icons/cloud-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/cloud-download.png -------------------------------------------------------------------------------- /icons/cloud-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/cloud-off.png -------------------------------------------------------------------------------- /icons/cloud-queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/cloud-queue.png -------------------------------------------------------------------------------- /icons/cloud-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/cloud-upload.png -------------------------------------------------------------------------------- /icons/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/cloud.png -------------------------------------------------------------------------------- /icons/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/comment.png -------------------------------------------------------------------------------- /icons/content-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/content-copy.png -------------------------------------------------------------------------------- /icons/content-cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/content-cut.png -------------------------------------------------------------------------------- /icons/content-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/content-paste.png -------------------------------------------------------------------------------- /icons/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/create.png -------------------------------------------------------------------------------- /icons/credit-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/credit-card.png -------------------------------------------------------------------------------- /icons/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/delete.png -------------------------------------------------------------------------------- /icons/dialpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/dialpad.png -------------------------------------------------------------------------------- /icons/directions-bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/directions-bike.png -------------------------------------------------------------------------------- /icons/directions-bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/directions-bus.png -------------------------------------------------------------------------------- /icons/directions-car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/directions-car.png -------------------------------------------------------------------------------- /icons/directions-subway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/directions-subway.png -------------------------------------------------------------------------------- /icons/directions-train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/directions-train.png -------------------------------------------------------------------------------- /icons/directions-transit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/directions-transit.png -------------------------------------------------------------------------------- /icons/directions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/directions.png -------------------------------------------------------------------------------- /icons/directionswalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/directionswalk.png -------------------------------------------------------------------------------- /icons/disc-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/disc-full.png -------------------------------------------------------------------------------- /icons/do-not-disturb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/do-not-disturb.png -------------------------------------------------------------------------------- /icons/done-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/done-all.png -------------------------------------------------------------------------------- /icons/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/done.png -------------------------------------------------------------------------------- /icons/drafts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drafts.png -------------------------------------------------------------------------------- /icons/drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drawer.png -------------------------------------------------------------------------------- /icons/drive-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-document.png -------------------------------------------------------------------------------- /icons/drive-drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-drawing.png -------------------------------------------------------------------------------- /icons/drive-eta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-eta.png -------------------------------------------------------------------------------- /icons/drive-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-file.png -------------------------------------------------------------------------------- /icons/drive-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-form.png -------------------------------------------------------------------------------- /icons/drive-fusiontable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-fusiontable.png -------------------------------------------------------------------------------- /icons/drive-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-image.png -------------------------------------------------------------------------------- /icons/drive-ms-excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-ms-excel.png -------------------------------------------------------------------------------- /icons/drive-ms-powerpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-ms-powerpoint.png -------------------------------------------------------------------------------- /icons/drive-ms-word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-ms-word.png -------------------------------------------------------------------------------- /icons/drive-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-pdf.png -------------------------------------------------------------------------------- /icons/drive-presentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-presentation.png -------------------------------------------------------------------------------- /icons/drive-script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-script.png -------------------------------------------------------------------------------- /icons/drive-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-site.png -------------------------------------------------------------------------------- /icons/drive-spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-spreadsheet.png -------------------------------------------------------------------------------- /icons/drive-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive-video.png -------------------------------------------------------------------------------- /icons/drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/drive.png -------------------------------------------------------------------------------- /icons/earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/earth.png -------------------------------------------------------------------------------- /icons/email 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/email 2.png -------------------------------------------------------------------------------- /icons/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/email.png -------------------------------------------------------------------------------- /icons/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/error.png -------------------------------------------------------------------------------- /icons/event 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/event 2.png -------------------------------------------------------------------------------- /icons/event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/event.png -------------------------------------------------------------------------------- /icons/exit-to-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/exit-to-app.png -------------------------------------------------------------------------------- /icons/expand-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/expand-less.png -------------------------------------------------------------------------------- /icons/expand-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/expand-more.png -------------------------------------------------------------------------------- /icons/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/explore.png -------------------------------------------------------------------------------- /icons/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/extension.png -------------------------------------------------------------------------------- /icons/fast-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/fast-forward.png -------------------------------------------------------------------------------- /icons/fast-rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/fast-rewind.png -------------------------------------------------------------------------------- /icons/favorite-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/favorite-outline.png -------------------------------------------------------------------------------- /icons/favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/favorite.png -------------------------------------------------------------------------------- /icons/file-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/file-download.png -------------------------------------------------------------------------------- /icons/file-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/file-upload.png -------------------------------------------------------------------------------- /icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/filter.png -------------------------------------------------------------------------------- /icons/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/flag.png -------------------------------------------------------------------------------- /icons/flights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/flights.png -------------------------------------------------------------------------------- /icons/flip-to-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/flip-to-back.png -------------------------------------------------------------------------------- /icons/flip-to-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/flip-to-front.png -------------------------------------------------------------------------------- /icons/folder-mydrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/folder-mydrive.png -------------------------------------------------------------------------------- /icons/folder-shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/folder-shared.png -------------------------------------------------------------------------------- /icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/folder.png -------------------------------------------------------------------------------- /icons/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/forum.png -------------------------------------------------------------------------------- /icons/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/forward.png -------------------------------------------------------------------------------- /icons/fullscreen-exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/fullscreen-exit.png -------------------------------------------------------------------------------- /icons/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/fullscreen.png -------------------------------------------------------------------------------- /icons/games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/games.png -------------------------------------------------------------------------------- /icons/gesture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/gesture.png -------------------------------------------------------------------------------- /icons/gmail 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/gmail 2.png -------------------------------------------------------------------------------- /icons/gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/gmail.png -------------------------------------------------------------------------------- /icons/google-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/google-plus.png -------------------------------------------------------------------------------- /icons/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/google.png -------------------------------------------------------------------------------- /icons/hangout 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/hangout 2.png -------------------------------------------------------------------------------- /icons/hangout-video-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/hangout-video-off.png -------------------------------------------------------------------------------- /icons/hangout-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/hangout-video.png -------------------------------------------------------------------------------- /icons/hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/hangout.png -------------------------------------------------------------------------------- /icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/help.png -------------------------------------------------------------------------------- /icons/high-quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/high-quality.png -------------------------------------------------------------------------------- /icons/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/history.png -------------------------------------------------------------------------------- /icons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/home.png -------------------------------------------------------------------------------- /icons/hotel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/hotel.png -------------------------------------------------------------------------------- /icons/https.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/https.png -------------------------------------------------------------------------------- /icons/import-export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/import-export.png -------------------------------------------------------------------------------- /icons/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/inbox.png -------------------------------------------------------------------------------- /icons/info-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/info-outline.png -------------------------------------------------------------------------------- /icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/info.png -------------------------------------------------------------------------------- /icons/invert-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/invert-colors.png -------------------------------------------------------------------------------- /icons/keep 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/keep 2.png -------------------------------------------------------------------------------- /icons/keep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/keep.png -------------------------------------------------------------------------------- /icons/label-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/label-outline.png -------------------------------------------------------------------------------- /icons/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/label.png -------------------------------------------------------------------------------- /icons/language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/language.png -------------------------------------------------------------------------------- /icons/launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/launch.png -------------------------------------------------------------------------------- /icons/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/link.png -------------------------------------------------------------------------------- /icons/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/list.png -------------------------------------------------------------------------------- /icons/live-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/live-help.png -------------------------------------------------------------------------------- /icons/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/location.png -------------------------------------------------------------------------------- /icons/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/lock-open.png -------------------------------------------------------------------------------- /icons/lock-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/lock-outline.png -------------------------------------------------------------------------------- /icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/lock.png -------------------------------------------------------------------------------- /icons/loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/loop.png -------------------------------------------------------------------------------- /icons/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/mail.png -------------------------------------------------------------------------------- /icons/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/map.png -------------------------------------------------------------------------------- /icons/markunread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/markunread.png -------------------------------------------------------------------------------- /icons/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/menu.png -------------------------------------------------------------------------------- /icons/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/message.png -------------------------------------------------------------------------------- /icons/messenger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/messenger.png -------------------------------------------------------------------------------- /icons/mic-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/mic-none.png -------------------------------------------------------------------------------- /icons/mic-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/mic-off.png -------------------------------------------------------------------------------- /icons/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/mic.png -------------------------------------------------------------------------------- /icons/mms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/mms.png -------------------------------------------------------------------------------- /icons/more-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/more-horiz.png -------------------------------------------------------------------------------- /icons/more-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/more-vert.png -------------------------------------------------------------------------------- /icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/more.png -------------------------------------------------------------------------------- /icons/movie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/movie.png -------------------------------------------------------------------------------- /icons/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/news.png -------------------------------------------------------------------------------- /icons/pause-circle-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/pause-circle-fill.png -------------------------------------------------------------------------------- /icons/pause-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/pause-circle-outline.png -------------------------------------------------------------------------------- /icons/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/pause.png -------------------------------------------------------------------------------- /icons/person-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/person-location.png -------------------------------------------------------------------------------- /icons/phone-bluetooth-speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/phone-bluetooth-speaker.png -------------------------------------------------------------------------------- /icons/phone-forwarded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/phone-forwarded.png -------------------------------------------------------------------------------- /icons/phone-in-talk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/phone-in-talk.png -------------------------------------------------------------------------------- /icons/phone-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/phone-locked.png -------------------------------------------------------------------------------- /icons/phone-missed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/phone-missed.png -------------------------------------------------------------------------------- /icons/phone-paused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/phone-paused.png -------------------------------------------------------------------------------- /icons/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/phone.png -------------------------------------------------------------------------------- /icons/place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/place.png -------------------------------------------------------------------------------- /icons/play-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/play-arrow.png -------------------------------------------------------------------------------- /icons/play-circle-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/play-circle-fill.png -------------------------------------------------------------------------------- /icons/play-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/play-circle-outline.png -------------------------------------------------------------------------------- /icons/play-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/play-download.png -------------------------------------------------------------------------------- /icons/play-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/play-install.png -------------------------------------------------------------------------------- /icons/polymer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/polymer.png -------------------------------------------------------------------------------- /icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/print.png -------------------------------------------------------------------------------- /icons/queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/queue.png -------------------------------------------------------------------------------- /icons/radio-button-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/radio-button-off.png -------------------------------------------------------------------------------- /icons/radio-button-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/radio-button-on.png -------------------------------------------------------------------------------- /icons/receipt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/receipt.png -------------------------------------------------------------------------------- /icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/refresh.png -------------------------------------------------------------------------------- /icons/reminder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/reminder.png -------------------------------------------------------------------------------- /icons/remove-circle-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/remove-circle-outline.png -------------------------------------------------------------------------------- /icons/remove-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/remove-circle.png -------------------------------------------------------------------------------- /icons/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/remove.png -------------------------------------------------------------------------------- /icons/replay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/replay.png -------------------------------------------------------------------------------- /icons/reply-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/reply-all.png -------------------------------------------------------------------------------- /icons/reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/reply.png -------------------------------------------------------------------------------- /icons/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/report.png -------------------------------------------------------------------------------- /icons/ring-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/ring-volume.png -------------------------------------------------------------------------------- /icons/rotate-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/rotate-left.png -------------------------------------------------------------------------------- /icons/rotate-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/rotate-right.png -------------------------------------------------------------------------------- /icons/satellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/satellite.png -------------------------------------------------------------------------------- /icons/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/save.png -------------------------------------------------------------------------------- /icons/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/schedule.png -------------------------------------------------------------------------------- /icons/sd-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sd-card.png -------------------------------------------------------------------------------- /icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/search.png -------------------------------------------------------------------------------- /icons/select-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/select-all.png -------------------------------------------------------------------------------- /icons/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/send.png -------------------------------------------------------------------------------- /icons/settings-applications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/settings-applications.png -------------------------------------------------------------------------------- /icons/settings-bluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/settings-bluetooth.png -------------------------------------------------------------------------------- /icons/settings-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/settings-cell.png -------------------------------------------------------------------------------- /icons/settings-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/settings-phone.png -------------------------------------------------------------------------------- /icons/settings-power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/settings-power.png -------------------------------------------------------------------------------- /icons/settings-voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/settings-voice.png -------------------------------------------------------------------------------- /icons/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/settings.png -------------------------------------------------------------------------------- /icons/shopping-basket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/shopping-basket.png -------------------------------------------------------------------------------- /icons/shopping-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/shopping-cart.png -------------------------------------------------------------------------------- /icons/shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/shuffle.png -------------------------------------------------------------------------------- /icons/sim-card-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sim-card-alert.png -------------------------------------------------------------------------------- /icons/skip-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/skip-next.png -------------------------------------------------------------------------------- /icons/skip-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/skip-previous.png -------------------------------------------------------------------------------- /icons/sms-failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sms-failed.png -------------------------------------------------------------------------------- /icons/sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sms.png -------------------------------------------------------------------------------- /icons/sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sort.png -------------------------------------------------------------------------------- /icons/star-half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/star-half.png -------------------------------------------------------------------------------- /icons/star-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/star-outline.png -------------------------------------------------------------------------------- /icons/star-rate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/star-rate.png -------------------------------------------------------------------------------- /icons/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/star.png -------------------------------------------------------------------------------- /icons/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/stop.png -------------------------------------------------------------------------------- /icons/store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/store.png -------------------------------------------------------------------------------- /icons/swap-driving-apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/swap-driving-apps.png -------------------------------------------------------------------------------- /icons/swap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/swap-horiz.png -------------------------------------------------------------------------------- /icons/swap-vert-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/swap-vert-circle.png -------------------------------------------------------------------------------- /icons/swap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/swap-vert.png -------------------------------------------------------------------------------- /icons/sync-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sync-disabled.png -------------------------------------------------------------------------------- /icons/sync-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sync-green.png -------------------------------------------------------------------------------- /icons/sync-problem-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sync-problem-red.png -------------------------------------------------------------------------------- /icons/sync-problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sync-problem.png -------------------------------------------------------------------------------- /icons/sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/sync.png -------------------------------------------------------------------------------- /icons/system-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/system-update.png -------------------------------------------------------------------------------- /icons/tab-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/tab-unselected.png -------------------------------------------------------------------------------- /icons/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/tab.png -------------------------------------------------------------------------------- /icons/tap-and-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/tap-and-play.png -------------------------------------------------------------------------------- /icons/terrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/terrain.png -------------------------------------------------------------------------------- /icons/text-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/text-format.png -------------------------------------------------------------------------------- /icons/textsms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/textsms.png -------------------------------------------------------------------------------- /icons/theaters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/theaters.png -------------------------------------------------------------------------------- /icons/thumb-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/thumb-down.png -------------------------------------------------------------------------------- /icons/thumb-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/thumb-up.png -------------------------------------------------------------------------------- /icons/time-to-leave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/time-to-leave.png -------------------------------------------------------------------------------- /icons/today.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/today.png -------------------------------------------------------------------------------- /icons/traffic 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/traffic 4.png -------------------------------------------------------------------------------- /icons/translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/translate.png -------------------------------------------------------------------------------- /icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/undo.png -------------------------------------------------------------------------------- /icons/unfold-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/unfold-less.png -------------------------------------------------------------------------------- /icons/unfold-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/unfold-more.png -------------------------------------------------------------------------------- /icons/usb 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/usb 2.png -------------------------------------------------------------------------------- /icons/vibration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/vibration.png -------------------------------------------------------------------------------- /icons/video-youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/video-youtube.png -------------------------------------------------------------------------------- /icons/videocam-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/videocam-off.png -------------------------------------------------------------------------------- /icons/videocam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/videocam.png -------------------------------------------------------------------------------- /icons/view-array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/view-array.png -------------------------------------------------------------------------------- /icons/view-column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/view-column.png -------------------------------------------------------------------------------- /icons/view-headline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/view-headline.png -------------------------------------------------------------------------------- /icons/view-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/view-list.png -------------------------------------------------------------------------------- /icons/view-module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/view-module.png -------------------------------------------------------------------------------- /icons/view-quilt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/view-quilt.png -------------------------------------------------------------------------------- /icons/view-stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/view-stream.png -------------------------------------------------------------------------------- /icons/visibility-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/visibility-off.png -------------------------------------------------------------------------------- /icons/visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/visibility.png -------------------------------------------------------------------------------- /icons/voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/voice.png -------------------------------------------------------------------------------- /icons/voicemail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/voicemail.png -------------------------------------------------------------------------------- /icons/volume-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/volume-down.png -------------------------------------------------------------------------------- /icons/volume-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/volume-mute.png -------------------------------------------------------------------------------- /icons/volume-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/volume-off.png -------------------------------------------------------------------------------- /icons/volume-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/volume-up.png -------------------------------------------------------------------------------- /icons/vpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/vpn.png -------------------------------------------------------------------------------- /icons/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/warning.png -------------------------------------------------------------------------------- /icons/web 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/web 2.png -------------------------------------------------------------------------------- /icons/wifi-tethering 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/wifi-tethering 3.png -------------------------------------------------------------------------------- /icons/work 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steveruizok/framer-button/fd32187c578e6eb186e9aba34c3e8022d09b9da2/icons/work 2.png --------------------------------------------------------------------------------