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