├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Fire ├── PNG │ ├── Fire_Ace.png │ ├── Fire_Agender.png │ ├── Fire_Aromantic.png │ ├── Fire_Autism.png │ ├── Fire_Bisexual.png │ ├── Fire_BlackTrans.png │ ├── Fire_Enby.png │ ├── Fire_Genderfluid.png │ ├── Fire_Genderqueer.png │ ├── Fire_Intersex.png │ ├── Fire_Lesbian.png │ ├── Fire_LesbianAlt.png │ ├── Fire_MaleHomosexual.png │ ├── Fire_Pansexual.png │ ├── Fire_Polyamory.png │ ├── Fire_PolyamoryPrettier.png │ ├── Fire_Pride.png │ ├── Fire_Sapphic.png │ └── Fire_Trans.png ├── README.md └── SVG │ ├── Fire_Ace.svg │ ├── Fire_Agender.svg │ ├── Fire_Aromantic.svg │ ├── Fire_Autism.svg │ ├── Fire_Bisexual.svg │ ├── Fire_BlackTrans.svg │ ├── Fire_Enby.svg │ ├── Fire_Genderfluid.svg │ ├── Fire_Genderqueer.svg │ ├── Fire_Intersex.svg │ ├── Fire_Lesbian.svg │ ├── Fire_LesbianAlt.svg │ ├── Fire_MaleHomosexual.svg │ ├── Fire_Pansexual.svg │ ├── Fire_Polyamory.svg │ ├── Fire_PolyamoryPrettier.svg │ ├── Fire_Pride.svg │ ├── Fire_Sapphic.svg │ └── Fire_Trans.svg ├── Flag ├── PNG │ ├── Flag_Ace.png │ ├── Flag_Agender.png │ ├── Flag_Aromantic.png │ ├── Flag_Autism.png │ ├── Flag_Bisexual.png │ ├── Flag_BlackTrans.png │ ├── Flag_Enby.png │ ├── Flag_Genderfluid.png │ ├── Flag_Genderqueer.png │ ├── Flag_Intersex.png │ ├── Flag_Lesbian.png │ ├── Flag_MaleHomosexual.png │ ├── Flag_Pansexual.png │ ├── Flag_Polyamory.png │ ├── Flag_Polysexual.png │ ├── Flag_Pride.png │ ├── Flag_Progress.png │ ├── Flag_Sapphic.png │ └── Flag_Trans.png ├── README.md └── SVG │ ├── Flag_Ace.svg │ ├── Flag_Agender.svg │ ├── Flag_Aromantic.svg │ ├── Flag_Autism.svg │ ├── Flag_Bisexual.svg │ ├── Flag_BlackTrans.svg │ ├── Flag_Enby.svg │ ├── Flag_Genderfluid.svg │ ├── Flag_Genderqueer.svg │ ├── Flag_Intersex.svg │ ├── Flag_Lesbian.svg │ ├── Flag_MaleHomosexual.svg │ ├── Flag_Pansexual.svg │ ├── Flag_Polyamory.svg │ ├── Flag_Polysexual.svg │ ├── Flag_Pride.svg │ ├── Flag_Progress.svg │ ├── Flag_Sapphic.svg │ └── Flag_Trans.svg ├── Flags ├── Ace.svg ├── Agender.svg ├── Aromantic.svg ├── Autism.svg ├── Bisexual.svg ├── Demisexual.svg ├── Genderfluidity.svg ├── Genderqueer.svg ├── Intersex.svg ├── Lesbian.svg ├── Male Homosexual.svg ├── Non-binary.svg ├── Pansexual.svg ├── Polyamory.svg ├── Polysexuality.svg ├── Pride.svg ├── Sapphic.svg └── Transgender.svg ├── Heart ├── PNG │ ├── Heart_Ace.png │ ├── Heart_Agender.png │ ├── Heart_Aromantic.png │ ├── Heart_Autism.png │ ├── Heart_Bisexual.png │ ├── Heart_BlackTrans.png │ ├── Heart_Enby.png │ ├── Heart_Fuchsia.png │ ├── Heart_Genderfluid.png │ ├── Heart_Genderqueer.png │ ├── Heart_Intersex.png │ ├── Heart_Lesbian.png │ ├── Heart_MaleHomosexual.png │ ├── Heart_Pansexual.png │ ├── Heart_Polyamory.png │ ├── Heart_Polysexual.png │ ├── Heart_Pride.png │ ├── Heart_Progress.png │ ├── Heart_Sapphic.png │ └── Heart_Trans.png ├── README.md └── SVG │ ├── Heart_Ace.svg │ ├── Heart_Agender.svg │ ├── Heart_Aromantic.svg │ ├── Heart_Autism.svg │ ├── Heart_Bisexual.svg │ ├── Heart_BlackTrans.svg │ ├── Heart_Enby.svg │ ├── Heart_Fuchsia.svg │ ├── Heart_Genderfluid.svg │ ├── Heart_Genderqueer.svg │ ├── Heart_Intersex.svg │ ├── Heart_Lesbian.svg │ ├── Heart_MaleHomosexual.svg │ ├── Heart_Pansexual.svg │ ├── Heart_Polyamory.svg │ ├── Heart_Polysexual.svg │ ├── Heart_Pride.svg │ ├── Heart_Progress.svg │ ├── Heart_Sapphic.svg │ └── Heart_Trans.svg ├── LICENSE ├── MorningCoffee ├── PNG │ ├── QueerCatMorningCoffee_Ace.png │ ├── QueerCatMorningCoffee_Agender.png │ ├── QueerCatMorningCoffee_Aromantic.png │ ├── QueerCatMorningCoffee_Austism.png │ ├── QueerCatMorningCoffee_Bisexual.png │ ├── QueerCatMorningCoffee_BlackTransgender.png │ ├── QueerCatMorningCoffee_Demiboy.png │ ├── QueerCatMorningCoffee_Demigirl.png │ ├── QueerCatMorningCoffee_Enby.png │ ├── QueerCatMorningCoffee_Genderfluid.png │ ├── QueerCatMorningCoffee_Genderqueer.png │ ├── QueerCatMorningCoffee_Intersex.png │ ├── QueerCatMorningCoffee_Lesbian.png │ ├── QueerCatMorningCoffee_MaleHomosexual.png │ ├── QueerCatMorningCoffee_Pansexual.png │ ├── QueerCatMorningCoffee_Polyamory.png │ ├── QueerCatMorningCoffee_Polysexual.png │ ├── QueerCatMorningCoffee_Pride.png │ ├── QueerCatMorningCoffee_Progress.png │ ├── QueerCatMorningCoffee_Sapphic.png │ └── QueerCatMorningCoffee_Transgender.png ├── README.md └── SVG │ ├── QueerCatMorningCoffee_Ace.svg │ ├── QueerCatMorningCoffee_Agender.svg │ ├── QueerCatMorningCoffee_Aromantic.svg │ ├── QueerCatMorningCoffee_Austism.svg │ ├── QueerCatMorningCoffee_Bisexual.svg │ ├── QueerCatMorningCoffee_BlackTransgender.svg │ ├── QueerCatMorningCoffee_Demiboy.svg │ ├── QueerCatMorningCoffee_Demigirl.svg │ ├── QueerCatMorningCoffee_Enby.svg │ ├── QueerCatMorningCoffee_Genderfluid.svg │ ├── QueerCatMorningCoffee_Genderqueer.svg │ ├── QueerCatMorningCoffee_Intersex.svg │ ├── QueerCatMorningCoffee_Lesbian.svg │ ├── QueerCatMorningCoffee_MaleHomosexual.svg │ ├── QueerCatMorningCoffee_Pansexual.svg │ ├── QueerCatMorningCoffee_Polyamory.svg │ ├── QueerCatMorningCoffee_Polysexual.svg │ ├── QueerCatMorningCoffee_Pride.svg │ ├── QueerCatMorningCoffee_Progress.svg │ ├── QueerCatMorningCoffee_Sapphic.svg │ └── QueerCatMorningCoffee_Transgender.svg ├── PNG ├── body │ ├── QueerCat_Ace.png │ ├── QueerCat_Agender.png │ ├── QueerCat_Aromantic.png │ ├── QueerCat_Autism.png │ ├── QueerCat_Bisexual.png │ ├── QueerCat_BlackTrans.png │ ├── QueerCat_Enby.png │ ├── QueerCat_Genderfluid.png │ ├── QueerCat_Genderqueer.png │ ├── QueerCat_Intersex.png │ ├── QueerCat_Lesbian.png │ ├── QueerCat_MaleHomosexual.png │ ├── QueerCat_Pansexual.png │ ├── QueerCat_Polyamory.png │ ├── QueerCat_Polysexual.png │ ├── QueerCat_Pride.png │ ├── QueerCat_Sapphic.png │ └── QueerCat_Trans.png ├── heart │ ├── QueerCatHeart_Ace.png │ ├── QueerCatHeart_Agender.png │ ├── QueerCatHeart_Aromantic.png │ ├── QueerCatHeart_Autism.png │ ├── QueerCatHeart_Bisexual.png │ ├── QueerCatHeart_BlackTrans.png │ ├── QueerCatHeart_Enby.png │ ├── QueerCatHeart_Genderfluid.png │ ├── QueerCatHeart_Genderqueer.png │ ├── QueerCatHeart_Intersex.png │ ├── QueerCatHeart_Lesbian.png │ ├── QueerCatHeart_MaleHomosexual.png │ ├── QueerCatHeart_Pansexual.png │ ├── QueerCatHeart_Polyamory.png │ ├── QueerCatHeart_Polysexual.png │ ├── QueerCatHeart_Pride.png │ ├── QueerCatHeart_Sapphic.png │ └── QueerCatHeart_Trans.png └── raccoon │ ├── QueerRaccoon_Lesbian.png │ └── QueerRaccoon_MaleHomosexual.png ├── Queer Cats.fig ├── Queer Cats.sketch ├── README.md ├── SVG ├── Queer Cat.svg ├── body │ ├── QueerCat_Ace.svg │ ├── QueerCat_Agender.svg │ ├── QueerCat_Aromantic.svg │ ├── QueerCat_Autism.svg │ ├── QueerCat_Bisexual.svg │ ├── QueerCat_Enby.svg │ ├── QueerCat_Genderfluid.svg │ ├── QueerCat_Genderqueer.svg │ ├── QueerCat_Intersex.svg │ ├── QueerCat_Lesbian.svg │ ├── QueerCat_MaleHomosexual.svg │ ├── QueerCat_Pansexual.svg │ ├── QueerCat_Polyamory.svg │ ├── QueerCat_Polyamory_New.svg │ ├── QueerCat_Polysexual.svg │ ├── QueerCat_Pride.svg │ ├── QueerCat_Sapphic.svg │ └── QueerCat_Trans.svg └── heart │ ├── QueerCatHeart_Ace.svg │ ├── QueerCatHeart_Agender.svg │ ├── QueerCatHeart_Aromantic.svg │ ├── QueerCatHeart_Autism.svg │ ├── QueerCatHeart_Bisexual.svg │ ├── QueerCatHeart_Enby.svg │ ├── QueerCatHeart_Genderfluid.svg │ ├── QueerCatHeart_Genderqueer.svg │ ├── QueerCatHeart_Intersex.svg │ ├── QueerCatHeart_Lesbian.svg │ ├── QueerCatHeart_MaleHomosexual.svg │ ├── QueerCatHeart_Pansexual.svg │ ├── QueerCatHeart_Polyamory.svg │ ├── QueerCatHeart_Polysexual.svg │ ├── QueerCatHeart_Pride.svg │ ├── QueerCatHeart_Sapphic.svg │ └── QueerCatHeart_Trans.svg └── meta ├── Banner.png ├── FireBanner.png ├── FlagBanner.png ├── HeartBanner.png ├── MorningCoffeeBanner.png └── pleroma └── emoji-index └── QueerCats ├── QueerCatHearts.json ├── QueerCats.json ├── README.md └── index.json /.gitignore: -------------------------------------------------------------------------------- 1 | *.zip 2 | *.url 3 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, sex characteristics, gender identity and expression, 9 | level of experience, education, socio-economic status, nationality, personal 10 | appearance, race, religion, or sexual identity and orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at meow@codingkittens.com. All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 72 | 73 | [homepage]: https://www.contributor-covenant.org 74 | 75 | For answers to common questions about this code of conduct, see 76 | https://www.contributor-covenant.org/faq 77 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to QueerCats projects 2 | 3 | A big welcome and thank you for considering contributing to the QueerCats open source project! It’s people like you who make it a reality for users in our community. 4 | 5 | Reading and following these guidelines will help us make the contribution process easy and effective for everyone involved. It also communicates that you agree to respect the time of the developers managing and developing these open source projects. In return, we will reciprocate that respect by addressing your issue, assessing changes, and helping you finalize your pull requests. 6 | 7 | ## Quicklinks 8 | 9 | * [Code of Conduct](#code-of-conduct) 10 | * [Getting Started](#getting-started) 11 | * [Issues](#issues) 12 | * [Pull Requests](#pull-requests) 13 | 14 | ## Code of Conduct 15 | 16 | We take our open source community seriously and hold ourselves and other contributors to high standards of communication. 17 | 18 | By participating and contributing to this project, you agree to uphold our [Code of Conduct](https://github.com/ZoeBijl/QueerCats/blob/main/CODE_OF_CONDUCT.md). 19 | 20 | ## Getting Started 21 | 22 | Contributions are made to this repo via Issues and Pull Requests (PRs). A few general guidelines that cover both: 23 | 24 | - Search for existing Issues and PRs before creating your own. 25 | - If you've never contributed before, see [Open Source Beginner Guide](https://daily.dev/blog/contributing-to-open-source-github-a-beginners-guide) for resources and tips on how to get started. 26 | 27 | ### Issues 28 | 29 | Issues should be used to report problems with the library, request a new feature, or to discuss potential changes before a PR is created. When you create a new Issue, a template will be loaded that will guide you through collecting and providing the information we need to investigate. 30 | 31 | If you find an Issue that addresses the problem you're having, please add your own reproduction information to the existing issue rather than creating a new one. Adding a [reaction](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) can also help be indicating to our maintainers that a particular problem is affecting more than just the reporter. 32 | 33 | ### Pull Requests 34 | 35 | PRs to our libraries are always welcome and can be a quick way to get your fix or improvement slated for the next release. In general, PRs should: 36 | 37 | - Only fix/add the functionality in question **OR** address widespread whitespace/style issues, not both. 38 | - Add unit or integration tests for fixed or changed functionality (if a test suite already exists). 39 | - Address a single concern in the least number of changed lines as possible. 40 | - Include documentation in the repo. 41 | - Be accompanied by a complete Pull Request template (loaded automatically when a PR is created). 42 | 43 | For changes that address core functionality or would require breaking changes (e.g., a major release), it's best to open an Issue to discuss your proposal first. This is not required but can save time creating and reviewing changes. 44 | 45 | In general, we follow the ["fork-and-pull" Git workflow](https://github.com/susam/gitpr) 46 | 47 | 1. Fork the repository to your own GitHub account 48 | 2. Clone the project to your machine 49 | 3. Create a branch locally with a succinct but descriptive name 50 | 4. Commit changes to the branch 51 | 5. Following any formatting and testing guidelines specific to this repo 52 | 6. Push changes to your fork 53 | 7. Open a PR in our repository and follow the PR template so that we can efficiently review the changes. 54 | -------------------------------------------------------------------------------- /Fire/PNG/Fire_Ace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Ace.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Agender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Agender.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Aromantic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Aromantic.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Autism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Autism.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Bisexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Bisexual.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_BlackTrans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_BlackTrans.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Enby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Enby.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Genderfluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Genderfluid.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Genderqueer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Genderqueer.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Intersex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Intersex.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Lesbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Lesbian.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_LesbianAlt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_LesbianAlt.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_MaleHomosexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_MaleHomosexual.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Pansexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Pansexual.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Polyamory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Polyamory.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_PolyamoryPrettier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_PolyamoryPrettier.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Pride.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Pride.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Sapphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Sapphic.png -------------------------------------------------------------------------------- /Fire/PNG/Fire_Trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Fire/PNG/Fire_Trans.png -------------------------------------------------------------------------------- /Fire/README.md: -------------------------------------------------------------------------------- 1 | Pride Fire 2 | --- 3 | 19 pride flag inspired fire emoji. These emoji are licensed under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/). 4 | 5 | ![examples of the fire emoji included](https://zoebijl.github.io/QueerCats/meta/FireBanner.png) 6 | 7 | [![support me on ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P7GOFCE) 8 | -------------------------------------------------------------------------------- /Flag/PNG/Flag_Ace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Ace.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Agender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Agender.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Aromantic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Aromantic.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Autism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Autism.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Bisexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Bisexual.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_BlackTrans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_BlackTrans.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Enby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Enby.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Genderfluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Genderfluid.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Genderqueer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Genderqueer.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Intersex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Intersex.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Lesbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Lesbian.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_MaleHomosexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_MaleHomosexual.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Pansexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Pansexual.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Polyamory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Polyamory.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Polysexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Polysexual.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Pride.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Pride.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Progress.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Sapphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Sapphic.png -------------------------------------------------------------------------------- /Flag/PNG/Flag_Trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Flag/PNG/Flag_Trans.png -------------------------------------------------------------------------------- /Flag/README.md: -------------------------------------------------------------------------------- 1 | Pride Flags 2 | --- 3 | 19 pride flag emoji. These emoji are licensed under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/). 4 | 5 | ![examples of the flag emoji included](https://zoebijl.github.io/QueerCats/meta/FlagBanner.png) 6 | 7 | [![support me on ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P7GOFCE) 8 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Ace.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Ace 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Agender.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Agender 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Aromantic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Aromantic 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Autism.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Autism 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Bisexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Bisexual 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_BlackTrans.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_BlackTrans 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Enby.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Enby 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Genderfluid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Genderfluid 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Genderqueer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Genderqueer 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Intersex.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Intersex 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Lesbian.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_MaleHomosexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_MaleHomosexual 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Pansexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Pansexual 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Polysexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Polysexual 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Pride.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Pride 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Progress.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Progress 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Sapphic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Sapphic 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /Flag/SVG/Flag_Trans.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Flag_Trans 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Flags/Ace.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Flags/Agender.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Flags/Aromantic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Flags/Autism.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flags/Bisexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Flags/Demisexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Flags/Genderfluidity.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Flags/Genderqueer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Flags/Intersex.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Flags/Lesbian.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Flags/Male Homosexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Flags/Non-binary.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Flags/Pansexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Flags/Polyamory.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Flags/Polysexuality.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Flags/Pride.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Flags/Sapphic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Flags/Transgender.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Heart/PNG/Heart_Ace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Ace.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Agender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Agender.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Aromantic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Aromantic.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Autism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Autism.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Bisexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Bisexual.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_BlackTrans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_BlackTrans.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Enby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Enby.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Fuchsia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Fuchsia.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Genderfluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Genderfluid.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Genderqueer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Genderqueer.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Intersex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Intersex.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Lesbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Lesbian.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_MaleHomosexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_MaleHomosexual.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Pansexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Pansexual.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Polyamory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Polyamory.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Polysexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Polysexual.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Pride.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Pride.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Progress.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Sapphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Sapphic.png -------------------------------------------------------------------------------- /Heart/PNG/Heart_Trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Heart/PNG/Heart_Trans.png -------------------------------------------------------------------------------- /Heart/README.md: -------------------------------------------------------------------------------- 1 | Pride Flags 2 | --- 3 | 19 pride flag emoji. These emoji are licensed under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/). 4 | 5 | ![examples of the flag emoji included](https://zoebijl.github.io/QueerCats/meta/FlagBanner.png) 6 | 7 | [![support me on ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P7GOFCE) 8 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Ace.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Ace 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Agender.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Agender 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Aromantic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Aromantic 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Autism.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Autism 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Bisexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Bisexual 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_BlackTrans.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_BlackTrans 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Enby.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Enby 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Fuchsia.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Fuchsia 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Genderfluid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Genderfluid 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Genderqueer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Genderqueer 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Intersex.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Intersex 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Lesbian.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_MaleHomosexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_MaleHomosexual 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Pansexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Pansexual 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Polysexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Polysexual 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Pride.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Pride 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Progress.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Progress 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Sapphic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Sapphic 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Heart/SVG/Heart_Trans.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Heart_Trans 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to 25 | -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Ace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Ace.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Agender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Agender.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Aromantic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Aromantic.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Austism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Austism.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Bisexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Bisexual.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_BlackTransgender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_BlackTransgender.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Demiboy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Demiboy.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Demigirl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Demigirl.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Enby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Enby.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Genderfluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Genderfluid.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Genderqueer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Genderqueer.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Intersex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Intersex.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Lesbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Lesbian.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_MaleHomosexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_MaleHomosexual.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Pansexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Pansexual.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Polyamory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Polyamory.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Polysexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Polysexual.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Pride.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Pride.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Progress.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Sapphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Sapphic.png -------------------------------------------------------------------------------- /MorningCoffee/PNG/QueerCatMorningCoffee_Transgender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/MorningCoffee/PNG/QueerCatMorningCoffee_Transgender.png -------------------------------------------------------------------------------- /MorningCoffee/README.md: -------------------------------------------------------------------------------- 1 | QueerCat Morning Coffee 2 | --- 3 | 19 pride flag inspired QueerCat morning coffee emoji. These emoji are licensed under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/). 4 | 5 | ![examples of the fire emoji included](https://zoebijl.github.io/QueerCats/meta/MorningCoffeeBanner.png) 6 | 7 | [![support me on ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P7GOFCE) 8 | -------------------------------------------------------------------------------- /PNG/body/QueerCat_Ace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Ace.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Agender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Agender.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Aromantic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Aromantic.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Autism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Autism.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Bisexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Bisexual.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_BlackTrans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_BlackTrans.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Enby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Enby.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Genderfluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Genderfluid.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Genderqueer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Genderqueer.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Intersex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Intersex.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Lesbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Lesbian.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_MaleHomosexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_MaleHomosexual.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Pansexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Pansexual.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Polyamory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Polyamory.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Polysexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Polysexual.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Pride.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Pride.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Sapphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Sapphic.png -------------------------------------------------------------------------------- /PNG/body/QueerCat_Trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/body/QueerCat_Trans.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Ace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Ace.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Agender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Agender.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Aromantic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Aromantic.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Autism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Autism.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Bisexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Bisexual.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_BlackTrans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_BlackTrans.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Enby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Enby.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Genderfluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Genderfluid.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Genderqueer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Genderqueer.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Intersex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Intersex.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Lesbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Lesbian.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_MaleHomosexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_MaleHomosexual.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Pansexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Pansexual.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Polyamory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Polyamory.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Polysexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Polysexual.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Pride.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Pride.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Sapphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Sapphic.png -------------------------------------------------------------------------------- /PNG/heart/QueerCatHeart_Trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/heart/QueerCatHeart_Trans.png -------------------------------------------------------------------------------- /PNG/raccoon/QueerRaccoon_Lesbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/raccoon/QueerRaccoon_Lesbian.png -------------------------------------------------------------------------------- /PNG/raccoon/QueerRaccoon_MaleHomosexual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/PNG/raccoon/QueerRaccoon_MaleHomosexual.png -------------------------------------------------------------------------------- /Queer Cats.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Queer Cats.fig -------------------------------------------------------------------------------- /Queer Cats.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/Queer Cats.sketch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # QueerCats 2 | 3 | A collection of queer cat emoji. These are based on [this emoji from Google’s Noto font](https://github.com/googlefonts/noto-emoji/blob/bf295c4/svg/emoji_u1f610.svg). The Noto font was released by Google under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). 4 | 5 | Queer Cats is licensed under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/). 6 | 7 | ![Collage of five queer cats with the text Queer Cats overlaid](https://zoebijl.github.io/QueerCats/meta/Banner.png) 8 | 9 | [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P7GOFCE) 10 | 11 | ## What’s included? 12 | 13 | A whole bunch of pride flags represented as blobby cats! 14 | 15 | ![A blobby cat coloured in the trans flag](https://zoebijl.github.io/QueerCats/PNG/body/QueerCat_Trans.png) 16 | ![A blobby cat coloured in the sapphic flag](https://zoebijl.github.io/QueerCats/PNG/body/QueerCat_Sapphic.png) 17 | ![A blobby cat holding a heart colour in the pride flag](https://zoebijl.github.io/QueerCats/PNG/heart/QueerCatHeart_Pride.png) 18 | ![A blobby cat holding a heart colour in the autism flag](https://zoebijl.github.io/QueerCats/PNG/heart/QueerCatHeart_Autism.png) 19 | 20 | ### Included flags 21 | 22 | There are currently sixteen flags included: 23 | 24 | - ace (asexual) 25 | - agender 26 | - arom (aromantic) 27 | - autism 28 | - Black transgender 29 | - bi (bisexual) 30 | - genderfluid 31 | - gerderqueer 32 | - intersex 33 | - lesbian 34 | - male homosexual 35 | - enby (non-binary) 36 | - pan (pansexual) 37 | - polyam (polyamory) 38 | - polysexual 39 | - pride 40 | - sapphic 41 | - trans (transgender) 42 | 43 | You can request new cats via a [new issue on this repo](https://github.com/ZoeBijl/QueerCats/issues/new) or [message me on Mastodon](https://queer.garden/@moiety). 44 | 45 | ### Credits 46 | 47 | All flags were (re)created in SVG by myself. The one exception is the polyamory flag; which was sourced from Wikipedia. 48 | 49 | Some notes on flags: 50 | 51 | - All rainbow flags include the black and brown stripes; no I won’t change that 52 | - We use the “sunset” lesbian flag as designed by [Emily Gwen](https://www.instagram.com/theemilygwen/) because trans rights are human rights and fuck transphobia 53 | - Sapphic is based on Maya Kern’s revision of [Lydia’s design](https://medium.com/@lydiandragon/a-lesbian-flag-for-everyone-cef397b89459) 54 | 55 | ### Sub-sets 56 | 57 | These sets don’t include cats but are all pride themed! 58 | 59 | - [Fire](https://github.com/ZoeBijl/QueerCats/tree/main/Fire); 19 pride inspired fire emoji! 60 | - [Flag](https://github.com/ZoeBijl/QueerCats/tree/main/Flag); 19 pride flag emoji 61 | - [Heart](https://github.com/ZoeBijl/QueerCats/tree/main/heart); 19 pride flag heart emoji 62 | - 100 63 | 64 | ## Structure of project 65 | 66 | - `/Fire` is where you’ll find the pride fire emoji set 67 | 68 | - `/Flags` is where you’ll find the SVG-files used to make the emoji 69 | 70 | - `/PNG` contains the exported PNG-files (128px) 71 | 72 | - `/SVG` contains exported SVG-files 73 | 74 | - `Queer Cats.fig` you can open this in [Figma](https://www.figma.com/) 75 | 76 | - Deprecated: `Queer Cats.sketch` you can open this in [Sketch](https://www.sketch.com/) 77 | 78 | If you don’t have access to Figma, you can also open the source materials in any other SVG editor. 79 | 80 | ## Source materials 81 | 82 | In the SVG folder you’ll find a file named `Queer Cat.svg` this is the main body and face of the emoji. You can use the group with an ID of “Body” as a mask for any flag (or other image you want to put on a cat’s face). The file hasn’t been optimised—all the information needed to create folders/layers in an editor should be there. 83 | 84 | ## Optimisation 85 | 86 | All SVG files should be optimised with [SVGOMG](https://jakearchibald.github.io/svgomg/) and manually checked for readability. 87 | 88 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Ace.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Agender.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Aromantic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Autism.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Bisexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Enby.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Genderfluid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Genderqueer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Intersex.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Lesbian.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_MaleHomosexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Pansexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Polyamory.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Polysexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Pride.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Sapphic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /SVG/body/QueerCat_Trans.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Ace.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Agender.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Autism.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Bisexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Enby.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Genderqueer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Pansexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Polysexual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Sapphic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /SVG/heart/QueerCatHeart_Trans.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /meta/Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/meta/Banner.png -------------------------------------------------------------------------------- /meta/FireBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/meta/FireBanner.png -------------------------------------------------------------------------------- /meta/FlagBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/meta/FlagBanner.png -------------------------------------------------------------------------------- /meta/HeartBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/meta/HeartBanner.png -------------------------------------------------------------------------------- /meta/MorningCoffeeBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoeBijl/QueerCats/9cc6862d14de29a113916711378da461303523cf/meta/MorningCoffeeBanner.png -------------------------------------------------------------------------------- /meta/pleroma/emoji-index/QueerCats/QueerCatHearts.json: -------------------------------------------------------------------------------- 1 | { 2 | "QueerCatHeart_Ace": "heart/QueerCatHeart_Ace.png", 3 | "QueerCatHeart_Agender": "heart/QueerCatHeart_Agender.png", 4 | "QueerCatHeart_Aromantic": "heart/QueerCatHeart_Aromantic.png", 5 | "QueerCatHeart_Autism": "heart/QueerCatHeart_Autism.png", 6 | "QueerCatHeart_Bisexual": "heart/QueerCatHeart_Bisexual.png", 7 | "QueerCatHeart_BlackTrans": "heart/QueerCatHeart_BlackTrans.png", 8 | "QueerCatHeart_Enby": "heart/QueerCatHeart_Enby.png", 9 | "QueerCatHeart_Genderfluid": "heart/QueerCatHeart_Genderfluid.png", 10 | "QueerCatHeart_Genderqueer": "heart/QueerCatHeart_Genderqueer.png", 11 | "QueerCatHeart_Intersex": "heart/QueerCatHeart_Intersex.png", 12 | "QueerCatHeart_Lesbian": "heart/QueerCatHeart_Lesbian.png", 13 | "QueerCatHeart_MaleHomosexual": "heart/QueerCatHeart_MaleHomosexual.png", 14 | "QueerCatHeart_Pansexual": "heart/QueerCatHeart_Pansexual.png", 15 | "QueerCatHeart_Polyamory": "heart/QueerCatHeart_Polyamory.png", 16 | "QueerCatHeart_Polysexual": "heart/QueerCatHeart_Polysexual.png", 17 | "QueerCatHeart_Pride": "heart/QueerCatHeart_Pride.png", 18 | "QueerCatHeart_Sapphic": "heart/QueerCatHeart_Sapphic.png", 19 | "QueerCatHeart_Trans": "heart/QueerCatHeart_Trans.png" 20 | } 21 | -------------------------------------------------------------------------------- /meta/pleroma/emoji-index/QueerCats/QueerCats.json: -------------------------------------------------------------------------------- 1 | { 2 | "QueerCat_Ace": "body/QueerCat_Ace.png", 3 | "QueerCat_Agender": "body/QueerCat_Agender.png", 4 | "QueerCat_Aromantic": "body/QueerCat_Aromantic.png", 5 | "QueerCat_Autism": "body/QueerCat_Autism.png", 6 | "QueerCat_Bisexual": "body/QueerCat_Bisexual.png", 7 | "QueerCat_BlackTrans": "body/QueerCat_BlackTrans.png", 8 | "QueerCat_Enby": "body/QueerCat_Enby.png", 9 | "QueerCat_Genderfluid": "body/QueerCat_Genderfluid.png", 10 | "QueerCat_Genderqueer": "body/QueerCat_Genderqueer.png", 11 | "QueerCat_Intersex": "body/QueerCat_Intersex.png", 12 | "QueerCat_Lesbian": "body/QueerCat_Lesbian.png", 13 | "QueerCat_MaleHomosexual": "body/QueerCat_MaleHomosexual.png", 14 | "QueerCat_Pansexual": "body/QueerCat_Pansexual.png", 15 | "QueerCat_Polyamory": "body/QueerCat_Polyamory.png", 16 | "QueerCat_Polysexual": "body/QueerCat_Polysexual.png", 17 | "QueerCat_Pride": "body/QueerCat_Pride.png", 18 | "QueerCat_Sapphic": "body/QueerCat_Sapphic.png", 19 | "QueerCat_Trans": "body/QueerCat_Trans.png" 20 | } 21 | 22 | -------------------------------------------------------------------------------- /meta/pleroma/emoji-index/QueerCats/README.md: -------------------------------------------------------------------------------- 1 | # Deploy Emojis To Pleroma 2 | 3 | ``` bash 4 | 5 | MIX_ENV=prod mix pleroma.emoji ls-packs -m https://zoebijl.github.io/QueerCats/meta/pleroma/emoji-index/QueerCats/index.json 6 | MIX_ENV=prod mix pleroma.emoji get-packs -m https://zoebijl.github.io/QueerCats/meta/pleroma/emoji-index/QueerCats/index.json QueerCats 7 | MIX_ENV=prod mix pleroma.emoji get-packs -m https://zoebijl.github.io/QueerCats/meta/pleroma/emoji-index/QueerCats/index.json QueerCatHearts 8 | 9 | ``` 10 | -------------------------------------------------------------------------------- /meta/pleroma/emoji-index/QueerCats/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "QueerCats": { 3 | "src_sha256": "e665e2bda6dbf1ed26d3f4bf69f81a37182f1706ecf1cbd3f02c15fb87315bb4", 4 | "src": "https://github.com/ZoeBijl/QueerCats/releases/download/v0.3/Queer.Cats.v0.3.zip", 5 | "license": "CC0", 6 | "homepage": "https://github.com/ZoeBijl/QueerCats", 7 | "files": "QueerCats.json", 8 | "description": "A whole bunch of pride flags represented as blobby cat emoji!" 9 | }, 10 | "QueerCatHearts": { 11 | "src_sha256": "e665e2bda6dbf1ed26d3f4bf69f81a37182f1706ecf1cbd3f02c15fb87315bb4", 12 | "src": "https://github.com/ZoeBijl/QueerCats/releases/download/v0.3/Queer.Cats.v0.3.zip", 13 | "license": "CC0", 14 | "homepage": "https://github.com/ZoeBijl/QueerCats", 15 | "files": "QueerCatHearts.json", 16 | "description": "A whole bunch of pride heart flags represented as blobby cat emoji holding the heart!" 17 | } 18 | } 19 | --------------------------------------------------------------------------------