9 lines
152 B
CoffeeScript
9 lines
152 B
CoffeeScript
`import Ember from 'ember'`
|
|
|
|
EyeIconComponent = Ember.Component.extend
|
|
|
|
tagName: 'span'
|
|
classNames: ['icon-eye']
|
|
|
|
`export default EyeIconComponent`
|