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

Adding missing stickers in Hero Template Icon #91

Open
wants to merge 1 commit into
base: master
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
28 changes: 22 additions & 6 deletions src/icons/hero/d.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,50 @@ function HeroD() {
<svg viewBox="0 0 266 150" fill="none">
<path fill="var(--solid)" d="M0 0h266v150H0z" />
<path
d="M79 88a2 2 0 012-2h25a2 2 0 012 2v6a2 2 0 01-2 2H81a2 2 0 01-2-2v-6z"
d="M79 78a2 2 0 012-2h25a2 2 0 012 2v6a2 2 0 01-2 2H81a2 2 0 01-2-2v-6z"
fill="var(--main-500)"
/>
<rect
x={20}
y={86}
y={76}
width={55}
height={10}
rx={2}
fill="var(--base-400)"
/>
<rect
x={20}
y={64}
width={104}
y={60}
width={114}
height={4}
rx={2}
fill="var(--base-500)"
/>
<rect
x={20}
y={53}
y={52}
width={72}
height={5}
rx={2.5}
fill="var(--solid-900)"
/>
<rect x={20} y={72} width={97} height={4} rx={2} fill="var(--base-500)" />
<rect x={20} y={65} width={20} height={4} rx={2} fill="var(--base-500)" />
<rect
x={53}
y={90}
width={30}
height={8}
rx={2}
fill="var(--base-400)"
/>
<rect
x={20}
y={90}
width={30}
height={8}
rx={2}
fill="var(--base-400)"
/>
<path
d="M176.778 92h26.444A3.778 3.778 0 00207 88.222V61.778A3.778 3.778 0 00203.222 58h-26.444A3.778 3.778 0 00173 61.778v26.444A3.778 3.778 0 00176.778 92zm0 0l20.778-20.778L207 80.667m-20.778-12.278a2.833 2.833 0 11-5.666 0 2.833 2.833 0 015.666 0z"
stroke="var(--base-500)"
Expand Down
34 changes: 25 additions & 9 deletions src/icons/hero/e.js
Original file line number Diff line number Diff line change
@@ -1,45 +1,61 @@
import React from "react"
import React from "react";

function HeroE() {
return (
<svg viewBox="0 0 266 150" fill="none">
<path fill="var(--solid)" d="M0 0h266v150H0z" />
<path
d="M192 88a2 2 0 012-2h25a2 2 0 012 2v6a2 2 0 01-2 2h-25a2 2 0 01-2-2v-6z"
d="M192 78a2 2 0 012-2h25a2 2 0 012 2v6a2 2 0 01-2 2h-25a2 2 0 01-2-2v-6z"
fill="var(--main-500)"
/>
<rect
x={133}
y={86}
y={76}
width={55}
height={10}
rx={2}
fill="var(--base-400)"
/>
<rect
x={133}
y={64}
width={104}
y={60}
width={114}
height={4}
rx={2}
fill="var(--base-500)"
/>
<rect
x={133}
y={53}
y={52}
width={72}
height={5}
rx={2.5}
fill="var(--solid-900)"
/>
<rect
x={133}
y={72}
width={97}
y={65}
width={20}
height={4}
rx={2}
fill="var(--base-500)"
/>
<rect
x={166}
y={90}
width={30}
height={8}
rx={2}
fill="var(--base-400)"
/>
<rect
x={133}
y={90}
width={30}
height={8}
rx={2}
fill="var(--base-400)"
/>
<path
d="M62.778 92h26.444A3.778 3.778 0 0093 88.222V61.778A3.778 3.778 0 0089.222 58H62.778A3.778 3.778 0 0059 61.778v26.444A3.778 3.778 0 0062.778 92zm0 0l20.778-20.778L93 80.667M72.222 68.389a2.833 2.833 0 11-5.666 0 2.833 2.833 0 015.666 0z"
stroke="var(--base-500)"
Expand All @@ -48,7 +64,7 @@ function HeroE() {
strokeLinejoin="round"
/>
</svg>
)
);
}

export default HeroE;
26 changes: 21 additions & 5 deletions src/icons/hero/f.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,56 @@ function HeroF() {
<path fill="var(--solid)" d="M0 0h266v150H0z" />
<rect
x={81}
y={92}
y={87}
width={104}
height={4}
rx={2}
fill="var(--base-500)"
/>
<rect
x={97}
y={81}
y={76}
width={72}
height={5}
rx={2.5}
fill="var(--solid-900)"
/>
<path
d="M148 116a2 2 0 012-2h25a2 2 0 012 2v6a2 2 0 01-2 2h-25a2 2 0 01-2-2v-6z"
d="M148 111a2 2 0 012-2h25a2 2 0 012 2v6a2 2 0 01-2 2h-25a2 2 0 01-2-2v-6z"
fill="var(--main-500)"
/>
<rect
x={89}
y={114}
y={109}
width={55}
height={10}
rx={2}
fill="var(--base-400)"
/>
<rect
x={85}
y={100}
y={95}
width={97}
height={4}
rx={2}
fill="var(--base-500)"
/>
<rect
x={130}
y={125}
width={30}
height={8}
rx={2}
fill="var(--base-400)"
/>
<rect
x={98}
y={125}
width={30}
height={8}
rx={2}
fill="var(--base-400)"
/>
<path
d="M119.778 61h26.444A3.778 3.778 0 00150 57.222V30.778A3.778 3.778 0 00146.222 27h-26.444A3.778 3.778 0 00116 30.778v26.444A3.778 3.778 0 00119.778 61zm0 0l20.778-20.778L150 49.667m-20.778-12.278a2.833 2.833 0 11-5.666 0 2.833 2.833 0 015.666 0z"
stroke="var(--base-500)"
Expand Down