This commit is contained in:
Pete Matsyburka
2024-04-08 01:02:43 +03:00
parent fc3283eb3a
commit 3166a31b67
2 changed files with 8 additions and 0 deletions
+8
View File
@@ -20,6 +20,10 @@ module PdfIcons
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
@@ -31,4 +35,8 @@ module PdfIcons
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 not shown.

After

Width:  |  Height:  |  Size: 14 KiB