@simplybusiness/icons 4.18.0 → 4.20.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 +12 -0
- package/dist/cjs/fileCirclePlus.js +20 -0
- package/dist/cjs/fileCirclePlus.js.map +1 -0
- package/dist/cjs/filePen.js +20 -0
- package/dist/cjs/filePen.js.map +1 -0
- package/dist/cjs/icons.js +4 -0
- package/dist/cjs/icons.js.map +1 -1
- package/dist/cjs/lock.js +20 -0
- package/dist/cjs/lock.js.map +1 -0
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/cjs/users.js +20 -0
- package/dist/cjs/users.js.map +1 -0
- package/dist/esm/fileCirclePlus.js +11 -0
- package/dist/esm/fileCirclePlus.js.map +1 -0
- package/dist/esm/filePen.js +11 -0
- package/dist/esm/filePen.js.map +1 -0
- package/dist/esm/icons.js +4 -0
- package/dist/esm/icons.js.map +1 -1
- package/dist/esm/lock.js +11 -0
- package/dist/esm/lock.js.map +1 -0
- package/dist/esm/users.js +11 -0
- package/dist/esm/users.js.map +1 -0
- package/dist/types/fileCirclePlus.d.ts +3 -0
- package/dist/types/filePen.d.ts +3 -0
- package/dist/types/icons.d.ts +4 -0
- package/dist/types/lock.d.ts +3 -0
- package/dist/types/users.d.ts +3 -0
- package/package.json +8 -8
- package/src/fileCirclePlus.tsx +12 -0
- package/src/filePen.tsx +12 -0
- package/src/icons.tsx +4 -0
- package/src/lock.tsx +12 -0
- package/src/users.tsx +12 -0
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "fileCirclePlus", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return fileCirclePlus;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const fileCirclePlus = {
|
|
12
|
+
iconName: "file-circle-plus",
|
|
13
|
+
width: 576,
|
|
14
|
+
height: 512,
|
|
15
|
+
svgPathData: "M48 464l236.5 0c12.3 18.8 28 35.1 46.3 48L48 512 0 512l0-48L0 48 0 0 48 0 256 0 384 128l0 70.6c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-112 0 0-112L48 48l0 416zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80l0-16-32 0 0 16 0 48-48 0-16 0 0 32 16 0 48 0 0 48 0 16 32 0 0-16 0-48 48 0 16 0 0-32-16 0-48 0 0-48z",
|
|
16
|
+
iconType: "fill",
|
|
17
|
+
fill: "none"
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=fileCirclePlus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/fileCirclePlus.tsx"],"sourcesContent":["import { IconDefinition } from \"./types\";\n\nconst fileCirclePlus: IconDefinition = {\n iconName: \"file-circle-plus\",\n width: 576,\n height: 512,\n svgPathData: \"M48 464l236.5 0c12.3 18.8 28 35.1 46.3 48L48 512 0 512l0-48L0 48 0 0 48 0 256 0 384 128l0 70.6c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-112 0 0-112L48 48l0 416zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80l0-16-32 0 0 16 0 48-48 0-16 0 0 32 16 0 48 0 0 48 0 16 32 0 0-16 0-48 48 0 16 0 0-32-16 0-48 0 0-48z\",\n iconType: \"fill\",\n fill: \"none\",\n};\n\nexport { fileCirclePlus };\n"],"names":["fileCirclePlus","iconName","width","height","svgPathData","iconType","fill"],"mappings":";;;;+BAWSA;;;eAAAA;;;AATT,MAAMA,iBAAiC;IACrCC,UAAU;IACVC,OAAO;IACPC,QAAQ;IACRC,aAAa;IACbC,UAAU;IACVC,MAAM;AACR"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "filePen", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return filePen;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const filePen = {
|
|
12
|
+
iconName: "file-pen",
|
|
13
|
+
width: 28,
|
|
14
|
+
height: 24,
|
|
15
|
+
svgPathData: "M2.75 21.75H12.6875L12.3594 24H2.75H0.5V21.75V2.25V0H2.75H12.5L18.5 6V14.1094L16.25 16.3594V7.5H11V2.25H2.75V21.75ZM24.1719 10.5L27.5 13.8281L25.5312 15.7969L22.2031 12.4688L24.1719 10.5ZM21.1719 13.5L24.5 16.8281L17.8438 23.4375L14 24L14.5156 20.1094L21.1719 13.5Z",
|
|
16
|
+
iconType: "fill",
|
|
17
|
+
fill: "none"
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=filePen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/filePen.tsx"],"sourcesContent":["import { IconDefinition } from \"./types\";\n\nconst filePen: IconDefinition = {\n iconName: \"file-pen\",\n width: 28,\n height: 24,\n svgPathData: \"M2.75 21.75H12.6875L12.3594 24H2.75H0.5V21.75V2.25V0H2.75H12.5L18.5 6V14.1094L16.25 16.3594V7.5H11V2.25H2.75V21.75ZM24.1719 10.5L27.5 13.8281L25.5312 15.7969L22.2031 12.4688L24.1719 10.5ZM21.1719 13.5L24.5 16.8281L17.8438 23.4375L14 24L14.5156 20.1094L21.1719 13.5Z\",\n iconType: \"fill\",\n fill: \"none\",\n};\n\nexport { filePen };\n"],"names":["filePen","iconName","width","height","svgPathData","iconType","fill"],"mappings":";;;;+BAWSA;;;eAAAA;;;AATT,MAAMA,UAA0B;IAC9BC,UAAU;IACVC,OAAO;IACPC,QAAQ;IACRC,aAAa;IACbC,UAAU;IACVC,MAAM;AACR"}
|
package/dist/cjs/icons.js
CHANGED
|
@@ -32,6 +32,8 @@ _export_star(require("./fett"), exports);
|
|
|
32
32
|
_export_star(require("./fileArrowDown"), exports);
|
|
33
33
|
_export_star(require("./fileCertificate"), exports);
|
|
34
34
|
_export_star(require("./fileCircleInfo"), exports);
|
|
35
|
+
_export_star(require("./fileCirclePlus"), exports);
|
|
36
|
+
_export_star(require("./filePen"), exports);
|
|
35
37
|
_export_star(require("./fileShield"), exports);
|
|
36
38
|
_export_star(require("./fileSignature"), exports);
|
|
37
39
|
_export_star(require("./handshake"), exports);
|
|
@@ -39,6 +41,7 @@ _export_star(require("./home"), exports);
|
|
|
39
41
|
_export_star(require("./leftArrow"), exports);
|
|
40
42
|
_export_star(require("./link"), exports);
|
|
41
43
|
_export_star(require("./loading"), exports);
|
|
44
|
+
_export_star(require("./lock"), exports);
|
|
42
45
|
_export_star(require("./lockKeyhole"), exports);
|
|
43
46
|
_export_star(require("./magnifierPlus"), exports);
|
|
44
47
|
_export_star(require("./menu"), exports);
|
|
@@ -69,6 +72,7 @@ _export_star(require("./tag"), exports);
|
|
|
69
72
|
_export_star(require("./telephone"), exports);
|
|
70
73
|
_export_star(require("./tick"), exports);
|
|
71
74
|
_export_star(require("./user"), exports);
|
|
75
|
+
_export_star(require("./users"), exports);
|
|
72
76
|
_export_star(require("./warning"), exports);
|
|
73
77
|
function _export_star(from, to) {
|
|
74
78
|
Object.keys(from).forEach(function(k) {
|
package/dist/cjs/icons.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/icons.tsx"],"sourcesContent":["export * from \"./arrowDownToLine\";\nexport * from \"./bell\";\nexport * from \"./bin\";\nexport * from \"./briefcase\";\nexport * from \"./calendar\";\nexport * from \"./calendarClock\";\nexport * from \"./calendarDay\";\nexport * from \"./chartMixedUpCircleDollar\";\nexport * from \"./chevronDown\";\nexport * from \"./chevronLeft\";\nexport * from \"./chevronRight\";\nexport * from \"./chevronUp\";\nexport * from \"./chevronUpDown\";\nexport * from \"./circleDollar\";\nexport * from \"./circleInfo\";\nexport * from \"./circleQuestion\";\nexport * from \"./circleSterling\";\nexport * from \"./circleTick\";\nexport * from \"./clock\";\nexport * from \"./creditCard\";\nexport * from \"./creditCardSync\";\nexport * from \"./cross\";\nexport * from \"./dollarSign\";\nexport * from \"./dropdown\";\nexport * from \"./error\";\nexport * from \"./errorCircle\";\nexport * from \"./fett\";\nexport * from \"./fileArrowDown\";\nexport * from \"./fileCertificate\";\nexport * from \"./fileCircleInfo\";\nexport * from \"./fileShield\";\nexport * from \"./fileSignature\";\nexport * from \"./handshake\";\nexport * from \"./home\";\nexport * from \"./leftArrow\";\nexport * from \"./link\";\nexport * from \"./loading\";\nexport * from \"./lockKeyhole\";\nexport * from \"./magnifierPlus\";\nexport * from \"./menu\";\nexport * from \"./message\";\nexport * from \"./messageQuestion\";\nexport * from \"./messageSmile\";\nexport * from \"./minus\";\nexport * from \"./newspaper\";\nexport * from \"./notdef\";\nexport * from \"./pen\";\nexport * from \"./pencil\";\nexport * from \"./plus\";\nexport * from \"./question\";\nexport * from \"./refreshArrow\";\nexport * from \"./refreshCircle\";\nexport * from \"./rightArrow\";\nexport * from \"./rocketLaunch\";\nexport * from \"./sb\";\nexport * from \"./search\";\nexport * from \"./shieldCheck\";\nexport * from \"./simplybusiness\";\nexport * from \"./sparkles\";\nexport * from \"./square\";\nexport * from \"./squareTick\";\nexport * from \"./star\";\nexport * from \"./sterlingSign\";\nexport * from \"./tag\";\nexport * from \"./telephone\";\nexport * from \"./tick\";\nexport * from \"./user\";\nexport * from \"./warning\";\n"],"names":[],"mappings":";;;;qBAAc;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA"}
|
|
1
|
+
{"version":3,"sources":["../../src/icons.tsx"],"sourcesContent":["export * from \"./arrowDownToLine\";\nexport * from \"./bell\";\nexport * from \"./bin\";\nexport * from \"./briefcase\";\nexport * from \"./calendar\";\nexport * from \"./calendarClock\";\nexport * from \"./calendarDay\";\nexport * from \"./chartMixedUpCircleDollar\";\nexport * from \"./chevronDown\";\nexport * from \"./chevronLeft\";\nexport * from \"./chevronRight\";\nexport * from \"./chevronUp\";\nexport * from \"./chevronUpDown\";\nexport * from \"./circleDollar\";\nexport * from \"./circleInfo\";\nexport * from \"./circleQuestion\";\nexport * from \"./circleSterling\";\nexport * from \"./circleTick\";\nexport * from \"./clock\";\nexport * from \"./creditCard\";\nexport * from \"./creditCardSync\";\nexport * from \"./cross\";\nexport * from \"./dollarSign\";\nexport * from \"./dropdown\";\nexport * from \"./error\";\nexport * from \"./errorCircle\";\nexport * from \"./fett\";\nexport * from \"./fileArrowDown\";\nexport * from \"./fileCertificate\";\nexport * from \"./fileCircleInfo\";\nexport * from \"./fileCirclePlus\";\nexport * from \"./filePen\";\nexport * from \"./fileShield\";\nexport * from \"./fileSignature\";\nexport * from \"./handshake\";\nexport * from \"./home\";\nexport * from \"./leftArrow\";\nexport * from \"./link\";\nexport * from \"./loading\";\nexport * from \"./lock\";\nexport * from \"./lockKeyhole\";\nexport * from \"./magnifierPlus\";\nexport * from \"./menu\";\nexport * from \"./message\";\nexport * from \"./messageQuestion\";\nexport * from \"./messageSmile\";\nexport * from \"./minus\";\nexport * from \"./newspaper\";\nexport * from \"./notdef\";\nexport * from \"./pen\";\nexport * from \"./pencil\";\nexport * from \"./plus\";\nexport * from \"./question\";\nexport * from \"./refreshArrow\";\nexport * from \"./refreshCircle\";\nexport * from \"./rightArrow\";\nexport * from \"./rocketLaunch\";\nexport * from \"./sb\";\nexport * from \"./search\";\nexport * from \"./shieldCheck\";\nexport * from \"./simplybusiness\";\nexport * from \"./sparkles\";\nexport * from \"./square\";\nexport * from \"./squareTick\";\nexport * from \"./star\";\nexport * from \"./sterlingSign\";\nexport * from \"./tag\";\nexport * from \"./telephone\";\nexport * from \"./tick\";\nexport * from \"./user\";\nexport * from \"./users\";\nexport * from \"./warning\";\n"],"names":[],"mappings":";;;;qBAAc;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA;qBACA"}
|
package/dist/cjs/lock.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "lock", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return lock;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const lock = {
|
|
12
|
+
iconName: "lock",
|
|
13
|
+
width: 22,
|
|
14
|
+
height: 24,
|
|
15
|
+
svgPathData: "M7.25 6V9H14.75V6C14.75 3.9375 13.0625 2.25 11 2.25C8.89062 2.25 7.25 3.9375 7.25 6ZM5 9V6C5 2.71875 7.67188 0 11 0C14.2812 0 17 2.71875 17 6V9H19.25H21.5V11.25V21.75V24H19.25H2.75H0.5V21.75V11.25V9H2.75H5ZM2.75 21.75H19.25V11.25H2.75V21.75Z",
|
|
16
|
+
iconType: "fill",
|
|
17
|
+
fill: "none"
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=lock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lock.tsx"],"sourcesContent":["import { IconDefinition } from \"./types\";\n\nconst lock: IconDefinition = {\n iconName: \"lock\",\n width: 22,\n height: 24,\n svgPathData: \"M7.25 6V9H14.75V6C14.75 3.9375 13.0625 2.25 11 2.25C8.89062 2.25 7.25 3.9375 7.25 6ZM5 9V6C5 2.71875 7.67188 0 11 0C14.2812 0 17 2.71875 17 6V9H19.25H21.5V11.25V21.75V24H19.25H2.75H0.5V21.75V11.25V9H2.75H5ZM2.75 21.75H19.25V11.25H2.75V21.75Z\",\n iconType: \"fill\",\n fill: \"none\",\n};\n\nexport { lock };\n"],"names":["lock","iconName","width","height","svgPathData","iconType","fill"],"mappings":";;;;+BAWSA;;;eAAAA;;;AATT,MAAMA,OAAuB;IAC3BC,UAAU;IACVC,OAAO;IACPC,QAAQ;IACRC,aAAa;IACbC,UAAU;IACVC,MAAM;AACR"}
|