travis-web/app/components/eye-icon.coffee
2015-10-26 15:22:13 +01:00

9 lines
152 B
CoffeeScript

`import Ember from 'ember'`
EyeIconComponent = Ember.Component.extend
tagName: 'span'
classNames: ['icon-eye']
`export default EyeIconComponent`