@sb1/ffe-icons 12.16.0 → 12.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/ffe-icons.svg +3 -1
- package/icons/filter-ikon.svg +3 -0
- package/package.json +2 -2
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M179.517 30.802h13.101a7.133 7.133 0 0 1 7.13 7.13 7.133 7.133 0 0 1-7.13 7.13h-13.1c-2.939 8.31-10.863 14.262-20.175 14.262-9.313 0-17.237-5.952-20.175-14.261H7.225a7.133 7.133 0 0 1-7.13-7.13 7.133 7.133 0 0 1 7.13-7.131h131.943c2.938-8.31 10.862-14.261 20.175-14.261 9.312 0 17.236 5.951 20.174 14.26ZM.094 99.73a7.133 7.133 0 0 1 7.13-7.13h27.363c2.938-8.31 10.862-14.261 20.175-14.261 9.312 0 17.237 5.951 20.174 14.26h117.682a7.133 7.133 0 0 1 7.13 7.131 7.133 7.133 0 0 1-7.13 7.13H74.936c-2.937 8.31-10.862 14.262-20.174 14.262-9.313 0-17.237-5.952-20.175-14.261H7.225a7.133 7.133 0 0 1-7.13-7.13Zm0 61.798a7.133 7.133 0 0 1 7.13-7.13h131.944c2.938-8.31 10.862-14.262 20.175-14.262 9.312 0 17.236 5.952 20.174 14.261h13.101a7.133 7.133 0 0 1 7.13 7.13 7.133 7.133 0 0 1-7.13 7.131h-13.1c-2.939 8.31-10.863 14.262-20.175 14.262-9.313 0-17.237-5.952-20.175-14.262H7.225a7.133 7.133 0 0 1-7.13-7.13Z"/>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sb1/ffe-icons",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.17.0",
|
|
4
4
|
"description": "Felles Front End Icons",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "SpareBank 1",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "e900240c8817faf27fdccbc479905958b4c5aa79"
|
|
31
31
|
}
|