Skip to content

Commit

Permalink
feat(icons): add WarningFull icon
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Dec 25, 2024
1 parent 28085b6 commit d442387
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/icons/src/iconsMetaData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ type Icon = {
export default [
// DO NOT REMOVE THIS FOLLOWING LINE!
// plop_marker:icon_metadata
{
name: "WarningFull",
file: "WarningFull.svg",
description: "Use for warning or when there is conflict of dependencies",
tags: "Warning, Caution, Conflict, Dependency"
},

{
name: "Move",
file: "Move.svg",
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/src/svg/WarningFull.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d442387

Please sign in to comment.