Skip to content

Commit

Permalink
Merge pull request #56 from unionen/develop
Browse files Browse the repository at this point in the history
fix: add missing fill prop on phone-vintage-medium
  • Loading branch information
unionen authored Dec 23, 2024
2 parents dd7f4f6 + b8dbb65 commit 98bd1a5
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.12

### Patch Changes

- add missing fill prop on phone-vintage-medium

## 1.6.11

### 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.11",
"version": "1.6.12",
"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/PhoneVintageMedium.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export default `<svg data-icon="phone-vintage-medium" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m19.5 15c-.8-.9-1.8-.9-2.6 0-.6.6-1.2 1.3-1.8 2-.2.2-.3.2-.5 0-.4-.2-.8-.4-1.2-.7-1.7-1.2-3.2-2.7-4.5-4.5-.6-.9-1.2-1.8-1.6-2.8 0-.2 0-.3 0-.5.6-.6 1.2-1.3 1.8-1.9.8-.9.8-2 0-2.9-.5-.5-.9-1-1.4-1.5s-1-1.1-1.5-1.6c-.8-.8-1.8-.9-2.6 0-.6.7-1.2 1.3-1.8 2-.6.6-.9 1.3-.9 2.2 0 1.4.2 2.7.6 3.9.9 2.6 2.3 4.9 3.9 7.1 2.2 2.9 4.9 5.2 8 6.8 1.4.7 2.8 1.3 4.4 1.4 1.1 0 2-.2 2.8-1.2.5-.6 1.1-1.2 1.6-1.8.8-.9.8-2 0-2.9-1-1.1-1.9-2.1-2.9-3.2z"/></svg>`;
export default `<svg data-icon="phone-vintage-medium" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m19.5 15c-.8-.9-1.8-.9-2.6 0-.6.6-1.2 1.3-1.8 2-.2.2-.3.2-.5 0-.4-.2-.8-.4-1.2-.7-1.7-1.2-3.2-2.7-4.5-4.5-.6-.9-1.2-1.8-1.6-2.8 0-.2 0-.3 0-.5.6-.6 1.2-1.3 1.8-1.9.8-.9.8-2 0-2.9-.5-.5-.9-1-1.4-1.5s-1-1.1-1.5-1.6c-.8-.8-1.8-.9-2.6 0-.6.7-1.2 1.3-1.8 2-.6.6-.9 1.3-.9 2.2 0 1.4.2 2.7.6 3.9.9 2.6 2.3 4.9 3.9 7.1 2.2 2.9 4.9 5.2 8 6.8 1.4.7 2.8 1.3 4.4 1.4 1.1 0 2-.2 2.8-1.2.5-.6 1.1-1.2 1.6-1.8.8-.9.8-2 0-2.9-1-1.1-1.9-2.1-2.9-3.2z"/></svg>`;

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

Please sign in to comment.