@skbkontur/icons 0.15.0 → 0.16.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 +8 -2
- package/esm/icons/DocArrowInIcon/DocArrowInIcon.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon.js +39 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon16Light.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon16Light.js +9 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon16Regular.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon16Regular.js +9 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon16Solid.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon16Solid.js +10 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon20Light.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon20Light.js +9 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon20Regular.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon20Regular.js +9 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon20Solid.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon20Solid.js +10 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon24Regular.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon24Regular.js +9 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon24Solid.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon24Solid.js +10 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon32Regular.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon32Regular.js +9 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon64Regular.d.ts +2 -0
- package/esm/icons/DocArrowInIcon/DocArrowInIcon64Regular.js +10 -0
- package/esm/icons/DocArrowInIcon/index.d.ts +11 -0
- package/esm/icons/DocArrowInIcon/index.js +11 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon.js +39 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon16Light.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon16Light.js +9 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon16Regular.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon16Regular.js +12 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon16Solid.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon16Solid.js +10 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon20Light.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon20Light.js +9 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon20Regular.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon20Regular.js +9 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon20Solid.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon20Solid.js +10 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon24Regular.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon24Regular.js +9 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon24Solid.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon24Solid.js +10 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon32Regular.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon32Regular.js +9 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon64Regular.d.ts +2 -0
- package/esm/icons/DocArrowOutIcon/DocArrowOutIcon64Regular.js +10 -0
- package/esm/icons/DocArrowOutIcon/index.d.ts +11 -0
- package/esm/icons/DocArrowOutIcon/index.js +11 -0
- package/esm/icons/DocEditIcon/DocEditIcon.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon.js +39 -0
- package/esm/icons/DocEditIcon/DocEditIcon16Light.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon16Light.js +9 -0
- package/esm/icons/DocEditIcon/DocEditIcon16Regular.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon16Regular.js +9 -0
- package/esm/icons/DocEditIcon/DocEditIcon16Solid.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon16Solid.js +11 -0
- package/esm/icons/DocEditIcon/DocEditIcon20Light.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon20Light.js +9 -0
- package/esm/icons/DocEditIcon/DocEditIcon20Regular.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon20Regular.js +9 -0
- package/esm/icons/DocEditIcon/DocEditIcon20Solid.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon20Solid.js +11 -0
- package/esm/icons/DocEditIcon/DocEditIcon24Regular.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon24Regular.js +9 -0
- package/esm/icons/DocEditIcon/DocEditIcon24Solid.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon24Solid.js +11 -0
- package/esm/icons/DocEditIcon/DocEditIcon32Regular.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon32Regular.js +9 -0
- package/esm/icons/DocEditIcon/DocEditIcon64Regular.d.ts +2 -0
- package/esm/icons/DocEditIcon/DocEditIcon64Regular.js +10 -0
- package/esm/icons/DocEditIcon/index.d.ts +11 -0
- package/esm/icons/DocEditIcon/index.js +11 -0
- package/esm/icons/MailOffIcon/MailOffIcon.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon.js +39 -0
- package/esm/icons/MailOffIcon/MailOffIcon16Light.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon16Light.js +10 -0
- package/esm/icons/MailOffIcon/MailOffIcon16Regular.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon16Regular.js +10 -0
- package/esm/icons/MailOffIcon/MailOffIcon16Solid.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon16Solid.js +9 -0
- package/esm/icons/MailOffIcon/MailOffIcon20Light.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon20Light.js +10 -0
- package/esm/icons/MailOffIcon/MailOffIcon20Regular.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon20Regular.js +10 -0
- package/esm/icons/MailOffIcon/MailOffIcon20Solid.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon20Solid.js +9 -0
- package/esm/icons/MailOffIcon/MailOffIcon24Regular.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon24Regular.js +10 -0
- package/esm/icons/MailOffIcon/MailOffIcon24Solid.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon24Solid.js +9 -0
- package/esm/icons/MailOffIcon/MailOffIcon32Regular.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon32Regular.js +10 -0
- package/esm/icons/MailOffIcon/MailOffIcon64Regular.d.ts +2 -0
- package/esm/icons/MailOffIcon/MailOffIcon64Regular.js +10 -0
- package/esm/icons/MailOffIcon/index.d.ts +11 -0
- package/esm/icons/MailOffIcon/index.js +11 -0
- package/esm/icons/index.d.ts +4 -0
- package/esm/icons/index.js +4 -0
- package/icons/DocArrowInIcon/DocArrowInIcon.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon.js +49 -0
- package/icons/DocArrowInIcon/DocArrowInIcon16Light.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon16Light.js +19 -0
- package/icons/DocArrowInIcon/DocArrowInIcon16Regular.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon16Regular.js +19 -0
- package/icons/DocArrowInIcon/DocArrowInIcon16Solid.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon16Solid.js +20 -0
- package/icons/DocArrowInIcon/DocArrowInIcon20Light.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon20Light.js +19 -0
- package/icons/DocArrowInIcon/DocArrowInIcon20Regular.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon20Regular.js +19 -0
- package/icons/DocArrowInIcon/DocArrowInIcon20Solid.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon20Solid.js +20 -0
- package/icons/DocArrowInIcon/DocArrowInIcon24Regular.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon24Regular.js +19 -0
- package/icons/DocArrowInIcon/DocArrowInIcon24Solid.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon24Solid.js +20 -0
- package/icons/DocArrowInIcon/DocArrowInIcon32Regular.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon32Regular.js +19 -0
- package/icons/DocArrowInIcon/DocArrowInIcon64Regular.d.ts +2 -0
- package/icons/DocArrowInIcon/DocArrowInIcon64Regular.js +20 -0
- package/icons/DocArrowInIcon/index.d.ts +11 -0
- package/icons/DocArrowInIcon/index.js +11 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon.js +49 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon16Light.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon16Light.js +19 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon16Regular.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon16Regular.js +22 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon16Solid.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon16Solid.js +20 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon20Light.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon20Light.js +19 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon20Regular.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon20Regular.js +19 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon20Solid.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon20Solid.js +20 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon24Regular.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon24Regular.js +19 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon24Solid.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon24Solid.js +20 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon32Regular.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon32Regular.js +19 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon64Regular.d.ts +2 -0
- package/icons/DocArrowOutIcon/DocArrowOutIcon64Regular.js +20 -0
- package/icons/DocArrowOutIcon/index.d.ts +11 -0
- package/icons/DocArrowOutIcon/index.js +11 -0
- package/icons/DocEditIcon/DocEditIcon.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon.js +49 -0
- package/icons/DocEditIcon/DocEditIcon16Light.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon16Light.js +19 -0
- package/icons/DocEditIcon/DocEditIcon16Regular.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon16Regular.js +19 -0
- package/icons/DocEditIcon/DocEditIcon16Solid.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon16Solid.js +21 -0
- package/icons/DocEditIcon/DocEditIcon20Light.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon20Light.js +19 -0
- package/icons/DocEditIcon/DocEditIcon20Regular.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon20Regular.js +19 -0
- package/icons/DocEditIcon/DocEditIcon20Solid.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon20Solid.js +21 -0
- package/icons/DocEditIcon/DocEditIcon24Regular.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon24Regular.js +19 -0
- package/icons/DocEditIcon/DocEditIcon24Solid.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon24Solid.js +21 -0
- package/icons/DocEditIcon/DocEditIcon32Regular.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon32Regular.js +19 -0
- package/icons/DocEditIcon/DocEditIcon64Regular.d.ts +2 -0
- package/icons/DocEditIcon/DocEditIcon64Regular.js +20 -0
- package/icons/DocEditIcon/index.d.ts +11 -0
- package/icons/DocEditIcon/index.js +11 -0
- package/icons/MailOffIcon/MailOffIcon.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon.js +49 -0
- package/icons/MailOffIcon/MailOffIcon16Light.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon16Light.js +20 -0
- package/icons/MailOffIcon/MailOffIcon16Regular.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon16Regular.js +20 -0
- package/icons/MailOffIcon/MailOffIcon16Solid.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon16Solid.js +19 -0
- package/icons/MailOffIcon/MailOffIcon20Light.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon20Light.js +20 -0
- package/icons/MailOffIcon/MailOffIcon20Regular.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon20Regular.js +20 -0
- package/icons/MailOffIcon/MailOffIcon20Solid.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon20Solid.js +19 -0
- package/icons/MailOffIcon/MailOffIcon24Regular.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon24Regular.js +20 -0
- package/icons/MailOffIcon/MailOffIcon24Solid.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon24Solid.js +19 -0
- package/icons/MailOffIcon/MailOffIcon32Regular.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon32Regular.js +20 -0
- package/icons/MailOffIcon/MailOffIcon64Regular.d.ts +2 -0
- package/icons/MailOffIcon/MailOffIcon64Regular.js +20 -0
- package/icons/MailOffIcon/index.d.ts +11 -0
- package/icons/MailOffIcon/index.js +11 -0
- package/icons/index.d.ts +4 -0
- package/icons/index.js +4 -0
- package/package.json +1 -1
- package/src/doc-arrow-in/Size=16, Style=light.svg +16 -0
- package/src/doc-arrow-in/Size=16, Style=regular.svg +11 -0
- package/src/doc-arrow-in/Size=16, Style=solid.svg +17 -0
- package/src/doc-arrow-in/Size=20, Style=light.svg +11 -0
- package/src/doc-arrow-in/Size=20, Style=regular.svg +11 -0
- package/src/doc-arrow-in/Size=20, Style=solid.svg +17 -0
- package/src/doc-arrow-in/Size=24, Style=regular.svg +11 -0
- package/src/doc-arrow-in/Size=24, Style=solid.svg +17 -0
- package/src/doc-arrow-in/Size=32, Style=regular.svg +11 -0
- package/src/doc-arrow-in/Size=64, Style=regular.svg +12 -0
- package/src/doc-arrow-out/Size=16, Style=light.svg +11 -0
- package/src/doc-arrow-out/Size=16, Style=regular.svg +14 -0
- package/src/doc-arrow-out/Size=16, Style=solid.svg +12 -0
- package/src/doc-arrow-out/Size=20, Style=light.svg +11 -0
- package/src/doc-arrow-out/Size=20, Style=regular.svg +11 -0
- package/src/doc-arrow-out/Size=20, Style=solid.svg +12 -0
- package/src/doc-arrow-out/Size=24, Style=regular.svg +11 -0
- package/src/doc-arrow-out/Size=24, Style=solid.svg +12 -0
- package/src/doc-arrow-out/Size=32, Style=regular.svg +11 -0
- package/src/doc-arrow-out/Size=64, Style=regular.svg +12 -0
- package/src/doc-edit/Size=16, Style=light.svg +16 -0
- package/src/doc-edit/Size=16, Style=regular.svg +11 -0
- package/src/doc-edit/Size=16, Style=solid.svg +13 -0
- package/src/doc-edit/Size=20, Style=light.svg +16 -0
- package/src/doc-edit/Size=20, Style=regular.svg +16 -0
- package/src/doc-edit/Size=20, Style=solid.svg +18 -0
- package/src/doc-edit/Size=24, Style=regular.svg +16 -0
- package/src/doc-edit/Size=24, Style=solid.svg +18 -0
- package/src/doc-edit/Size=32, Style=regular.svg +11 -0
- package/src/doc-edit/Size=64, Style=regular.svg +12 -0
- package/src/mail-off/Size=16, Style=light.svg +12 -0
- package/src/mail-off/Size=16, Style=regular.svg +12 -0
- package/src/mail-off/Size=16, Style=solid.svg +11 -0
- package/src/mail-off/Size=20, Style=light.svg +12 -0
- package/src/mail-off/Size=20, Style=regular.svg +12 -0
- package/src/mail-off/Size=20, Style=solid.svg +11 -0
- package/src/mail-off/Size=24, Style=regular.svg +12 -0
- package/src/mail-off/Size=24, Style=solid.svg +11 -0
- package/src/mail-off/Size=32, Style=regular.svg +12 -0
- package/src/mail-off/Size=64, Style=regular.svg +12 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var DocEditIcon20Light = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 20 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h1.5a.5.5 0 0 0 0-1H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3v3a2 2 0 0 0 2 2h3v1.5a.5.5 0 0 0 1 0V7.378a1.5 1.5 0 0 0-.44-1.06l-3.877-3.879A1.5 1.5 0 0 0 10.622 2H7Zm7.83 5L11 3.17V6a1 1 0 0 0 1 1h2.83Z" }),
|
|
18
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.08 11.462a1.3 1.3 0 0 1 1.84 0l.618.619a1.3 1.3 0 0 1 0 1.838l-5.788 5.788a1 1 0 0 1-.707.293H11.5a.5.5 0 0 1-.5-.5v-1.543a1 1 0 0 1 .293-.707l5.788-5.788Zm1.132.707a.3.3 0 0 0-.424 0l-.956.956 1.043 1.043.956-.956a.3.3 0 0 0 0-.424l-.619-.619Zm-1.044 2.706-1.043-1.043L12 17.957V19h1.043l4.125-4.125Z" })));
|
|
19
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var DocEditIcon20Regular = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 20 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.249 2.001a3.25 3.25 0 0 0-3.25 3.25v9.5a3.251 3.251 0 0 0 3.251 3.25.75.75 0 0 0 0-1.5 1.751 1.751 0 0 1-1.751-1.75v-9.5c0-.966.783-1.75 1.75-1.75H9.25V6.5a2.25 2.25 0 0 0 2.25 2.25h2.998v.5a.75.75 0 0 0 1.5 0V7.632c0-.465-.184-.91-.512-1.238l-3.88-3.88a1.75 1.75 0 0 0-1.238-.513h-3.12ZM14.22 7.25l-3.47-3.47V6.5c0 .414.336.75.75.75h2.72Z" }),
|
|
18
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.545 10.394a1.35 1.35 0 0 1 1.91 0l1.151 1.151a1.35 1.35 0 0 1 0 1.91l-6.18 6.179a1.25 1.25 0 0 1-.883.366H10.75a.75.75 0 0 1-.75-.75v-1.793c0-.331.132-.65.366-.884l6.18-6.18ZM15.5 13.56l-4 4v.939h.94l4-4-.94-.94Zm1.06-1.061.94.94.94-.94-.94-.94-.94.94Z" })));
|
|
19
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var DocEditIcon20Solid = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 20 }, props),
|
|
17
|
+
React.createElement("path", { d: "M10.004 2H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h2.5v-.172a2 2 0 0 1 .586-1.414L16 10.5V7.998h-3.746a2.25 2.25 0 0 1-2.25-2.25V2Z" }),
|
|
18
|
+
React.createElement("path", { d: "m15.863 6.498-4.359-4.359v3.609c0 .414.336.75.75.75h3.61Z" }),
|
|
19
|
+
React.createElement("path", { d: "M11 18.414V19.5a.5.5 0 0 0 .5.5h1.086a1 1 0 0 0 .707-.293l4.803-4.803-2-2-4.803 4.803a1 1 0 0 0-.293.707Z" }),
|
|
20
|
+
React.createElement("path", { d: "m19.682 13.318-.878.879-2-2 .878-.879a1 1 0 0 1 1.414 0l.586.586a1 1 0 0 1 0 1.414Z" })));
|
|
21
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var DocEditIcon24Regular = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 24 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.25 6A3.75 3.75 0 0 1 8 2.25h5.05c.729 0 1.428.29 1.944.805l3.95 3.951a2.75 2.75 0 0 1 .806 1.945V11a.75.75 0 1 1-1.5 0V9.75H15A2.75 2.75 0 0 1 12.25 7V3.75H8A2.25 2.25 0 0 0 5.75 6v12A2.25 2.25 0 0 0 8 20.25h2a.75.75 0 0 1 0 1.5H8A3.75 3.75 0 0 1 4.25 18V6Zm9.5-2.035V7c0 .69.56 1.25 1.25 1.25h3.035a1.248 1.248 0 0 0-.151-.183l-3.95-3.95a1.246 1.246 0 0 0-.184-.152Z" }),
|
|
18
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.366 20.573a1.25 1.25 0 0 0-.366.884v1.793c0 .414.336.75.75.75h1.793c.331 0 .65-.132.884-.366l5.603-5.604 1.576-1.575a1.35 1.35 0 0 0 0-1.91l-1.151-1.151a1.35 1.35 0 0 0-1.91 0l-7.179 7.18Zm7.195-5.073.939-.94.94.94-.94.94-.94-.94Zm-.122 2-.939-.94-5 5v.94h.94l5-5Z" })));
|
|
19
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var DocEditIcon24Solid = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 24 }, props),
|
|
17
|
+
React.createElement("path", { d: "M12.05 2H8a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h3v-.172a2 2 0 0 1 .586-1.414L20 12v-1.95h-5.2a2.75 2.75 0 0 1-2.75-2.75V2Z" }),
|
|
18
|
+
React.createElement("path", { d: "m20 8.55-6.45-6.49V7.3c0 .69.56 1.25 1.25 1.25H20Z" }),
|
|
19
|
+
React.createElement("path", { d: "M13 21.914V23.5a.5.5 0 0 0 .5.5h1.586a1 1 0 0 0 .707-.293l5.854-5.854-2.5-2.5-5.854 5.854a1 1 0 0 0-.293.707Z" }),
|
|
20
|
+
React.createElement("path", { d: "m23.677 15.823-1.323 1.323-2.5-2.5 1.323-1.323a1 1 0 0 1 1.414 0l1.086 1.086a1 1 0 0 1 0 1.414Z" })));
|
|
21
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var DocEditIcon32Regular = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 32 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 2A5.5 5.5 0 0 0 5 7.5v17a5.5 5.5 0 0 0 5.5 5.5H12a1 1 0 1 0 0-2h-1.5A3.5 3.5 0 0 1 7 24.5v-17A3.5 3.5 0 0 1 10.5 4H16v5.5a3.5 3.5 0 0 0 3.5 3.5H25v1a1 1 0 1 0 2 0v-2.226a4 4 0 0 0-1.172-2.829l-5.773-5.773A4 4 0 0 0 17.226 2H10.5ZM18 4.156V9.5a1.5 1.5 0 0 0 1.5 1.5h5.344a2.001 2.001 0 0 0-.43-.64L18.64 4.586a2 2 0 0 0-.64-.43Z" }),
|
|
18
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.324 22.09a2.25 2.25 0 0 0 .002-3.18l-1.234-1.237a2.25 2.25 0 0 0-3.184-.002l-9.323 9.33A2 2 0 0 0 16 28.413V30.5a1.5 1.5 0 0 0 1.5 1.5h2.086A2 2 0 0 0 21 31.414l9.324-9.324Zm-2.648-3.005a.25.25 0 0 0-.354 0l-1.41 1.412 1.588 1.589 1.41-1.41a.25.25 0 0 0 0-.354l-1.234-1.237Zm-1.59 4.415-1.588-1.588L18 28.414V30h1.586l6.5-6.5Z" })));
|
|
19
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var DocEditIcon64Regular = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 64 }, props),
|
|
17
|
+
React.createElement("path", { d: "M21.5 6C15.701 6 11 10.701 11 16.5v31C11 53.299 15.701 58 21.5 58h6a1.5 1.5 0 0 0 0-3h-6a7.5 7.5 0 0 1-7.5-7.5v-31A7.5 7.5 0 0 1 21.5 9h14.452a4.5 4.5 0 0 1 3.182 1.318l9.548 9.548A4.5 4.5 0 0 1 50 23.048V31.5a1.5 1.5 0 0 0 3 0v-8.452a7.5 7.5 0 0 0-2.197-5.303l-9.547-9.548A7.5 7.5 0 0 0 35.951 6H21.5Z" }),
|
|
18
|
+
React.createElement("path", { d: "M36 12.5a1.5 1.5 0 0 0-3 0v6a6.5 6.5 0 0 0 6.5 6.5h7a1.5 1.5 0 0 0 0-3h-7a3.5 3.5 0 0 1-3.5-3.5v-6Z" }),
|
|
19
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M52.318 37.06a4.5 4.5 0 0 1 6.364 0l1.257 1.258a4.5 4.5 0 0 1 0 6.364l-17 17A4.5 4.5 0 0 1 39.759 63l-3.755.002a2 2 0 0 1-2-2L34 57.246a4.5 4.5 0 0 1 1.318-3.185l16.999-17Zm4.243 2.122a1.5 1.5 0 0 0-2.122 0l-2.568 2.568 3.379 3.379 2.568-2.568a1.5 1.5 0 0 0 0-2.122l-1.257-1.257Zm-3.432 8.068-3.379-3.379-12.31 12.31a1.5 1.5 0 0 0-.44 1.062L37.004 60h2.754a1.5 1.5 0 0 0 1.06-.44L53.13 47.25Z" })));
|
|
20
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './DocEditIcon';
|
|
2
|
+
export * from './DocEditIcon16Light';
|
|
3
|
+
export * from './DocEditIcon16Regular';
|
|
4
|
+
export * from './DocEditIcon16Solid';
|
|
5
|
+
export * from './DocEditIcon20Light';
|
|
6
|
+
export * from './DocEditIcon20Regular';
|
|
7
|
+
export * from './DocEditIcon20Solid';
|
|
8
|
+
export * from './DocEditIcon24Regular';
|
|
9
|
+
export * from './DocEditIcon24Solid';
|
|
10
|
+
export * from './DocEditIcon32Regular';
|
|
11
|
+
export * from './DocEditIcon64Regular';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './DocEditIcon';
|
|
2
|
+
export * from './DocEditIcon16Light';
|
|
3
|
+
export * from './DocEditIcon16Regular';
|
|
4
|
+
export * from './DocEditIcon16Solid';
|
|
5
|
+
export * from './DocEditIcon20Light';
|
|
6
|
+
export * from './DocEditIcon20Regular';
|
|
7
|
+
export * from './DocEditIcon20Solid';
|
|
8
|
+
export * from './DocEditIcon24Regular';
|
|
9
|
+
export * from './DocEditIcon24Solid';
|
|
10
|
+
export * from './DocEditIcon32Regular';
|
|
11
|
+
export * from './DocEditIcon64Regular';
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { Icon } from '../../internal/Icon';
|
|
15
|
+
import { MailOffIcon16Light } from './MailOffIcon16Light';
|
|
16
|
+
import { MailOffIcon16Regular } from './MailOffIcon16Regular';
|
|
17
|
+
import { MailOffIcon16Solid } from './MailOffIcon16Solid';
|
|
18
|
+
import { MailOffIcon20Light } from './MailOffIcon20Light';
|
|
19
|
+
import { MailOffIcon20Regular } from './MailOffIcon20Regular';
|
|
20
|
+
import { MailOffIcon20Solid } from './MailOffIcon20Solid';
|
|
21
|
+
import { MailOffIcon24Regular } from './MailOffIcon24Regular';
|
|
22
|
+
import { MailOffIcon24Solid } from './MailOffIcon24Solid';
|
|
23
|
+
import { MailOffIcon32Regular } from './MailOffIcon32Regular';
|
|
24
|
+
import { MailOffIcon64Regular } from './MailOffIcon64Regular';
|
|
25
|
+
var sizes = {
|
|
26
|
+
16: {
|
|
27
|
+
light: MailOffIcon16Light,
|
|
28
|
+
regular: MailOffIcon16Regular,
|
|
29
|
+
solid: MailOffIcon16Solid,
|
|
30
|
+
},
|
|
31
|
+
20: {
|
|
32
|
+
light: MailOffIcon20Light,
|
|
33
|
+
regular: MailOffIcon20Regular,
|
|
34
|
+
solid: MailOffIcon20Solid,
|
|
35
|
+
},
|
|
36
|
+
24: {
|
|
37
|
+
regular: MailOffIcon24Regular,
|
|
38
|
+
solid: MailOffIcon24Solid,
|
|
39
|
+
},
|
|
40
|
+
32: {
|
|
41
|
+
regular: MailOffIcon32Regular,
|
|
42
|
+
},
|
|
43
|
+
64: {
|
|
44
|
+
regular: MailOffIcon64Regular,
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
export var MailOffIcon = function (props) {
|
|
48
|
+
return React.createElement(Icon, __assign({}, props, { sizes: sizes }));
|
|
49
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon16Light = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 16 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.59.633a.5.5 0 1 0-.68.734l13.5 12.5a.5.5 0 0 0 .68-.734l-1.45-1.341c.229-.377.36-.82.36-1.292v-5A2.5 2.5 0 0 0 11.5 3H4.146L1.59.633ZM5.226 4l3.79 3.51 2.155-1.886a.5.5 0 0 1 .658.752L9.754 8.192l3.127 2.896c.076-.18.119-.38.119-.588v-5A1.5 1.5 0 0 0 11.5 4H5.226Z" }),
|
|
18
|
+
React.createElement("path", { d: "M1 5.5c0-.735.317-1.395.821-1.853l.739.684C2.218 4.606 2 5.028 2 5.5v5A1.5 1.5 0 0 0 3.5 12h7.342l1.047.97c-.126.02-.256.03-.389.03h-8A2.5 2.5 0 0 1 1 10.5v-5Z" }),
|
|
19
|
+
React.createElement("path", { d: "m3.83 5.624 2.299 2.012 1.803 1.67a2.498 2.498 0 0 1-2.078-.582L3.17 6.376a.5.5 0 1 1 .658-.752Z" })));
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon16Regular = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 16 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.284.223a.75.75 0 1 0-1.061 1.06L14.72 13.78a.75.75 0 1 0 1.06-1.06l-1.129-1.13c.222-.396.349-.853.349-1.34v-5.5A2.75 2.75 0 0 0 12.25 2H5.06L3.285.223ZM6.56 3.5l2.993 2.993 1.662-1.581a.75.75 0 0 1 1.034 1.086l-1.635 1.556 2.872 2.873c.008-.058.013-.117.013-.177v-5.5c0-.69-.56-1.25-1.25-1.25H6.56Z" }),
|
|
18
|
+
React.createElement("path", { d: "M1 4.75c0-.909.441-1.715 1.12-2.215L3.21 3.623A1.25 1.25 0 0 0 2.5 4.75v5.5c0 .69.56 1.25 1.25 1.25h7.336l1.482 1.482a2.78 2.78 0 0 1-.318.018h-8.5A2.75 2.75 0 0 1 1 10.25v-5.5Z" }),
|
|
19
|
+
React.createElement("path", { d: "m4.637 5.058.128.12 3.85 3.851a2.75 2.75 0 0 1-2.656-.648L3.604 6.145a.75.75 0 1 1 1.033-1.087Z" })));
|
|
20
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon16Solid = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 16 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.386.284A1 1 0 0 0 .989 1.716l.897.875A2.495 2.495 0 0 0 1 4.5v6A2.5 2.5 0 0 0 3.5 13h9.05l1.502 1.466a1 1 0 1 0 1.396-1.432L2.386.284Zm6.426 9.067L4.079 4.732a.75.75 0 0 0-.849 1.215l2.862 2.756a2.75 2.75 0 0 0 2.72.648Z" }),
|
|
18
|
+
React.createElement("path", { d: "m12.77 5.947-1.227 1.181 3.456 3.456L15 10.5v-6A2.5 2.5 0 0 0 12.5 2H6.414l4.068 4.068 1.247-1.202a.75.75 0 0 1 1.04 1.08Z" })));
|
|
19
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon20Light = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 20 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.854 1.146a.5.5 0 1 0-.708.708l16 16a.5.5 0 0 0 .708-.708l-1.884-1.883A2.993 2.993 0 0 0 18 13V7a3 3 0 0 0-3-3H5.707L2.854 1.146ZM6.707 5 11.6 9.893l3.046-3.047a.5.5 0 0 1 .708.707L12.307 10.6l3.953 3.953c.452-.367.74-.926.74-1.553V7a2 2 0 0 0-2-2H6.707Z" }),
|
|
18
|
+
React.createElement("path", { d: "M2 7c0-.978.468-1.846 1.192-2.394l.717.717C3.362 5.68 3 6.298 3 7v6a2 2 0 0 0 2 2h8.586l1 1H5a3 3 0 0 1-3-3V7Z" }),
|
|
19
|
+
React.createElement("path", { d: "M8.515 10.008c.117.117.245.218.38.302l1.307 1.306a3.092 3.092 0 0 1-2.394-.901L4.646 7.553a.5.5 0 1 1 .708-.707l3.161 3.162Z" })));
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon20Regular = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 20 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.53.47a.75.75 0 0 0-1.06 1.06l16 16a.75.75 0 1 0 1.06-1.06l-2.013-2.014a3.234 3.234 0 0 0 .484-1.707V7.25a3.25 3.25 0 0 0-3.25-3.25H7.062L3.53.47ZM8.562 5.5l3.474 3.474 1.87-1.82a.75.75 0 0 1 1.046 1.076l-1.856 1.805 3.303 3.303c.066-.185.102-.383.102-.59V7.25a1.75 1.75 0 0 0-1.75-1.75H8.562Z" }),
|
|
18
|
+
React.createElement("path", { d: "M1.999 7.251c0-1.176.625-2.206 1.56-2.777l1.122 1.121A1.75 1.75 0 0 0 3.5 7.251v5.498c0 .966.783 1.75 1.75 1.75h8.335l1.485 1.484a3.27 3.27 0 0 1-.318.016H5.25a3.25 3.25 0 0 1-3.25-3.25V7.25Z" }),
|
|
19
|
+
React.createElement("path", { d: "M8.78 9.768c.1.097.207.179.32.247l1.66 1.659a3.248 3.248 0 0 1-3.025-.83L5.047 8.23a.75.75 0 1 1 1.046-1.075L8.78 9.768Z" })));
|
|
20
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon20Solid = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 20 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.707.293a1 1 0 0 0-1.414 1.414L3.825 4.24A3 3 0 0 0 2 7v6a3 3 0 0 0 3 3h10c.184 0 .363-.017.538-.048l2.255 2.255a1 1 0 0 0 1.414-1.414L2.707.293Zm8.434 11.262-1.301-1.3a1.744 1.744 0 0 1-1.06-.49L5.576 6.65a.75.75 0 1 0-1.046 1.075l3.202 3.116a3.25 3.25 0 0 0 3.408.715Z" }),
|
|
18
|
+
React.createElement("path", { d: "M15.469 7.724 14.034 9.12 18 13.085 18 13V7a3 3 0 0 0-3-3H8.914l4.06 4.06 1.449-1.411a.75.75 0 0 1 1.046 1.075Z" })));
|
|
19
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon24Regular = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 24 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.48.97a.75.75 0 0 0-1.061 1.06l19.5 19.5a.75.75 0 1 0 1.06-1.06l-2.085-2.085A3.735 3.735 0 0 0 21.75 16V8A3.75 3.75 0 0 0 18 4.25H6.76L3.48.97Zm4.78 4.78 5.715 5.715L17.22 8.22a.75.75 0 1 1 1.06 1.06l-3.245 3.245 4.79 4.79A2.24 2.24 0 0 0 20.25 16V8A2.25 2.25 0 0 0 18 5.75H8.26Z" }),
|
|
18
|
+
React.createElement("path", { d: "M2.25 8c0-1.153.52-2.185 1.34-2.873l1.067 1.068A2.247 2.247 0 0 0 3.75 8v8A2.25 2.25 0 0 0 6 18.25h10.712l1.494 1.494a3.81 3.81 0 0 1-.206.006H6A3.75 3.75 0 0 1 2.25 16V8Z" }),
|
|
19
|
+
React.createElement("path", { d: "M10.266 11.992c.19.19.404.338.633.445l1.65 1.65a3.746 3.746 0 0 1-3.344-1.035L5.576 9.424a.75.75 0 1 1 1.061-1.061l3.629 3.629Z" })));
|
|
20
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon24Solid = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 24 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.178.376A1.25 1.25 0 0 0 1.41 2.144L3.876 4.61A3.997 3.997 0 0 0 2 8v8a4 4 0 0 0 4 4h12c.385 0 .758-.055 1.11-.156l2.506 2.506a1.25 1.25 0 0 0 1.768-1.768L3.178.376Zm9.878 13.413-2.268-2.268a2.022 2.022 0 0 1-.14-.116L6.677 7.763a1 1 0 1 0-1.352 1.474l3.973 3.642a4 4 0 0 0 3.759.91Z" }),
|
|
18
|
+
React.createElement("path", { d: "m18.676 9.237-1.996 1.83 5.303 5.303c.011-.122.017-.245.017-.37V8a4 4 0 0 0-4-4H9.613l5.651 5.651 2.06-1.888a1 1 0 1 1 1.352 1.474Z" })));
|
|
19
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon32Regular = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 32 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.707.293a1 1 0 0 0-1.414 1.414l28 28a1 1 0 0 0 1.414-1.414l-3.116-3.116A5.48 5.48 0 0 0 30 21.5v-11A5.5 5.5 0 0 0 24.5 5H8.414L3.707.293ZM10.414 7l7.794 7.794 5.129-4.543a1 1 0 1 1 1.326 1.498l-5.038 4.462 7.548 7.548c.516-.61.827-1.398.827-2.259v-11A3.5 3.5 0 0 0 24.5 7H10.414Z" }),
|
|
18
|
+
React.createElement("path", { d: "M2 10.5c0-1.788.853-3.377 2.174-4.381L5.61 7.554A3.497 3.497 0 0 0 4 10.5v11A3.5 3.5 0 0 0 7.5 25h15.555l1.975 1.975a5.563 5.563 0 0 1-.53.025h-17A5.5 5.5 0 0 1 2 21.5v-11Z" }),
|
|
19
|
+
React.createElement("path", { d: "m12.974 14.96-1.248-1.29-3.596-3.595a1 1 0 0 0-1.099 1.62l4.506 4.656a5.493 5.493 0 0 0 4.516 1.647l-2.692-2.693a3.523 3.523 0 0 1-.387-.345Z" })));
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
15
|
+
export var MailOffIcon64Regular = function (props) {
|
|
16
|
+
return (React.createElement(BaseIcon, __assign({ viewBoxSize: 64 }, props),
|
|
17
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.56 3.44a1.5 1.5 0 1 0-2.12 2.12l52 52a1.5 1.5 0 0 0 2.12-2.12l-5.088-5.089A10.474 10.474 0 0 0 58 42.5v-21C58 15.701 53.299 11 47.5 11h-31c-.44 0-.873.027-1.3.08L7.56 3.44ZM18.122 14l18.1 18.1c.201-.163.396-.338.582-.525L47.44 20.94a1.5 1.5 0 0 1 2.122 2.122L38.925 33.697c-.186.186-.378.363-.574.533l13.995 13.995A7.484 7.484 0 0 0 55 42.5v-21a7.5 7.5 0 0 0-7.5-7.5H18.121Z" }),
|
|
18
|
+
React.createElement("path", { d: "M6 21.5c0-2.763 1.067-5.277 2.812-7.152l2.124 2.123A7.472 7.472 0 0 0 9 21.5v21a7.5 7.5 0 0 0 7.5 7.5h27.965l3 3H16.5C10.701 53 6 48.299 6 42.5v-21Z" }),
|
|
19
|
+
React.createElement("path", { d: "M13.94 21.44a1.5 1.5 0 0 1 1.641-.323l15.652 15.652a10.464 10.464 0 0 1-7.158-3.072L13.94 23.56a1.5 1.5 0 0 1 0-2.122Z" })));
|
|
20
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './MailOffIcon';
|
|
2
|
+
export * from './MailOffIcon16Light';
|
|
3
|
+
export * from './MailOffIcon16Regular';
|
|
4
|
+
export * from './MailOffIcon16Solid';
|
|
5
|
+
export * from './MailOffIcon20Light';
|
|
6
|
+
export * from './MailOffIcon20Regular';
|
|
7
|
+
export * from './MailOffIcon20Solid';
|
|
8
|
+
export * from './MailOffIcon24Regular';
|
|
9
|
+
export * from './MailOffIcon24Solid';
|
|
10
|
+
export * from './MailOffIcon32Regular';
|
|
11
|
+
export * from './MailOffIcon64Regular';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './MailOffIcon';
|
|
2
|
+
export * from './MailOffIcon16Light';
|
|
3
|
+
export * from './MailOffIcon16Regular';
|
|
4
|
+
export * from './MailOffIcon16Solid';
|
|
5
|
+
export * from './MailOffIcon20Light';
|
|
6
|
+
export * from './MailOffIcon20Regular';
|
|
7
|
+
export * from './MailOffIcon20Solid';
|
|
8
|
+
export * from './MailOffIcon24Regular';
|
|
9
|
+
export * from './MailOffIcon24Solid';
|
|
10
|
+
export * from './MailOffIcon32Regular';
|
|
11
|
+
export * from './MailOffIcon64Regular';
|
package/icons/index.d.ts
CHANGED
|
@@ -124,8 +124,11 @@ export * from './DevCodeIcon';
|
|
|
124
124
|
export * from './DivideCircleIcon';
|
|
125
125
|
export * from './DivideIcon';
|
|
126
126
|
export * from './DocArrowConvertIcon';
|
|
127
|
+
export * from './DocArrowInIcon';
|
|
128
|
+
export * from './DocArrowOutIcon';
|
|
127
129
|
export * from './DocArrowSyncIcon';
|
|
128
130
|
export * from './DocCheckIcon';
|
|
131
|
+
export * from './DocEditIcon';
|
|
129
132
|
export * from './DocIcon';
|
|
130
133
|
export * from './DocMinusIcon';
|
|
131
134
|
export * from './DocPlusIcon';
|
|
@@ -205,6 +208,7 @@ export * from './LogoYoutubeIcon';
|
|
|
205
208
|
export * from './MailArrowInIcon';
|
|
206
209
|
export * from './MailArrowOutIcon';
|
|
207
210
|
export * from './MailIcon';
|
|
211
|
+
export * from './MailOffIcon';
|
|
208
212
|
export * from './MarketReceiptIcon';
|
|
209
213
|
export * from './MarketRegisterClassicIcon';
|
|
210
214
|
export * from './MarketRegisterScannerIcon';
|
package/icons/index.js
CHANGED
|
@@ -124,8 +124,11 @@ export * from './DevCodeIcon';
|
|
|
124
124
|
export * from './DivideCircleIcon';
|
|
125
125
|
export * from './DivideIcon';
|
|
126
126
|
export * from './DocArrowConvertIcon';
|
|
127
|
+
export * from './DocArrowInIcon';
|
|
128
|
+
export * from './DocArrowOutIcon';
|
|
127
129
|
export * from './DocArrowSyncIcon';
|
|
128
130
|
export * from './DocCheckIcon';
|
|
131
|
+
export * from './DocEditIcon';
|
|
129
132
|
export * from './DocIcon';
|
|
130
133
|
export * from './DocMinusIcon';
|
|
131
134
|
export * from './DocPlusIcon';
|
|
@@ -205,6 +208,7 @@ export * from './LogoYoutubeIcon';
|
|
|
205
208
|
export * from './MailArrowInIcon';
|
|
206
209
|
export * from './MailArrowOutIcon';
|
|
207
210
|
export * from './MailIcon';
|
|
211
|
+
export * from './MailOffIcon';
|
|
208
212
|
export * from './MarketReceiptIcon';
|
|
209
213
|
export * from './MarketRegisterClassicIcon';
|
|
210
214
|
export * from './MarketRegisterScannerIcon';
|
package/package.json
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_15602_342402)">
|
|
3
|
+
<g clip-path="url(#clip1_15602_342402)">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 1C4.11929 1 3 2.11929 3 3.5V7.5C3 7.77614 3.22386 8 3.5 8C3.77614 8 4 7.77614 4 7.5V3.5C4 2.67157 4.67157 2 5.5 2H8V4.5C8 5.32843 8.67157 6 9.5 6H12V11.5C12 12.0546 11.6993 12.5395 11.2496 12.7996C11.0106 12.9379 10.9289 13.2438 11.0672 13.4828C11.2055 13.7218 11.5113 13.8035 11.7504 13.6652C12.4963 13.2337 13 12.426 13 11.5V5.48476C13 5.08694 12.842 4.70541 12.5607 4.4241L9.5759 1.43934C9.29459 1.15804 8.91306 1 8.51523 1H5.5ZM11.7223 5L9 2.27766V4.5C9 4.77614 9.22386 5 9.5 5H11.7223Z" fill="#222222"/>
|
|
5
|
+
<path d="M0.5 8C0.776142 8 1 8.22386 1 8.5V9C1 10.6569 2.34315 12 4 12H8.14837L5.6746 9.87963C5.46494 9.69992 5.44066 9.38427 5.62037 9.1746C5.80008 8.96494 6.11573 8.94066 6.3254 9.12037L8.9396 11.3611C9.63801 11.9598 9.63801 13.0402 8.9396 13.6389L6.3254 15.8796C6.11573 16.0593 5.80008 16.0351 5.62037 15.8254C5.44066 15.6157 5.46494 15.3001 5.6746 15.1204L8.14837 13H4C1.79086 13 1.19209e-07 11.2091 2.98023e-08 9L0 8.5C0 8.22386 0.223858 8 0.5 8Z" fill="#222222"/>
|
|
6
|
+
</g>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_15602_342402">
|
|
10
|
+
<rect width="16" height="16" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
<clipPath id="clip1_15602_342402">
|
|
13
|
+
<rect width="16" height="16" fill="white"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|