lucide icon indicating copy to clipboard operation
lucide copied to clipboard

fix(icons): added round corner to `file-archive` icon

Open jguddas opened this issue 9 months ago • 1 comments

What is the purpose of this pull request?

  • [x] Other: Icon update

Description

Added round corner.

Before Submitting

  • [x] I've read the Contribution Guidelines.
  • [x] I've checked if there was an existing PR that solves the same issue.

jguddas avatar May 05 '24 10:05 jguddas

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"}]
])

github-actions[bot] avatar May 05 '24 10:05 github-actions[bot]

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jun 05 '24 02:06 github-actions[bot]