Skip to content

Commit

Permalink
Merge pull request #51 from unionen/develop
Browse files Browse the repository at this point in the history
fix: broken gavel-medium
  • Loading branch information
unionen authored Oct 17, 2024
2 parents fd8ee93 + 2b9dcb8 commit aa9dc32
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unionen/icons

## 1.6.7

### Patch Changes

- fix broken GavelMedium.svg

## 1.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionen/icons",
"version": "1.6.6",
"version": "1.6.7",
"description": "An iconset for FormKit inputs used on unionen.se",
"private": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/icons/object/GavelMedium.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export default `<svg data-icon="gavel-medium" fill='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='m11.1.7c-.6.6-.8 1.3-.7 2.1l-3.5 3.6c-1.1-.2-2.2.4-2.7 1.4s-.2 2.1.5 2.9l2.8 2.8c.8.8 1.9 1 2.9.5s1.5-1.5 1.4-2.6h.1l7 7.7c.7.8 1.8 1.2 2.9.9 1-.3 1.9-1.1 2.1-2.1.3-1.1-.1-2.2-.9-2.9l-7.7-7.1v-.1c1.1.2 2.2-.4 2.7-1.3.5-1 .3-2.1-.5-2.9l-2.8-2.8c-.5-.5-1.2-.8-1.8-.8-.7 0-1.3.3-1.8.7zm2.1 1.5c-.2-.2-.5-.2-.7 0s-.2.5 0 .7l2.8 2.8c.1.2.3.2.5.2s.3-.2.4-.4c0-.2 0-.4-.2-.5zm.7 7.1-.6.6 7.1 7.8c.2.3.6.4.9.3s.6-.3.7-.7c.1-.3 0-.7-.3-.9zm-5.3-1.8 2.8-2.8 2.1 2.1-2.8 2.8zm1.1 3.9-2.8-2.9c-.2-.2-.5-.2-.7 0-.3.2-.3.5-.1.7l2.9 2.9c.1.1.2.1.4.1s.3-.1.4-.1c.1-.2.1-.5-.1-.7z'/><path d='m12.9 19c1.2 0 2.1.9 2.1 2v1c0 1.1-.9 2-2 2h-11c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h.1c.2-.6.8-1 1.4-1h8c.6 0 1.2.4 1.4 1zm-10.9 2v1h11v-1z'/></svg>`;
export default `<svg data-icon="gavel-medium" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img"><path d="m23 15-7.7-7.1c1.1 0 2.2-.5 2.7-1.4.5-1 .3-2.1-.5-2.9l-2.8-2.8c-.5-.5-1.2-.8-1.8-.8s-1.3.3-1.8.7c-.6.6-.8 1.3-.7 2.1l-3.5 3.6c-1.1-.2-2.2.4-2.7 1.4s-.2 2.1.5 2.9l2.8 2.8c.8.8 1.9 1 2.9.5s1.5-1.5 1.4-2.6h.1l7 7.7c.7.8 1.8 1.2 2.9.9 1-.3 1.9-1.1 2.1-2.1.3-1.1-.1-2.2-.9-2.9zm-10.5-12.8c.2-.2.5-.2.7 0l2.8 2.8c.2 0 .2.3.2.5-.1.2-.2.4-.4.4s-.4 0-.5-.2l-2.8-2.8c-.2-.2-.2-.5 0-.7zm-2.7 9.9s-.2.1-.4.1-.3 0-.4-.1l-2.9-2.9c-.2-.2-.2-.5.1-.7.2-.2.5-.2.7 0l2.8 2.9c.2.2.2.5 0 .7zm.9-2.5-2.1-2.1 2.8-2.8 2.1 2.1zm11.3 7.7c0 .4-.4.6-.7.7s-.7 0-.9-.3l-7.1-7.8.6-.6 7.8 7.1c.3.2.4.6.3.9z"/><path d="m12.9 19c1.2 0 2.1.9 2.1 2v1c0 1.1-.9 2-2 2h-11c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h.1c.2-.6.8-1 1.4-1h8c.6 0 1.2.4 1.4 1zm-10.9 2v1h11v-1z"/></svg>`;

2 changes: 1 addition & 1 deletion src/svg/object/GavelMedium.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 aa9dc32

Please sign in to comment.