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
8.94k stars 380 forks source link

fix(icons): changed `volume-x` icon #2139

Open jguddas opened 1 week ago

jguddas commented 1 week ago

What is the purpose of this pull request?

Description

Arcified icon.

Before Submitting

github-actions[bot] commented 1 week ago

Added or changed icons

icons/volume-x.svg
Preview cohesion icons/square-parking.svg
icons/volume-x.svg
icons/backpack.svg
Preview stroke widths icons/volume-x.svg
icons/volume-x.svg
icons/volume-x.svg
DPI Preview (24px) icons/volume-x.svg
Icon X-rays icons/volume-x.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const VolumeXIcon = createLucideIcon('VolumeX', [
  ["path",{"d":"m16 9 6 6"}],
  ["path",{"d":"m22 9-6 6"}],
  ["path",{"d":"M3 9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.298a2 2 0 0 1 1.25.438l3.64 2.912a.5.5 0 0 0 .812-.39V6.04a.5.5 0 0 0-.812-.39l-3.64 2.912A2 2 0 0 1 5.298 9z"}]
])

github-actions[bot] commented 1 week ago

Added or changed icons

icons/volume-x.svg
Preview cohesion icons/message-square-reply.svg
icons/volume-x.svg
icons/server-cog.svg
Preview stroke widths icons/volume-x.svg
icons/volume-x.svg
icons/volume-x.svg
DPI Preview (24px) icons/volume-x.svg
Icon X-rays icons/volume-x.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const VolumeXIcon = createLucideIcon('VolumeX', [
  ["path",{"d":"m16 9 6 6"}],
  ["path",{"d":"m22 9-6 6"}],
  ["path",{"d":"M3 9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.298a2 2 0 0 1 1.25.438l3.64 2.912a.5.5 0 0 0 .812-.39V6.04a.5.5 0 0 0-.812-.39l-3.64 2.912A2 2 0 0 1 5.298 9z"}]
])