Skip to content

Commit

Permalink
Merge pull request #31 from unionen/develop
Browse files Browse the repository at this point in the history
feat: add checkmark medium
  • Loading branch information
unionen authored Mar 16, 2024
2 parents de484e7 + 7b77774 commit f823d42
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
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.4.4

### Patch Changes

- add checkmark medium

## 1.4.3

### 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.4.3",
"version": "1.4.4",
"description": "An iconset for FormKit inputs used on unionen.se",
"private": false,
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions src/icons/other/CheckmarkMedium.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export default `<svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m21.6 2.4c.5-.5 1.4-.5 1.9 0 .5.4.6 1.2.3 2l-.1.1-14.8 17.1c-.5.5-1.3.5-1.8.1l-.1-.1-6.7-7.2c-.4-.5-.4-1.4.1-2.1.5-.5 1.3-.5 1.8-.1l.1.1 5.7 6z"/></svg>`;

2 changes: 2 additions & 0 deletions src/icons/other/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import CalculationSmall from './CalculationSmall';
import CheckboxChecked from './CheckboxChecked';
import CheckmarkInCircleMedium from './CheckmarkInCircleMedium';
import CheckmarkSmall from './CheckmarkSmall';
import CheckmarkMedium from './CheckmarkMedium';
import Color from './Color';
import ContactPhoneLarge from './ContactPhoneLarge';
import DocumentMedium from './DocumentMedium';
Expand Down Expand Up @@ -39,6 +40,7 @@ export {
CheckboxChecked,
CheckmarkInCircleMedium,
CheckmarkSmall,
CheckmarkMedium,
Color,
ContactPhoneLarge,
DocumentMedium,
Expand Down
1 change: 1 addition & 0 deletions src/svg/other/CheckmarkMedium.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 f823d42

Please sign in to comment.