@ktibow/iconset-pajamas 3.78.0 → 3.83.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/dash-circle.d.ts +3 -0
- package/dash-circle.js +4 -0
- package/package.json +3 -3
- package/partner-verified.d.ts +3 -0
- package/partner-verified.js +4 -0
package/dash-circle.d.ts
ADDED
package/dash-circle.js
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
const data = {
|
2
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6.66.112a8.049 8.049 0 0 1 2.68 0a.75.75 0 1 1-.25 1.479a6.549 6.549 0 0 0-2.18 0A.75.75 0 1 1 6.66.11m4.924 1.54a.75.75 0 0 1 1.046-.177a8.04 8.04 0 0 1 1.895 1.895a.75.75 0 1 1-1.223.869a6.54 6.54 0 0 0-1.54-1.541a.75.75 0 0 1-.178-1.046m-7.168 0a.75.75 0 0 1-.177 1.046a6.541 6.541 0 0 0-1.541 1.54a.75.75 0 0 1-1.223-.868A8.042 8.042 0 0 1 3.37 1.475a.75.75 0 0 1 1.046.177M.976 6.045a.75.75 0 0 1 .615.865a6.549 6.549 0 0 0 0 2.18a.75.75 0 1 1-1.48.25a8.048 8.048 0 0 1 0-2.68a.75.75 0 0 1 .865-.615m14.048 0a.75.75 0 0 1 .864.615a8.047 8.047 0 0 1 0 2.68a.75.75 0 1 1-1.479-.25a6.552 6.552 0 0 0 0-2.18a.75.75 0 0 1 .615-.865m-13.372 5.54a.75.75 0 0 1 1.046.176a6.54 6.54 0 0 0 1.54 1.541a.75.75 0 1 1-.868 1.223a8.04 8.04 0 0 1-1.895-1.895a.75.75 0 0 1 .177-1.046m12.696 0a.75.75 0 0 1 .177 1.045a8.04 8.04 0 0 1-1.895 1.895a.75.75 0 1 1-.869-1.223a6.538 6.538 0 0 0 1.541-1.54a.75.75 0 0 1 1.046-.178m-8.303 3.439a.75.75 0 0 1 .865-.615a6.552 6.552 0 0 0 2.18 0a.75.75 0 1 1 .25 1.48a8.047 8.047 0 0 1-2.68 0a.75.75 0 0 1-.615-.865\" clip-rule=\"evenodd\"/>"
|
3
|
+
};
|
4
|
+
export default data;
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ktibow/iconset-pajamas",
|
3
3
|
"description": "Iconify icon components for Gitlab SVGs",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.83.0",
|
5
5
|
"type": "module",
|
6
6
|
"iconSetInfo": {
|
7
7
|
"name": "Gitlab SVGs",
|
8
|
-
"total":
|
9
|
-
"version": "3.
|
8
|
+
"total": 375,
|
9
|
+
"version": "3.83.0",
|
10
10
|
"author": {
|
11
11
|
"name": "GitLab B.V.",
|
12
12
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
@@ -0,0 +1,4 @@
|
|
1
|
+
const data = {
|
2
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.716.315a1 1 0 0 0-1.432 0L6.646.97a1 1 0 0 1-.988.265l-.88-.248a1 1 0 0 0-1.24.716l-.226.886a1 1 0 0 1-.723.723l-.886.225a1 1 0 0 0-.716 1.24l.248.881a1 1 0 0 1-.265.988l-.655.638a1 1 0 0 0 0 1.432l.655.639a1 1 0 0 1 .265.987l-.248.88a1 1 0 0 0 .716 1.24l.886.226a1 1 0 0 1 .723.723l.225.886a1 1 0 0 0 1.24.717l.881-.248a1 1 0 0 1 .988.264l.638.655a1 1 0 0 0 1.432 0l.639-.655a1 1 0 0 1 .987-.264l.88.248a1 1 0 0 0 1.24-.717l.226-.886a1 1 0 0 1 .723-.723l.886-.225a1 1 0 0 0 .717-1.24l-.248-.88a1 1 0 0 1 .264-.988l.655-.639a1 1 0 0 0 0-1.432l-.655-.638a1 1 0 0 1-.264-.988l.248-.88a1 1 0 0 0-.717-1.24l-.886-.226a1 1 0 0 1-.723-.723l-.225-.886a1 1 0 0 0-1.24-.716l-.88.248A1 1 0 0 1 9.354.97zm3.057 5.975a.75.75 0 0 0-1.042-1.08L6.597 9.202L5.28 7.887A.75.75 0 0 0 4.22 8.95l1.839 1.834a.75.75 0 0 0 1.05.01z\" clip-rule=\"evenodd\"/>"
|
3
|
+
};
|
4
|
+
export default data;
|