module Octicons
class Octicons::Octicon
octicons
0.0.0.pre.1b8b1c0
# calculate_height
def calculate_height(width) (width.to_i * @height) / @width end