lucide
lucide copied to clipboard
fix(icons): added round corner to `file-archive` icon
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.
Added or changed icons
Preview cohesion
Preview stroke widths
DPI Preview (24px)
Icon X-rays
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"}]
])
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.