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 Demisexual flag #49

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
41 changes: 41 additions & 0 deletions data/flags/demisexual.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
import svg from "./svg/demisexual.svg";

const demisexual = {
name: "Demisexual",
id: "demisexual",
// I can't find any information on the year of this flag
year: "unknown",
svg,
colors: [
{
name: "black",
hexCode: "#000000",
r: 0,
g: 0,
b: 0,
},
{
name: "white",
hexCode: "#ffffff",
r: 255,
g: 255,
b: 255,
},
{
name: "purple",
hexCode: "#7902AA",
r: 121,
g: 2,
b: 170,
},
{
name: "grey",
hexCode: "#D1D1D1",
r: 209,
g: 209,
b: 209,
},
],
};

export default demisexual;
2 changes: 2 additions & 0 deletions data/flags/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import aromantic_2014 from "./aromantic_2014";
import asexual_2010 from "./asexual_2010";
import bear_1995 from "./bear_1995";
import bisexual_1998 from "./bisexual_1998";
import demisexual from "./demisexual";
import genderfluid_2012 from "./genderfluid_2012";
import genderqueer_2011 from "./genderqueer_2011";
import intersex_2013 from "./intersex_2013";
Expand Down Expand Up @@ -30,6 +31,7 @@ const flags = [
asexual_2010,
bear_1995,
bisexual_1998,
demisexual,
genderfluid_2012,
genderqueer_2011,
intersex_2013,
Expand Down
6 changes: 6 additions & 0 deletions data/flags/svg/demisexual.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.