lib/moticons/icon.rb in moticons-1.0.0 vs lib/moticons/icon.rb in moticons-1.1.0
- old
+ new
@@ -1,11 +1,13 @@
module Moticons
class Icon
COLLECTION_CLASSES = {
- awesome: :FAKFontAwesome,
+ awesome: :FAKFontAwesome,
foundation: :FAKFoundationIcons,
- ion: :FAKIonIcons,
- zocial: :FAKZocial
+ ion: :FAKIonIcons,
+ zocial: :FAKZocial,
+ octicon: :FAKOcticons,
+ material: :FAKMaterialIcons
}
attr_reader :collection, :name, :size, :color
def initialize(collection, name = nil, options = {})