Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Logo 36 #28

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/data/logos.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import thirtytwo from "../images/logos/32-line-gazelle.png"
import thirtythree from "../images/logos/33-game-robot.png"
import thirtyfour from "../images/logos/34-side-hexagon-tech.png"
import thirtyfive from "../images/logos/35-geometric-pineapple.png"
import imageName from "../images/logos/36-LOGO R - orange & red.png"

export const Logos = [
{
Expand Down Expand Up @@ -387,5 +388,12 @@ export const Logos = [
name: "Geometric Pineapple Cube Logo",
img: thirtyfive,
},

{
id: "36",
description: `Capital R letter in orange color with a red shadow`,
availability: "Available",
name: "Orange R Capital",
img: thirtysix,
},

]
Binary file added src/images/logos/36-LOGO R - orange & red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 124 additions & 0 deletions src/images/logos/svg/36-LOGO R - orange & red.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.