Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add Posit icon #10987

Merged
merged 6 commits into from
May 22, 2024
Merged

Add Posit icon #10987

merged 6 commits into from
May 22, 2024

Conversation

cwickham
Copy link
Contributor

posit

Issue: closes #10961

Popularity metric: Similar Web Ranking 25,609

Checklist

  • I updated the JSON data in _data/simple-icons.json
  • I optimized the icon with SVGO or SVGOMG
  • The SVG viewbox is 0 0 24 24

Description

I used the icon found at https://docs.posit.co/images/favicon.svg since it was already mono-chrome.

I considered adding an aka alias of "RStudio" because Posit was formerly known as RStudio. However, I wasn't sure if aliases needed to be distinct from other titles, and an RStudio logo exists:

{
"title": "RStudio",
"hex": "75AADB",
"source": "https://www.rstudio.com/about/logos/",
"guidelines": "https://www.rstudio.com/about/logos/"
},

Incidentally, this RStudio logo should be retained but refers more correctly to the RStudio IDE - one of the products of Posit. The links still work, so I'm not sure any updates on the RStudio logo are required.

@simple-icons simple-icons bot added the new icon Issues or pull requests for adding a new icon label May 21, 2024
@adamrusted
Copy link
Member

Hey @cwickham - thanks for this!
Given we've got a major release coming up at the end of this week, we can easily rename RStudio as suggested above, and adding the 'aka' or 'old' alias to Posit shouldn't break anything!

Copy link
Member

@adamrusted adamrusted left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a tiny change to the JSON - which I'll merge now. Otherwise I'm happy with this - thanks for the work on it @cwickham!

Did you want to edit RStudio in this same PR? If not, I can get a separate one set up just to amend it.

_data/simple-icons.json Outdated Show resolved Hide resolved
_data/simple-icons.json Outdated Show resolved Hide resolved
@adamrusted
Copy link
Member

Have opened #10999 to handle renaming of RStudio, would appreciate your input there @cwickham. Will look to get this merged meanwhile.

@adamrusted adamrusted merged commit 5b5cbb8 into simple-icons:develop May 22, 2024
3 checks passed
simple-icons bot added a commit that referenced this pull request May 26, 2024
…enamed icons (v12.0.0)

## New Icons

- Audiobookshelf (#10605) (@21st-centuryman)
- Awwwards (#10539) (@stefanobartoletti)
- Foundry Virtual Tabletop (#10575) (@adamrusted)
- FusionAuth (#10776) (@service-paradis)
- Homepage (#10452) (@21st-centuryman)
- Hugging Face (#9259) (@PratyushJayachandran)
- Kagi (#10976) (@uncenter)
- n8n (#10909) (@CodeShakingSheep)
- Posit (#10987) (@cwickham)
- React Bootstrap (#10921) (@CodeShakingSheep)
- Sartorius (#10967) (@CodeShakingSheep)
- UiPath (#10773) (@Mvlprem)
- unpkg (#10317) (@service-paradis)
- Zigbee2MQTT (#10212) (@PeterShaggyNoble)

## Updated Icons

- Adidas (#10982) (@jglamp)
- FastAPI (#10663) (@uncenter)
- RenovateBot (#10996) (@sisp)

## Removed Icons

- FITE (#10060) (@PeterShaggyNoble)
- Flattr (#10380) (@service-paradis)
- Google Bard (#10453) (@PeterShaggyNoble)
- Integromat (#10152) (@PeterShaggyNoble)
- Niantic (#10979) (@PratyushJayachandran)
- Nintendo Network (#10006) (@adamrusted)
- Rome (#10113) (@PeterShaggyNoble)
- Shotcut (#10043) (@PeterShaggyNoble)
- Skynet (#10504) (@kwypchlo)
- Twitter (#9748) (@adamrusted)

## Renamed Icons

- `Airbrake.io` to `Airbrake` (#10513) (@PeterShaggyNoble)
- `Amazon Web Services` to `Amazon Web Services` (#10391) (@readboy8)
- `RStudio` to `RStudio IDE` (#10999) (@adamrusted)

## SDK Changes

### URL_REGEX -> urlRegex()

The exported const `URL_REGEX` has been removed. Please use `urlRegex()` instead:

```javascript
import {urlRegex} from 'simple-icons/sdk';
const regex = await urlRegex();
```

### .jsonschema.json

Now `.jsonschema.json` file is bundled in our package.

For more details, please see: #10276.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new icon Issues or pull requests for adding a new icon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request: Posit
2 participants