Skip to content

Commit

Permalink
Update TMIcon to v1.41.0:
Browse files Browse the repository at this point in the history
      New icon(s): ai-security (&#e134), file-unzip-o (&#eb14), security-ai (&#e13a)

      Updated icon(s): observable (&#e621)
  • Loading branch information
HIE UX Service committed Aug 15, 2024
1 parent 2f46853 commit 61cd8b5
Show file tree
Hide file tree
Showing 21 changed files with 177 additions and 15 deletions.
Binary file modified dist/fonts/TMicon.eot
Binary file not shown.
10 changes: 8 additions & 2 deletions dist/fonts/TMicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/fonts/TMicon.ttf
Binary file not shown.
Binary file modified dist/fonts/TMicon.woff
Binary file not shown.
Binary file modified dist/fonts/TMicon.woff2
Binary file not shown.
33 changes: 30 additions & 3 deletions dist/icon-font-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,40 @@
<div class="bgc1 clearfix">
<h1 class="mvm">TM Icon Font Preview</h1>
<p>
Font: TMicon <span class="fgc1">(Glyphs:&nbsp;465)</span><br/>
Date generated: 2024-5-24
Font: TMicon <span class="fgc1">(Glyphs:&nbsp;468)</span><br/>
Date generated: 2024-8-15
</p>
</div>
<div class="clearfix ptl">
<h1 class="grid-size mvm mtn fgc1">Grid size: 16 px</h1>

<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="tmicon tmicon-ai-security">
</span>
<span class="mls">tmicon-ai-security</span>
<span class="mls char-code">(&#x<span>e134)</span></span>
</div>
</div>

<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="tmicon tmicon-file-unzip-o">
</span>
<span class="mls">tmicon-file-unzip-o</span>
<span class="mls char-code">(&#x<span>eb14)</span></span>
</div>
</div>

<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="tmicon tmicon-security-ai">
</span>
<span class="mls">tmicon-security-ai</span>
<span class="mls char-code">(&#x<span>e13a)</span></span>
</div>
</div>

<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="tmicon tmicon-connecter">
Expand Down Expand Up @@ -4229,7 +4256,7 @@ <h1>Font Test Drive</h1>
<script>
var testText = document.getElementById('testText');
document.getElementById('testDrive').className = 'tmicon';
testText.value = '&#xe133';
testText.value = '&#xe134';
testText.dispatchEvent(new Event('change'));
</script>

Expand Down
21 changes: 15 additions & 6 deletions dist/icon-font.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: 'TMicon';
src: url('fonts/TMicon.eot?yz30va');
src: url('fonts/TMicon.eot?yz30va#iefix') format('embedded-opentype'),
url('fonts/TMicon.woff2?yz30va') format('woff2'),
url('fonts/TMicon.ttf?yz30va') format('truetype'),
url('fonts/TMicon.woff?yz30va') format('woff'),
url('fonts/TMicon.svg?yz30va#TMicon') format('svg');
src: url('fonts/TMicon.eot?ehxguo');
src: url('fonts/TMicon.eot?ehxguo#iefix') format('embedded-opentype'),
url('fonts/TMicon.woff2?ehxguo') format('woff2'),
url('fonts/TMicon.ttf?ehxguo') format('truetype'),
url('fonts/TMicon.woff?ehxguo') format('woff'),
url('fonts/TMicon.svg?ehxguo#TMicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand Down Expand Up @@ -36,6 +36,15 @@
-moz-osx-font-smoothing: grayscale;
}

.tmicon-ai-security:before {
content: "\e134";
}
.tmicon-file-unzip-o:before {
content: "\eb14";
}
.tmicon-security-ai:before {
content: "\e13a";
}
.tmicon-connecter:before {
content: "\e133";
}
Expand Down
22 changes: 20 additions & 2 deletions dist/icon-svg-demo.html

Large diffs are not rendered by default.

Binary file added dist/png/ai-security.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/png/file-unzip-o.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/png/security-ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions dist/svg/ai-security.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions dist/svg/file-unzip-o.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions dist/svg/security-ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/svg/tv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions dist/symbol-defs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trendmicro/tmicon",
"version": "1.40.0",
"version": "1.41.0",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
15 changes: 15 additions & 0 deletions src/icons/ai-security.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// AUTO-GENERATED FILE. DO NOT MODIFY.

const icon = {
"code": "e134",
"iconset": 0,
"name": "ai-security",
"new": false,
"paths": [
"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",
"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"
],
"viewBox": "0 0 16 16"
};

export default icon;
22 changes: 22 additions & 0 deletions src/icons/file-unzip-o.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// AUTO-GENERATED FILE. DO NOT MODIFY.

const icon = {
"code": "eb14",
"iconset": 0,
"name": "file-unzip-o",
"new": false,
"paths": [
"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",
"M6.4 8h2v1h-2v-1z",
"M3.5 7h2v1h-2v-1z",
"M4 9l0 5h4v-4l-2-0v-1h-2zM7 12v1h-2v-1h2z",
"M2.5 3h2v1h-2v-1z",
"M3 5h2v1h-2v-1z",
"M7.2 4h2v1h-2v-1z",
"M6.8 6h2v1h-2v-1z",
"M9.6 2l-2 0 0 1 2-0-0-1z"
],
"viewBox": "0 0 16 16"
};

export default icon;
9 changes: 9 additions & 0 deletions src/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import AddGroupIcon from './add-group';
import AddSquareOIcon from './add-square-o';
import AddSquarePlusOIcon from './add-square-plus-o';
import AddressIcon from './address';
import AiSecurityIcon from './ai-security';
import AlertIcon from './alert';
import AlignCenterIcon from './align-center';
import AlignLeftIcon from './align-left';
Expand Down Expand Up @@ -186,6 +187,7 @@ import FilePptOIcon from './file-ppt-o';
import FileSourceOIcon from './file-source-o';
import FileTextIcon from './file-text';
import FileTextOIcon from './file-text-o';
import FileUnzipOIcon from './file-unzip-o';
import FileVideoOIcon from './file-video-o';
import FileWordOIcon from './file-word-o';
import FileZipOIcon from './file-zip-o';
Expand Down Expand Up @@ -359,6 +361,7 @@ import ScanOIcon from './scan-o';
import ScanSquareIcon from './scan-square';
import ScreenshotIcon from './screenshot';
import SearchOIcon from './search-o';
import SecurityAiIcon from './security-ai';
import SelfServiceIcon from './self-service';
import SendIcon from './send';
import ServerIcon from './server';
Expand Down Expand Up @@ -473,6 +476,7 @@ const icons = [
AddSquareOIcon,
AddSquarePlusOIcon,
AddressIcon,
AiSecurityIcon,
AlertIcon,
AlignCenterIcon,
AlignLeftIcon,
Expand Down Expand Up @@ -653,6 +657,7 @@ const icons = [
FileSourceOIcon,
FileTextIcon,
FileTextOIcon,
FileUnzipOIcon,
FileVideoOIcon,
FileWordOIcon,
FileZipOIcon,
Expand Down Expand Up @@ -826,6 +831,7 @@ const icons = [
ScanSquareIcon,
ScreenshotIcon,
SearchOIcon,
SecurityAiIcon,
SelfServiceIcon,
SendIcon,
ServerIcon,
Expand Down Expand Up @@ -942,6 +948,7 @@ export {
AddSquareOIcon,
AddSquarePlusOIcon,
AddressIcon,
AiSecurityIcon,
AlertIcon,
AlignCenterIcon,
AlignLeftIcon,
Expand Down Expand Up @@ -1122,6 +1129,7 @@ export {
FileSourceOIcon,
FileTextIcon,
FileTextOIcon,
FileUnzipOIcon,
FileVideoOIcon,
FileWordOIcon,
FileZipOIcon,
Expand Down Expand Up @@ -1295,6 +1303,7 @@ export {
ScanSquareIcon,
ScreenshotIcon,
SearchOIcon,
SecurityAiIcon,
SelfServiceIcon,
SendIcon,
ServerIcon,
Expand Down
14 changes: 14 additions & 0 deletions src/icons/security-ai.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// AUTO-GENERATED FILE. DO NOT MODIFY.

const icon = {
"code": "e13a",
"iconset": 0,
"name": "security-ai",
"new": false,
"paths": [
"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"
],
"viewBox": "0 0 16 16"
};

export default icon;

0 comments on commit 61cd8b5

Please sign in to comment.