lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
11.43k stars 524 forks source link

feat(icons): added `steam` icon #2622

Closed Footagesus closed 3 days ago

Footagesus commented 3 days ago

What is the purpose of this pull request?

Description

Added new steam icon.

Icon use case

Steam profile links, Steam login buttonя labeling of games or applications related to Steam. navigation in game launchers, platform pointer for downloading games

Alternative icon designs

Icon Design Checklist

Concept

Author, credits & license

Naming

Design

Before Submitting

github-actions[bot] commented 3 days ago

Added or changed icons

icons/steam.svg
Preview cohesion icons/square-split-vertical.svg
icons/steam.svg
icons/bring-to-front.svg
Preview stroke widths icons/steam.svg
icons/steam.svg
icons/steam.svg
DPI Preview (24px) icons/steam.svg
Icon X-rays icons/steam.svg
Icon Diffs icons/steam.svg
Icons as code Works for: `lucide-react`, `lucide-react-native`, `lucide-preact`, `lucide-vue-next` ```ts const SteamIcon = createLucideIcon('Steam', [ ["path",{"d":"M 10.3 17.5 L 16.98 12.25"}], ["path",{"d":"m2.2 14 5.98 3.83"}], ["path",{"d":"m2.4 10 6.8 4 2.97-5"}], ["circle",{"cx":"12","cy":"12","r":"10"}], ["circle",{"cx":"15","cy":"10","r":"3"}], ["circle",{"cx":"9","cy":"16","r":"2"}] ]) ```