Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Apr 7, 2024
1 parent fc3283e commit 3166a31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/pdf_icons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ def logo_io
StringIO.new(logo_data)
end

def logo_new_io
StringIO.new(logo_new_data)
end

def check_data
@check_data ||= PATH.join('check.png').read
end
Expand All @@ -31,4 +35,8 @@ def paperclip_data
def logo_data
@logo_data ||= PATH.join('logo.png').read
end

def logo_new_data
@logo_new_data ||= PATH.join('logo_new.png').read
end
end
Binary file added lib/pdf_icons/logo_new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3166a31

Please sign in to comment.