-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1799 from G-code7/iconogram
Actualizado Iconogram w. Icons
- Loading branch information
Showing
9 changed files
with
107 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import React from "react"; | ||
export default (props) => ( | ||
<svg | ||
style={props.style} | ||
width={props.width || 58} | ||
height={props.height || 73} | ||
viewBox="0 0 58 73" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
fill="#FFCF18" | ||
d="M57.694 43.437V30.126a1.47 1.47 0 00-1.47-1.47H36.97a1.47 1.47 0 00-1.47 1.47v11.84a1.47 1.47 0 01-1.47 1.471h-8.58a1.47 1.47 0 00-1.47 1.47V56.75a1.47 1.47 0 01-1.47 1.47H11.68a1.47 1.47 0 00-1.47 1.47V71.53c0 .812.658 1.47 1.47 1.47h44.562a1.47 1.47 0 001.47-1.47V43.434h-.015l-.003.003z" | ||
></path> | ||
<path | ||
fill="#000" | ||
d="M50.457 35.816V23.843c0-1.55-1.262-2.809-2.81-2.809h-7.975v-5.842a2.09 2.09 0 00.5-.208l6.532-3.77a2.123 2.123 0 000-3.673l-6.532-3.77a2.091 2.091 0 00-.5-.209V1.34C39.672.6 39.074 0 38.332 0c-.74 0-1.339.598-1.339 1.34V21.03h-8.6a2.813 2.813 0 00-2.81 2.81v11.84a.13.13 0 01-.13.132h-8.58a2.813 2.813 0 00-2.81 2.809v11.841c0 .072-.059.131-.13.131H3.097a2.813 2.813 0 00-2.809 2.81v11.84c0 1.551 1.262 2.81 2.81 2.81h44.561c1.55 0 2.81-1.262 2.81-2.81V35.81h-.015l.003.005zM44.529 9.377l-4.857 2.804V6.574l4.857 2.803zm3.264 55.874c0 .071-.06.13-.13.13H3.096a.132.132 0 01-.13-.13V53.409c0-.071.059-.13.13-.13h10.83c1.55 0 2.81-1.262 2.81-2.81V38.628c0-.072.059-.131.13-.131h8.58c1.55 0 2.809-1.262 2.809-2.81v-11.84c0-.072.06-.132.131-.132h19.254c.072 0 .131.06.131.131v13.312l.015 1.339v26.757l.006-.003z" | ||
></path> | ||
</svg> | ||
); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -849,6 +849,7 @@ export const query = graphql` | |
} | ||
header_data { | ||
tagline | ||
tagline_color | ||
background | ||
color | ||
sub_heading | ||
|