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): added round corner to `file-archive` icon #2132

Open jguddas opened 2 weeks ago

jguddas commented 2 weeks ago

What is the purpose of this pull request?

Description

Added round corner.

Before Submitting

github-actions[bot] commented 2 weeks ago

Added or changed icons

icons/file-archive.svg
Preview cohesion icons/square-user-round.svg
icons/file-archive.svg
icons/linkedin.svg
Preview stroke widths icons/file-archive.svg
icons/file-archive.svg
icons/file-archive.svg
DPI Preview (24px) icons/file-archive.svg
Icon X-rays icons/file-archive.svg
Icons as code

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

const FileArchiveIcon = createLucideIcon('FileArchive', [
  ["path",{"d":"M10 12v-1"}],
  ["path",{"d":"M10 18v-2"}],
  ["path",{"d":"M10 7V6"}],
  ["path",{"d":"M14 2v4a2 2 0 0 0 2 2h4"}],
  ["path",{"d":"M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01"}],
  ["circle",{"cx":"10","cy":"20","r":"2"}]
])