Skip to content

Commit 61cd8b5

Browse files
author
HIE UX Service
committed
Update TMIcon to v1.41.0:
New icon(s): ai-security (&#e134), file-unzip-o (&#eb14), security-ai (&#e13a) Updated icon(s): observable (&#e621)
1 parent 2f46853 commit 61cd8b5

21 files changed

+177
-15
lines changed

dist/fonts/TMicon.eot

1.1 KB
Binary file not shown.

dist/fonts/TMicon.svg

Lines changed: 8 additions & 2 deletions
Loading

dist/fonts/TMicon.ttf

1.1 KB
Binary file not shown.

dist/fonts/TMicon.woff

1.1 KB
Binary file not shown.

dist/fonts/TMicon.woff2

504 Bytes
Binary file not shown.

dist/icon-font-demo.html

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,40 @@
1212
<div class="bgc1 clearfix">
1313
<h1 class="mvm">TM Icon Font Preview</h1>
1414
<p>
15-
Font: TMicon <span class="fgc1">(Glyphs:&nbsp;465)</span><br/>
16-
Date generated: 2024-5-24
15+
Font: TMicon <span class="fgc1">(Glyphs:&nbsp;468)</span><br/>
16+
Date generated: 2024-8-15
1717
</p>
1818
</div>
1919
<div class="clearfix ptl">
2020
<h1 class="grid-size mvm mtn fgc1">Grid size: 16 px</h1>
2121

22+
<div class="glyph fs1">
23+
<div class="clearfix bshadow0 pbs">
24+
<span class="tmicon tmicon-ai-security">
25+
</span>
26+
<span class="mls">tmicon-ai-security</span>
27+
<span class="mls char-code">(&#x<span>e134)</span></span>
28+
</div>
29+
</div>
30+
31+
<div class="glyph fs1">
32+
<div class="clearfix bshadow0 pbs">
33+
<span class="tmicon tmicon-file-unzip-o">
34+
</span>
35+
<span class="mls">tmicon-file-unzip-o</span>
36+
<span class="mls char-code">(&#x<span>eb14)</span></span>
37+
</div>
38+
</div>
39+
40+
<div class="glyph fs1">
41+
<div class="clearfix bshadow0 pbs">
42+
<span class="tmicon tmicon-security-ai">
43+
</span>
44+
<span class="mls">tmicon-security-ai</span>
45+
<span class="mls char-code">(&#x<span>e13a)</span></span>
46+
</div>
47+
</div>
48+
2249
<div class="glyph fs1">
2350
<div class="clearfix bshadow0 pbs">
2451
<span class="tmicon tmicon-connecter">
@@ -4229,7 +4256,7 @@ <h1>Font Test Drive</h1>
42294256
<script>
42304257
var testText = document.getElementById('testText');
42314258
document.getElementById('testDrive').className = 'tmicon';
4232-
testText.value = '&#xe133';
4259+
testText.value = '&#xe134';
42334260
testText.dispatchEvent(new Event('change'));
42344261
</script>
42354262

dist/icon-font.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@font-face {
22
font-family: 'TMicon';
3-
src: url('fonts/TMicon.eot?yz30va');
4-
src: url('fonts/TMicon.eot?yz30va#iefix') format('embedded-opentype'),
5-
url('fonts/TMicon.woff2?yz30va') format('woff2'),
6-
url('fonts/TMicon.ttf?yz30va') format('truetype'),
7-
url('fonts/TMicon.woff?yz30va') format('woff'),
8-
url('fonts/TMicon.svg?yz30va#TMicon') format('svg');
3+
src: url('fonts/TMicon.eot?ehxguo');
4+
src: url('fonts/TMicon.eot?ehxguo#iefix') format('embedded-opentype'),
5+
url('fonts/TMicon.woff2?ehxguo') format('woff2'),
6+
url('fonts/TMicon.ttf?ehxguo') format('truetype'),
7+
url('fonts/TMicon.woff?ehxguo') format('woff'),
8+
url('fonts/TMicon.svg?ehxguo#TMicon') format('svg');
99
font-weight: normal;
1010
font-style: normal;
1111
font-display: block;
@@ -36,6 +36,15 @@
3636
-moz-osx-font-smoothing: grayscale;
3737
}
3838

39+
.tmicon-ai-security:before {
40+
content: "\e134";
41+
}
42+
.tmicon-file-unzip-o:before {
43+
content: "\eb14";
44+
}
45+
.tmicon-security-ai:before {
46+
content: "\e13a";
47+
}
3948
.tmicon-connecter:before {
4049
content: "\e133";
4150
}

dist/icon-svg-demo.html

Lines changed: 20 additions & 2 deletions
Large diffs are not rendered by default.

dist/png/ai-security.png

527 Bytes
Loading

dist/png/file-unzip-o.png

236 Bytes
Loading

dist/png/security-ai.png

463 Bytes
Loading

dist/svg/ai-security.svg

Lines changed: 6 additions & 0 deletions
Loading

dist/svg/file-unzip-o.svg

Lines changed: 13 additions & 0 deletions
Loading

dist/svg/security-ai.svg

Lines changed: 5 additions & 0 deletions
Loading

dist/svg/tv.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/symbol-defs.svg

Lines changed: 18 additions & 0 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trendmicro/tmicon",
3-
"version": "1.40.0",
3+
"version": "1.41.0",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

src/icons/ai-security.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// AUTO-GENERATED FILE. DO NOT MODIFY.
2+
3+
const icon = {
4+
"code": "e134",
5+
"iconset": 0,
6+
"name": "ai-security",
7+
"new": false,
8+
"paths": [
9+
"M12.66 3.9c0.18-1.21-0.060-2.24-0.74-2.85-1.29-1.15-3.52-0.29-4.94 0.65-0.96-0.81-1.98-1.14-2.86-0.83-1.67 0.58-2.030 3.13-1.91 4.86-1.19 0.44-1.99 1.19-2.17 2.13-0.34 1.77 1.65 3.37 3.18 4.13-0.21 1.26 0.020 2.33 0.73 2.96 1.32 1.18 3.66 0.24 5.070-0.73 0.96 0.81 1.99 1.14 2.87 0.83 1.66-0.58 2.030-3.1 1.91-4.83 1.19-0.44 1.99-1.19 2.17-2.14 0.35-1.82-1.76-3.46-3.3-4.19zM11.23 12.99c-0.51 0-1.13-0.080-2.62-1.7l-0.62 1.86c0.3 0.39 0.62 0.74 0.94 1.020-1.4 0.63-2.97 0.23-3.56-0.81-0.25-0.45-0.49-1.040 0.13-3.17l-1.88 0.38c-0.18 0.46-0.31 0.91-0.39 1.34-1.25-0.91-1.71-2.52-1.11-3.57 0.25-0.45 0.64-0.96 2.75-1.47l-1.27-1.47c-0.48 0.070-0.91 0.18-1.31 0.32 0.15-1.56 1.29-2.76 2.47-2.76 0.51 0 1.13 0.080 2.62 1.7l0.62-1.86c-0.29-0.39-0.61-0.72-0.92-1 1.36-0.54 2.84-0.13 3.41 0.88 0.25 0.45 0.49 1.040-0.13 3.17l1.88-0.38c0.2-0.51 0.34-1.010 0.41-1.48 1.34 0.9 1.85 2.57 1.23 3.66-0.25 0.45-0.64 0.96-2.75 1.47l1.27 1.47c0.47-0.070 0.9-0.17 1.3-0.31-0.17 1.55-1.29 2.73-2.47 2.73z",
10+
"M8 4.97s-0.76 2.070-3 3c2.24 0.93 3 3 3 3s0.76-2.070 3-3c-2.24-0.93-3-3-3-3z"
11+
],
12+
"viewBox": "0 0 16 16"
13+
};
14+
15+
export default icon;

src/icons/file-unzip-o.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// AUTO-GENERATED FILE. DO NOT MODIFY.
2+
3+
const icon = {
4+
"code": "eb14",
5+
"iconset": 0,
6+
"name": "file-unzip-o",
7+
"new": false,
8+
"paths": [
9+
"M11 0h-3l-0 1h2l0 4h4v10h-12v-13h2v-2h-2c-0.5 0-1 0.5-1 1v14c0 0.5 0.5 1 1 1h12c0.5 0 1-0.5 1-1v-11l-4-4zM11 4v-2.6l2.6 2.6h-2.6z",
10+
"M6.4 8h2v1h-2v-1z",
11+
"M3.5 7h2v1h-2v-1z",
12+
"M4 9l0 5h4v-4l-2-0v-1h-2zM7 12v1h-2v-1h2z",
13+
"M2.5 3h2v1h-2v-1z",
14+
"M3 5h2v1h-2v-1z",
15+
"M7.2 4h2v1h-2v-1z",
16+
"M6.8 6h2v1h-2v-1z",
17+
"M9.6 2l-2 0 0 1 2-0-0-1z"
18+
],
19+
"viewBox": "0 0 16 16"
20+
};
21+
22+
export default icon;

src/icons/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import AddGroupIcon from './add-group';
66
import AddSquareOIcon from './add-square-o';
77
import AddSquarePlusOIcon from './add-square-plus-o';
88
import AddressIcon from './address';
9+
import AiSecurityIcon from './ai-security';
910
import AlertIcon from './alert';
1011
import AlignCenterIcon from './align-center';
1112
import AlignLeftIcon from './align-left';
@@ -186,6 +187,7 @@ import FilePptOIcon from './file-ppt-o';
186187
import FileSourceOIcon from './file-source-o';
187188
import FileTextIcon from './file-text';
188189
import FileTextOIcon from './file-text-o';
190+
import FileUnzipOIcon from './file-unzip-o';
189191
import FileVideoOIcon from './file-video-o';
190192
import FileWordOIcon from './file-word-o';
191193
import FileZipOIcon from './file-zip-o';
@@ -359,6 +361,7 @@ import ScanOIcon from './scan-o';
359361
import ScanSquareIcon from './scan-square';
360362
import ScreenshotIcon from './screenshot';
361363
import SearchOIcon from './search-o';
364+
import SecurityAiIcon from './security-ai';
362365
import SelfServiceIcon from './self-service';
363366
import SendIcon from './send';
364367
import ServerIcon from './server';
@@ -473,6 +476,7 @@ const icons = [
473476
AddSquareOIcon,
474477
AddSquarePlusOIcon,
475478
AddressIcon,
479+
AiSecurityIcon,
476480
AlertIcon,
477481
AlignCenterIcon,
478482
AlignLeftIcon,
@@ -653,6 +657,7 @@ const icons = [
653657
FileSourceOIcon,
654658
FileTextIcon,
655659
FileTextOIcon,
660+
FileUnzipOIcon,
656661
FileVideoOIcon,
657662
FileWordOIcon,
658663
FileZipOIcon,
@@ -826,6 +831,7 @@ const icons = [
826831
ScanSquareIcon,
827832
ScreenshotIcon,
828833
SearchOIcon,
834+
SecurityAiIcon,
829835
SelfServiceIcon,
830836
SendIcon,
831837
ServerIcon,
@@ -942,6 +948,7 @@ export {
942948
AddSquareOIcon,
943949
AddSquarePlusOIcon,
944950
AddressIcon,
951+
AiSecurityIcon,
945952
AlertIcon,
946953
AlignCenterIcon,
947954
AlignLeftIcon,
@@ -1122,6 +1129,7 @@ export {
11221129
FileSourceOIcon,
11231130
FileTextIcon,
11241131
FileTextOIcon,
1132+
FileUnzipOIcon,
11251133
FileVideoOIcon,
11261134
FileWordOIcon,
11271135
FileZipOIcon,
@@ -1295,6 +1303,7 @@ export {
12951303
ScanSquareIcon,
12961304
ScreenshotIcon,
12971305
SearchOIcon,
1306+
SecurityAiIcon,
12981307
SelfServiceIcon,
12991308
SendIcon,
13001309
ServerIcon,

src/icons/security-ai.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// AUTO-GENERATED FILE. DO NOT MODIFY.
2+
3+
const icon = {
4+
"code": "e13a",
5+
"iconset": 0,
6+
"name": "security-ai",
7+
"new": false,
8+
"paths": [
9+
"M13.655 2.601c-1.004-1.284-3.263-1.422-5.612-0.483 3.11-1.476 6.072-1.534 7.342 0.091 1.692 2.165-0.233 6.494-4.302 9.672s-8.739 3.998-10.431 1.833c-1.064-1.362-0.806-3.57 0.623-5.818l0.401-0.666c0.644 0.53 1.259 1.104 1.72 1.64-0.809 1.848-0.65 2.541-0.45 3.099 0.623 1.752 3.993 1.261 7.312-1.332s4.839-6.19 3.395-8.036zM5.47 9.303c-0.024-0.064-1.087-2.832-4.146-4.078 3.095-1.261 4.147-4.079 4.147-4.079 0.782 1.825 2.31 3.323 4.146 4.078-3.081 1.255-4.137 4.055-4.147 4.079zM11.175 6.477l0.167 0.304 0.167-0.304c0.248-0.453 0.62-0.825 1.073-1.073l0.304-0.167-0.301-0.165c-0.455-0.249-0.829-0.624-1.076-1.079l-0.167-0.306-0.167 0.306c-0.248 0.456-0.622 0.831-1.076 1.079l-0.301 0.165 0.304 0.167c0.453 0.248 0.825 0.62 1.073 1.073z"
10+
],
11+
"viewBox": "0 0 16 16"
12+
};
13+
14+
export default icon;

0 commit comments

Comments
 (0)