@iconify/json 2.1.67 → 2.1.68
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/collections.json +2 -2
- package/collections.md +2 -2
- package/composer.json +1 -1
- package/dist/index.js +11 -20
- package/dist/index.mjs +5 -10
- package/json/arcticons.json +1 -1
- package/json/material-symbols.json +1 -1
- package/json/si-glyph.json +1 -1
- package/json/simple-icons.json +12 -3
- package/json/teenyicons.json +1 -1
- package/package.json +14 -14
package/collections.json
CHANGED
|
@@ -1562,8 +1562,8 @@
|
|
|
1562
1562
|
},
|
|
1563
1563
|
"simple-icons": {
|
|
1564
1564
|
"name": "Simple Icons",
|
|
1565
|
-
"total":
|
|
1566
|
-
"version": "7.
|
|
1565
|
+
"total": 2274,
|
|
1566
|
+
"version": "7.3.0",
|
|
1567
1567
|
"author": {
|
|
1568
1568
|
"name": "Simple Icons Collaborators",
|
|
1569
1569
|
"url": "https://github.com/simple-icons/simple-icons"
|
package/collections.md
CHANGED
|
@@ -697,12 +697,12 @@
|
|
|
697
697
|
|
|
698
698
|
|
|
699
699
|
### Simple Icons
|
|
700
|
-
* Number of icons:
|
|
700
|
+
* Number of icons: 2274
|
|
701
701
|
* Author: Simple Icons Collaborators
|
|
702
702
|
* URL: https://github.com/simple-icons/simple-icons
|
|
703
703
|
* License: CC0 1.0
|
|
704
704
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
705
|
-
* Version: 7.
|
|
705
|
+
* Version: 7.3.0
|
|
706
706
|
* Palette: Colorless
|
|
707
707
|
|
|
708
708
|
|
package/composer.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,25 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var __defProp = Object.defineProperty;
|
|
2
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
|
|
6
6
|
var __export = (target, all) => {
|
|
7
7
|
for (var name in all)
|
|
8
8
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
9
|
};
|
|
10
|
-
var
|
|
11
|
-
if (
|
|
12
|
-
for (let key of __getOwnPropNames(
|
|
13
|
-
if (!__hasOwnProp.call(
|
|
14
|
-
__defProp(
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
15
|
}
|
|
16
|
-
return
|
|
16
|
+
return to;
|
|
17
17
|
};
|
|
18
|
-
var __toCommonJS =
|
|
19
|
-
return (module2, temp) => {
|
|
20
|
-
return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
|
|
21
|
-
};
|
|
22
|
-
})(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
23
19
|
|
|
24
20
|
// src/index.ts
|
|
25
21
|
var src_exports = {};
|
|
@@ -29,16 +25,12 @@ __export(src_exports, {
|
|
|
29
25
|
lookupCollection: () => lookupCollection,
|
|
30
26
|
lookupCollections: () => lookupCollections
|
|
31
27
|
});
|
|
32
|
-
|
|
33
|
-
// node_modules/tsup/assets/cjs_shims.js
|
|
34
|
-
var getImportMetaUrl = () => typeof document === "undefined" ? new URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
35
|
-
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
36
|
-
|
|
37
|
-
// src/index.ts
|
|
28
|
+
module.exports = __toCommonJS(src_exports);
|
|
38
29
|
var import_fs = require("fs");
|
|
39
30
|
var import_url = require("url");
|
|
40
31
|
var import_pathe = require("pathe");
|
|
41
|
-
var
|
|
32
|
+
var import_meta = {};
|
|
33
|
+
var _dirname = typeof __dirname !== "undefined" ? __dirname : (0, import_pathe.dirname)((0, import_url.fileURLToPath)(import_meta.url));
|
|
42
34
|
var dir = (0, import_pathe.join)(_dirname, "/..");
|
|
43
35
|
var locate = (name) => (0, import_pathe.join)(dir, `./json/${name}.json`);
|
|
44
36
|
var loadCollection = async (path) => {
|
|
@@ -50,7 +42,6 @@ var lookupCollection = async (name) => {
|
|
|
50
42
|
var lookupCollections = async () => {
|
|
51
43
|
return JSON.parse(await import_fs.promises.readFile((0, import_pathe.join)(dir, "./collections.json"), "utf8"));
|
|
52
44
|
};
|
|
53
|
-
module.exports = __toCommonJS(src_exports);
|
|
54
45
|
// Annotate the CommonJS export names for ESM import in node:
|
|
55
46
|
0 && (module.exports = {
|
|
56
47
|
loadCollection,
|
package/dist/index.mjs
CHANGED
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
import { fileURLToPath } from "url";
|
|
3
|
-
import path from "path";
|
|
4
|
-
var getFilename = () => fileURLToPath(import.meta.url);
|
|
5
|
-
var getDirname = () => path.dirname(getFilename());
|
|
6
|
-
var __dirname = /* @__PURE__ */ getDirname();
|
|
1
|
+
"use strict";
|
|
7
2
|
|
|
8
3
|
// src/index.ts
|
|
9
4
|
import { promises as fs } from "fs";
|
|
10
|
-
import { fileURLToPath
|
|
5
|
+
import { fileURLToPath } from "url";
|
|
11
6
|
import { dirname, join } from "pathe";
|
|
12
|
-
var _dirname = typeof __dirname !== "undefined" ? __dirname : dirname(
|
|
7
|
+
var _dirname = typeof __dirname !== "undefined" ? __dirname : dirname(fileURLToPath(import.meta.url));
|
|
13
8
|
var dir = join(_dirname, "/..");
|
|
14
9
|
var locate = (name) => join(dir, `./json/${name}.json`);
|
|
15
|
-
var loadCollection = async (
|
|
16
|
-
return JSON.parse(await fs.readFile(
|
|
10
|
+
var loadCollection = async (path) => {
|
|
11
|
+
return JSON.parse(await fs.readFile(path, "utf8"));
|
|
17
12
|
};
|
|
18
13
|
var lookupCollection = async (name) => {
|
|
19
14
|
return await loadCollection(locate(name));
|
package/json/arcticons.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "Brands / Social",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1656264027,
|
|
26
26
|
"icons": {
|
|
27
27
|
"a-0h-h1": {
|
|
28
28
|
"body": "<defs><path id=\"svgIDa\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.5 39.963H22\"/><path id=\"svgIDb\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.5 19.463H22\"/></defs><rect width=\"16.5\" height=\"16.5\" x=\"5.5\" y=\"26\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><use xlink:href=\"#svgIDa\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"16.5\" height=\"16.5\" x=\"5.5\" y=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><use xlink:href=\"#svgIDb\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"16.5\" height=\"16.5\" x=\"5.5\" y=\"26\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><use xlink:href=\"#svgIDa\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"16.5\" height=\"16.5\" x=\"5.5\" y=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><use xlink:href=\"#svgIDb\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"16.5\" height=\"16.5\" x=\"26\" y=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M26 19.463h16.5\"/>"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"category": "General",
|
|
22
22
|
"palette": false
|
|
23
23
|
},
|
|
24
|
-
"lastModified":
|
|
24
|
+
"lastModified": 1656264122,
|
|
25
25
|
"icons": {
|
|
26
26
|
"123": {
|
|
27
27
|
"body": "<path fill=\"currentColor\" d=\"M5.5 15v-4.5H4V9h3v6ZM9 15v-2.5q0-.425.288-.713q.287-.287.712-.287h2v-1H9V9h3.5q.425 0 .713.287q.287.288.287.713v1.5q0 .425-.287.712q-.288.288-.713.288h-2v1h3V15Zm6 0v-1.5h3v-1h-2v-1h2v-1h-3V9h3.5q.425 0 .712.287q.288.288.288.713v4q0 .425-.288.712q-.287.288-.712.288Z\"/>"
|
package/json/si-glyph.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"palette": false,
|
|
21
21
|
"hidden": true
|
|
22
22
|
},
|
|
23
|
-
"lastModified":
|
|
23
|
+
"lastModified": 1656267399,
|
|
24
24
|
"icons": {
|
|
25
25
|
"abacus": {
|
|
26
26
|
"body": "<g fill=\"currentColor\" fill-rule=\"evenodd\" transform=\"translate(0 1)\"><path d=\"M14.194 13.958H1.765c-1.449 0-1.729-1.15-1.729-2.564V2.607C.036 1.193.315.043 1.765.043h12.429c1.448 0 1.728 1.15 1.728 2.564v8.787c0 1.414-.279 2.564-1.728 2.564zM1.923 1A.937.937 0 0 0 1 1.948v10.104c0 .522.414.948.923.948h12.154a.937.937 0 0 0 .923-.948V1.948A.937.937 0 0 0 14.077 1H1.923z\"/><path d=\"M3 0h.948v13.068H3zm5 0h.948v13.068H8zm4 0h.948v13.068H12z\"/><ellipse cx=\"3.438\" cy=\"4.976\" rx=\"1.438\" ry=\".976\"/><ellipse cx=\"3.438\" cy=\"7.976\" rx=\"1.438\" ry=\".976\"/><ellipse cx=\"3.438\" cy=\"10.976\" rx=\"1.438\" ry=\".976\"/><ellipse cx=\"8.477\" cy=\"2.976\" rx=\"1.477\" ry=\".976\"/><ellipse cx=\"8.477\" cy=\"5.976\" rx=\"1.477\" ry=\".976\"/><ellipse cx=\"8.477\" cy=\"10.976\" rx=\"1.477\" ry=\".976\"/><ellipse cx=\"12.435\" cy=\"7.977\" rx=\"1.435\" ry=\".977\"/><ellipse cx=\"12.435\" cy=\"10.977\" rx=\"1.435\" ry=\".977\"/></g>",
|
package/json/simple-icons.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "simple-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Simple Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "7.
|
|
5
|
+
"total": 2274,
|
|
6
|
+
"version": "7.3.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Simple Icons Collaborators",
|
|
9
9
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "Brands / Social",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1656267426,
|
|
26
26
|
"icons": {
|
|
27
27
|
"42": {
|
|
28
28
|
"body": "<path fill=\"currentColor\" d=\"m24 12.42l-4.428 4.415H24zm-4.428-4.417l-4.414 4.418v4.414h4.414V12.42L24 8.003V3.575h-4.428zm-4.414 0l4.414-4.428h-4.414zM0 15.996h8.842v4.43h4.412V12.42H4.428l8.826-8.846H8.842L0 12.421z\"/>"
|
|
@@ -1317,6 +1317,9 @@
|
|
|
1317
1317
|
"commerzbank": {
|
|
1318
1318
|
"body": "<path fill=\"currentColor\" d=\"M6.277 1.538a.018.018 0 0 0-.012.007l-4.74 8.21l-1.398 2.418c.446.774.794 1.353 1.22 2.09c.671 1.164 1.548 1.597 3.13 1.889a12.9 12.9 0 0 1 .697-1.392l2.783-4.824l2.786-4.826c.404-.702 1.296-2.143 2.57-2.965c-.04.025-.07.059-.109.085c.07-.047.137-.094.209-.136c.46-.278.98-.467 1.413-.515c.339-.038 1.465-.041 2.74-.041zm11.59.505c-1.048-.008-1.462.007-2.545.008c-1.39 0-2.381.887-3.083 1.773c.372.493.68.971.863 1.288a13357.605 13357.605 0 0 0 5.571 9.648c.404.7 1.209 2.196 1.284 3.71c.029.574-.079 1.165-.265 1.592c-.131.3-.652 1.207-1.256 2.253L24 12.678v-.008a.013.013 0 0 0-.002-.005zM.001 8.163l.095 4.946L0 8.163zm.093 4.946l1.132 1.964l4.264 7.384a.015.015 0 0 0 .012.005h12.265c.446-.779.664-1.147 1.311-2.282c.709-1.242.278-2.681-.037-3.472c-.618.076-1.18.093-1.547.093H6.35c-.809 0-2.505-.05-3.853-.741c-.513-.263-.972-.65-1.248-1.027c-.176-.238-.625-1.003-1.156-1.924z\"/>"
|
|
1319
1319
|
},
|
|
1320
|
+
"commitlint": {
|
|
1321
|
+
"body": "<path fill=\"currentColor\" d=\"M7.988 4.822v.901h1.845v6.337c0 .809.187 1.433.563 1.875c.379.438.913.657 1.6.657h1.458v-.97H12.11c-.37 0-.652-.13-.844-.393c-.187-.263-.281-.652-.281-1.17V4.823ZM3.459 7.418c-1.084 0-1.933.325-2.546.976C.304 9.044 0 9.944 0 11.096c0 1.15.304 2.051.913 2.702c.613.65 1.462.976 2.546.976a3.67 3.67 0 0 0 1-.137c.33-.088.65-.221.958-.4V13.04c-.271.259-.565.45-.882.576a3 3 0 0 1-1.076.18c-.717 0-1.272-.232-1.664-.7c-.387-.47-.582-1.138-.582-2.001c0-.868.195-1.535.582-2.002c.388-.467.943-.7 1.664-.7c.388 0 .734.06 1.038.181a3.1 3.1 0 0 1 .92.588V7.956a4.255 4.255 0 0 0-.97-.406a3.74 3.74 0 0 0-.988-.132Zm12.855 6.123v1.128H24V13.54zm3.156 2.255l-2.302 3.382h1.3l1.694-2.204l1.684 2.204h1.3l-2.301-3.382z\"/>"
|
|
1322
|
+
},
|
|
1320
1323
|
"commonworkflowlanguage": {
|
|
1321
1324
|
"body": "<path fill=\"currentColor\" d=\"M13.905 0L8.571 5.4l.037.037l.096.096l3.586 3.395l-2.24 2.252h-.01l-1.576 1.586l3.737 3.766l-3.735 3.803l.126.139v.012L12.052 24l1.608-1.64l-1.98-2.034l3.737-3.79l-1.608-1.642l-.01.012l-2.13-2.129l3.867-3.866l-.017-.015l.016-.016l-3.641-3.524l3.64-3.694z\"/>"
|
|
1322
1325
|
},
|
|
@@ -1735,6 +1738,9 @@
|
|
|
1735
1738
|
"dtube": {
|
|
1736
1739
|
"body": "<path fill=\"currentColor\" d=\"M0 1.642v20.716h8.516c1.313 0 2.488-.158 3.537-.476a8.747 8.747 0 0 0 2.787-1.408c1.154-.89 2.043-2.046 2.668-3.465c.614-1.42.931-3.049.931-4.881c-.01-1.578-.243-3.02-.709-4.313c-.466-1.292-1.111-2.392-1.959-3.302c-.836-.911-1.853-1.611-3.029-2.12c-1.176-.497-2.478-.751-3.908-.751zM5.201 7.35l8.04 4.66l-8.04 4.648zm15.992 9.162a2.716 2.716 0 0 0-2.71 2.71a2.716 2.716 0 0 0 2.71 2.712h.096A2.716 2.716 0 0 0 24 19.224a2.716 2.716 0 0 0-2.711-2.711z\"/>"
|
|
1737
1740
|
},
|
|
1741
|
+
"duckdb": {
|
|
1742
|
+
"body": "<path fill=\"currentColor\" d=\"M12 0C5.363 0 0 5.363 0 12s5.363 12 12 12s12-5.363 12-12S18.637 0 12 0zM9.502 7.03a4.974 4.974 0 0 1 4.97 4.97a4.974 4.974 0 0 1-4.97 4.97A4.974 4.974 0 0 1 4.532 12a4.974 4.974 0 0 1 4.97-4.97zm6.563 3.183h2.351c.98 0 1.787.782 1.787 1.762s-.807 1.789-1.787 1.789h-2.351v-3.551z\"/>"
|
|
1743
|
+
},
|
|
1738
1744
|
"duckduckgo": {
|
|
1739
1745
|
"body": "<path fill=\"currentColor\" d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0zm0 23C5.925 23 1 18.074 1 12S5.926 1 12 1s11 4.925 11 11s-4.925 11-11 11zm10.219-11c0 4.805-3.317 8.833-7.786 9.925c-.27-.521-.53-1.017-.749-1.438c.645.249 1.93.718 2.208.615c.376-.144.282-3.149-.14-3.245c-.338-.075-1.632.837-2.141 1.209l.034.156c.078.397.144.993.03 1.247c-.001.004-.002.01-.004.013a.218.218 0 0 1-.068.088c-.284.188-1.081.284-1.503.188a.516.516 0 0 1-.064-.02c-.694.396-2.01 1.109-2.25.971c-.329-.188-.377-2.676-.329-3.288c.035-.46 1.653.286 2.442.679c.174-.163.602-.272.98-.31c-.57-1.389-.99-2.977-.733-4.105c0 .002.002.002.002.002c.356.248 2.73 1.05 3.91 1.027c1.18-.024 3.114-.743 2.903-1.323c-.212-.58-2.135.51-4.142.324c-1.486-.138-1.748-.804-1.42-1.29c.414-.611 1.168.116 2.411-.256c1.245-.371 2.987-1.035 3.632-1.397c1.494-.833-.625-1.177-1.125-.947c-.474.22-2.123.637-2.889.82c.428-1.516-.603-4.149-1.757-5.3c-.376-.376-.951-.612-1.603-.736c-.25-.344-.654-.671-1.225-.977a5.772 5.772 0 0 0-3.595-.584l-.024.004l-.034.004l.004.002c-.148.028-.237.08-.357.098c.148.016.705.276 1.057.418c-.174.068-.412.108-.596.184a.828.828 0 0 0-.204.056c-.173.08-.303.375-.3.515c.84-.086 2.082-.026 2.991.246c-.644.09-1.235.258-1.661.482c-.016.008-.03.018-.048.028c-.054.02-.106.042-.152.066c-1.367.72-1.971 2.405-1.611 4.424c.323 1.824 1.665 8.088 2.29 11.064c-3.973-1.4-6.822-5.186-6.822-9.639C1.781 6.356 6.356 1.781 12 1.781S22.219 6.356 22.219 12zM9.095 9.581a.758.758 0 1 0 0 1.516a.758.758 0 0 0 0-1.516zm.338.702a.196.196 0 1 1 0-.392a.196.196 0 0 1 0 .392zm4.724-1.043a.65.65 0 1 0 0 1.299a.65.65 0 0 0 0-1.3zm.29.601a.168.168 0 1 1 0-.336a.168.168 0 0 1 0 .336zM9.313 8.146s-.571-.26-1.125.09c-.554.348-.534.704-.534.704s-.294-.656.49-.978c.786-.32 1.17.184 1.17.184zm5.236-.052s-.41-.234-.73-.23c-.654.008-.831.296-.831.296s.11-.688.945-.55a.84.84 0 0 1 .616.484z\"/>"
|
|
1740
1746
|
},
|
|
@@ -3232,6 +3238,9 @@
|
|
|
3232
3238
|
"kdenlive": {
|
|
3233
3239
|
"body": "<path fill=\"currentColor\" d=\"m8.727 1.554l2.727 4.334v16.558h1.091V5.889l2.728-4.335zm-6 4.948V9.8h7.091c.003-.83 0-1.672-.006-2.498c0-.383-.356-.732-.718-.8H2.727zm12.303.001c-.402.024-.835.41-.834.837l-.014 12.619c0 .57.767 1.065 1.207.727l8.28-6.331c.441-.335.44-1.12 0-1.455l-8.265-6.287a.553.553 0 0 0-.374-.11zM-.001 12v3.299h9.818V12zm4.363 5.497v3.3h5.455v-3.3z\"/>"
|
|
3234
3240
|
},
|
|
3241
|
+
"keepachangelog": {
|
|
3242
|
+
"body": "<path fill=\"currentColor\" d=\"M9.803.179C9.108.174 8.413.24 7.72.38C5.639.797 3.974 1.828 2.77 3.445C1.232 5.515.367 8.072.049 11.492c-.125 1.353.008 2.711.181 4.216a9.97 9.97 0 0 0 2.144 5.214c.933 1.157 2.004 1.917 3.272 2.324a11.972 11.972 0 0 0 3.336.574a6.14 6.14 0 0 0 .795-.034l.416-.041a92.49 92.49 0 0 0 1.721-.186a21.41 21.41 0 0 0 7.393-2.257c2.007-1.048 3.41-2.594 4.17-4.597c.354-.93.523-1.713.523-2.445a4.585 4.585 0 0 0-.064-.762c-.405-2.379-1.235-4.428-2.555-6.264c-1.634-2.276-3.288-3.878-5.202-5.045C13.993.86 11.89.193 9.803.18Zm-.439 1.064c.77-.021 1.56.058 2.376.237h-.001c2.73.597 5.137 2.002 7.154 4.173c2.288 2.46 3.591 5.045 3.988 7.899c.071.528-.013 1.114-.096 1.622c-.388 2.327-1.663 4.063-3.786 5.16a20.998 20.998 0 0 1-7.166 2.182c-.558.066-1.12.123-1.757.187l-.088.01a6.84 6.84 0 0 1-1.658-.03c-.69-.098-1.472-.21-2.224-.389c-1.767-.42-3.069-1.622-3.978-3.658c-.684-1.538-1.038-3.245-1.081-5.233a17.918 17.918 0 0 1 1.149-6.798c.62-1.641 1.517-3.453 3.462-4.418a8.747 8.747 0 0 1 3.706-.944zm1.108 1.47a7.745 7.745 0 0 0-2.24.41c-1.6.525-2.718 1.304-3.523 2.438c-1.499 2.118-2.275 4.58-2.31 7.325a10.123 10.123 0 0 0 .803 4.388c1.081 2.569 3.053 4.064 5.707 4.326c2.796.27 5.543-.381 8.178-1.937a8.122 8.122 0 0 0 2.772-2.624a7.104 7.104 0 0 0 1.168-3.86c0-2.162-1.015-4.47-3.049-6.862a6.403 6.403 0 0 0-.704-.707c-2.333-2.006-4.567-2.966-6.802-2.898zm.099 1.035c1.492-.022 3.015.475 4.672 1.508c1.783 1.117 3.161 2.763 4.091 4.909c.887 2.02.905 3.938.058 5.696a6.809 6.809 0 0 1-2.907 2.988c-2.253 1.232-4.315 1.776-6.458 1.713h-.022c-1.55.06-2.89-.32-4.098-1.163c-.7-.488-1.241-1.202-1.655-2.183a10.94 10.94 0 0 1-.872-4.273A12.65 12.65 0 0 1 4.404 8.09a12.156 12.156 0 0 1 .874-1.622l.163-.27c.67-1.108 1.725-1.639 3.103-2.099a6.756 6.756 0 0 1 2.027-.35zm.03 1.62c-1.18.037-2.28.465-3.289 1.283c-1.395 1.13-2.23 2.72-2.63 4.993a7.241 7.241 0 0 0 .676 4.613c1.062 2.054 2.8 3.11 5.026 3.05h.008c2.958-.155 5.11-1.249 6.573-3.347a5.605 5.605 0 0 0 1.06-3.245a5.814 5.814 0 0 0-.242-1.639c-.72-2.435-2.161-4.145-4.29-5.085c-1.009-.445-1.974-.652-2.892-.624Zm.312 1.064c.77.008 1.547.191 2.35.55c1.862.833 3.073 2.332 3.598 4.462c.526 2.13-.27 4.205-2.066 5.423c-1.479.999-2.93 1.447-4.438 1.367h-.04c-1.004.08-1.994-.226-2.943-.91a3.668 3.668 0 0 1-1.29-1.72a7.64 7.64 0 0 1-.514-2.727a8.474 8.474 0 0 1 .747-3.38c.676-1.556 1.724-2.503 3.215-2.893c.46-.12.919-.178 1.38-.172zM9.455 8.758v6.882h1.155v-1.908l1.68 1.908h1.462l-2.273-2.5l1.871-1.958h-1.509l-1.231 1.337V8.758Z\"/>"
|
|
3243
|
+
},
|
|
3235
3244
|
"keepassxc": {
|
|
3236
3245
|
"body": "<path fill=\"currentColor\" d=\"M12 0C5.378 0 0 5.378 0 12c0 6.623 5.378 12 12 12c6.623 0 12-5.377 12-12c0-6.622-5.377-12-12-12zm0 .791a11.203 11.203 0 0 1 11.209 11.21A11.202 11.202 0 0 1 12 23.208A11.203 11.203 0 0 1 .791 12A11.203 11.203 0 0 1 12.001.791zm0 1.871a9.356 9.356 0 0 0-1.705.162A1.746 1.746 0 0 0 12 4.95a1.746 1.746 0 0 0 1.706-2.126A9.342 9.342 0 0 0 12 2.662zM7.2 4a9.338 9.338 0 0 0-4.54 8a9.338 9.338 0 0 0 18.677 0a9.338 9.338 0 0 0-4.54-7.998a4.888 4.888 0 0 1-2.701 5.365l-.12 2.066l1.482 1.483l-1.483 1.482l.989.989l-.989.988l.12 1.857L12 20.328l-2.096-2.096V9.367A4.89 4.89 0 0 1 7.2 4zm3.4 6.543v6.99h.7v-6.99z\"/>"
|
|
3237
3246
|
},
|
package/json/teenyicons.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "General",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1656267513,
|
|
26
26
|
"icons": {
|
|
27
27
|
"360-outline": {
|
|
28
28
|
"body": "<path fill=\"currentColor\" d=\"m4.5 5.5l.4.3a.5.5 0 0 0-.4-.8v.5ZM3 7.5l-.4-.3A.5.5 0 0 0 3 8v-.5Zm9.736-4.646l.382.323l-.382-.323ZM2 6h2.5V5H2v1Zm2.1-.8l-1.5 2l.8.6l1.5-2l-.8-.6ZM3 8h.5V7H3v1Zm.5 1H2v1h1.5V9Zm.5-.5a.5.5 0 0 1-.5.5v1A1.5 1.5 0 0 0 5 8.5H4ZM3.5 8a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 3.5 7v1ZM8 5h-.5v1H8V5ZM6 6.5v1h1v-1H6Zm0 1v1h1v-1H6ZM7.5 7h-1v1h1V7ZM9 8.5A1.5 1.5 0 0 0 7.5 7v1a.5.5 0 0 1 .5.5h1ZM7.5 10A1.5 1.5 0 0 0 9 8.5H8a.5.5 0 0 1-.5.5v1Zm0-1a.5.5 0 0 1-.5-.5H6A1.5 1.5 0 0 0 7.5 10V9Zm0-4A1.5 1.5 0 0 0 6 6.5h1a.5.5 0 0 1 .5-.5V5ZM12 6.5v2h1v-2h-1Zm-1 2v-2h-1v2h1Zm.5.5a.5.5 0 0 1-.5-.5h-1a1.5 1.5 0 0 0 1.5 1.5V9Zm.5-.5a.5.5 0 0 1-.5.5v1A1.5 1.5 0 0 0 13 8.5h-1ZM11.5 6a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 11.5 5v1Zm0-1A1.5 1.5 0 0 0 10 6.5h1a.5.5 0 0 1 .5-.5V5Zm-4 9A6.5 6.5 0 0 1 1 7.5H0A7.5 7.5 0 0 0 7.5 15v-1ZM14 7.5A6.5 6.5 0 0 1 7.5 14v1A7.5 7.5 0 0 0 15 7.5h-1ZM7.5 0A7.5 7.5 0 0 0 0 7.5h1A6.5 6.5 0 0 1 7.5 1V0Zm6 3a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 13.5 2v1Zm0 1a.5.5 0 0 1-.5-.5h-1A1.5 1.5 0 0 0 13.5 5V4Zm-.5-.5c0-.123.044-.235.118-.323l-.763-.646c-.221.261-.355.6-.355.969h1Zm.118-.323A.498.498 0 0 1 13.5 3V2c-.46 0-.871.207-1.145.531l.763.646ZM7.5 1c1.934 0 3.671.844 4.862 2.186l.748-.664A7.483 7.483 0 0 0 7.5 0v1Zm5.854 3.67c.414.856.646 1.815.646 2.83h1c0-1.17-.268-2.277-.746-3.265l-.9.436ZM14 3.5a.5.5 0 0 1-.348.477l.304.952A1.5 1.5 0 0 0 15 3.5h-1Zm-.348.477A.5.5 0 0 1 13.5 4v1a1.5 1.5 0 0 0 .456-.07l-.304-.953Z\"/>"
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@iconify/json",
|
|
3
3
|
"description": "Iconify icons collection in JSON format",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.1.
|
|
5
|
+
"version": "2.1.68",
|
|
6
6
|
"homepage": "https://iconify.design/icon-sets/",
|
|
7
7
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
8
8
|
"repository": {
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"prepublishOnly": "npm run build && npm run version"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@iconify/types": "
|
|
43
|
-
"pathe": "^0.
|
|
42
|
+
"@iconify/types": "*",
|
|
43
|
+
"pathe": "^0.3.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@types/jest": "^
|
|
47
|
-
"@types/node": "^
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
46
|
+
"@types/jest": "^28.1.3",
|
|
47
|
+
"@types/node": "^18.0.0",
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
|
49
49
|
"cross-env": "^7.0.3",
|
|
50
|
-
"eslint": "^8.
|
|
51
|
-
"esno": "^0.
|
|
52
|
-
"jest": "^
|
|
53
|
-
"jest-each": "^
|
|
54
|
-
"ts-jest": "^
|
|
55
|
-
"ts-node": "^10.
|
|
56
|
-
"tsup": "^
|
|
57
|
-
"typescript": "^4.
|
|
50
|
+
"eslint": "^8.18.0",
|
|
51
|
+
"esno": "^0.16.3",
|
|
52
|
+
"jest": "^28.1.1",
|
|
53
|
+
"jest-each": "^28.1.1",
|
|
54
|
+
"ts-jest": "^28.0.5",
|
|
55
|
+
"ts-node": "^10.8.1",
|
|
56
|
+
"tsup": "^6.1.2",
|
|
57
|
+
"typescript": "^4.7.4"
|
|
58
58
|
}
|
|
59
59
|
}
|