@ng-icons/tdesign-icons 27.3.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/README.md +336 -0
- package/esm2022/index.mjs +1210 -0
- package/esm2022/ng-icons-tdesign-icons.mjs +5 -0
- package/fesm2022/ng-icons-tdesign-icons.mjs +1216 -0
- package/fesm2022/ng-icons-tdesign-icons.mjs.map +1 -0
- package/index.d.ts +1209 -0
- package/package.json +30 -0
|
@@ -0,0 +1,1216 @@
|
|
|
1
|
+
const tdesignActivity = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-activity" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 2H2v20h20V2zm-2 2v7h-2.55l-2.02 3.23-5.87-7.82L5.55 11H4V4h16zM4 13h2.45l2.99-3.41 6.13 8.18L18.55 13H20v7H4v-7z"/></svg>`;
|
|
2
|
+
const tdesignAddAndSubtract = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-add-and-subtract" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v8h8v2h-8v8h-2v-8H3V9h8V1h2zM3 20h18v2H3v-2z"/></svg>`;
|
|
3
|
+
const tdesignAddCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-add-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm12-5.5V11h4.5v2H13v4.5h-2V13H6.5v-2H11V6.5h2z"/></svg>`;
|
|
4
|
+
const tdesignAddRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-add-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm9 2.5V11h4.5v2H13v4.5h-2V13H6.5v-2H11V6.5h2z"/></svg>`;
|
|
5
|
+
const tdesignAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 4v7h7v2h-7v7h-2v-7H4v-2h7V4h2z"/></svg>`;
|
|
6
|
+
const tdesignAddressBook = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-address-book" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 6a4 4 0 014-4h14v20H7a4 4 0 01-4-4V6zm2 8.54A3.98 3.98 0 017 14h12V4h-2v6.77l-3.5-2.1-3.5 2.1V4H7a2 2 0 00-2 2v8.54zM19 16H7a2 2 0 100 4h12v-4zM15 4h-3v3.23l1.5-.9 1.5.9V4z"/></svg>`;
|
|
7
|
+
const tdesignAdjustment = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-adjustment" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 4a1 1 0 100 2 1 1 0 000-2zM5.17 4a3 3 0 015.66 0H22v2H10.83a3 3 0 01-5.66 0H2V4h3.17zm8 7a3 3 0 015.66 0H22v2h-3.17a3 3 0 01-5.66 0H2v-2h11.17zM16 11a1 1 0 100 2 1 1 0 000-2zm-8 7a1 1 0 100 2 1 1 0 000-2zm-2.83 0a3 3 0 015.66 0H22v2H10.83a3 3 0 01-5.66 0H2v-2h3.17z"/></svg>`;
|
|
8
|
+
const tdesignAirplayWave = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-airplay-wave" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v17h-5.5v-2H21V5H3v13h3.5v2H1V3zm15.95 10.38a7 7 0 00-9.9 0l-.7.71-1.42-1.41.7-.71a9 9 0 0112.73 0l.71.7-1.41 1.42-.71-.7zm-2.83 2.83a3 3 0 00-4.24 0l-.7.7-1.42-1.4.7-.71a5 5 0 017.08 0l.7.7-1.41 1.42-.7-.7zM12 18.1L15.91 22H8.1L12 18.09z"/></svg>`;
|
|
9
|
+
const tdesignAlarmAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-alarm-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.91 2.5L1.5 7.91.09 6.5 5.5 1.09 6.91 2.5zM18.5 1.09l5.41 5.41-1.41 1.41-5.41-5.41 1.41-1.41zM12 5a8 8 0 100 16 8 8 0 000-16zM2 13a10 10 0 1120 0 10 10 0 01-20 0zm11-5v4h4v2h-4v4h-2v-4H7v-2h4V8h2z"/></svg>`;
|
|
10
|
+
const tdesignAlarmOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-alarm-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7187)"><path fill="currentColor" d="M.09 6.5L2.59 4l-2-2L2 .59l2 2 1.5-1.5L6.91 2.5 5.41 4l18 18L22 23.41l-3.14-3.14A10 10 0 014.72 6.13L4 5.42l-2.5 2.5L.09 6.5zm6.05 1.05a8 8 0 0011.3 11.3L6.15 7.56zm2.42-4l.97-.24a10.02 10.02 0 0112.16 12.16l-.24.97-1.94-.5.24-.96a8.02 8.02 0 00-9.73-9.73l-.97.24-.49-1.94zM18.5 1.1l5.41 5.41-1.41 1.41-5.41-5.41 1.41-1.41z"/></g></svg>`;
|
|
11
|
+
const tdesignAlarm = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-alarm" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.91 2.5L1.5 7.91.09 6.5 5.5 1.09 6.91 2.5zM18.5 1.09l5.41 5.41-1.41 1.41-5.41-5.41 1.41-1.41zM12 5a8 8 0 100 16 8 8 0 000-16zM2 13a10 10 0 1120 0 10 10 0 01-20 0zm11-5.5v5.09L16.41 16 15 17.41l-4-4V7.5h2z"/></svg>`;
|
|
12
|
+
const tdesignAlignTop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-align-top" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 3h18v2H3V3zm9 2.59l-.7.7-4 4-.71.71L8 12.41l.7-.7L11 9.4V21h2V9.41l2.3 2.3.7.7L17.41 11l-.7-.7-4-4-.71-.71z"/></svg>`;
|
|
13
|
+
const tdesignAlignVertical = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-align-vertical" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 6.59V0h-2v6.59l-1.3-1.3-.7-.7L7.59 6l.7.7 3 3 .71.71.7-.7 3-3 .71-.71L15 4.59l-.7.7L13 6.6zM21 13H3v-2h18v2zm-9 .59l.7.7 3 3 .71.71L15 19.41l-.7-.7-1.3-1.3V24h-2v-6.59l-1.3 1.3-.7.7L7.59 18l.7-.7 3-3 .71-.71z"/></svg>`;
|
|
14
|
+
const tdesignAlpha = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-alpha" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14 2v3.87l5.34-3.24 1.03 1.7L14 8.22v8.58l6.37 3.87-1.03 1.71L14 19.13V22h-2v-4.08L3.07 12.5 12 7.08V2h2zm-2 7.42L6.93 12.5 12 15.58V9.42z"/></svg>`;
|
|
15
|
+
const tdesignAnalytics = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-analytics" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm14 4v3h-2V8h2zm-5 2v3h-2v-3h2zm-5 2v6H6v-6h2zm10 1v5h-2v-5h2zm-5 2v3h-2v-3h2z"/></svg>`;
|
|
16
|
+
const tdesignAnchor = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-anchor" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a2 2 0 100 4 2 2 0 000-4zM8 5a4 4 0 115 3.87v1.63h4.5v2H13v8.46c3.13-.27 5.64-1.8 6.8-4.23l-1.23-1.23 4.05-4.05-.13 2.6c-.3 5.69-5.04 8.95-10.5 8.95-5.45 0-10.18-3.26-10.48-8.95l-.13-2.6 4.05 4.05-1.23 1.23c1.16 2.43 3.67 3.96 6.8 4.23V12.5H6.5v-2H11V8.87A4 4 0 018 5z"/></svg>`;
|
|
17
|
+
const tdesignAngry = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-angry" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5.77-3.87l3.46 2-1 1.74-3.46-2 1-1.74zm11.46 1.74l-3.46 2-1-1.74 3.46-2 1 1.74zM7.67 15.5a5 5 0 018.66 0l.5.86-1.73 1-.5-.86a3 3 0 00-5.2 0l-.5.87-1.73-1 .5-.87z"/></svg>`;
|
|
18
|
+
const tdesignAnimation1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 25" class="t-icon t-icon-animation-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.41.06l3.72 6.17 7.02 1.63-4.73 5.44.62 7.18-6.63-2.81-6.63 2.8.62-7.17L.68 7.86 7.7 6.23 11.4.06zm0 3.88L8.97 7.99l-4.6 1.07 3.1 3.57-.41 4.71 4.35-1.84 4.36 1.84-.41-4.71 3.1-3.57-4.61-1.07-2.44-4.05zM20.86 14l2.48 2.48-1.42 1.41-2.47-2.47L20.86 14zm-8.3 6.12l2.48 2.47-1.41 1.42-2.48-2.48 1.42-1.41zm6.58 0l2.48 2.47-1.41 1.42-2.48-2.48 1.41-1.41z"/></svg>`;
|
|
19
|
+
const tdesignAnimation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-animation" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.09 7.05l.11-.46.06-.18.37-.84a5 5 0 116.49 6.96l-.53.21-.12.04-.51.13a5 5 0 01-5.87-5.85zM9.47 5.47a7.02 7.02 0 00-4 4 7 7 0 109.06 9.06c.13-.05.26-.1.39-.17l.34-.13-.01-.03a7.03 7.03 0 003.28-3.67c.13-.05.26-.1.39-.17l.34-.13-.01-.03a7 7 0 10-9.78-8.73zM16 15a5.02 5.02 0 01-1.88 1.53l-.53.21-.12.04-.5.13a5.02 5.02 0 01-5.88-5.86l.11-.46.06-.18.37-.84C7.97 8.96 8.44 8.42 9 8a7 7 0 007 7zM5 12a7 7 0 007 7 5 5 0 11-7-7z"/></svg>`;
|
|
20
|
+
const tdesignAnticlockwise = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-anticlockwise" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.33 5a3 3 0 013-3H13v2H7.33a1 1 0 00-1 1v6.5H4.34L.59 7.45l1.46-1.36 2.28 2.46V5zM8 6h15v15H8V6zm2 2v11h11V8H10z"/></svg>`;
|
|
21
|
+
const tdesignApi = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-api" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7197)"><path fill="currentColor" d="M.59 12L5 7.59 6.41 9l-3 3 3 3L5 16.41.59 12zm7-7L12 .59 16.41 5 15 6.41l-3-3-3 3L7.59 5zM9 17.59l3 3 3-3L16.41 19 12 23.41 7.59 19 9 17.59zM11 13v-2h2v2h-2zm6.59 2l3-3-3-3L19 7.59 23.41 12 19 16.41 17.59 15z"/></g></svg>`;
|
|
22
|
+
const tdesignApp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-app" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h9v9H2V2zm2 2v5h5V4H4zm13.5 0a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM13 6.5a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM2 13h9v9H2v-9zm2 2v5h5v-5H4zm9-2h9v9h-9v-9zm2 2v5h5v-5h-5z"/></svg>`;
|
|
23
|
+
const tdesignApple = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-apple" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v2.4l.15-.02.28-.05c.33-.06.7-.13 1.06-.17a5.57 5.57 0 013.5.72C20.61 6.34 22 9.1 22 12.5c0 4.28-2.71 8.3-6.19 9.44a3.38 3.38 0 01-2.4-.07l-.27-.1c-.42-.16-.7-.27-1.14-.27-.44 0-.72.1-1.13.27l-.28.1c-.62.23-1.36.41-2.4.07C4.72 20.8 2 16.78 2 12.5c0-3.4 1.38-6.16 4.01-7.62a5.56 5.56 0 013.5-.72c.37.04.73.1 1.06.17l.28.05.15.02V2h2zm-2 4.43a13.7 13.7 0 01-.5-.08l-.33-.06-.88-.14c-.7-.08-1.4-.03-2.3.47C5.12 7.66 4 9.66 4 12.5c0 3.56 2.29 6.7 4.81 7.54.46.15.71.09 1.1-.05l.18-.07c.43-.17 1.07-.42 1.91-.42.84 0 1.48.25 1.9.42l.2.07c.38.14.63.2 1.09.05C17.72 19.2 20 16.06 20 12.5c0-2.84-1.12-4.84-2.98-5.88-.92-.5-1.61-.54-2.31-.47-.3.03-.57.08-.88.14l-.34.06-.49.08v1.4c.17-.06.34-.14.5-.23l.86-.5 1 1.73-.86.5a4.98 4.98 0 01-5 0l-.87-.5 1-1.73.87.5c.16.09.33.17.5.23v-1.4z"/></svg>`;
|
|
24
|
+
const tdesignApplication = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-application" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .85l9.66 5.57v11.16L12 23.15l-9.66-5.57V6.42L12 .85zm0 2.3L4.34 7.58v8.84L12 20.85l7.66-4.43V7.58L12 3.15zM8.72 8.61L12 10.8l3.28-2.19 1.1 1.67L13 12.54V16h-2v-3.46l-3.39-2.26L8.72 8.6z"/></svg>`;
|
|
25
|
+
const tdesignArchitectureHuiStyle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-architecture-hui-style" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.8 1.4L12 .33l-.8 1.07-.02.02-.04.07a51.9 51.9 0 01-.9 1.14C9.67 3.37 8.87 4.36 8 5.34 7.13 6.33 6.23 7.3 5.43 8c-.4.36-.75.63-1.04.8-.24.16-.37.19-.4.2V8H2v1c0 .4.11.91.47 1.33.37.45.93.67 1.54.67v9H2v2h20v-2h-2v-9c.61 0 1.16-.22 1.54-.67.36-.42.46-.92.46-1.33V8h-2v1c-.03-.01-.15-.05-.4-.2a7.84 7.84 0 01-1.03-.8c-.8-.7-1.7-1.67-2.57-2.66a73.4 73.4 0 01-3.14-3.85l-.04-.07-.02-.02zM16.7 9H7.3c.73-.7 1.5-1.53 2.2-2.34A75.4 75.4 0 0012 3.64a88.21 88.21 0 002.5 3.02A37.9 37.9 0 0016.7 9zM6 11h12v9h-3v-3a3 3 0 00-6 0v3H6v-9zm7 9h-2v-3a1 1 0 112 0v3z"/></svg>`;
|
|
26
|
+
const tdesignArchway1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-archway-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v5h-2.91l.38 3H22v2h-2.27l1.39 10.86-1.98.26L17.7 12H6.26l-1.4 11.12-1.98-.25L4.24 12H2v-2h2.5l.37-3H2V2zm4.88 5l-.37 3H11V7H6.88zM13 7v3h4.45l-.38-3H13zM4 4v1h16V4H4z"/></svg>`;
|
|
27
|
+
const tdesignArchway = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-archway" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2v1h12V2h2v1h1v2h-.78l.6 3H22v2h-1v10h1v2H2v-2h1V10H2V8h1.18l.6-3H3V3h1V2h2zm-.18 3l-.6 3h13.56l-.6-3H5.82zM19 10h-3v10h3V10zm-5 10V10h-4v10h4zm-6 0V10H5v10h3z"/></svg>`;
|
|
28
|
+
const tdesignArrowDownCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-down-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm12-5.5v7.59l3-3 1.41 1.41L12 17.91 6.59 12.5 8 11.09l3 3V6.5h2z"/></svg>`;
|
|
29
|
+
const tdesignArrowDownRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-down-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm9 2.5v7.59l3-3 1.41 1.41L12 17.91 6.59 12.5 8 11.09l3 3V6.5h2z"/></svg>`;
|
|
30
|
+
const tdesignArrowDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 4.5v11.59l-4.5-4.5L5.09 13 12 19.91 18.91 13l-1.41-1.41-4.5 4.5V4.5h-2z"/></svg>`;
|
|
31
|
+
const tdesignArrowLeftCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21 12a9 9 0 10-18 0 9 9 0 0018 0zM12 1a11 11 0 110 22 11 11 0 010-22zm5.5 12H9.91l3 3-1.41 1.41L6.09 12l5.41-5.41L12.91 8l-3 3h7.59v2z"/></svg>`;
|
|
32
|
+
const tdesignArrowLeftDownCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left-down-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 12a9 9 0 1018 0 9 9 0 00-18 0zm9 11a11 11 0 110-22 11 11 0 010 22zm-4.18-6.82V8.52h2v4.25l5.36-5.37 1.42 1.42-5.37 5.36h4.24v2H7.82z"/></svg>`;
|
|
33
|
+
const tdesignArrowLeftDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.01 7.4l-8.2 8.2h6.37v2H6.4V7.82h2v6.36L16.6 6 18 7.4z"/></svg>`;
|
|
34
|
+
const tdesignArrowLeftRight1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left-right-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.59 16.5l4.91-4.91L9.91 13l-2.5 2.5H19.5v2H7.41l2.5 2.5-1.41 1.41-4.91-4.91zm.91-10h12.09L14.09 4l1.41-1.41 4.91 4.91-4.91 4.91L14.09 11l2.5-2.5H4.5v-2z"/></svg>`;
|
|
35
|
+
const tdesignArrowLeftRight2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left-right-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21.5 17.5h-8.59l3 3-1.41 1.41-5.41-5.41 5.41-5.41 1.41 1.41-3 3h8.59v2zm-6.59-10L9.5 12.91 8.09 11.5l3-3H2.5v-2h8.59l-3-3L9.5 2.09l5.41 5.41z"/></svg>`;
|
|
36
|
+
const tdesignArrowLeftRight3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left-right-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.91 7.5l-5.41 5.41-1.41-1.41 3-3H8.5v-2h8.59l-3-3 1.41-1.41 5.41 5.41zm-5.41 10H6.91l3 3-1.41 1.41-5.41-5.41 5.41-5.41 1.41 1.41-3 3h8.59v2z"/></svg>`;
|
|
37
|
+
const tdesignArrowLeftRightCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left-right-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 12a9 9 0 1018 0 9 9 0 00-18 0zm9 11a11 11 0 110-22 11 11 0 010 22zm-6.91-8L9 11.09l1.41 1.41-1.5 1.5H14v2H8.91l1.5 1.5L9 18.91 5.09 15zM10 8h5.09l-1.5-1.5L15 5.09 18.91 9 15 12.91l-1.41-1.41 1.5-1.5H10V8z"/></svg>`;
|
|
38
|
+
const tdesignArrowLeftUpCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left-up-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm6.82-4.18h7.65v2h-4.24l5.37 5.36-1.42 1.42-5.36-5.37v4.24h-2V7.82z"/></svg>`;
|
|
39
|
+
const tdesignArrowLeftUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.6 18.01l-8.2-8.2v6.37h-2V6.4h9.78v2H9.82L18 16.6 16.6 18z"/></svg>`;
|
|
40
|
+
const tdesignArrowLeft = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-left" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19.5 13H7.91l4.5 4.5L11 18.91 4.09 12 11 5.09l1.41 1.41-4.5 4.5H19.5v2z"/></svg>`;
|
|
41
|
+
const tdesignArrowRightCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-right-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 12a9 9 0 1118 0 9 9 0 01-18 0zm9-11a11 11 0 100 22 11 11 0 000-22zM6.5 13h7.59l-3 3 1.41 1.41L17.91 12 12.5 6.59 11.09 8l3 3H6.5v2z"/></svg>`;
|
|
42
|
+
const tdesignArrowRightDownCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-right-down-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-8.82.77V8.53h2v7.65H8.53v-2h4.24L7.4 8.82 8.82 7.4l5.36 5.37z"/></svg>`;
|
|
43
|
+
const tdesignArrowRightDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-right-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.4 5.99l8.2 8.2V7.81h2v9.78H7.82v-2h6.36l-8.2-8.2L7.4 6z"/></svg>`;
|
|
44
|
+
const tdesignArrowRightUpCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-right-up-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21 12a9 9 0 10-18 0 9 9 0 0018 0zM12 1a11 11 0 110 22 11 11 0 010-22zm.77 8.82H8.53v-2h7.65v7.66h-2v-4.25L8.82 16.6 7.4 15.18l5.37-5.36z"/></svg>`;
|
|
45
|
+
const tdesignArrowRightUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-right-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.99 16.6l8.2-8.2H7.81v-2h9.78v9.78h-2V9.82L7.4 18 6 16.6z"/></svg>`;
|
|
46
|
+
const tdesignArrowRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-right" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.5 11h11.59l-4.5-4.5L13 5.09 19.91 12 13 18.91l-1.41-1.41 4.5-4.5H4.5v-2z"/></svg>`;
|
|
47
|
+
const tdesignArrowTriangleDownFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-triangle-down-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 12h4.5L12 22 4.5 12H9V2h6v10z"/></svg>`;
|
|
48
|
+
const tdesignArrowTriangleDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-triangle-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 12V2h6v10h4.5L12 22 4.5 12H9zm-.5 2l3.5 4.67L15.5 14H13V4h-2v10H8.5z"/></svg>`;
|
|
49
|
+
const tdesignArrowTriangleUpFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-triangle-up-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 12h4.5L12 2 4.5 12H9v10h6V12z"/></svg>`;
|
|
50
|
+
const tdesignArrowTriangleUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-triangle-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 12v10h6V12h4.5L12 2 4.5 12H9zm-.5-2L12 5.33 15.5 10H13v10h-2V10H8.5z"/></svg>`;
|
|
51
|
+
const tdesignArrowUpCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-up-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm11-5.91l5.41 5.41L16 12.91l-3-3v7.59h-2V9.91l-3 3-1.41-1.41L12 6.09z"/></svg>`;
|
|
52
|
+
const tdesignArrowUpDown1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-up-down-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.5 20.41l-4.91-4.91L13 14.09l2.5 2.5V4.5h2v12.09l2.5-2.5 1.41 1.41-4.91 4.91zm-10-.91V7.41L4 9.91 2.59 8.5 7.5 3.59l4.91 4.91L11 9.91l-2.5-2.5V19.5h-2z"/></svg>`;
|
|
53
|
+
const tdesignArrowUpDown2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-up-down-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.5 2.5v8.59l3-3 1.41 1.41-5.41 5.41-5.41-5.41 1.41-1.41 3 3V2.5h2zm-10 6.59l5.41 5.41-1.41 1.41-3-3v8.59h-2v-8.59l-3 3-1.41-1.41L7.5 9.09z"/></svg>`;
|
|
54
|
+
const tdesignArrowUpDown3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-up-down-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 3.09l5.41 5.41-1.41 1.41-3-3v8.59h-2V6.91l-3 3L2.09 8.5 7.5 3.09zm10 5.41v8.59l3-3 1.41 1.41-5.41 5.41-5.41-5.41 1.41-1.41 3 3V8.5h2z"/></svg>`;
|
|
55
|
+
const tdesignArrowUpDownCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-up-down-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-8 6.91L11.09 15l1.41-1.41 1.5 1.5V10h2v5.09l1.5-1.5L18.91 15 15 18.91zM8 14V8.91l-1.5 1.5L5.09 9 9 5.09 12.91 9l-1.41 1.41-1.5-1.5V14H8z"/></svg>`;
|
|
56
|
+
const tdesignArrowUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-arrow-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 19.5V7.91l-4.5 4.5L5.09 11 12 4.09 18.91 11l-1.41 1.41-4.5-4.5V19.5h-2z"/></svg>`;
|
|
57
|
+
const tdesignArtboard = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-artboard" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 2v4h8V2h2v4h4v2h-4v8h4v2h-4v4h-2v-4H8v4H6v-4H2v-2h4V8H2V6h4V2h2zm0 6v8h8V8H8z"/></svg>`;
|
|
58
|
+
const tdesignArticle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-article" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.5 2h19v20h-19V2zm2 2v16h15V4h-15zM7 7h10v2H7V7zm0 4h10v2H7v-2zm0 4h7v2H7v-2z"/></svg>`;
|
|
59
|
+
const tdesignAssignmentChecked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-assignment-checked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 2.5a1.5 1.5 0 00-1.38.9l-.26.6H4.5v16h15V4h-5.86l-.26-.6A1.5 1.5 0 0012 2.5zM9.13 2a3.5 3.5 0 015.74 0h6.63v20h-19V2h6.63zm8.53 7.59l-7.07 7.07-4.25-4.25L7.76 11l2.83 2.83 5.65-5.66 1.42 1.42z"/></svg>`;
|
|
60
|
+
const tdesignAssignmentCode = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-assignment-code" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.5 2h6.63a3.5 3.5 0 015.74 0h6.63v20h-19V2zm2 18h15V4h-5.86l-.26-.6a1.5 1.5 0 00-2.76 0l-.26.6H4.5v16zm1.09-8L9.5 8.09l1.41 1.41-2.5 2.5 2.5 2.5-1.41 1.41L5.59 12zm8.91-3.91L18.41 12l-3.91 3.91-1.41-1.41 2.5-2.5-2.5-2.5 1.41-1.41z"/></svg>`;
|
|
61
|
+
const tdesignAssignmentError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-assignment-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 2.5a1.5 1.5 0 00-1.38.9l-.26.6H4.5v16h15V4h-5.86l-.26-.6A1.5 1.5 0 0012 2.5zM9.13 2a3.5 3.5 0 015.74 0h6.63v20h-19V2h6.63zM13 7.5v6h-2v-6h2zM11 15h2v2h-2v-2z"/></svg>`;
|
|
62
|
+
const tdesignAssignmentUser = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-assignment-user" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 2.5a1.5 1.5 0 00-1.38.9l-.26.6H4.5v16h15V4h-5.86l-.26-.6A1.5 1.5 0 0012 2.5zM9.13 2a3.5 3.5 0 015.74 0h6.63v20h-19V2h6.63zM12 8a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM8.5 9.5a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0zM6 18a4 4 0 014-4h4a4 4 0 014 4v1h-2v-1a2 2 0 00-2-2h-4a2 2 0 00-2 2v1H6v-1z"/></svg>`;
|
|
63
|
+
const tdesignAssignment = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-assignment" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 2.5a1.5 1.5 0 00-1.38.9l-.26.6H4.5v16h15V4h-5.86l-.26-.6A1.5 1.5 0 0012 2.5zM9.13 2a3.5 3.5 0 015.74 0h6.63v20h-19V2h6.63zM7 7h10v2H7V7zm0 4h10v2H7v-2zm0 4h7v2H7v-2z"/></svg>`;
|
|
64
|
+
const tdesignAttach = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-attach" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.31 3.12a5 5 0 117.07 7.07l-7.77 7.78a3 3 0 11-4.25-4.24l7.78-7.78 1.42 1.41-7.78 7.78a1 1 0 101.41 1.42l7.78-7.78a3 3 0 10-4.24-4.24L4.95 12.3a5 5 0 007.07 7.07l8.49-8.48 1.41 1.41-8.48 8.49a7 7 0 01-9.9-9.9l7.77-7.78z"/></svg>`;
|
|
65
|
+
const tdesignAttic1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-attic-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.17 1.44L12 .2l.83 1.24v.01l.03.03a12.89 12.89 0 00.43.6c.3.4.72.96 1.25 1.57a16.71 16.71 0 003.96 3.48c.46.27.95.37 1.5.37h1v2h-1c-.33 0-.66-.02-1-.09V17h2v2h-1v3h-2v-3h-5v3h-2v-3H6v3H4v-3H3v-2h2V9.41c-.34.07-.68.09-1 .09H3v-2h1c.54 0 1.03-.1 1.5-.37a16.71 16.71 0 003.96-3.48 27.59 27.59 0 001.68-2.17l.02-.03zM7 9v8h2v-2.2a3 3 0 016 0V17h2V9H7zm8-2a24.3 24.3 0 01-3-3.3A29.66 29.66 0 019 7h6zm-2 10v-2.2a1 1 0 10-2 0V17h2z"/></svg>`;
|
|
66
|
+
const tdesignAttic = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-attic" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.81 1.41L12 .3l-.81 1.12-.01.02-.03.04a32.89 32.89 0 01-.64.85c-.43.55-1.03 1.3-1.71 2.1A33.3 33.3 0 016.6 6.8c-.77.74-1.49 1.3-2.07 1.62-.39.21-.73.36-1 .46-.3.1-.47.13-.53.13H2v2h1c.33 0 .67-.07 1-.18V20H2v2h20v-2h-2v-9.18c.33.1.67.18 1 .18h1V9h-1c-.06 0-.23-.02-.52-.13-.28-.1-.62-.25-1-.46-.6-.31-1.3-.88-2.07-1.62a33.29 33.29 0 01-2.2-2.36 54.47 54.47 0 01-2.36-2.96l-.03-.04v-.01h-.01zM16.87 9H7.13c.29-.24.57-.5.85-.76.82-.79 1.63-1.68 2.34-2.51.66-.78 1.25-1.5 1.68-2.07.43.56 1.02 1.3 1.68 2.07A35.24 35.24 0 0016.87 9zM6 11h12v9h-3v-3a3 3 0 00-6 0v3H6v-9zm5 9v-3a1 1 0 112 0v3h-2z"/></svg>`;
|
|
67
|
+
const tdesignAudio = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-audio" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h18v22H3V1zm2 2v18h14V3H5zm6 2h2v2h-2V5zm1 6a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0z"/></svg>`;
|
|
68
|
+
const tdesignAwkward = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-awkward" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H6V9zm8 0h4v2h-4V9zm2 3v2.67h-2V12h2zm3 0v3h-2v-3h2z"/></svg>`;
|
|
69
|
+
const tdesignBacktopRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-backtop-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm13.5 4h-11V6h11v2zm-5.5.8l4.6 4.6-1.42 1.42L13 12.64v5.86h-2v-5.86l-2.18 2.18L7.4 13.4 12 8.8z"/></svg>`;
|
|
70
|
+
const tdesignBacktop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-backtop" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 4h16v2H4V4zm8 3.59l6.91 6.91-1.41 1.41-4.5-4.5V21h-2v-9.59l-4.5 4.5-1.41-1.41L12 7.59z"/></svg>`;
|
|
71
|
+
const tdesignBackup = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-backup" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a5.5 5.5 0 00-5.49 5.15l-.05.78-.77.14A4.5 4.5 0 006.5 19h11a4.5 4.5 0 00.8-8.93l-.76-.14-.05-.78A5.5 5.5 0 0012 4zM4.6 8.28a7.5 7.5 0 0114.8 0A6.5 6.5 0 0117.5 21h-11A6.5 6.5 0 014.6 8.28zm7.4-1.2l4.41 4.42L15 12.91l-2-2V17h-2v-6.09l-2 2-1.41-1.41L12 7.09z"/></svg>`;
|
|
72
|
+
const tdesignBackward = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-backward" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.25 4.34v7l7-7v15.32l-7-7v7L3.59 12l7.66-7.66zM6.41 12l2.84 2.84V9.16L6.41 12zm7 0l2.84 2.84V9.16L13.41 12z"/></svg>`;
|
|
73
|
+
const tdesignBadLaugh = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bad-laugh" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5.77-3.87l3.46 2-1 1.74-3.46-2 1-1.74zm11.46 1.74l-3.46 2-1-1.74 3.46-2 1 1.74zM7 13h10v1a5 5 0 01-10 0v-1zm2.17 2a3 3 0 005.66 0H9.17z"/></svg>`;
|
|
74
|
+
const tdesignBambooShoot = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bamboo-shoot" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19.84 4.23l-.2.03c-.78.15-1.86.4-3.19.87l.53 2.62.24 1.17 1.17.12a23.08 23.08 0 001.45-4.81zm-2.34 6.73l-1.24-.12L9.22 9.7l1.8 10.36a40.02 40.02 0 006.48-9.1zM9.03 20.3L7.29 10.27A47.33 47.33 0 003.1 13.9a18.1 18.1 0 005.93 6.38zm1.66-12.37l4.43.71-.1-.48-.46-2.27a32.47 32.47 0 00-3.87 2.04zM22 2.08l-.01 1.08a5.03 5.03 0 01-.04.53c-.04.36-.11.87-.24 1.51a25.75 25.75 0 01-1.77 5.32c-1.53 3.41-4.2 7.72-8.85 12.37l-.48.48-.62-.27c-.94-.4-3.19-1.67-5.27-3.74a18.98 18.98 0 01-3.74-5.27l-.27-.62.48-.48a48.43 48.43 0 016.24-5.3c2.84-2.02 5.4-3.3 7.52-4.13 1.81-.7 3.3-1.07 4.33-1.26a14.43 14.43 0 011.65-.2l1.07-.02z"/></svg>`;
|
|
75
|
+
const tdesignBanana = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-banana" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.49.61v7.15c-.3.6-.73 1.27-1.5 1.85-.87.65-2.25 1.25-4.56 1.4a7.68 7.68 0 01-5.24-1.73c-.6-.57-1.42-.5-1.96-.06A2.24 2.24 0 003.49 11c0 .73.07 1.4.26 2.02-.25-.1-.52-.14-.82-.1-.38.06-.7.25-.91.5A2.36 2.36 0 001.49 15c0 4.24 5.04 9.77 13.32 6.95l.02-.01.03-.01c4.42-1.76 6.65-4.47 7.59-7.23.88-2.63.56-5.2.04-6.86V2.28l-5-1.67zM8.76 14.63c-1.48-.47-2.25-.92-2.67-1.41-.36-.42-.57-.98-.6-1.94A9.9 9.9 0 0011.55 13c1.6-.1 2.9-.4 3.94-.83a6.87 6.87 0 01-1.93 1.91c-1.41.9-3.02.97-4.8.55zm11.73-10.9v4.43l.05.16c.45 1.35.75 3.54.01 5.74-.72 2.15-2.49 4.44-6.4 6-6.98 2.36-10.56-2.17-10.66-4.95 1.4.65 2.98 1.03 4.31 1.34l.45.11c2.11.51 4.34.5 6.38-.79 2-1.27 3.63-3.66 4.81-7.47l.05-.15V3.4l1 .33z"/></svg>`;
|
|
76
|
+
const tdesignBarbecue = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-barbecue" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.32 2.8a2.72 2.72 0 013.84 0l1.31 1.31L20.1 2.5l1.42 1.42-1.62 1.62 1.31 1.31a2.72 2.72 0 010 3.84L20 11.9a2.7 2.7 0 01-1.65.78 2.7 2.7 0 01-.78 1.65l-1.21 1.21a2.7 2.7 0 01-1.65.78 2.7 2.7 0 01-.78 1.65l-1.21 1.21a2.72 2.72 0 01-3.84 0l-1.32-1.31-1.62 1.61-.7-.7a.72.72 0 10-.27 1.18l.94-.33.66 1.88-.94.34a2.72 2.72 0 11.18-5.06l.33-.34-1.31-1.32a2.72 2.72 0 010-3.84l1.21-1.21a2.7 2.7 0 011.65-.78c.06-.6.32-1.19.78-1.65l1.21-1.21a2.7 2.7 0 011.65-.78c.06-.6.32-1.19.78-1.65l1.22-1.21zm.2 3.64l4.04 4.04c.28.28.74.28 1.02 0l1.21-1.21a.72.72 0 000-1.01l-1.32-1.32-.97.97-1.41-1.41.97-.97-1.32-1.32a.72.72 0 00-1.01 0l-1.21 1.21a.72.72 0 000 1.02zm2.63 5.46L12.1 7.85a.72.72 0 00-1.01 0L9.87 9.07a.72.72 0 000 1l4.05 4.06c.28.28.73.28 1.01 0l1.22-1.22a.72.72 0 000-1.01zm-3.64 3.64l-4.05-4.05a.72.72 0 00-1.01 0l-1.22 1.22a.72.72 0 000 1.01l4.05 4.05c.28.28.73.28 1.01 0l1.22-1.22a.72.72 0 000-1.01z"/></svg>`;
|
|
77
|
+
const tdesignBarcode1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-barcode-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h7v2H4v5H2V2zm13 0h7v7h-2V4h-5V2zM9 8v8H7V8h2zm4 0v8h-2V8h2zm4 0v8h-2V8h2zM4 15v5h5v2H2v-7h2zm18 0v7h-7v-2h5v-5h2z"/></svg>`;
|
|
78
|
+
const tdesignBarcode = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-barcode" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h3v19H2V2zm6.75 0v19h-2V2h2zm1.75 0h3v19h-3V2zm6.75 0v19h-2V2h2zM19 2h3v19h-3V2z"/></svg>`;
|
|
79
|
+
const tdesignBaseStation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-base-station" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.34 3.93l-.7.7a9 9 0 000 12.73l.7.71-1.41 1.42-.7-.71a11 11 0 010-15.56l.7-.7 1.41 1.41zm12.73-1.41l.7.7a11 11 0 010 15.56l-.7.7-1.41-1.4.7-.72a9 9 0 000-12.72l-.7-.71 1.41-1.41zm-9.54 4.6l-.71.7a4.5 4.5 0 000 6.36l.7.7-1.4 1.42-.72-.7a6.5 6.5 0 010-9.2l.71-.7L9.53 7.1zm6.36-1.42l.7.7a6.5 6.5 0 010 9.2l-.7.7-1.42-1.41.71-.7a4.5 4.5 0 000-6.37l-.7-.7 1.4-1.42zM10 11a2 2 0 113 1.73V23h-2V12.73A2 2 0 0110 11z"/></svg>`;
|
|
80
|
+
const tdesignBatteryAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-battery-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 .5h8V3h5v20.5H3V3h5V.5zm2 2V5H5v16.5h14V5h-5V2.5h-4zm3 7v3h3v2h-3v3h-2v-3H8v-2h3v-3h2z"/></svg>`;
|
|
81
|
+
const tdesignBatteryCharging = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-battery-charging" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.38 5.17L8.79 11h6l-5.46 8.88-1.7-1.05L11.2 13h-6l5.46-8.88 1.7 1.05zM0 5h7.5v2H2v10h4v2H0V5zm14 0h7v14h-8v-2h6V7h-5V5zm10 4v6h-2V9h2z"/></svg>`;
|
|
82
|
+
const tdesignBatteryLow = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-battery-low" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 5h21v14H0V5zm2 2v10h17V7H2zm4 2v6H4V9h2zm18 0v6h-2V9h2z"/></svg>`;
|
|
83
|
+
const tdesignBattery = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-battery" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 5h21v14H0V5zm2 2v10h17V7H2zm22 2v6h-2V9h2z"/></svg>`;
|
|
84
|
+
const tdesignBean = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bean" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.16 2.64a7.2 7.2 0 013.4-.64c1.9 0 3.6.78 4.78 2.17a7.75 7.75 0 011.64 5.52c-.21 3.91-1.8 7.02-4.25 9.13A13.79 13.79 0 018.65 22a8.4 8.4 0 01-5.17-1.82 6.24 6.24 0 01-1.41-8.48c.72-1 1.77-1.74 3.04-2.3.35-.15.7-.3 1.09-.42 1.35-.46 1.88-.82 2.13-1.34.46-.94.88-1.73 1.3-2.4a6.69 6.69 0 012.53-2.6zm-.43 3.05c1.7 2.19 1.3 4.74-.24 6.22a4.1 4.1 0 01-3.23 1.14 4.88 4.88 0 01-2.99-1.5c-.71.39-1.22.83-1.58 1.32a4.25 4.25 0 001.04 5.75A6.4 6.4 0 008.65 20c3 0 5.74-.95 7.77-2.7 2.01-1.73 3.38-4.32 3.57-7.72a5.76 5.76 0 00-1.18-4.12A4.14 4.14 0 0015.56 4a5.3 5.3 0 00-2.48.41c-.44.23-.86.6-1.35 1.28zm-4.36 4.99c.39.24.76.35 1.08.38a2.1 2.1 0 001.65-.6c.65-.61 1.01-1.69.48-2.84-.14.28-.3.57-.45.9-.56 1.15-1.6 1.73-2.76 2.16z"/></svg>`;
|
|
85
|
+
const tdesignBeer = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-beer" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.15 4c.52-1.7 2.32-3 4.35-3a5.19 5.19 0 014.05 2h.95A3.5 3.5 0 0118 6.5v.01c0 .24 0 .87-.12 1.49H19a2 2 0 011.47.56c.42.43.53.98.53 1.46V18c0 .48-.11 1.03-.53 1.46A2 2 0 0119 20h-2v1c0 .48-.11 1.03-.53 1.46A2 2 0 0115 23H6a2 2 0 01-1.47-.54A2.01 2.01 0 014 21v-5.17A3 3 0 012 13V7a3 3 0 013-3h.15zM6 15.83V21h9V10H8v3a3 3 0 01-2 2.83zM17 10v8h2v-7.98V10h-2zm-1.18-2l.08-.28A6 6 0 0016 6.5c0-.83-.67-1.5-1.5-1.5h-2.12l-.27-.55A3.2 3.2 0 009.5 3C7.96 3 6.99 4.15 6.99 5v1H5a1 1 0 00-1 1v6a1 1 0 102 0V8h9.82z"/></svg>`;
|
|
86
|
+
const tdesignBeta = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-beta" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 2.5V21H4v-2h14v-3.06L3.49 9.48 20 2.49zm-2 11.25V5.51L8.51 9.52 18 13.75z"/></svg>`;
|
|
87
|
+
const tdesignBifurcate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bifurcate" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 4a1 1 0 100 2 1 1 0 000-2zM3 5a3 3 0 114.09 2.8 6 6 0 00.93 2.25A4.54 4.54 0 0012 12c2.04 0 3.25-.9 3.98-1.95.52-.75.8-1.59.93-2.25a3 3 0 112.02.05 8.01 8.01 0 01-1.3 3.35A6.4 6.4 0 0113 13.94v2.23a3 3 0 11-2 0v-2.23a6.4 6.4 0 01-4.62-2.74 8.01 8.01 0 01-1.31-3.35A3 3 0 013 5zm15-1a1 1 0 100 2 1 1 0 000-2zm-6 14a1 1 0 100 2 1 1 0 000-2z"/></svg>`;
|
|
88
|
+
const tdesignBill = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bill" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v2h-2v18.08l-1.62-1.3-1.85-1.47-1.62 1.44-.66.59-.66-.6-1.59-1.4-1.59 1.4-.66.6-.66-.6-1.62-1.43-1.85 1.47L4 22.08V4H2V2zm4 2v13.92l.88-.7.65-.53.63.56 1.59 1.41 1.59-1.4.66-.6.66.6 1.59 1.4 1.59-1.4.63-.57.65.53.88.7V4H6zm2 3h8v2H8V7zm2 4H9v2h6v-2h-5z"/></svg>`;
|
|
89
|
+
const tdesignBlockchain = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-blockchain" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h7v2.5h6V2h7v7h-2.5v6H22v7h-7v-2.5H9V22H2v-7h2.5V9H2V2zm5 5V4H4v3h3zm-.5 2v6H9v2.5h6V15h2.5V9H15V6.5H9V9H6.5zM17 17v3h3v-3h-3zM7 17H4v3h3v-3zM17 4v3h3V4h-3z"/></svg>`;
|
|
90
|
+
const tdesignBluetooth = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bluetooth" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 .25l7.45 6.71L13.41 12l5.04 5.04-7.45 6.7v-9.33l-4 4L5.59 17l5-5-5-5L7 5.59l4 4V.25zm2 14.16v4.84l2.55-2.29L13 14.41zm0-4.82l2.55-2.55L13 4.74V9.6z"/></svg>`;
|
|
91
|
+
const tdesignBone = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bone" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.5 3a1.5 1.5 0 00-1.32 2.22l.36.65L5.87 16.54l-.65-.36a1.5 1.5 0 10-1 2.8l.68.12.13.68a1.5 1.5 0 102.79-1l-.36-.65L18.13 7.46l.65.36a1.5 1.5 0 101-2.8l-.68-.12-.13-.68A1.5 1.5 0 0017.5 3zM14 4.5a3.5 3.5 0 016.76-1.26 3.5 3.5 0 01-2.21 6.63l-8.68 8.68a3.5 3.5 0 01-6.63 2.21 3.5 3.5 0 012.21-6.63l8.68-8.68A3.5 3.5 0 0114 4.5z"/></svg>`;
|
|
92
|
+
const tdesignBookOpen = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-book-open" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2h8c1.2 0 2.27.52 3 1.35A3.99 3.99 0 0115 2h8v19h-1c-2.94 0-5.14.25-6.59.49a20.76 20.76 0 00-2.08.45h-.01l-.16.06h-2.32l-.15-.05h-.02a5.53 5.53 0 00-.47-.14c-.35-.08-.9-.2-1.61-.32A40.34 40.34 0 002 21H1V2zm2 2v15c2.56.06 4.54.28 5.91.51a22.78 22.78 0 012.09.45V6a2 2 0 00-2-2H3zm10 2v13.96l.32-.09c.4-.1.99-.23 1.77-.36a40.8 40.8 0 015.91-.5V4h-6a2 2 0 00-2 2zm2 2h4v2h-4V8zm0 3h4v2h-4v-2z"/></svg>`;
|
|
93
|
+
const tdesignBook = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-book" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 6a4 4 0 014-4h14v20H7a4 4 0 01-4-4V6zm2 8.54A3.98 3.98 0 017 14h12V4H7a2 2 0 00-2 2v8.54zM19 16H7a2 2 0 100 4h12v-4zM10 6h7v2h-7V6z"/></svg>`;
|
|
94
|
+
const tdesignBookmarkAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bookmark-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 0v3h3v2h-3v3h-2V5h-3V3h3V0h2zM4 3h9v2H6v14.06l6-4.29 6 4.29V10h2v12.94l-8-5.71-8 5.71V3z"/></svg>`;
|
|
95
|
+
const tdesignBookmarkChecked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bookmark-checked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22.6 2.94L16.94 8.6 13.4 5.06l1.42-1.41 2.12 2.12 4.24-4.24 1.42 1.4zM4 3h8v2H6v14.06l6-4.29 6 4.29V10h2v12.94l-8-5.71-8 5.71V3z"/></svg>`;
|
|
96
|
+
const tdesignBookmarkDouble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bookmark-double" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 0v18.42l-2-2V2H10V0h13zM3 4h16v19.94l-8-5.71-8 5.71V4zm2 2v14.06l6-4.29 6 4.29V6H5z"/></svg>`;
|
|
97
|
+
const tdesignBookmarkMinus = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bookmark-minus" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 3h9v2H6v14.06l6-4.29 6 4.29V7h2v15.94l-8-5.71-8 5.71V3zm11 0h8v2h-8V3z"/></svg>`;
|
|
98
|
+
const tdesignBookmark = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bookmark" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 3h16v19.94l-8-5.71-8 5.71V3zm2 2v14.06l6-4.29 6 4.29V5H6z"/></svg>`;
|
|
99
|
+
const tdesignBooks = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 16 16" class="t-icon t-icon-books" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 9.28l-4 2.8V3h8v9.08l-4-2.8zm0 1.22l4.21 2.95a.5.5 0 00.79-.41V3a1 1 0 00-1-1H4a1 1 0 00-1 1v10.04c0 .4.45.64.79.4l4.2-2.94z" fill-opacity="0.9"/></svg>`;
|
|
100
|
+
const tdesignBraces = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-braces" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.5 17.6A3.4 3.4 0 005.9 21H7v-2H5.9a1.4 1.4 0 01-1.4-1.4V14c0-.77-.29-1.47-.76-2 .47-.53.76-1.23.76-2V6.4c0-.77.63-1.4 1.4-1.4H7V3H5.9a3.4 3.4 0 00-3.4 3.4V10a1 1 0 01-1 1H.4v2h1.1a1 1 0 011 1v3.6zM17 21h1.1a3.4 3.4 0 003.4-3.4V14a1 1 0 011-1h1.1v-2h-1.1a1 1 0 01-1-1V6.4A3.4 3.4 0 0018.1 3H17v2h1.1c.77 0 1.4.63 1.4 1.4V10c0 .77.29 1.47.76 2a2.99 2.99 0 00-.76 2v3.6c0 .77-.63 1.4-1.4 1.4H17v2z"/></svg>`;
|
|
101
|
+
const tdesignBrackets = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-brackets" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 3.5h5v2H4v13h3v2H2v-17zm15 0h5v17h-5v-2h3v-13h-3v-2z"/></svg>`;
|
|
102
|
+
const tdesignBread = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bread" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.02 11.28c-.05.46.07.86.39 1.18l3.78 3.78-1.42 1.41-3.63-3.63-.03.09c-.55 1.52-.03 3.24 1.18 4.52 1.21 1.3 2.94 1.96 4.54 1.55 2.12-.54 4.42-2.02 6.43-3.94 1.92-2 3.4-4.3 3.94-6.43.4-1.6-.26-3.33-1.55-4.54-1.28-1.21-3-1.73-4.52-1.18l-.09.03 3.63 3.63-1.41 1.42-3.78-3.78A1.37 1.37 0 0011.3 5c-.5.06-1.03.3-1.5.68a2.5 2.5 0 00-.85 1.2c-.08.34-.03.61.24.87L13.43 12 12 13.41 7.77 9.17a.82.82 0 00-.86-.24c-.38.1-.83.4-1.21.86-.38.46-.62 1-.68 1.49zm1.9-4.37a4.47 4.47 0 011.6-2.77c.72-.58 1.61-1.02 2.56-1.13.3-.03.63-.03.94.02.15-.17.31-.29.44-.37.27-.17.6-.3.98-.44 2.41-.89 4.9.01 6.58 1.6 1.69 1.58 2.75 4.02 2.12 6.48-.65 2.59-2.4 5.19-4.45 7.34l-.02.01-.01.02c-2.15 2.06-4.75 3.8-7.34 4.45-2.46.63-4.9-.43-6.49-2.12-1.58-1.68-2.48-4.17-1.6-6.58.14-.37.28-.7.45-.98.08-.13.2-.3.37-.44a3.7 3.7 0 01-.02-.94c.1-.95.55-1.84 1.13-2.55A4.47 4.47 0 016.4 7c.17-.05.34-.08.52-.1z"/></svg>`;
|
|
103
|
+
const tdesignBridge1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bridge-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2h6v3.53c.2.15.52.36.95.57.87.44 2.22.9 4.05.9 1.83 0 3.18-.46 4.05-.9.43-.2.74-.42.95-.57V2h6v20h-6v-5H7v5H1V2zm6 13h4V8.96a10.7 10.7 0 01-4-1.1V15zm6-6.04V15h4V7.87l-.05.02c-.95.48-2.26.93-3.95 1.07zM3 4v16h2V4H3zm16 0v16h2V4h-2z"/></svg>`;
|
|
104
|
+
const tdesignBridge2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bridge-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_9882)"><path fill="currentColor" d="M8.3 6.49c-1.21 1.1-2.38 2.93-3.35 5.83l-.26.81c-.25.79-.53 1.69-.87 2.47A5.6 5.6 0 012 18.04V19h6v-5a4 4 0 018 0v5h6v-.96a5.6 5.6 0 01-1.82-2.44c-.34-.78-.62-1.68-.87-2.47l-.26-.81c-.97-2.9-2.14-4.73-3.35-5.83a5.34 5.34 0 00-7.4 0zM6.95 5.01a7.34 7.34 0 0110.1 0c1.54 1.4 2.87 3.57 3.9 6.67l.3.97c.24.75.47 1.47.76 2.15.43.97.88 1.52 1.37 1.72l.62.26V21H14v-7a2 2 0 10-4 0v7H0v-4.22l.62-.26c.49-.2.94-.75 1.37-1.72.3-.68.52-1.4.75-2.15l.31-.97c1.03-3.1 2.36-5.27 3.9-6.67z"/></g></svg>`;
|
|
105
|
+
const tdesignBridge3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bridge-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v3.46l7 4.67V2h2v8.13l7-4.67V2h2v13h1v2h-1v5h-2v-5H4v5H2v-5H1v-2h1V2h2zm0 13h7v-2.46L4 7.87V15zm9 0h7V7.87l-7 4.67V15z"/></svg>`;
|
|
106
|
+
const tdesignBridge4 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bridge-4" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 2v2h-1.18L21 8.1V22h-2V7.9l.78-3.9h-3.56L17 7.9V22h-2V8.1L14.18 4H9.82L9 8.1V22H7V7.9L7.78 4H4.22L5 7.9V22H3V8.1L2.18 4H1V2h22z"/></svg>`;
|
|
107
|
+
const tdesignBridge5 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bridge-5" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 3h24v18h-6v-7.6a8.42 8.42 0 00-1.35-1.05 8.64 8.64 0 00-9.3 0A8.42 8.42 0 006 13.4V21H0V3zm6 7.84l.28-.19a10.64 10.64 0 0111.44 0l.28.19V5H6v5.84zM20 5v14h2V5h-2zM4 5H2v14h2V5z"/></svg>`;
|
|
108
|
+
const tdesignBridge6 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bridge-6" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1.75l11 9.9 11-9.9V21h-2v-7h-2v7h-2v-7H7v7H5v-7H3v7H1V1.75zM3 12h6.4L3 6.25V12zm11.6 0H21V6.25L14.6 12z"/></svg>`;
|
|
109
|
+
const tdesignBridge = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bridge" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v3.41l.4.2c.62.27 1.55.61 2.82.9C8.48 6.79 10.07 7 12 7c1.93 0 3.52-.21 4.78-.5A14.92 14.92 0 0020 5.42V2h2v13h1v2h-1v5h-2v-5H4v5H2v-5H1v-2h1V2h2zm0 13h2V8.27c-.8-.22-1.47-.45-2-.67V15zm4-6.3V15h3V8.98c-1.1-.04-2.1-.14-3-.29zm5 .28V15h3V8.7c-.9.14-1.9.24-3 .28zm5-.71V15h2V7.6c-.53.22-1.2.45-2 .67zm2.45-3.1z"/></svg>`;
|
|
110
|
+
const tdesignBrightness1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-brightness-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .09l3.49 3.49h4.93V8.5l3.5 3.49-3.5 3.49v4.93H15.5L12 23.92l-3.49-3.5H3.58V15.5L.08 12l3.5-3.49V3.58H8.5L12 .08zm0 2.82L9.34 5.58H5.58v3.76L2.9 12l2.67 2.66v3.76h3.76L12 21.1l2.66-2.67h3.76v-3.76L21.1 12l-2.67-2.66V5.58h-3.76L12 2.9zM12.06 8a8.97 8.97 0 010 8 4 4 0 000-8zm-1.93-1.7a6 6 0 110 11.4l-1.32-.43.82-1.11a6.96 6.96 0 000-8.32l-.82-1.1 1.32-.44z"/></svg>`;
|
|
111
|
+
const tdesignBrightness = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-brightness" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .09l3.49 3.49h4.93V8.5l3.5 3.49-3.5 3.49v4.93H15.5L12 23.92l-3.49-3.5H3.58V15.5L.08 12l3.5-3.49V3.58H8.5L12 .08zm0 2.82L9.34 5.58H5.58v3.76L2.9 12l2.67 2.66v3.76h3.76L12 21.1l2.66-2.67h3.76v-3.76L21.1 12l-2.67-2.66V5.58h-3.76L12 2.9zM12 8a4 4 0 100 8 4 4 0 000-8zm-6 4a6 6 0 1112 0 6 6 0 01-12 0z"/></svg>`;
|
|
112
|
+
const tdesignBroccoli = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-broccoli" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.62 4.17a3.22 3.22 0 014.37.1c.66.65.96 1.55.9 2.45a4.63 4.63 0 00-.38.05h-.04l-.99.2.39 1.96.98-.2a1.63 1.63 0 01.21-.02c.15 0 .33-.01.5.01.64.1 1.25.38 1.74.87a3.23 3.23 0 01-.08 4.57c-.3.29-.63.51-.97.68l-.81.37.27.84c.29.87.08 1.9-.65 2.62a2.52 2.52 0 01-3.57.07c-.37-.38-.6-.9-.68-1.47-.08-.67.08-1.36.43-1.88l.47-.68-1.84-1.84-.43-1.3-1.31-.44-1.02-1.02-.62.26c-.87.37-1.8.28-2.63-.22a3.23 3.23 0 01-.62-5.12 3.17 3.17 0 014.52.06c.72.73.86 1.32.96 2.09l.12.99 1.99-.26-.13-.99c-.1-.84-.3-1.77-1.08-2.75zM19.86 7a5.11 5.11 0 00-1.46-4.15c-2-2.01-5.25-1.97-7.3 0a5.23 5.23 0 00-5.77 8.67l-.15.62c-.15.53-.37 1.17-.65 1.81a11.22 11.22 0 01-1.72 3l-.7.7 4.23 4.25.71-.7c.32-.33 1.33-1.25 2.46-2 .57-.39 1.13-.7 1.62-.88.38-.14.65-.18.82-.17.2.74.56 1.44 1.13 2a4.52 4.52 0 006.4-.07 4.6 4.6 0 001.32-3.83 5.23 5.23 0 00.92-8.07A5.05 5.05 0 0019.85 7zm-8 9.15c-.5.01-.99.13-1.41.29-.71.26-1.42.67-2.05 1.09-.78.52-1.5 1.1-2.03 1.57l-1.51-1.52c.55-.8 1.1-1.86 1.51-2.85a16.9 16.9 0 00.8-2.3c.79.21 1.62.23 2.44 0l.27.28-1.42 1.41 1.42 1.42 1.41-1.42.89.89c-.16.37-.27.75-.33 1.14z"/></svg>`;
|
|
113
|
+
const tdesignBrowseGallery = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-browse-gallery" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7215)"><path fill="currentColor" d="M19.41 1.59l.7.72a13.96 13.96 0 010 19.38l-.7.72-1.44-1.38.69-.72a11.96 11.96 0 000-16.62l-.7-.72 1.45-1.38zM10 4a8 8 0 100 16 8 8 0 000-16zM0 12a10 10 0 1120 0 10 10 0 01-20 0zm11-5.5v5.09L14.41 15 13 16.41l-4-4V6.5h2z"/></g></svg>`;
|
|
114
|
+
const tdesignBrowseOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 26 24" class="t-icon t-icon-browse-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 1.59l6.17 6.17 7.07 7.07L23.41 21 22 22.41l-2.97-2.96A12.5 12.5 0 011.08 12.3L1 12l.1-.3c.77-2.4 2.24-4.5 4.18-6.02L2.59 3 4 1.59zM6.7 7.1A10.53 10.53 0 003.1 12a10.5 10.5 0 0014.45 5.97l-1.8-1.8a5 5 0 01-6.93-6.93L6.7 7.11zm3.6 3.6a3 3 0 004 4l-4-4zM13 5c-.58 0-1.14.05-1.7.14l-.98.16L10 3.32l.99-.16A12.5 12.5 0 0124.9 11.7l.1.31-.1.3c-.41 1.3-1.03 2.5-1.82 3.58l-.59.8-1.61-1.18.59-.8c.6-.82 1.08-1.73 1.42-2.7A10.5 10.5 0 0013 5zm.51 1.93l.96.29a5 5 0 013.31 3.31l.3.96-1.92.58-.3-.95a3 3 0 00-1.98-1.99l-.95-.3.58-1.9z"/></svg>`;
|
|
115
|
+
const tdesignBrowse = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-browse" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7319)"><path fill="currentColor" d="M2.1 12a10.5 10.5 0 0019.8 0 10.5 10.5 0 00-19.8 0zm-2.01-.3a12.5 12.5 0 0123.82 0l.1.3-.1.3a12.5 12.5 0 01-23.82 0l-.1-.3.1-.3zM12 9a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0z"/></g></svg>`;
|
|
116
|
+
const tdesignBrush = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-brush" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.92 23.5L.79 12.36l9.51-9.51 2.83 2.83 3.28-3.27 5.46 5.46-3.28 3.27L21.43 14l-9.51 9.5zm3.07-5.9L6.7 9.3l-3.07 3.07 8.3 8.3 3.07-3.08zM8.11 7.87l8.3 8.3 2.19-2.2-2.83-2.83 3.27-3.27-2.63-2.63-3.28 3.27L10.3 5.7 8.11 7.88z"/></svg>`;
|
|
117
|
+
const tdesignBugReport = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bug-report" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.13 1.6l2.36 2.83a7.49 7.49 0 015.02 0l2.36-2.84 1.54 1.28-2.09 2.5A7.52 7.52 0 0119.07 9H22v2h-2.52l.02.5v5c0 .17 0 .33-.02.5H22v2h-2.93a7.5 7.5 0 01-14.14 0H2v-2h2.52a7.61 7.61 0 01-.02-.5v-5c0-.17 0-.33.02-.5H2V9h2.93a7.52 7.52 0 012.75-3.63l-2.09-2.5L7.13 1.6zM12 6a5.47 5.47 0 00-5.5 5.5v5a5.5 5.5 0 0011 0v-5A5.5 5.5 0 0012 6zm-3 4h6v2H9v-2zm0 6h6v2H9v-2z"/></svg>`;
|
|
118
|
+
const tdesignBug = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bug" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.17 5h5.66a3 3 0 00-5.66 0zM7 6a5 5 0 0110 0v1H7V6zM5 4v2.59L6.41 8H17.6L19 6.59V4h2v3.41l-3 3V12h3v2h-3v1.59l3 3V22h-2v-2.59l-1.36-1.36A6 6 0 0113 21.92V22h-1a6 6 0 01-5.64-3.95L5 19.41V22H3v-3.41l3-3V14H3v-2h3v-1.59l-3-3V4h2zm3 6.41V16a4 4 0 003 3.87V10H8.41l-.41.41zm5-.41v9.87A4 4 0 0016 16v-5.59l-.41-.41H13z"/></svg>`;
|
|
119
|
+
const tdesignBuilding1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-building-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 1.5v1.63c.4.1.75.27 1.07.5.54.41.9.96 1.1 1.5.25.61.35 1.28.37 1.87h1.46v2H10v1h12v12H3V9H1.5V7h1.46c.02-.6.12-1.26.36-1.87a3.4 3.4 0 011.11-1.5c.32-.23.67-.4 1.07-.5V1.5h2zM4.96 7h3.08a3.56 3.56 0 00-.22-1.13c-.11-.29-.27-.5-.45-.63A1.4 1.4 0 006.5 5c-.44 0-.7.11-.87.24-.18.13-.34.34-.45.63-.14.34-.2.74-.22 1.13zM8 9H5v11h3V9zm2 11h2v-5h6v5h2v-8H10v8zm6 0v-3h-2v3h2z"/></svg>`;
|
|
120
|
+
const tdesignBuilding2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-building-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .83l6.37 3.83-1.03 1.71-.34-.2V8h5v14H2V8h5V6.17l-.34.2-1.03-1.71L12 .83zM9 4.97V8h6V4.97l-3-1.8-3 1.8zM11 5h2v2h-2V5zm-7 5v10h4v-7h8v7h4V10H4zm10 10v-5h-4v5h4z"/></svg>`;
|
|
121
|
+
const tdesignBuilding3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-building-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 2h8v3h3v4h3v13H2V9h3V5h3V2zm2 3h4V4h-4v1zM7 9h10V7H7v2zm-3 2v9h4v-6h8v6h4v-9H4zm10 9v-4h-4v4h4z"/></svg>`;
|
|
122
|
+
const tdesignBuilding4 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-building-4" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 2h12v2h-1v4h2v14H2V8h8V4H9V2zm3 2v4h6V4h-6zm8 6H4v10h4v-6h8v6h4V10zm-6 10v-4h-4v4h4zM13 5h2v2h-2V5z"/></svg>`;
|
|
123
|
+
const tdesignBuilding5 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-building-5" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .81l8.38 5.39-1.08 1.68-.3-.2v3.43l3.37 2.06-1.04 1.7-.33-.2V22H3v-7.33l-.33.2-1.04-1.7L5 11.1V7.69l-.3.2L3.62 6.2 12 .81zm-5 5.6v3.47l5-3.05 5 3.05V6.4L12 3.2 7 6.4zm-2 7.04V20h6v-4h2v4h6v-6.55l-7-4.28-7 4.28z"/></svg>`;
|
|
124
|
+
const tdesignBuilding = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-building" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 2h10v3h3v4h2v2h-1v9h1v2H2v-2h1v-9H2V9h2V5h3V2zm2 3h6V4H9v1zm-4 6v9h3v-6h8v6h3v-9H5zm13-2V7H6v2h12zm-4 11v-4h-4v4h4z"/></svg>`;
|
|
125
|
+
const tdesignBulletpoint = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-bulletpoint" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 6H2V4h2v2H3zm0 7H2v-2h2v2H3zm-1 7h2v-2H2v2zM8 4H7v2h15V4H8zm-1 7h15v2H7v-2zm1 7H7v2h15v-2H8z"/></svg>`;
|
|
126
|
+
const tdesignButton = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-button" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 5h20v14H2V5zm2 2v10h16V7H4zm2 2h12v6H6V9zm2 2v2h8v-2H8z"/></svg>`;
|
|
127
|
+
const tdesignCabbage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cabbage" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.12 3.47c-.35-.53-.81-.96-1.37-1.28-1.5-.87-3.45-.71-5.24.29A10.77 10.77 0 001 12a10.97 10.97 0 0011 11A10.96 10.96 0 0023 11.9c-.02-1.93-.8-4.3-2.02-6.2-1.22-1.88-3.1-3.6-5.43-3.58-1.14 0-1.92.63-2.43 1.34zm6.65 4.14a4.75 4.75 0 00-1.26-.03l-1.16-1.95-1.72 1.02.9 1.5a6.8 6.8 0 00-1.07.63l-.02-.06a5.28 5.28 0 00-1.47-2.14v-.02c.07-.32.18-.74.34-1.14.38-.92.81-1.29 1.25-1.29 1.3-.01 2.64.98 3.74 2.67.17.26.32.54.47.81zm-6.16 3c-.33 0-.67.05-1 .12a3.76 3.76 0 00-1.06-1.15A3.22 3.22 0 008.5 9.2l-.33-.18 3.23-3.17-1.4-1.43-3.83 3.76a5.47 5.47 0 00-2.25-.22A8.7 8.7 0 017.5 4.22c1.36-.76 2.53-.72 3.27-.3.7.4 1.28 1.31 1.13 2.94l-.04.5.38.34c.82.73 1.16 1.2 1.3 1.64.11.32.15.7.08 1.27zm-2.81 1a5.84 5.84 0 00-1.76 2.8l-2.97-3.26-1.48 1.35 4.08 4.49c0 1.19.15 2.4.37 3.51A8.95 8.95 0 013 12c0-1.04.29-1.6.63-1.86.32-.23 1.03-.42 2.47.1.52.2 1.13.5 1.82.93l.5.31.51-.29c.63-.35 1.1-.23 1.47.03.16.11.3.25.4.4zm1.76 9.37l7.3-8.03-1.48-1.35-2.94 3.23.01-1.01-2-.02-.02 3.25-2.49 2.74c-.18-1.02-.3-2.12-.26-3.15.06-1.75.77-3.2 1.8-3.76a3.07 3.07 0 011.8-.23l.88.16.25-.87c.12-.45.46-.94 1-1.37a4.77 4.77 0 011.83-.92c.8-.2 1.48-.1 1.93.22.4.27.79.82.83 1.95V12c0 4.83-3.72 8.7-8.44 8.98z"/></svg>`;
|
|
128
|
+
const tdesignCake = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cake" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 2h2v2H7V2zm4 0h2v2h-2V2zm4 0h2v2h-2V2zM9 5v5h2V5h2v5h2V5h2v5h4v10h2v2H1v-2h2V10h4V5h2zm-4 7v3h1.16l2.84.95 3-1 3 1 2.84-.95H19v-3H5zm14 5h-.84L15 18.05l-3-1-3 1L5.84 17H5v3h14v-3z"/></svg>`;
|
|
129
|
+
const tdesignCalculation1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calculation-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v22H1V1zm2 2v18h18V3H3zm6 2v2h2v2H9v2H7V9H5V7h2V5h2zm4 2h6v2h-6V7zm-6.41 6.17L8 14.6l1.41-1.42 1.42 1.42L9.4 16l1.42 1.41-1.42 1.42L8 17.4l-1.41 1.42-1.42-1.42L6.6 16l-1.42-1.41 1.42-1.42zm6.41.33h6v2h-6v-2zm0 3h6v2h-6v-2z"/></svg>`;
|
|
130
|
+
const tdesignCalculation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calculation" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 2v3.5H11v2H7.5V11h-2V7.5H2v-2h3.5V2h2zM13 5.5h9v2h-9v-2zm-2.22 9.51l-2.83 2.83 2.99 2.99-1.42 1.41-2.99-2.99-2.82 2.83-1.42-1.41 2.83-2.83-2.67-2.67 1.42-1.41 2.66 2.67 2.83-2.83L10.78 15zM16.5 14h2v2h-2v-2zM13 17h9v2h-9v-2zm3.5 3h2v2h-2v-2z"/></svg>`;
|
|
131
|
+
const tdesignCalculator1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calculator-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2h16v20H4V2zm2 2v4h12V4H6zm12 6h-3v2h3v-2zm0 4h-3v2h3v-2zm0 4h-3v2h3v-2zm-5 2v-2h-2v2h2zm-4 0v-2H6v2h3zm-3-4h3v-2H6v2zm0-4h3v-2H6v2zm5-2v2h2v-2h-2zm2 4h-2v2h2v-2z"/></svg>`;
|
|
132
|
+
const tdesignCalculator = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calculator" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h18v22H3V1zm2 2v4h14V3H5zm14 6H5v12h14V9zM7 12h4v2H7v-2zm6 0h4v2h-4v-2zm-6 4h4v2H7v-2zm6 0h4v2h-4v-2z"/></svg>`;
|
|
133
|
+
const tdesignCalendar1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calendar-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 1v3h8V1h2v3h4v18H2V4h4V1h2zM4 6v3h16V6H4zm16 5H4v9h16v-9zM7 13h2v2H7v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2zm-8 3h2v2H7v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z"/></svg>`;
|
|
134
|
+
const tdesignCalendar2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calendar-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 1v3h8V1h2v3h4v18H2V4h4V1h2zM4 6v3h16V6H4zm16 5H4v9h16v-9z"/><path fill="currentColor" d="M16.91 13.25l-5.65 5.66-3.54-3.54 1.42-1.41 2.12 2.12 4.24-4.24 1.41 1.41z"/></svg>`;
|
|
135
|
+
const tdesignCalendarEdit = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calendar-edit" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 1v3h8V1h2v3h4v8h-2v-1H4v9h8v2H2V4h4V1h2zM4 9h16V6H4v3zm15.29 4.09l4.12 4.12-5.28 5.29H14v-4.13l5.29-5.28zm-.68 3.5l1.3 1.3.68-.68-1.3-1.3-.68.68zm-.11 2.7L17.2 18 16 19.2v1.3h1.3l1.2-1.2z"/></svg>`;
|
|
136
|
+
const tdesignCalendarEvent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calendar-event" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 1v3h8V1h2v3h4v18H2V4h4V1h2zM4 6v3h16V6H4zm16 5H4v9h16v-9zm-7.5 1.5h6v6h-6v-6zm2 2v2h2v-2h-2z"/></svg>`;
|
|
137
|
+
const tdesignCalendar = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calendar" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 4V1.5h2V4h8V1.5h2V4h4v18H2V4h4zM4 6v3h16V6H4zm16 5H4v9h16v-9z"/></svg>`;
|
|
138
|
+
const tdesignCall1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-call-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.05 1.79l.97.26a7 7 0 014.93 4.93l.26.97-1.93.52-.26-.97a5 5 0 00-3.52-3.52l-.97-.26.52-1.93zM1 2h8.58l1.49 6.7-1.86 1.85c1.09 1.7 2.54 3.15 4.24 4.24l1.86-1.86L22 14.42V23h-1a19.91 19.91 0 01-16.8-9.15A19.91 19.91 0 011 3V2zm2.03 2a17.9 17.9 0 008.2 14.12A17.9 17.9 0 0020 20.97v-4.95l-4.05-.9-2.18 2.18-.66-.38a16.07 16.07 0 01-6.03-6.03l-.38-.66 2.18-2.18L7.98 4H3.03zm12.1 1.17l.97.26a3.5 3.5 0 012.47 2.46l.26.97-1.93.52-.26-.97a1.5 1.5 0 00-1.06-1.05l-.96-.26.52-1.93z"/></svg>`;
|
|
139
|
+
const tdesignCallCancel = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-call-cancel" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.38 1.97l2.12 2.12 2.12-2.12 1.42 1.41-2.12 2.12 2.12 2.12-1.42 1.42-2.12-2.12-2.12 2.12-1.41-1.42 2.12-2.12-2.12-2.12 1.41-1.41zM1 2h8.58l1.49 6.7-1.86 1.85c1.09 1.7 2.54 3.15 4.24 4.24l1.86-1.86L22 14.42V23h-1a19.91 19.91 0 01-16.8-9.15A19.91 19.91 0 011 3V2zm2.03 2a17.9 17.9 0 008.2 14.12A17.9 17.9 0 0020 20.97v-4.95l-4.05-.9-2.18 2.18-.66-.38a16.07 16.07 0 01-6.03-6.03l-.38-.66 2.18-2.18L7.98 4H3.03z"/></svg>`;
|
|
140
|
+
const tdesignCallForwarded = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-call-forwarded" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2h8.58l1.49 6.7-1.86 1.85c1.09 1.7 2.54 3.15 4.24 4.24l1.86-1.86L22 14.42V23h-1a19.91 19.91 0 01-16.8-9.15A19.91 19.91 0 011 3V2zm2.03 2a17.9 17.9 0 008.2 14.12A17.9 17.9 0 0020 20.97v-4.95l-4.05-.9-2.18 2.18-.66-.38a16.07 16.07 0 01-6.03-6.03l-.38-.66 2.18-2.18L7.98 4H3.03zm13.16-1.72l5.41.12.12 5.42-2 .04-.04-2.12-3.3 3.3-1.41-1.42 3.3-3.3-2.13-.04.05-2z"/></svg>`;
|
|
141
|
+
const tdesignCallIncoming = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-call-incoming" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22.03 3.38l-3.3 3.3 2.13.04-.05 2-5.41-.12-.12-5.42 2-.04.04 2.12 3.3-3.3 1.41 1.42zM1 2h8.58l1.49 6.7-1.86 1.85c1.09 1.7 2.54 3.15 4.24 4.24l1.86-1.86L22 14.42V23h-1a19.91 19.91 0 01-16.8-9.15A19.91 19.91 0 011 3V2zm2.03 2a17.9 17.9 0 008.2 14.12A17.9 17.9 0 0020 20.97v-4.95l-4.05-.9-2.18 2.18-.66-.38a16.07 16.07 0 01-6.03-6.03l-.38-.66 2.18-2.18L7.98 4H3.03z"/></svg>`;
|
|
142
|
+
const tdesignCallOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-call-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22.41 3L11.83 13.58c.51.44 1.05.85 1.62 1.21l1.86-1.86L22 14.42V23h-1a19.91 19.91 0 01-13.42-5.17L3 22.41 1.59 21 21 1.59 22.41 3zM9 16.42a18.07 18.07 0 0011 4.55v-4.95l-4.05-.9-2.18 2.18-.66-.38c-.97-.55-1.87-1.2-2.7-1.92L9 16.42zM1 2h8.58l1.49 6.7-1.87 1.86.3.5-1.72 1.02-1.09-1.84 2.19-2.19L7.98 4H3.03a17.9 17.9 0 003.1 9.14l.56.82-1.65 1.13-.57-.82-.27-.42A19.91 19.91 0 011 3V2z"/></svg>`;
|
|
143
|
+
const tdesignCall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-call" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2h8.58l1.49 6.7-1.86 1.85c1.09 1.7 2.54 3.15 4.24 4.24l1.86-1.86L22 14.42V23h-1a19.91 19.91 0 01-16.8-9.15A19.91 19.91 0 011 3V2zm2.03 2a17.9 17.9 0 008.2 14.12A17.9 17.9 0 0020 20.97v-4.95l-4.05-.9-2.18 2.18-.66-.38a16.07 16.07 0 01-6.03-6.03l-.38-.66 2.18-2.18L7.98 4H3.03z"/></svg>`;
|
|
144
|
+
const tdesignCalm1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calm-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H9v2H7v-2H6V9zm8 0h4v2h-1v2h-2v-2h-1V9zm-3 5h2v2h-2v-2z"/></svg>`;
|
|
145
|
+
const tdesignCalm = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-calm" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2zm-6.5 6H16v2h-5.5v-2z"/></svg>`;
|
|
146
|
+
const tdesignCamera1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-camera-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1113.15 7.99L16.8 21H19v2H5v-2h2.2l.65-3.01A9 9 0 013 10zm6.74 8.71L9.24 21h5.52l-.5-2.29a9.01 9.01 0 01-4.52 0zM12 8a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0z"/></svg>`;
|
|
147
|
+
const tdesignCamera2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-camera-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3.5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1110 8.95v1a9.94 9.94 0 004.63-1.68l.82-.56 1.13 1.65-.83.57A11.94 11.94 0 0113 22.46v.04h-.65a12.22 12.22 0 01-.7 0H11v-.04c-2.12-.17-4.09-.9-5.75-2.03l-.83-.57 1.13-1.65.82.56A9.94 9.94 0 0011 20.46v-1.01a9 9 0 01-8-8.95zm9-2a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0z"/></svg>`;
|
|
148
|
+
const tdesignCameraOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-camera-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 .59L22.41 21 21 22.41 19.59 21H1V5h2.59l-3-3L2 .59zM5.59 7H3v12h14.59l-2.54-2.54a5 5 0 01-7.01-7.01L5.59 7zm3.88 3.89a3 3 0 004.14 4.14l-4.14-4.14zM7.88 2h8.24l1.5 3H23v14h-2V7h-4.62l-1.5-3H9.12l-.64 1.28-1.79-.9L7.89 2z"/></svg>`;
|
|
149
|
+
const tdesignCamera = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-camera" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.88 2h8.24l1.5 3H23v16H1V5h5.38l1.5-3zm1.24 2l-1.5 3H3v12h18V7h-4.62l-1.5-3H9.12zM12 9.5a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0z"/></svg>`;
|
|
150
|
+
const tdesignCandy = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-candy" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.31 3.54a2 2 0 013.4-1.24l3.99 3.98a2 2 0 01-1.24 3.4l-1.31.13a3 3 0 01-.36 3.81l-5.17 5.17a3 3 0 01-3.81.36l-.12 1.31a2 2 0 01-3.4 1.24L2.3 17.72a2 2 0 011.24-3.4l1.31-.13a3 3 0 01.36-3.81l5.17-5.17a3 3 0 013.81-.36l.12-1.31zm2.06 3.41l.67.68c.22.21.5.32.8.29l2.44-.22-3.98-3.98-.22 2.44a1 1 0 00.29.8zm-1.42 1.42l-1.74-1.75a1 1 0 00-1.42 0L9.91 8.5l5.59 5.59 1.88-1.88a1 1 0 000-1.42l-1.75-1.74-.67-.68zm-.86 7.13L8.5 9.91 6.62 11.8a1 1 0 000 1.42l4.17 4.17a1 1 0 001.42 0l1.88-1.88zm-7.47.54l-2.9.26 3.98 3.98.26-2.9-1.34-1.34z"/></svg>`;
|
|
151
|
+
const tdesignCard = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-card" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 3h12v2h4v14h-4v2H6v-2H2V5h4V3zm0 4H4v10h2V7zm2 12h8V5H8v14zM18 7v10h2V7h-2z"/></svg>`;
|
|
152
|
+
const tdesignCardmembership = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cardmembership" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 3v18H1V3h22zm-2 2H3v4h18V5zm0 6h-2v6.77l-3.5-2.1-3.5 2.1V11H3v8h18v-8zm-4 0h-3v3.23l1.5-.9 1.5.9V11z"/></svg>`;
|
|
153
|
+
const tdesignCaretDownSmall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-caret-down-small" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 16.5l7-7H5l7 7z"/></svg>`;
|
|
154
|
+
const tdesignCaretDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-caret-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 17.91l9.41-9.41H2.6L12 17.91zM7.41 10.5h9.18L12 15.09 7.41 10.5z"/></svg>`;
|
|
155
|
+
const tdesignCaretLeftSmall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-caret-left-small" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.5 5v14l-7-7 7-7z"/></svg>`;
|
|
156
|
+
const tdesignCaretLeft = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-caret-left" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.5 2.59V21.4L6.09 12l9.41-9.41zM8.91 12l4.59 4.59V7.4L8.91 12z"/></svg>`;
|
|
157
|
+
const tdesignCaretRightSmall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-caret-right-small" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.5 12l-7-7v14l7-7z"/></svg>`;
|
|
158
|
+
const tdesignCaretRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-caret-right" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 21.41L17.91 12 8.5 2.59V21.4zm2-4.82V7.4L15.09 12l-4.59 4.59z"/></svg>`;
|
|
159
|
+
const tdesignCaretUpSmall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-caret-up-small" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 7.5l7 7H5l7-7z"/></svg>`;
|
|
160
|
+
const tdesignCaretUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-caret-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 6.09l9.41 9.41H2.6L12 6.09zM7.41 13.5h9.18L12 8.91 7.41 13.5z"/></svg>`;
|
|
161
|
+
const tdesignCartAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cart-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 1h4.76l3 11h10.52l3.09-9.26 1.9.63L19.71 14H7.78l-.5 2H22v2H4.72l1.25-4.99L3.24 3H0V1zm14 1v3h3v2h-3v3h-2V7H9V5h3V2h2zM4 21a2 2 0 114 0 2 2 0 01-4 0zm14 0a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
162
|
+
const tdesignCart = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cart" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 1h4.76l.55 2h18.08l-3.67 11H7.78l-.5 2H22v2H4.72l1.25-4.99L3.24 3H0V1zm7.76 11h10.52l2.33-7H5.85l1.91 7zM4 21a2 2 0 114 0 2 2 0 01-4 0zm14 0a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
163
|
+
const tdesignCast = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cast" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H13v-2h8V5H3v4H1V3zm0 8h1a9 9 0 019 9v1H9v-1a7 7 0 00-7-7H1v-2zm0 4h1a5 5 0 015 5v1H5v-1a3 3 0 00-3-3H1v-2zm0 4h2v2H1v-2z"/></svg>`;
|
|
164
|
+
const tdesignCastle1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-castle-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 2v2h2V2h2v2h2V2h2v2h2V2h2v4h-1v8h3v-1h2v9H1v-9h2v1h3V6H5V2h2zm1 4v14h3v-7h2v7h3V6H8zm10 14h3v-4h-3v4zM6 20v-4H3v4h3zM9 8h2v2H9V8zm4 0h2v2h-2V8z"/></svg>`;
|
|
165
|
+
const tdesignCastle2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-castle-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 2v1.08A6 6 0 006 9a5 5 0 00-5 5v8h22v-8a5 5 0 00-5-5 6 6 0 00-5-5.92V2h-2zm7 9a3 3 0 013 3v6h-3v-9zm-2 9h-3v-5h-2v5H8V10h8v10zM6 20H3v-6a3 3 0 013-3v9zM8.13 8a4 4 0 017.74 0H8.13z"/></svg>`;
|
|
166
|
+
const tdesignCastle3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-castle-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 2v1h-4V2h-2v8h-4V2H8v1H4V2H2v20h20V2h-2zM4 5h4v5H6v10H4V5zm4 15v-8h8v8h-3v-5h-2v5H8zm10 0V10h-2V5h4v15h-2z"/></svg>`;
|
|
167
|
+
const tdesignCastle4 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-castle-4" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 2h-8v6.34c-.32-.11-.66-.2-1-.26V7h-2v1.08c-.34.06-.68.15-1 .26V2H2v20h20V2zM8 9.53c-1.23 1.1-2 2.7-2 4.47v6H4V4h4v5.53zM8 20v-5h8v5h-3v-3h-2v3H8zm10 0v-6c0-1.78-.77-3.37-2-4.47V4h4v16h-2zm-2.13-7H8.13a4 4 0 017.74 0z"/></svg>`;
|
|
168
|
+
const tdesignCastle5 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-castle-5" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 2v1h-4V2h-2v7.13L12 7.8l-2 1.33V2H8v1H4V2H2v20h20V2h-2zM4 5h4v5H6v10H4V5zm4 15v-8h1.3l2.7-1.8 2.7 1.8H16v8h-3v-5h-2v5H8zm10 0V10h-2V5h4v15h-2z"/></svg>`;
|
|
169
|
+
const tdesignCastle6 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-castle-6" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2h12v2h-1v4h5v14H2V8h5V4H6V2zm3 2v4h2V6h2v2h2V4H9zm-5 8.54a3.98 3.98 0 015 .81 3.99 3.99 0 016 0 3.99 3.99 0 015-.81V10H4v2.54zM8 16a2 2 0 10-4 0v4h4v-4zm2 4h4v-4a2 2 0 10-4 0v4zm6 0h4v-4a2 2 0 10-4 0v4z"/></svg>`;
|
|
170
|
+
const tdesignCastle7 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-castle-7" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v1.08A6 6 0 0118 8h4v14H2V8h4a6 6 0 015-5.92V1h2zM8 8h8a4 4 0 00-8 0zm-4 4.54a3.98 3.98 0 015 .81 3.99 3.99 0 016 0 3.99 3.99 0 015-.81V10H4v2.54zM8 16a2 2 0 10-4 0v4h4v-4zm2 4h4v-4a2 2 0 10-4 0v4zm6 0h4v-4a2 2 0 10-4 0v4z"/></svg>`;
|
|
171
|
+
const tdesignCastle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-castle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 2v2h2V2h2v2h2V2h2v2h2V2h2v12h2v-1h2v9H1v-9h2v1h2V2h2zM5 16H3v4h2v-4zm2 4h2v-7h6v7h2V6H7v14zm12 0h2v-4h-2v4zm-6 0v-5h-2v5h2z"/></svg>`;
|
|
172
|
+
const tdesignCat = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cat" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 .66l6.48 1.92a11.24 11.24 0 019.04 0L23 .66v12.05C22.77 18.46 17.9 23 12 23 6.1 23 1.22 18.46 1 12.71V.66zm2 5.52c.6-.83 1.32-1.58 2.14-2.2L3 3.33v2.84zm0 6.14C3 17.08 7 21 12 21s9-3.92 9-8.68a8.66 8.66 0 00-4.99-7.77 9.23 9.23 0 00-8.02 0A8.66 8.66 0 003 12.32zm18-6.14V3.34l-2.14.63c.82.63 1.54 1.38 2.14 2.2zM9 9v3H7V9h2zm8 0v3h-2V9h2zm-5 3.26l.9 1.8c.37.75.85.98 1.18 1 .34.03.76-.13 1.09-.61l.55-.84 1.67 1.11-.56.83a3.2 3.2 0 01-2.91 1.5 3.16 3.16 0 01-1.92-.88c-.55.52-1.2.83-1.92.89a3.2 3.2 0 01-2.91-1.5l-.56-.84 1.67-1.1.55.83c.33.48.75.64 1.09.62.33-.03.8-.26 1.19-1.02l.89-1.79z"/></svg>`;
|
|
173
|
+
const tdesignCatalog = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-catalog" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h18v22H3V1zm2 2v18h14V3H5zm3 4h8v2H8V7zm0 4h8v2H8v-2zm0 4h8v2H8v-2z"/></svg>`;
|
|
174
|
+
const tdesignCd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cd" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm10-8h1a8 8 0 018 8v1h-2v-1a6 6 0 00-6-6h-1V4zm1 6a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0z"/></svg>`;
|
|
175
|
+
const tdesignCelsius = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-celsius" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.5 6a.5.5 0 100 1 .5.5 0 000-1zM4 6.5a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0zm7-.5c0-1.1.9-2 2-2h7v2h-7v12h7v2h-7a2 2 0 01-2-2V6z"/></svg>`;
|
|
176
|
+
const tdesignCenterFocusStrong = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-center-focus-strong" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h7v2H4v5H2V2zm13 0h7v7h-2V4h-5V2zm-3 8a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0zm-4 3v5h5v2H2v-7h2zm18 0v7h-7v-2h5v-5h2z"/></svg>`;
|
|
177
|
+
const tdesignCentimeter = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-centimeter" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 4h10a2 2 0 012 2v14h-2V6h-3v14h-2V6h-3v14h-2V4zM1 6c0-1.1.9-2 2-2h7v2H3v12h7v2H3a2 2 0 01-2-2V6z"/></svg>`;
|
|
178
|
+
const tdesignCertificate1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-certificate-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21 1v22H3V1h18zm-8 2v6.5l-3-2.25L7 9.5V3H5v18h14V3h-6zM9 3v2.5l1-.75 1 .75V3H9zm-2 9h10v2H7v-2zm0 4h8v2H7v-2z"/></svg>`;
|
|
179
|
+
const tdesignCertificate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-certificate" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v14h18V5h-2v6.5l-3-2.25-3 2.25V5H3zm12 0v2.5l1-.75 1 .75V5h-2zM5 11h6v2H5v-2zm0 4h14v2H5v-2z"/></svg>`;
|
|
180
|
+
const tdesignChart3d = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-3d" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .85l9.66 5.57v11.16L12 23.15l-9.66-5.57V6.42L12 .85zm0 2.3L5.34 7 12 10.85 18.66 7 12 3.15zm7.66 5.58L13 12.58v7.69l6.66-3.85V8.73zM11 20.27v-7.7L4.34 8.74v7.7L11 20.26zM13 5v4h-2V5h2zm-3.1 9.37l-3.46 2-1-1.74 3.46-2 1 1.74zm5.2-1.74l3.46 2-1 1.74-3.46-2 1-1.74z"/></svg>`;
|
|
181
|
+
const tdesignChartAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 0v3h3v2h-3v3h-2V5h-3V3h3V0h2zM2 2h11v2H4v16h16V10h2v12H2V2zm11 6v10h-2V8h2zm-5 3v7H6v-7h2zm10 2v5h-2v-5h2z"/></svg>`;
|
|
182
|
+
const tdesignChartAnalytics = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-analytics" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm12 4h6v6h-2V9.42L18.42 11l-2.71 2.7-.71.71-4-4-5 5L4.59 14 11 7.58l4 4 2-2L18.6 8H16V6z"/></svg>`;
|
|
183
|
+
const tdesignChartAreaMulti = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-area-multi" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm17 2.09V18.2H6v-6.15l6.59-6 2.97 3.47L21 4.09zM8.26 16.2H19v-3.8l-3.73 3.73-3.03-3.53-3.98 3.6zM19 9.59V8.9l-3.56 3.56-3.03-3.54L8 12.94v.8l4.42-4 2.96 3.46L19 9.6z"/></svg>`;
|
|
184
|
+
const tdesignChartArea = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-area" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm17 2.09V18.2H6v-6.15l6.59-6 2.97 3.47L21 4.09zM19 8.9l-3.56 3.56-3.03-3.54L8 12.94v3.27h11v-7.3z"/></svg>`;
|
|
185
|
+
const tdesignChartBar = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-bar" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h2V9h6v11h2V5h6v15h2v2H2V2h2zm14 18V7h-2v13h2zm-8 0v-9H8v9h2z"/></svg>`;
|
|
186
|
+
const tdesignChartBubble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-bubble" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm12 3a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0zm-3 6a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0zm11 0a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
187
|
+
const tdesignChartColum = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-colum" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v2h15v6H4v2h11v6H4v2h18v2H2V2h2zm0 14h9v-2H4v2zm0-8h13V6H4v2z"/></svg>`;
|
|
188
|
+
const tdesignChartCombo = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-combo" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h2v-6h6v6h2v-9h6v9h2v2H2V2h2zm14 18v-7h-2v7h2zm-8 0v-4H8v4h2zm6.67-16.27l4.58 4.57-1.42 1.41-3.16-3.16-6.78 6.74-4.6-4.6 1.42-1.4 3.18 3.18 6.78-6.74z"/></svg>`;
|
|
189
|
+
const tdesignChartLineData1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-line-data-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm16.3 5.27l1.79.9-.46.9-.89-.45.9.45-.02.02-.02.05a13.9 13.9 0 01-.47.82c-.3.52-.75 1.2-1.29 1.88a8.72 8.72 0 01-1.91 1.84c-.73.48-1.68.85-2.7.54-1.7-.5-2.25-1.84-2.62-2.75l-.03-.08c-.4-.96-.63-1.43-1.38-1.64-.23-.07-.57-.03-1.06.3-.48.32-.98.83-1.45 1.42a15.65 15.65 0 00-1.55 2.38l-.02.04v.01l-.45.9-1.79-.91.46-.9.89.46-.9-.46h.01v-.02l.03-.05a13.21 13.21 0 01.47-.82c.3-.51.75-1.2 1.28-1.87a8.73 8.73 0 011.92-1.85 3.26 3.26 0 012.71-.56c1.74.5 2.29 1.85 2.66 2.76l.02.06c.4.97.63 1.45 1.36 1.67.23.06.55.02 1.04-.3.48-.31.98-.83 1.45-1.42a15.77 15.77 0 001.55-2.38l.02-.04.46-.9z"/></svg>`;
|
|
190
|
+
const tdesignChartLineData = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-line-data" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm15.5 5a.5.5 0 100 1 .5.5 0 000-1zm-2.5.5a2.5 2.5 0 111.03 2.02l-8.05 4.7a2.5 2.5 0 11-1-1.73l8.04-4.7L17 7.5zm-9.07 6.75a.5.5 0 10-.86.5.5.5 0 00.86-.5z"/></svg>`;
|
|
191
|
+
const tdesignChartLineMulti = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-line-multi" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm17.91 3.5l-6.41 6.41-4-4-5 5-1.41-1.41 6.41-6.41 4 4 5-5 1.41 1.41zm0 5l-6.41 6.41-4-4-5 5-1.41-1.41 6.41-6.41 4 4 5-5 1.41 1.41z"/></svg>`;
|
|
192
|
+
const tdesignChartLine = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-line" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm17.91 6l-6.41 6.41-4-4-5 5L5.09 14l6.41-6.41 4 4 5-5L21.91 8z"/></svg>`;
|
|
193
|
+
const tdesignChartMaximum = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-maximum" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm2 1h2v2H6V3zm3 0h2v2H9V3zm3 0h2v2h-2V3zm3 0h2v2h-2V3zm3 0h2v2h-2V3zm-2.57 5.79A3.78 3.78 0 0013 8a3.8 3.8 0 00-2.43.79 5.36 5.36 0 00-1.53 2.12A16 16 0 008 17v1H6v-1c0-2.05.25-4.7 1.2-6.9a7.34 7.34 0 012.13-2.88A5.79 5.79 0 0113 6c1.47 0 2.69.45 3.67 1.21a7.34 7.34 0 012.12 2.9C19.75 12.28 20 14.95 20 17v1h-2v-1c0-1.95-.25-4.29-1.04-6.1-.4-.9-.9-1.63-1.53-2.12z"/></svg>`;
|
|
194
|
+
const tdesignChartMedian = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-median" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm12 2.4c-1.08 0-2 .91-2 2.1v8.07C14 16.9 12.33 19 10 19s-4-2.11-4-4.43v-1h2v1C8 16.04 9.02 17 10 17s2-.96 2-2.43V6.5c0-2.23 1.76-4.1 4-4.1s4 1.87 4 4.1v1h-2v-1c0-1.19-.92-2.1-2-2.1zM6 9.5h2v2H6v-2zm3 0h2v2H9v-2zm6 0h2v2h-2v-2zm3 0h2v2h-2v-2z"/></svg>`;
|
|
195
|
+
const tdesignChartMinimum = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-minimum" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm16 1v1c0 2.05-.25 4.71-1.2 6.9a7.34 7.34 0 01-2.13 2.89A5.78 5.78 0 0113 15a5.79 5.79 0 01-3.67-1.21 7.35 7.35 0 01-2.12-2.9A17.95 17.95 0 016 4.02V3h2v1a16 16 0 001.04 6.09c.4.9.9 1.62 1.53 2.11.61.49 1.4.8 2.43.8 1.03 0 1.82-.31 2.43-.8a5.36 5.36 0 001.53-2.11C17.76 8.28 18 5.94 18 4V3h2zM6 16h2v2H6v-2zm3 0h2v2H9v-2zm3 0h2v2h-2v-2zm3 0h2v2h-2v-2zm3 0h2v2h-2v-2z"/></svg>`;
|
|
196
|
+
const tdesignChartPie = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-pie" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 3.05A9 9 0 1020.95 13H11V3.05zm2 0V11h7.95A9 9 0 0013 3.05zM1 12a11 11 0 1122 0 11 11 0 01-22 0z"/></svg>`;
|
|
197
|
+
const tdesignChartRadar = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-radar" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .76L23.19 8.9 18.9 22.04H5.1L.8 8.89 12 .76zM3.55 10.83l2.6 8.03 4.23-5.8-6.83-2.23zm4.23 9.21h8.44L12 14.23l-4.22 5.81zm5.84-6.99l4.22 5.81 2.61-8.03-6.83 2.22zm6.21-4.12L13 3.96v7.19l6.83-2.22zM11 3.96L4.17 8.93 11 11.15V3.96z"/></svg>`;
|
|
198
|
+
const tdesignChartRadial = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-radial" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 109 9v-1h2v1A11 11 0 1112 1h1v2h-1zm0 4a5 5 0 103.51 1.44l-.7-.7 1.4-1.42.71.7A7 7 0 1112 5h1v2h-1zm0 4a1 1 0 101 1v-1h2v1a3 3 0 11-3-3h1v2h-1z"/></svg>`;
|
|
199
|
+
const tdesignChartRing1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-ring-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.17 2.98l-.98.2a9 9 0 1010.67 10.4l.18-.98 1.97.35-.18.98A11 11 0 119.8 1.23l.98-.2.4 1.95zm2.14-1.95l.98.2a11 11 0 018.49 8.56l.2.98-1.96.4-.2-.98a9 9 0 00-6.95-7L12.9 3l.42-1.96zm2.61 10.17a4 4 0 10-7.84 1.6 4 4 0 007.84-1.6zM10.8 6.12a6 6 0 112.4 11.76 6 6 0 01-2.4-11.76z"/></svg>`;
|
|
200
|
+
const tdesignChartRing = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-ring" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 3.05a9 9 0 106.63 15.97l-2.12-2.15A6 6 0 1111 6.08V3.05zm2 0v3.03A6 6 0 0117.92 11h3.03A9 9 0 0013 3.05zM20.95 13h-3.03c-.15.9-.5 1.73-1 2.45l2.12 2.15a8.96 8.96 0 001.9-4.6zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm11-4a4 4 0 100 8 4 4 0 000-8z"/></svg>`;
|
|
201
|
+
const tdesignChartScatter = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-scatter" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h18v2H2V2h2zm13 4a2 2 0 114 0 2 2 0 01-4 0zm-6-1h2v2h-2V5zM6 8h2v2H6V8zm9 2h2v2h-2v-2zm-6 3a2 2 0 114 0 2 2 0 01-4 0zm8 2h2v2h-2v-2zM6 16h2v2H6v-2z"/></svg>`;
|
|
202
|
+
const tdesignChartStacked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart-stacked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v18h2V9h6v11h2V5h6v15h2v2H2V2h2zm14 18v-3.5h-2V20h2zm-2-5.5h2V7h-2v7.5zM10 20v-3.5H8V20h2zm-2-5.5h2V11H8v3.5z"/></svg>`;
|
|
203
|
+
const tdesignChart = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chart" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm9 3v11h-2V7h2zm-5 4v7H6v-7h2zm10 2v5h-2v-5h2z"/></svg>`;
|
|
204
|
+
const tdesignChatAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21 0v3h3v2h-3v3h-2V5h-3V3h3V0h2zM1.5 2H14v2H3.5v14.3L6.12 16H20.5v-6h2v8H6.88L1.5 22.7V2z"/></svg>`;
|
|
205
|
+
const tdesignChatBubble1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-bubble-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-6.54 15.19l.5.53L4.7 21H12a9 9 0 100-18zM1 12a11 11 0 1111 11H1.3l2.22-4A10.96 10.96 0 011 12zm7-3h8v2H8V9zm0 4h6v2H8v-2z"/></svg>`;
|
|
206
|
+
const tdesignChatBubbleAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-bubble-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-6.54 15.19l.5.53L4.7 21H12a9 9 0 100-18zM1 12a11 11 0 1111 11H1.3l2.22-4A10.96 10.96 0 011 12zm12-4v3h3v2h-3v3h-2v-3H8v-2h3V8h2z"/></svg>`;
|
|
207
|
+
const tdesignChatBubbleError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-bubble-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-6.54 15.19l.5.53L4.7 21H12a9 9 0 100-18zM1 12a11 11 0 1111 11H1.3l2.22-4A10.96 10.96 0 011 12zm12-5.5V14h-2V6.5h2zm-2 9h2v2h-2v-2z"/></svg>`;
|
|
208
|
+
const tdesignChatBubbleHelp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-bubble-help" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-6.54 15.19l.5.53L4.7 21H12a9 9 0 100-18zM1 12a11 11 0 1111 11H1.3l2.22-4A10.96 10.96 0 011 12zm11-4.5a2 2 0 00-1.89 1.33l-.33.95-1.89-.67.34-.94a4 4 0 116.24 4.47 7 7 0 00-1.1 1.01c-.27.34-.37.61-.37.85v1.25h-2V14.5c0-.87.39-1.57.83-2.11.43-.53.97-.97 1.4-1.32A2 2 0 0012 7.5zm-1 9.25h2v2h-2v-2z"/></svg>`;
|
|
209
|
+
const tdesignChatBubbleHistory = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-bubble-history" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-6.54 15.19l.5.53L4.7 21H12a9 9 0 100-18zM1 12a11 11 0 1111 11H1.3l2.22-4A10.96 10.96 0 011 12zm12-6.5v6.09L16.41 15 15 16.41l-4-4V5.5h2z"/></svg>`;
|
|
210
|
+
const tdesignChatBubbleLocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-bubble-locked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-6.54 15.19l.5.53L4.7 21H12a9 9 0 100-18zM1 12a11 11 0 1111 11H1.3l2.22-4A10.96 10.96 0 011 12zm11-3.5c.69 0 1.25.56 1.25 1.25v.75h-2.5v-.75c0-.69.56-1.25 1.25-1.25zm3.25 2v-.75a3.25 3.25 0 00-6.5 0v.75H7.5V17h9v-6.5h-1.25zm-.75 2V15h-5v-2.5h5z"/></svg>`;
|
|
211
|
+
const tdesignChatBubbleSmile = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-bubble-smile" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.33 13.6l-.4-.92-1.83.8.4.92a6 6 0 0011 0l.4-.92-1.83-.8-.4.92a4 4 0 01-7.34 0z"/><path fill="currentColor" d="M12 1a11 11 0 00-8.48 18L1.3 23H12a11 11 0 000-22zM3 12a9 9 0 119 9H4.7l1.27-2.28-.5-.53A8.97 8.97 0 013 12z"/></svg>`;
|
|
212
|
+
const tdesignChatBubble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-bubble" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-6.54 15.19l.5.53L4.7 21H12a9 9 0 100-18zM1 12a11 11 0 1111 11H1.3l2.22-4A10.96 10.96 0 011 12z"/></svg>`;
|
|
213
|
+
const tdesignChatChecked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-checked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 2h21v16H6.88L1.5 22.7V2zm2 2v14.3L6.12 16H20.5V4h-17zm14.16 3.59l-7.07 7.07-4.25-4.25L7.76 9l2.83 2.83 5.65-5.66 1.42 1.42z"/></svg>`;
|
|
214
|
+
const tdesignChatClear = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-clear" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 2h21v16H6.88L1.5 22.7V2zm2 2v14.3L6.12 16H20.5V4h-17zm5.67 1.76L12 8.59l2.83-2.83 1.41 1.41L13.41 10l2.83 2.83-1.41 1.41L12 11.41l-2.83 2.83-1.41-1.41L10.59 10 7.76 7.17l1.41-1.41z"/></svg>`;
|
|
215
|
+
const tdesignChatDouble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-double" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2h19v14H5.82L1 19.44V2zm2 2v11.56L5.18 14H18V4H3zm20.5.5v18.44l-4.82-3.44H7.5v-2h11.82l2.18 1.56V4.5h2z"/></svg>`;
|
|
216
|
+
const tdesignChatError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 2h21v16H6.88L1.5 22.7V2zm2 2v14.3L6.12 16H20.5V4h-17zM13 6v5h-2V6h2zm-2 6h2v2h-2v-2z"/></svg>`;
|
|
217
|
+
const tdesignChatHeart = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-heart" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 2h21v16H6.88L1.5 22.7V2zm2 2v14.3L6.12 16H20.5V4h-17zM12 5.77a3.25 3.25 0 00-4.07 5.03L12 14.86l4.07-4.06A3.25 3.25 0 0012 5.77zm-.88 1.85l.88.88.88-.88a1.25 1.25 0 011.77 1.76L12 12.04 9.35 9.38a1.25 1.25 0 011.77-1.76z"/></svg>`;
|
|
218
|
+
const tdesignChatMessage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-message" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 22.7V2h21v16H6.88L1.5 22.7zm2-4.4L6.12 16H20.5V4h-17v14.3zM13 11h-2V9h2v2zm-5 0H6V9h2v2zm10 0h-2V9h2v2z"/></svg>`;
|
|
219
|
+
const tdesignChatOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7519)"><path fill="currentColor" d="M23.41 22L2 .6.59 2l.91.92V22.7L6.88 18h9.7L22 23.42 23.41 22zm-8.82-6H6.12L3.5 18.3V4.92L14.59 16zm7.91 2V2H6.24l2 2H20.5v12l2 2z"/></g></svg>`;
|
|
220
|
+
const tdesignChatPoll = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-poll" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 2h21v16H6.88L1.5 22.7V2zm2 2v14.3L6.12 16H20.5V4h-17zM13 6v8h-2V6h2zm5 3v5h-2V9h2zM8 11v3H6v-3h2z"/></svg>`;
|
|
221
|
+
const tdesignChatSetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 2h21v9h-2V4h-17v14.3L6.12 16H13v2H6.88L1.5 22.7V2zM20 12.5v1.14a3.5 3.5 0 011.4.81l1-.57 1 1.73-1 .58a3.51 3.51 0 010 1.62l1 .57-1 1.73-1-.57c-.39.37-.87.65-1.4.81v1.15h-2v-1.15a3.5 3.5 0 01-1.4-.81l-1 .57-1-1.73 1-.57a3.5 3.5 0 010-1.62l-1-.58 1-1.73 1 .57c.39-.37.87-.65 1.4-.81V12.5h2zm-1 3a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"/></svg>`;
|
|
222
|
+
const tdesignChat = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chat" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 2h21v16H6.88L1.5 22.7V2zm2 2v14.3L6.12 16H20.5V4h-17z"/></svg>`;
|
|
223
|
+
const tdesignCheckCircleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-check-circle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 23a11 11 0 100-22 11 11 0 000 22zM7.5 10.59l3 3 6-6L17.91 9l-7.41 7.41L6.09 12l1.41-1.41z"/></svg>`;
|
|
224
|
+
const tdesignCheckCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-check-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-12.5 4.41L6.09 12l1.41-1.41 3 3 6-6L17.91 9l-7.41 7.41z"/></svg>`;
|
|
225
|
+
const tdesignCheckDouble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-check-double" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.66 7.17l-5.3 5.3-1.42-1.41 5.3-5.3 1.42 1.41zm5.65 0l-10.6 10.6-6.37-6.36L7.76 10l4.95 4.95 9.19-9.2 1.41 1.42zM2.11 10l4.94 4.95.35-.35L8.82 16l-1.77 1.77L.69 11.4 2.1 10z"/></svg>`;
|
|
226
|
+
const tdesignCheckRectangleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-check-rectangle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 2H2v20h20V2zM6.09 12l1.41-1.41 3 3 6-6L17.91 9l-7.41 7.41L6.09 12z"/></svg>`;
|
|
227
|
+
const tdesignCheckRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-check-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm13.91 5l-7.41 7.41L6.09 12l1.41-1.41 3 3 6-6L17.91 9z"/></svg>`;
|
|
228
|
+
const tdesignCheck = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-check" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.99 7.38l-10.61 10.6L4 11.63l1.42-1.41 4.95 4.95 9.2-9.2 1.4 1.42z"/></svg>`;
|
|
229
|
+
const tdesignCheese = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cheese" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22.53 1.47l-4 12.65-.83-.1c-.06-.02-.13-.02-.2-.02a1.5 1.5 0 00-.69 2.83l.75.39-1.89 5.97-1.66-.4a17.27 17.27 0 01-12.8-12.77l-.4-1.7 10.97-3.46.27 1.02a1.5 1.5 0 102.86-.9l-.37-.99 8-2.52zM17 5.3a3.5 3.5 0 01-6.46 2.04L3.2 9.67a15.27 15.27 0 0011.14 11.14l.85-2.7a3.5 3.5 0 011.92-6.09l2.37-7.49-2.48.78zM9.5 11a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM6 12.5a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0z"/></svg>`;
|
|
230
|
+
const tdesignCherry = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cherry" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_9446)"><path fill="currentColor" d="M17 .59L23.41 7 22 8.41l-1.94-1.94c-.65.8-1.5 1.98-2.26 3.34-1.03 1.85-1.82 3.91-1.81 5.8a4.56 4.56 0 01-.28 6.1 4.56 4.56 0 01-6.42 0 4.56 4.56 0 010-6.42 4.56 4.56 0 014.8-1.04 16 16 0 011.96-5.41c.56-1 1.16-1.9 1.7-2.66-.61.08-1.33.19-2.1.34-2.16.45-4.56 1.24-6.29 2.6a4.57 4.57 0 01-.65 5.59 4.56 4.56 0 01-6.42 0 4.56 4.56 0 010-6.42 4.57 4.57 0 015.67-.6c2.12-1.76 4.99-2.66 7.3-3.13.92-.19 1.77-.31 2.5-.4L15.58 2 17 .59zM7.3 9.7a2.56 2.56 0 00-3.6 0c-.97.97-.97 2.6 0 3.58.98.98 2.62.98 3.6 0 .97-.97.97-2.6 0-3.58zm7 7a2.56 2.56 0 00-3.6 0 2.56 2.56 0 000 3.58c.98.98 2.62.98 3.6 0 .97-.97.97-2.6 0-3.58z"/></g></svg>`;
|
|
231
|
+
const tdesignChevronDownCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-down-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm7-2.91l4 4 4-4 1.41 1.41L12 15.91 6.59 10.5 8 9.09z"/></svg>`;
|
|
232
|
+
const tdesignChevronDownDoubleS = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-down-double-s" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 17.9l-4.95-4.94 1.41-1.42L12 15.08l3.54-3.54 1.41 1.42L12 17.9zm0-5.45L7.05 7.5l1.41-1.42L12 9.62l3.54-3.54 1.41 1.42L12 12.45z"/></svg>`;
|
|
233
|
+
const tdesignChevronDownDouble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-down-double" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.5 5.59l-4.5 4.5-4.5-4.5L6.09 7 12 12.91 17.91 7 16.5 5.59zm0 6.5l-4.5 4.5-4.5-4.5-1.41 1.41L12 19.41l5.91-5.91-1.41-1.41z"/></svg>`;
|
|
234
|
+
const tdesignChevronDownRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-down-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm4 5.09l4 4 4-4 1.41 1.41L12 15.91 6.59 10.5 8 9.09z"/></svg>`;
|
|
235
|
+
const tdesignChevronDownS = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-down-s" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 15.68l-4.95-4.95 1.41-1.41L12 12.86l3.54-3.54 1.4 1.41L12 15.68z"/></svg>`;
|
|
236
|
+
const tdesignChevronDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.5 8.09l-5.5 5.5-5.5-5.5L5.09 9.5 12 16.41l6.91-6.91-1.41-1.41z"/></svg>`;
|
|
237
|
+
const tdesignChevronLeftCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-left-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm13.91-4l-4 4 4 4-1.41 1.41L8.09 12l5.41-5.41L14.91 8z"/></svg>`;
|
|
238
|
+
const tdesignChevronLeftDoubleS = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-left-double-s" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.09 11.5l4.95-4.95 1.41 1.41-3.53 3.54 3.53 3.53-1.41 1.42-4.95-4.95zm5.46 0l4.95-4.95 1.41 1.41-3.53 3.54 3.53 3.53-1.41 1.42-4.95-4.95z"/></svg>`;
|
|
239
|
+
const tdesignChevronLeftDouble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-left.double" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.41 7.5l-4.5 4.5 4.5 4.5L17 17.91 11.09 12 17 6.09l1.41 1.41zm-6.5 0L7.41 12l4.5 4.5-1.41 1.41L4.59 12l5.91-5.91 1.41 1.41z"/></svg>`;
|
|
240
|
+
const tdesignChevronLeftRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-left-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm10.91 4l-4 4 4 4-1.41 1.41L8.09 12l5.41-5.41L14.91 8z"/></svg>`;
|
|
241
|
+
const tdesignChevronLeftS = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-left-s" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.32 12l4.95-4.95 1.4 1.41L11.15 12l3.54 3.54-1.41 1.41L8.32 12z"/></svg>`;
|
|
242
|
+
const tdesignChevronLeft = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-left" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"/></svg>`;
|
|
243
|
+
const tdesignChevronRightCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-right-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm9.5-5.41L15.91 12l-5.41 5.41L9.09 16l4-4-4-4 1.41-1.41z"/></svg>`;
|
|
244
|
+
const tdesignChevronRightDoubleS = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-right-double-s" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.91 11.5l-4.95 4.95-1.41-1.42 3.53-3.53-3.53-3.54 1.41-1.41 4.95 4.95zm-5.46 0L7.5 16.45 6.1 15.03l3.53-3.53L6.1 7.96 7.5 6.55l4.95 4.95z"/></svg>`;
|
|
245
|
+
const tdesignChevronRightDouble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-right.double" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.59 16.5l4.5-4.5-4.5-4.5L7 6.09 12.91 12 7 17.91 5.59 16.5zm6.5 0l4.5-4.5-4.5-4.5 1.41-1.41L19.41 12l-5.91 5.91-1.41-1.41z"/></svg>`;
|
|
246
|
+
const tdesignChevronRightRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-right-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm6.5 2.59L15.91 12l-5.41 5.41L9.09 16l4-4-4-4 1.41-1.41z"/></svg>`;
|
|
247
|
+
const tdesignChevronRightS = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-right-s" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.68 12l-4.95 4.95-1.41-1.41L12.86 12 9.32 8.46l1.41-1.41L15.68 12z"/></svg>`;
|
|
248
|
+
const tdesignChevronRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-right" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"/></svg>`;
|
|
249
|
+
const tdesignChevronUpCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-up-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm11-3.91l5.41 5.41L16 14.91l-4-4-4 4-1.41-1.41L12 8.09z"/></svg>`;
|
|
250
|
+
const tdesignChevronUpDoubleS = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-up-double-s" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 6.08l4.95 4.95-1.41 1.42L12 8.9l-3.54 3.54-1.4-1.42L12 6.08zm0 5.46l4.95 4.95-1.41 1.42L12 14.37l-3.54 3.54-1.4-1.42L12 11.54z"/></svg>`;
|
|
251
|
+
const tdesignChevronUpDouble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-up-double" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.5 18.41l-4.5-4.5-4.5 4.5L6.09 17 12 11.09 17.91 17l-1.41 1.41zm0-6.5L12 7.41l-4.5 4.5-1.41-1.41L12 4.59l5.91 5.91-1.41 1.41z"/></svg>`;
|
|
252
|
+
const tdesignChevronUpRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-up-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm8 4.09l5.41 5.41L16 14.91l-4-4-4 4-1.41-1.41L12 8.09z"/></svg>`;
|
|
253
|
+
const tdesignChevronUpS = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-up-s" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 8.32l4.95 4.95-1.41 1.41L12 11.14l-3.54 3.54-1.41-1.41L12 8.32z"/></svg>`;
|
|
254
|
+
const tdesignChevronUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chevron-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.5 15.91l-5.5-5.5-5.5 5.5-1.41-1.41L12 7.59l6.91 6.91-1.41 1.41z"/></svg>`;
|
|
255
|
+
const tdesignChicken = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chicken" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.03 3.38l.47.01c.37.03.83.13 1.25.42.45.3.79.75.94 1.36.14.6.08 1.15-.18 1.65a2.7 2.7 0 01-1 1c-.52.33-1.16.54-1.65.67l-1.07 1.86a5.99 5.99 0 01.68 8.65H22v2H2v-2h2.7A8 8 0 0110 5h3v2h-3a6 6 0 000 12h5a4 4 0 10-4-4v1H9v-1a5.98 5.98 0 014.95-5.91l1.73-3.01a6.56 6.56 0 01-.25-1.77c.01-.42.1-.91.38-1.36.3-.47.75-.8 1.33-.97.6-.18 1.17-.12 1.66.11.46.23.77.58.99.88.1.14.17.28.24.41zm-3.8 5.75c.28.05.56.13.82.23l1.5-2.58.4-.11c.57-.15 1.13-.3 1.52-.54.18-.12.25-.2.27-.25.01-.02.04-.08 0-.23-.03-.14-.08-.17-.1-.18a.68.68 0 00-.3-.09 2.05 2.05 0 00-.68.06l-.99.29-.25-1a1.16 1.16 0 00-.06-.2 2.04 2.04 0 00-.22-.41.67.67 0 00-.22-.23c-.02-.01-.07-.03-.2 0-.17.05-.2.1-.21.13a.74.74 0 00-.08.35c-.01.46.13 1 .29 1.58l.1.41-1.59 2.77z"/></svg>`;
|
|
256
|
+
const tdesignChili = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chili" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19.7 2.13l-.47 1.97a5.5 5.5 0 012.76 5.72l-.18 1.03c-.38 2.07-1.6 6.03-4.1 8.52-2.72 2.72-6.3 3.24-9.08 3.12a19.37 19.37 0 01-4.93-.87h-.03v-.01l-3.2-1.13 3.3-.78.04-.02c.04 0 .1-.03.19-.06.17-.06.43-.15.74-.3.64-.3 1.5-.8 2.38-1.6 1.75-1.59 3.66-4.43 4-9.45v-.16c.22-3.16 3.34-5.04 6.2-4.64l.44-1.81 1.94.47zM7 20.33c.53.08 1.1.14 1.71.17 2.51.1 5.43-.39 7.58-2.54 1.9-1.9 3-4.98 3.44-6.96l-.86-.85-1.65 1.1-1-1.5-1.5 1-1.17-1.74-.5.12c-.5 5.1-2.54 8.22-4.58 10.07-.5.45-1 .83-1.46 1.14zm6.56-13.38l.88-.22.83 1.25 1.5-1 1 1.5 1.35-.9.91.9a3.5 3.5 0 00-2.9-3.02 3.58 3.58 0 00-3.57 1.49z"/></svg>`;
|
|
257
|
+
const tdesignChimney1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chimney-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.28 2H1.72l1.27 5.09L1.93 22H22V10h-9.66L12 7.07 13.28 2zM10.1 8l.23 2H8v10H4.07l.86-12h5.17zM4.78 6l-.5-2h6.44l-.5 2H4.78zM10 20v-8h10v8h-4v-4h-2v4h-4z"/></svg>`;
|
|
258
|
+
const tdesignChimney2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chimney-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 2H4v5.92L1.83 22H22V10H11.32L11 7.92V2zM9 4v4.08L9.3 10H8v10H4.17L6 8.08V4h3zm1 16v-8h10v8h-4v-4h-2v4h-4z"/></svg>`;
|
|
259
|
+
const tdesignChimney = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chimney" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.72 2h11.56l-1.27 5.08.36 4.12L15 9.88l7 3.5V22H1.93L2.99 7.09 1.72 2zm3.21 6l-.86 12H8v-6.62l2.44-1.22L10.08 8H4.93zm5.29-2l.5-2H4.28l.5 2h5.44zM10 20h4v-3h2v3h4v-5.38l-5-2.5-5 2.5V20z"/></svg>`;
|
|
260
|
+
const tdesignChineseCabbage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-chinese-cabbage" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.41 3.7c-.3.43-.41.96-.41 1.3v.52l-.43.3c-.36.26-.77.71-1 1.33l-.04.09c-.23.6-.4 1.07-.4 1.6 0 .48.17 1.12.95 1.96.45.42.77.64 1.15.9l.06.03.54.37.17-.34v-1.35L8.59 8 10 6.59l1 1V5h2v2.59l1-1L15.41 8 13 10.41v1.35l.17.34.54-.37.06-.04c.38-.25.7-.47 1.15-.9.78-.83.94-1.47.95-1.96a4.33 4.33 0 00-.44-1.68 2.91 2.91 0 00-1-1.33l-.43-.3V5c0-.34-.11-.87-.41-1.3-.27-.36-.72-.7-1.59-.7-.87 0-1.32.34-1.59.7zm5.86 8.57a9.34 9.34 0 01-1.45 1.13l-.38.25a17.23 17.23 0 001.59-.53c1.34-.48 2.56-.92 3.49-1.55.94-.64 1.48-1.4 1.48-2.57 0-.9-.2-1.39-.39-1.64a1.13 1.13 0 00-.79-.43 4.61 4.61 0 00-2.2.4c.12.37.22.8.24 1.27l1.35-1 1.19 1.6-4.13 3.07zm.55-6.78c1-.4 2.19-.7 3.3-.54.77.11 1.54.47 2.1 1.2.53.72.78 1.68.78 2.85 0 2-1.03 3.32-2.36 4.23-.92.62-2.03 1.08-3.1 1.47.28.43.55.87.78 1.3.44.8.84 1.7.92 2.57.1.94-.17 1.9-1.08 2.56-.74.54-1.8.8-3.14.86-.7.64-1.7 1.01-3.02 1.01a4.32 4.32 0 01-3.02-1.01 5.7 5.7 0 01-3.14-.86 2.68 2.68 0 01-1.08-2.56c.08-.86.48-1.76.92-2.56.23-.44.5-.88.78-1.3-1.07-.4-2.18-.86-3.1-1.48A4.9 4.9 0 011 9c0-1.17.25-2.13.79-2.85a3.12 3.12 0 012.1-1.2c1.1-.16 2.3.14 3.3.54.24-.4.54-.73.84-1 .08-.6.3-1.31.76-1.95A3.78 3.78 0 0112 1c1.53 0 2.58.66 3.21 1.54.46.64.68 1.35.76 1.95.3.27.6.6.85 1zM6.38 7.32a4.61 4.61 0 00-2.2-.4c-.37.06-.62.2-.8.44C3.2 7.6 3 8.09 3 9c0 1.17.54 1.93 1.48 2.57.93.63 2.15 1.07 3.49 1.55l.37.14c.42.15.83.28 1.22.39a22.67 22.67 0 00-.44-.3 9.34 9.34 0 01-1.4-1.08L3.6 9.2l1.2-1.6 1.34.99c.02-.47.12-.9.24-1.28zm2.91 8.33l-.89-.26c-.35.53-.69 1.06-.97 1.58-.4.73-.64 1.34-.68 1.8-.04.4.05.59.27.75.17.12.45.25.89.34-.08-.65 0-1.26.14-1.68l.02-.06 1.22-2.47zM12 14.32l-.32 1.01-1.75 3.54c-.04.16-.07.41-.04.69.03.3.13.6.31.81.23.29.7.63 1.8.63s1.57-.34 1.8-.63c.18-.22.28-.5.31-.81.03-.28 0-.53-.04-.69l-1.75-3.54-.32-1zm4.1 5.54c.43-.1.71-.22.88-.34.22-.16.31-.35.27-.75a5.22 5.22 0 00-.68-1.8c-.28-.52-.62-1.05-.97-1.58-.3.1-.6.18-.9.26l1.23 2.47.02.06c.14.42.22 1.03.14 1.68z"/></svg>`;
|
|
261
|
+
const tdesignChurch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-church" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 1v2H9v2h2v.98l-5 3.5V12H2v10h20V12h-4V9.48l-5-3.5V5h2V3h-2V1h-2zm1 6.72l4 2.8V20h-1v-4a3 3 0 10-6 0v4H8v-9.48l4-2.8zM6 20H4v-6h2v6zm5 0v-4a1 1 0 112 0v4h-2zm7 0v-6h2v6h-2z"/></svg>`;
|
|
262
|
+
const tdesignCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0z"/></svg>`;
|
|
263
|
+
const tdesignCity1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h10v8h10v12H2V2zm10 10v8h4v-5h4v-3h-8zm8 5h-2v3h2v-3zm-10 3V4H4v16h6zM8 6v2H6V6h2zm0 5v2H6v-2h2zm0 5v2H6v-2h2z"/></svg>`;
|
|
264
|
+
const tdesignCity10 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-10" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14 .72V10h8v12H2V3.72l12-3zM14 20h2v-5h2v5h2v-8h-6v8zM4 5.28V20h8V3.28l-8 2zM6 8h2v2H6V8z"/></svg>`;
|
|
265
|
+
const tdesignCity11 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-11" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14 2H2v20h20v-9.72l-7-2.33-1 .33V2zm-2 8.95l-4 1.33V20H4V4h8v6.95zM10 20v-6.28l5-1.67 5 1.67V20h-4v-4h-2v4h-4z"/></svg>`;
|
|
266
|
+
const tdesignCity12 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-12" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10 2H2v20h20V5h-8v5h-4V2zM8 12h8v8h-3v-5h-2v5H8v-8zm-2 8H4V4h4v6H6v10zm12 0V10h-2V7h4v13h-2z"/></svg>`;
|
|
267
|
+
const tdesignCity13 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-13" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18 2H6v2h1v4H1v14h22V8h-6V4h1V2zm-3 2v16h-2v-5h-2v5H9V4h6zM7 20H3V10h4v10zm10 0V10h4v10h-4zM13 6h-2v2h2V6z"/></svg>`;
|
|
268
|
+
const tdesignCity14 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-14" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.92L5.7 4.44l.74 1.86.56-.22V8H1v14h22V8h-6V6.08l.56.22.74-1.86L12 1.92zm3 3.36V20h-2v-5h-2v5H9V5.28l3-1.2 3 1.2zM7 20H3V10h4v10zm10 0V10h4v10h-4zM13 7h-2v2h2V7z"/></svg>`;
|
|
269
|
+
const tdesignCity15 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-15" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14 2H2v20h20V10.69l-8-1.67V2zm-2 6.6l-4-.83V20H4V4h8v4.6zM10 20v-9.77l10 2.08V20h-4v-4h-2v4h-4z"/></svg>`;
|
|
270
|
+
const tdesignCity2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 .7l4 3.33v6.83l5-4.16 7 5.83V22H2V4.03L6 .7zM10 20h2v-6h6v6h2v-6.53L15 9.3l-5 4.17V20zm6 0v-4h-2v4h2zm-8 0V4.97L6 3.3 4 4.97V20h4z"/></svg>`;
|
|
271
|
+
const tdesignCity3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 2h-7v5H9V2H2v20h20V2zM9 9h6v11h-2v-4h-2v4H9V9zM7 20H4V4h3v16zm10 0V4h3v16h-3zm-3-9h-4v2h4v-2z"/></svg>`;
|
|
272
|
+
const tdesignCity4 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-4" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.5 1.72L15 4.52v3.86l-3-1.5-3 1.5V4.52l-3.5-2.8L2 4.52V22h20V4.52l-3.5-2.8zM9 10.62l3-1.5 3 1.5V20h-2v-4h-2v4H9v-9.38zM7 20H4V5.48l1.5-1.2L7 5.48V20zm10 0V5.48l1.5-1.2 1.5 1.2V20h-3zm-3-8h-4v2h4v-2z"/></svg>`;
|
|
273
|
+
const tdesignCity5 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-5" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.5 1.72L15 4.52v5.1a4.12 4.12 0 01-6 0v-5.1l-3.5-2.8L2 4.52V22h20V4.52l-3.5-2.8zM9 12.14a6.15 6.15 0 006 0V20h-2v-5h-2v5H9v-7.86zM7 20H4V5.48l1.5-1.2L7 5.48V20zm10 0V5.48l1.5-1.2 1.5 1.2V20h-3z"/></svg>`;
|
|
274
|
+
const tdesignCity6 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-6" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18 2H6v6H1v14h22V6h-5V2zm0 6h3v12h-3V8zm-2 12h-3v-5h-2v5H8V4h8v16zM6 20H3V10h3v10z"/></svg>`;
|
|
275
|
+
const tdesignCity7 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-7" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14 2H2v20h20V10h-8V2zm-2 8H8v10H4V4h8v6zm-2 10v-8h10v8h-4v-4h-2v4h-4z"/></svg>`;
|
|
276
|
+
const tdesignCity8 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-8" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h12v8h8v12H2V2zm10 8V8H9v2h3zm-3 2v2h3v-2H9zm-2-2V8H4v2h3zm-3 2v2h3v-2H4zm0 4v4h8v-4H4zm10 4h2v-4h2v4h2v-8h-6v8zM4 6h3V4H4v2zm5-2v2h3V4H9z"/></svg>`;
|
|
277
|
+
const tdesignCity9 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-9" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 1.83l4 2.49 3.99-2.5 6.38 3.84-1.03 1.71-.34-.2V22H3V7.17l-.35.2-1.02-1.71L8 1.83zM5 5.97V20h2v-5h2v5h2V6.05L7.99 4.17l-3 1.8zM13 20h2v-5h2v5h2V5.97l-3-1.8-3 1.88V20zM7 9h2v2H7V9zm8 0h2v2h-2V9z"/></svg>`;
|
|
278
|
+
const tdesignCityAncient1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-ancient-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.52 4.91C10.44 3.98 11 2.96 11 2h2c0 .96.56 1.98 1.48 2.92a8.56 8.56 0 002.87 1.92c.33.13.55.16.65.16h1v2h-1v2h4v2h-1v7h1v2H2v-2h1v-7H2v-2h4V9H5V7h1c.1 0 .32-.03.65-.16.83-.3 1.96-1 2.87-1.93zM8 9v2h8V9H8zm5.8-2A10.56 10.56 0 0112 5.03 8.74 8.74 0 0110.2 7h3.6zM5 13v7h6v-4h2v4h6v-7H5z"/></svg>`;
|
|
279
|
+
const tdesignCityAncient2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-ancient-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .8l6.05 4L17 6.38V9.5l3.33 2.5H22v2h-1v8H3v-8H2v-2h1.67L7 9.5V6.39l-1.05-1.6L12 .8zM9 5.18V9h6V5.18L12 3.2 9 5.18zM15.67 11H8.33L7 12h10l-1.33-1zM19 14H5v6h6v-3h2v3h6v-6zm-8-9h2v2h-2V5z"/></svg>`;
|
|
280
|
+
const tdesignCityAncient = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city-ancient" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.15 1.48L12 .07l.86 1.42.03.04a24.09 24.09 0 00.46.72c.3.48.74 1.12 1.22 1.77a18.9 18.9 0 001.55 1.85c.54.56.96.87 1.23.97.33.13.55.16.65.16h1v2h-1v2h4v2h-1v9H3v-9H2v-2h4V9H5V7h1c.1 0 .32-.03.65-.16.27-.1.7-.4 1.24-.97.51-.53 1.05-1.19 1.54-1.85a36 36 0 001.68-2.49l.03-.04zM8 9v2h8V9H8zm6.43-2a22.37 22.37 0 01-1.46-1.79c-.36-.48-.7-.95-.97-1.37-.28.41-.6.89-.97 1.37-.44.6-.94 1.23-1.46 1.79h4.86zM5 13v7h3v-5h8v5h3v-7H5zm9 7v-3h-4v3h4z"/></svg>`;
|
|
281
|
+
const tdesignCity = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-city" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 1.5l8 3.33V10h12v12H2V1.5zM10 12v8h2v-5h6v5h2v-8H10zm6 8v-3h-2v3h2zm-8 0V6.17L4 4.5V20h4z"/></svg>`;
|
|
282
|
+
const tdesignClearFormatting1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-clear-formatting-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.03 1.89l9.66 9.66-8.35 8.34-.27.27H20v2H6.75L3.08 18.5a4 4 0 010-5.66L14.03 1.89zm.32 16.16l6.5-6.5-6.82-6.83-6.83 6.83 6.83 6.82.32-.32zM5.8 12.96l-1.3 1.3a2 2 0 000 2.82l3.09 3.08h4.67l.37-.37-6.83-6.83z"/></svg>`;
|
|
283
|
+
const tdesignClearFormatting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-clear-formatting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.03 1.89l9.66 9.66-8.35 8.34-.27.27H20v2H6.75l-6.5-6.5L14.03 1.9zm.32 16.16l6.51-6.5-6.83-6.83-6.83 6.83 6.83 6.82.32-.32zm-8.56-5.1l-2.7 2.72 4.49 4.5h4.68l.36-.38-6.83-6.83z"/></svg>`;
|
|
284
|
+
const tdesignClear = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-clear" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1h6v8.5h6V23H3V9.5h6V1zm2 2v8.5H5V14h14v-2.5h-6V3h-2zm8 13H5v5h9v-3h2v3h3v-5z"/></svg>`;
|
|
285
|
+
const tdesignCloseCircleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-close-circle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 23a11 11 0 100-22 11 11 0 000 22zM8.82 7.4L12 10.6l3.18-3.19 1.42 1.42L13.4 12l3.19 3.18-1.42 1.42L12 13.4 8.82 16.6 7.4 15.18 10.6 12 7.4 8.82 8.82 7.4z"/></svg>`;
|
|
286
|
+
const tdesignCloseCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-close-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zM7.4 15.18L10.6 12 7.4 8.82 8.82 7.4 12 10.6l3.18-3.19 1.42 1.42L13.4 12l3.19 3.18-1.42 1.42L12 13.4 8.82 16.6 7.4 15.18z"/></svg>`;
|
|
287
|
+
const tdesignCloseOctagon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-close-octagon" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.35 1.5l6.15 6.15v8.7l-6.15 6.15h-8.7L1.5 16.35v-8.7L7.65 1.5h8.7zm-.83 2H8.48L3.5 8.48v7.04l4.98 4.98h7.04l4.98-4.98V8.48L15.52 3.5zm1.08 5.32L13.4 12l3.19 3.18-1.42 1.42L12 13.4 8.82 16.6 7.4 15.18 10.6 12 7.4 8.82 8.82 7.4 12 10.6l3.18-3.19 1.42 1.42z"/></svg>`;
|
|
288
|
+
const tdesignCloseRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-close-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm5.17 3.76L12 10.59l2.83-2.83 1.41 1.41L13.41 12l2.83 2.83-1.41 1.41L12 13.41l-2.83 2.83-1.41-1.41L10.59 12 7.76 9.17l1.41-1.41z"/></svg>`;
|
|
289
|
+
const tdesignClose = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-close" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.05 5.64L12 10.59l4.95-4.95 1.41 1.41L13.41 12l4.95 4.95-1.41 1.41L12 13.41l-4.95 4.95-1.41-1.41L10.59 12 5.64 7.05l1.41-1.41z"/></svg>`;
|
|
290
|
+
const tdesignCloudDownload = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cloud-download" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.6 6.28a7.5 7.5 0 0114.8 0 6.5 6.5 0 011.06 12.01l-.9.46-.9-1.78.88-.46a4.5 4.5 0 00-1.23-8.44l-.77-.14-.05-.78a5.5 5.5 0 00-10.98 0l-.05.78-.77.14a4.5 4.5 0 00-1.23 8.44l.89.46-.91 1.78-.9-.46a6.5 6.5 0 011.06-12zM13 10v9.59l3-3L17.41 18 12 23.41 6.59 18 8 16.59l3 3V10h2z"/></svg>`;
|
|
291
|
+
const tdesignCloudUpload = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cloud-upload" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.6 6.28a7.5 7.5 0 0114.8 0 6.5 6.5 0 011.06 12.01l-.9.46-.9-1.78.88-.46a4.5 4.5 0 00-1.23-8.44l-.77-.14-.05-.78a5.5 5.5 0 00-10.98 0l-.05.78-.77.14a4.5 4.5 0 00-1.23 8.44l.89.46-.91 1.78-.9-.46a6.5 6.5 0 011.06-12zm7.4 3.3L17.41 15 16 16.41l-3-3V23h-2v-9.59l-3 3L6.59 15 12 9.59z"/></svg>`;
|
|
292
|
+
const tdesignCloud = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cloud" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 5a5 5 0 00-4.92 5.92l.18.94-.94.22A3 3 0 006 18h11a4 4 0 10-.07-8l-.86.01-.14-.84A5 5 0 0011 5zm-7 5a7 7 0 0113.72-1.96A6 6 0 0117 20H6a5 5 0 01-1.99-9.59L4 10z"/></svg>`;
|
|
293
|
+
const tdesignCloudyDay = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cloudy-day" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.41 6a5 5 0 019.17 0A4.5 4.5 0 0123 10.5c0 1.22-.62 2.33-1.39 3.11-.46.48-1.05.9-1.69 1.14A5.3 5.3 0 0114.75 21H5.4A4.43 4.43 0 011 16.53a4.47 4.47 0 012.56-4.05l-.01-.28A6.16 6.16 0 019.41 6zm2.12.3a6.17 6.17 0 013.95 4.08 5.25 5.25 0 013.74 2.5c.31-.13.65-.35.97-.67.51-.53.81-1.16.81-1.71a2.5 2.5 0 00-2.94-2.46l-.92.16-.22-.91a3 3 0 00-5.4-1zM9.65 8a4.15 4.15 0 00-4.03 4.98l.17.93-.93.22A2.45 2.45 0 003 16.53C3 17.91 4.1 19 5.4 19h9.35A3.3 3.3 0 0018 15.67c0-.46-.09-.9-.25-1.3a3.25 3.25 0 00-3.05-2.04l-.87.02-.14-.85A4.14 4.14 0 009.65 8z"/></svg>`;
|
|
294
|
+
const tdesignCloudyNightRain = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cloudy-night-rain" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.13.9l-.1 1.19-.02.39a4.5 4.5 0 004.9 4.49l1.19-.1-.1 1.18a6.5 6.5 0 01-2.17 4.3c.74.9 1.19 2.05 1.19 3.3a5.34 5.34 0 01-3.32 4.9l-.92.4L17 19.1l.93-.39a3.34 3.34 0 002.09-3.05 3.28 3.28 0 00-1.75-2.89 3.62 3.62 0 00-1.76-.45h-.06l-.85.02-.15-.85a4.3 4.3 0 00-3.24-3.37 4.61 4.61 0 00-1.17-.14 4.3 4.3 0 00-4.34 4.2c0 .27.03.53.08.78l.18.95-.95.21A2.5 2.5 0 004 16.52c0 .95.57 1.8 1.43 2.21l.9.44-.86 1.8-.9-.43A4.46 4.46 0 012 16.53a4.46 4.46 0 012.7-4.08v-.26c0-3.15 2.4-5.7 5.47-6.14A6.5 6.5 0 0115.95 1l1.18-.1zm-4.9 5.18l.46.1a6.33 6.33 0 014.54 4.19 5.6 5.6 0 012.05.67 4.51 4.51 0 001.5-2.1 6.5 6.5 0 01-5.73-5.72 4.52 4.52 0 00-2.82 2.86zm.77 7.9h2v2h-2v-2zm-5 2h2v2H8v-2zm5 3h2v2h-2v-2zm-5 2h2v2H8v-2z"/></svg>`;
|
|
295
|
+
const tdesignCloudyNight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cloudy-night" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.13.92l-.1 1.19-.02.39a4.5 4.5 0 004.9 4.49l1.19-.1-.1 1.18a6.5 6.5 0 01-2.17 4.3c.74.9 1.19 2.06 1.19 3.31 0 2.98-2.5 5.34-5.5 5.34H6.6c-2.5 0-4.6-1.97-4.6-4.47a4.46 4.46 0 012.7-4.08v-.26c0-3.15 2.4-5.7 5.47-6.14a6.51 6.51 0 015.78-5.05l1.18-.1zm-4.9 5.18l.47.1a6.33 6.33 0 014.53 4.19c.73.09 1.4.32 2.02.66l.03.01a4.52 4.52 0 001.5-2.1 6.5 6.5 0 01-5.72-5.72 4.52 4.52 0 00-2.83 2.86zM11.11 8h-.07a4.3 4.3 0 00-4.34 4.21c0 .26.03.52.08.77l.18.95-.95.21A2.5 2.5 0 004 16.54a2.54 2.54 0 002.6 2.48h9.91c1.98 0 3.5-1.53 3.5-3.34a3.28 3.28 0 00-1.73-2.89 3.62 3.62 0 00-1.82-.45l-.86.02-.15-.85a4.3 4.3 0 00-3.23-3.37A4.61 4.61 0 0011.1 8z"/></svg>`;
|
|
296
|
+
const tdesignCloudyRain = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cloudy-rain" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_9655)"><path fill="currentColor" d="M17 1v2h-2V1h2zm-5.95 1.63l1.42 1.42-1.42 1.42-1.41-1.42 1.41-1.42zm9.9 0l1.42 1.42-1.42 1.42-1.42-1.42 1.42-1.42zm-9 3.43a6.3 6.3 0 00-7.25 6.4A4.46 4.46 0 002 16.53a4.46 4.46 0 002.57 4.01l.9.43.86-1.8-.9-.43A2.46 2.46 0 014 16.54a2.5 2.5 0 012-2.4l.96-.22-.19-.95A4.3 4.3 0 0111.1 8a4.29 4.29 0 014.34 3.5l.15.85.85-.02h.06c.64 0 1.24.17 1.76.45A3.3 3.3 0 0120 15.67c0 1.34-.84 2.52-2.09 3.05l-.92.39.78 1.84.92-.39a5.25 5.25 0 001.51-8.84 5 5 0 00-8.24-5.66zm2.12.65a3 3 0 014.41 3.98 5.6 5.6 0 00-1.26-.31 6.26 6.26 0 00-3.15-3.67zM22 8h2v2h-2V8zm-9 6h2v2h-2v-2zm-5 2h2v2H8v-2zm5 3h2v2h-2v-2zm-5 2h2v2H8v-2z"/></g></svg>`;
|
|
297
|
+
const tdesignCloudySunny = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cloudy-sunny" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_9651)"><path fill="currentColor" d="M17 1v2h-2V1h2zm-5.95 1.63l1.42 1.42-1.42 1.42-1.41-1.42 1.41-1.42zm9.9 0l1.42 1.42-1.42 1.42-1.42-1.42 1.42-1.42zm-9 3.43a5 5 0 018.25 5.66c1.1.97 1.8 2.37 1.8 3.95 0 2.98-2.5 5.33-5.5 5.33H6.6C4.1 21 2 19.04 2 16.53a4.46 4.46 0 012.7-4.07v-.26a6.3 6.3 0 017.26-6.14zm2.12.65a6.26 6.26 0 013.15 3.67c.44.05.86.16 1.26.31a3 3 0 00-4.41-3.98zM11.1 8a4.3 4.3 0 00-4.4 4.2c0 .26.03.52.07.77l.19.95-.95.21A2.5 2.5 0 004 16.53 2.54 2.54 0 006.6 19h9.9c1.97 0 3.5-1.53 3.5-3.33a3.3 3.3 0 00-1.74-2.89 3.61 3.61 0 00-1.82-.45l-.85.02-.15-.84a4.29 4.29 0 00-3.23-3.38A4.6 4.6 0 0011.1 8zM22 8h2v2h-2V8z"/></g></svg>`;
|
|
298
|
+
const tdesignCode1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-code-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M.59 12l4.95-4.95 1.41 1.41L3.41 12l3.54 3.54-1.41 1.4L.59 12zm16.46 3.54L20.59 12l-3.54-3.54 1.41-1.41L23.41 12l-4.95 4.95-1.41-1.41z"/></svg>`;
|
|
299
|
+
const tdesignCodeOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-code-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23.41 12l-4.95-4.95-1.41 1.41L20.59 12l-2.5 2.5 1.41 1.41L23.41 12zm-2 8L4 2.6 2.59 4l3 3-5 5 4.95 4.95 1.41-1.41L3.41 12 7 8.41l13 13 1.41-1.4z"/></svg>`;
|
|
300
|
+
const tdesignCode = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-code" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M.59 12l4.95-4.95 1.41 1.41L3.41 12l3.54 3.54-1.41 1.41L.59 12zm8.2 8.73l4.48-17.94 1.94.48-4.48 17.94-1.94-.48zm8.26-5.2L20.59 12l-3.54-3.54 1.41-1.41L23.41 12l-4.95 4.95-1.41-1.41z"/></svg>`;
|
|
301
|
+
const tdesignCola = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cola" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_9398)"><path fill="currentColor" d="M17.3.9l5.8 5.8-1.2 4.81-3.17 3.17c-.13.15-.29.31-.47.48L11.5 21.9 6.7 23.1.9 17.3l1.2-4.81 10.4-10.4L17.3.9zm-.42 12.8l2.7-2.7-1.52-1.53c-2.1 2.3-5.9 5.2-11.64 5.54l1.04 1.04c4.92.56 8.14-1.21 9.42-2.34zm-7.31 4.45L11 19.6l1.8-1.8c-.97.2-2.05.35-3.23.36zm-.53 2.3l-5.5-5.5-.43 1.74 4.2 4.2 1.73-.43zm-4.6-7.43c6.2.3 10.14-2.69 12.2-4.97L13 4.41 4.41 13l.03.02zm10.52-9.48l5.5 5.5.43-1.73-4.2-4.2-1.73.43z"/></g></svg>`;
|
|
302
|
+
const tdesignCollage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-collage" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h4.2l3.55-16H4zm9.8 0l-1.64 7.39L20 14.52V4h-6.2zM20 16.68l-8.28-3.31L10.25 20H20v-3.32z"/></svg>`;
|
|
303
|
+
const tdesignCollection = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-collection" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18 4h1V2H5v2h13zm3 3.5H3v-2h18v2zM23 9v13H1V9h22zm-2 2H3v9h18v-9z"/></svg>`;
|
|
304
|
+
const tdesignColorInvert = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-color-invert" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.59l6.01 6a8.5 8.5 0 11-12.02 0l6.01-6zm3.16 17.7a6.48 6.48 0 002.9-3.3c.26-.76.39-1.57.37-2.4a6.71 6.71 0 00-1.83-4.58L13 5.41v14.55a5.53 5.53 0 002.16-.67zM11 5.41l-3.6 3.6A6.5 6.5 0 0011 20.03V5.41z"/></svg>`;
|
|
305
|
+
const tdesignCombination = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-combination" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.15l6.16 9.6H5.84L12 1.15zm0 3.7l-2.5 3.9h5L12 4.85zM2 13h9v9H2v-9zm2 2v5h5v-5H4zm13.5 0a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM13 17.5a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0z"/></svg>`;
|
|
306
|
+
const tdesignCommand = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-command" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.5 4.5a2 2 0 012 2v2h-2a2 2 0 110-4zm4 4v-2a4 4 0 10-4 4h2v3h-2a4 4 0 104 4v-2h3v2a4 4 0 104-4h-2v-3h2a4 4 0 10-4-4v2h-3zm0 2h3v3h-3v-3zm5-2v-2a2 2 0 112 2h-2zm0 7h2a2 2 0 11-2 2v-2zm-7 0v2a2 2 0 11-2-2h2z"/></svg>`;
|
|
307
|
+
const tdesignCompass1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-compass-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.9 12l4.33 1.15a2.1 2.1 0 010-2.3L5.9 12zm4.95-1.77a2.1 2.1 0 012.3 0L12 5.9l-1.15 4.34zm2.48-7.13l1.59 5.98 5.98 1.6a9 9 0 00-7.57-7.58zM18.1 12l-4.34-1.15a2.1 2.1 0 010 2.3L18.1 12zm-4.96 1.77a2.1 2.1 0 01-2.3 0L12 18.1l1.15-4.34zm-2.48 7.13l-1.59-5.98-5.98-1.6a9 9 0 007.57 7.58zM3.1 10.67l5.98-1.59 1.6-5.98a9 9 0 00-7.58 7.57zM13.33 20.9a9 9 0 007.57-7.57l-5.98 1.59-1.6 5.98zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm11-.11a.11.11 0 100 .22.11.11 0 000-.22z"/></svg>`;
|
|
308
|
+
const tdesignCompass = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-compass" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21 12a9 9 0 10-18 0 9 9 0 0018 0zM12 1a11 11 0 110 22 11 11 0 010-22zm5.43 5.57L14.8 14.8l-8.23 2.64L9.2 9.2l8.23-2.64zM10.8 10.8l-1.13 3.54 3.54-1.13 1.14-3.55-3.55 1.14z"/></svg>`;
|
|
309
|
+
const tdesignComponentBreadcrumb = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-breadcrumb" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 6.5v11h7.91l5.5-5.5-5.5-5.5H2zm2 2h5.09l3.5 3.5-3.5 3.5H4v-7zm10.59-1l4.5 4.5-4.5 4.5L16 17.91 21.91 12 16 6.09 14.59 7.5z"/></svg>`;
|
|
310
|
+
const tdesignComponentCheckbox = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-checkbox" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h13v5.5h-2V4H4v9h3.5v2H2V2zm7 7h13v13H9V9zm2 2v9h9v-9h-9zm8.41 3L15 18.41l-2.91-2.91 1.41-1.41 1.5 1.5 3-3L19.41 14z"/></svg>`;
|
|
311
|
+
const tdesignComponentDividerHorizontal = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-divider-horizontal" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v20h-2V2h2zM2 5h7v14H2V5zm2 2v10h3V7H4zm11-2h7v14h-7V5zm2 2v10h3V7h-3z"/></svg>`;
|
|
312
|
+
const tdesignComponentDividerVertical = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-divider-vertical" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5 2h14v7H5V2zm2 2v3h10V4H7zm-5 7h20v2H2v-2zm3 4h14v7H5v-7zm2 2v3h10v-3H7z"/></svg>`;
|
|
313
|
+
const tdesignComponentDropdown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-dropdown" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v7H2V2zm2 2v3h16V4H4zm0 7v9h16v-9h2v11H2V11h2zm2 1h12v2H6v-2zm0 4h12v2H6v-2z"/></svg>`;
|
|
314
|
+
const tdesignComponentGrid = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-grid" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v4h4V4H4zm6 0v4h4V4h-4zm6 0v4h4V4h-4zm4 6h-4v4h4v-4zm0 6h-4v4h4v-4zm-6 4v-4h-4v4h4zm-6 0v-4H4v4h4zm-4-6h4v-4H4v4zm6-4v4h4v-4h-4z"/></svg>`;
|
|
315
|
+
const tdesignComponentInput = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-input" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 7h20v9H2V7zm2 2v5h16V9H4zm4 1v3H6v-3h2z"/></svg>`;
|
|
316
|
+
const tdesignComponentLayout = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-layout" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v7h7V4H4zm9 0v16h7V4h-7zm-2 16v-7H4v7h7z"/></svg>`;
|
|
317
|
+
const tdesignComponentRadio = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-radio" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a8 8 0 100 16 8 8 0 000-16zM2 12a10 10 0 1120 0 10 10 0 01-20 0zm10-4a4 4 0 100 8 4 4 0 000-8zm-6 4a6 6 0 1112 0 6 6 0 01-12 0z"/></svg>`;
|
|
318
|
+
const tdesignComponentSpace = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-space" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 3h20v8H2V3zm2 2v4h16V5H4zm-2 8h20v8H2v-8zm2 2v4h16v-4H4z"/></svg>`;
|
|
319
|
+
const tdesignComponentSteps = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-steps" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 12a3.5 3.5 0 016.86-1h.78a3.5 3.5 0 016.72 0h.78a3.5 3.5 0 110 2h-.78a3.5 3.5 0 01-6.72 0h-.78A3.5 3.5 0 011 12zm3.5-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm7.5 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm7.5 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"/></svg>`;
|
|
320
|
+
const tdesignComponentSwitch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-component-switch" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 8.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm4.24 0a5.48 5.48 0 010 7h4.76a3.5 3.5 0 100-7h-4.76zM2 12a5.5 5.5 0 015.5-5.5h9a5.5 5.5 0 110 11h-9A5.5 5.5 0 012 12z"/></svg>`;
|
|
321
|
+
const tdesignConstraint = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-constraint" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10 8H6.2A4.13 4.13 0 002 12a4.13 4.13 0 004.2 4H10v2H6.19A6.13 6.13 0 010 12c0-3.34 2.8-5.97 6.19-6H10v2zm4-2h3.75C21.15 6 24 8.64 24 12s-2.84 6-6.25 6H14v-2h3.75c2.4 0 4.25-1.84 4.25-4s-1.86-4-4.25-4H14V6zm-7 5h10v2H7v-2z"/></svg>`;
|
|
322
|
+
const tdesignContrast1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-contrast-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 3.05a9 9 0 000 17.9V3.05zm2 0v1.79l2.18-1.26A8.95 8.95 0 0013 3.05zm4.25 1.64L13 7.15v4.04l6.7-3.86a9.05 9.05 0 00-2.45-2.64zm3.29 4.46L13 13.5v4.04l7.95-4.59a9.1 9.1 0 00-.41-3.8zm-.33 6.54L13 19.85v1.1a9 9 0 007.21-5.26zM1 12a11 11 0 1122 0 11 11 0 01-22 0z"/></svg>`;
|
|
323
|
+
const tdesignContrast = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-contrast" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm10-7.5h1a7.5 7.5 0 010 15h-1v-15zm2 2.1v10.8a5.5 5.5 0 000-10.8z"/></svg>`;
|
|
324
|
+
const tdesignControlPlatform = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-control.platform" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .86L22 6.4V17.6l-10 5.55L2 17.6V6.4L12 .86zM4 8.9v7.51l7 3.89v-7.7L4 8.9zm9 11.4l7-3.89V8.9l-7 3.7v7.7zm-1-9.43l7.12-3.77L12 3.14 4.88 7.1 12 10.87z"/></svg>`;
|
|
325
|
+
const tdesignCooperate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cooperate" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.59l3 3 3-3 8.91 8.91L12 22.41.09 10.5 9 1.59zM10.59 6L9 4.41 2.91 10.5 12 19.59l.95-.96-2.36-2.37L12 14.85l2.37 2.37.95-.96-2.37-2.36 1.42-1.42 2.37 2.37 1.35-1.35L15 10.41l-3 3L7.59 9l3-3zm8.91 6.09l1.59-1.59L15 4.41 10.41 9 12 10.59l3-3 4.5 4.5z"/></svg>`;
|
|
326
|
+
const tdesignCoordinateSystem = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-coordinate-system" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1l11.26 19.5H.74L12 1zM4.2 18.5h15.6L12 5 4.2 18.5zM13 9v3.53l3.4 2.84-1.27 1.54L12 14.3l-3.13 2.6-1.28-1.54 3.4-2.84V9h2z"/></svg>`;
|
|
327
|
+
const tdesignCopy = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-copy" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h13v5.5h-2V4H4v9h3.5v2H2V2zm7 7h13v13H9V9zm2 2v9h9v-9h-9z"/></svg>`;
|
|
328
|
+
const tdesignCopyright = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-copyright" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zM9.53 9.53a3.5 3.5 0 004.94 4.95l.71-.71 1.42 1.41-.71.71a5.5 5.5 0 110-7.78l.7.7-1.4 1.42-.72-.7a3.5 3.5 0 00-4.94 0z"/></svg>`;
|
|
329
|
+
const tdesignCorn = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-corn" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.52 4.11l.98.98L19.6 3c-.37-.06-.78 0-1.26.16a7.6 7.6 0 00-1.8.95zm4.48.32L18.92 6.5l.97.98c.4-.58.75-1.2.95-1.8.16-.47.22-.89.16-1.25zm-2.34 4.65L17.5 7.92l-1.57 1.57 1.34 1.34.99-1.24.4-.51zm-2.65 3.32l-1.5-1.5-2.06 2.06c1-.05 2 .04 2.9.26l.66-.82zm1.31 1.57a9.17 9.17 0 011.86 1.3l.02.01v.01l1.38 1.38-1.9.31h-.02l-.14.05c-.15.04-.39.13-.73.29-.68.3-1.74.9-3.19 1.98l-.52.4c-1 .79-2.58 2.02-4.26 2.7-1.03.4-2.2.65-3.38.41a5.2 5.2 0 01-3.15-2.1 5.2 5.2 0 01-2.1-3.15 6.01 6.01 0 01.42-3.38c.67-1.68 1.9-3.25 2.69-4.26l.4-.52a17.9 17.9 0 001.98-3.2 6.25 6.25 0 00.34-.88l.31-1.9 1.38 1.37v.01l.02.02a3.77 3.77 0 01.2.22 8.18 8.18 0 011.1 1.62l4.35-3.44c.82-.66 2.02-1.53 3.32-1.96 1.33-.44 2.93-.48 4.23.83 1.29 1.3 1.25 2.9.8 4.22-.43 1.3-1.29 2.49-1.95 3.31l-.96 1.21-1.69 2.12-.8 1.02zm-2.4-8.63l-1.76 1.38 1.36 1.35 1.57-1.57-1.17-1.16zM13.1 9.49L11.6 7.97l-.82.65c.23.92.32 1.92.27 2.93l2.06-2.06zm-3.47 6.3l-4.27 4.26c.5.48 1 .7 1.46.8.68.13 1.44.01 2.26-.32a15.97 15.97 0 003.69-2.34l.63-.49a21.7 21.7 0 013.03-1.94c-.3-.16-.65-.32-1.02-.44-1.83-.61-4.23-.48-5.78.47zm-5.68 2.85l4.26-4.27c.95-1.55 1.08-3.97.47-5.8-.13-.37-.28-.7-.44-1A21.7 21.7 0 016.3 10.6l-.49.63c-.8 1.02-1.8 2.3-2.34 3.69a4.04 4.04 0 00-.32 2.26c.1.47.32.96.8 1.46z"/></svg>`;
|
|
330
|
+
const tdesignCoupon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-coupon" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 21H3V1.13l1.55 1.04 2.4 1.6 1.93-1.55.62-.5.62.5L12 3.72l1.88-1.5.62-.5.62.5 1.93 1.54 2.4-1.6L21 1.14V21H4zM5 4.87V19h14V4.87l-1.45.96-.6.4-.57-.45-1.88-1.5-1.88 1.5-.62.5-.62-.5-1.88-1.5-1.88 1.5-.57.46-.6-.4L5 4.86zM8 16H7v-2h10v2H8zm3-4h6v-2h-6v2zm-3-2H7v2h2v-2H8z"/></svg>`;
|
|
331
|
+
const tdesignCourse = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-course" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19 3h-2v6.5l-3-2.25-3 2.25V3H5v18h14V3zm-6 0v2.5l1-.75 1 .75V3h-2zm8 20H3V1h18v22z"/></svg>`;
|
|
332
|
+
const tdesignCpu = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cpu" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7691)"><path fill="currentColor" d="M9 .5V3h6V.5h2V3h4v4h2.5v2H21v6h2.5v2H21v4h-4v2.5h-2V21H9v2.5H7V21H3v-4H.5v-2H3V9H.5V7H3V3h4V.5h2zM5 5v14h14V5H5zm3 3h8v8H8V8zm2 2v4h4v-4h-4z"/></g></svg>`;
|
|
333
|
+
const tdesignCrack = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-crack" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.39 3.02a9 9 0 00-.96 17.84L11.88 18a5 5 0 01-4.21-2.5l-.5-.86 1.73-1 .5.86c.31.54.78.97 1.34 1.23L9.88 14l2-4-2-4 1.5-2.98zm2.18.12L12.12 6l2 4-2 4 .9 1.82a3.01 3.01 0 001.58-1.32l.5-.87 1.73 1-.5.87a5.02 5.02 0 01-2.4 2.12l.19.38-1.5 2.98a9 9 0 00.95-17.84zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2z"/></svg>`;
|
|
334
|
+
const tdesignCreditcardAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-creditcard-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v9h-2v-1H3v8h11v2H1V3zm2 6h18V5H3v4zm2 5h5v2H5v-2zm16 0v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"/></svg>`;
|
|
335
|
+
const tdesignCreditcardOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-creditcard-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7171)"><path fill="currentColor" d="M2 .59L23.41 22 22 23.41 19.59 21H1V3h.59l-1-1L2 .59zM3 5v4h4.59l-4-4H3zm0 6v8h14.59l-8-8H3zm4.58-8H23v15.42l-2-2V11h-5.41l-2-2H21V5H9.59l-2-2zM5 14h5v2H5v-2z"/></g></svg>`;
|
|
336
|
+
const tdesignCreditcard = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-creditcard" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 3v18H1V3h22zm-2 2H3v4h18V5zm0 6H3v8h18v-8zm-11 5H5v-2h5v2z"/></svg>`;
|
|
337
|
+
const tdesignCrookedSmile = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-crooked-smile" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2zm-.28 5.78l-.25.97a4.16 4.16 0 01-1.62 2.47c-.8.56-1.79.78-2.85.78h-1v-2h1c.8 0 1.34-.17 1.71-.42.35-.25.65-.65.82-1.33l.25-.97 1.94.5z"/></svg>`;
|
|
338
|
+
const tdesignCryAndLaugh = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cry-and-laugh" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H9v2h6v-2h-1V9h4v2h-1v3h-.98l-.04.2c-.4 2-1.89 3.8-3.98 3.8s-3.58-1.8-3.98-3.8l-.04-.2H7v-3H6V9zm4.44 6c.43.66 1.02 1 1.56 1s1.13-.34 1.56-1h-3.12z"/></svg>`;
|
|
339
|
+
const tdesignCryLoudly = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cry-loudly" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H9v4H7v-4H6V9zm8 0h4v2h-1v4h-2v-4h-1V9zm-1 4v3h-2v-3h2z"/></svg>`;
|
|
340
|
+
const tdesignCss3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-css3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.94 1h20.12l-1.1 19.2L12 23.58 3.04 20.2 1.94 1zm2.12 2l.9 15.8L12 21.42l7.04-2.64.9-15.79H4.06zm1.42 2h12.85l-.1 1.89-7.3 3.49h7.1l-.41 7.08-5.62 2.1-5.62-2.1-.11-2-.08-1.39H8.2l.06 1.29.04.69 3.7 1.38 3.7-1.38.2-3.67H6.1l-.11-1.85L13.35 7H12l-6.25.01L5.48 5z"/></svg>`;
|
|
341
|
+
const tdesignCucumber = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cucumber" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.73 2.18c2.16-.68 3.99-.4 5.36.58a5.1 5.1 0 011.24 1.29c.93 1.38 1.16 3.2.46 5.33-.7 2.1-2.3 4.54-5.08 7.33-2.83 2.82-5.3 4.44-7.43 5.1-2.16.7-4 .41-5.36-.57a5.1 5.1 0 01-1.25-1.29c-.93-1.38-1.16-3.2-.45-5.33.69-2.1 2.3-4.54 5.07-7.33 2.83-2.82 5.3-4.44 7.44-5.1zm.6 1.9c-1.7.55-3.91 1.92-6.62 4.63-2.67 2.66-4.04 4.84-4.6 6.54a5.86 5.86 0 00-.3 1.53A40.47 40.47 0 0117 3.8c-.49 0-1.04.09-1.67.29zm3.87.77C13.55 7.88 7.8 13.47 4.75 19.16a38.59 38.59 0 008.1-6.37 43.57 43.57 0 006.35-7.94zM6.92 20.2c.5 0 1.09-.08 1.75-.29 1.7-.54 3.92-1.9 6.62-4.62 2.67-2.66 4.04-4.84 4.6-6.54.21-.65.3-1.22.3-1.73a47.52 47.52 0 01-5.92 7.18 42.89 42.89 0 01-7.35 6z"/></svg>`;
|
|
342
|
+
const tdesignCurrencyExchange = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-currency-exchange" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.5 5.83A10.49 10.49 0 001.56 10.9l-.1.99 1.98.2.1-.99a8.5 8.5 0 0115.67-3.6H17.5v2h5v-7h-2v3.33zM11 6v1a3 3 0 000 6h2a1 1 0 110 2H8.5v2H11v1h2v-1a3 3 0 100-6h-2a1 1 0 010-2h4.5V7H13V6h-2zm9.56 5.9l-.1 1a8.5 8.5 0 01-15.67 3.6H6.5v-2h-5v7h2v-3.33a10.48 10.48 0 0018.94-5.07l.1-.99-1.98-.2z"/></svg>`;
|
|
343
|
+
const tdesignCursor = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cursor" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.1 3.11l16.87 5.93-4.32 3.08 5.71 5.7-3.54 3.54-5.7-5.7-3.09 4.32L3.11 3.1zm3.28 3.27l3.26 9.3 2.22-3.1 5.96 5.96.71-.71-5.96-5.96 3.1-2.22-9.3-3.27z"/></svg>`;
|
|
344
|
+
const tdesignCurtain = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-curtain" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 7.46V20h2.91L6.1 10A4.03 4.03 0 014 9.46zm4.05-.03L8.92 20h6.16l.87-10.57a4.02 4.02 0 01-.95-.78 4 4 0 01-6 0c-.27.3-.6.57-.95.78zM8 6h2a2 2 0 104 0h2a2 2 0 004 0V4H4v2a2 2 0 104 0zm12 3.46a3.98 3.98 0 01-2.1.54l-.81 10H20V9.46z"/></svg>`;
|
|
345
|
+
const tdesignCurve = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-curve" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.33 7.44A10.9 10.9 0 003 11.76v1H1v-1c0-1.44.65-3.54 1.56-5.26a9.8 9.8 0 011.66-2.34A3.5 3.5 0 016.62 3c.94 0 1.74.49 2.36 1.08.62.6 1.17 1.39 1.63 2.23.92 1.67 1.6 3.72 1.87 5.27v.03c.18 1.16.81 3.12 1.68 4.77.44.83.9 1.53 1.36 2 .48.5.81.62.98.62.19 0 .51-.11.96-.58.43-.44.87-1.1 1.26-1.9.79-1.6 1.28-3.5 1.28-4.76v-1h2v1c0 1.64-.6 3.86-1.49 5.65-.44.9-.99 1.76-1.61 2.4A3.42 3.42 0 0116.5 21c-.99 0-1.81-.6-2.42-1.23-.64-.67-1.2-1.54-1.69-2.46a19.11 19.11 0 01-1.88-5.4 16.44 16.44 0 00-1.65-4.64A7.3 7.3 0 007.6 5.53C7.17 5.12 6.84 5 6.62 5c-.19 0-.53.12-1 .58-.44.44-.89 1.1-1.3 1.86zM4 11h5v2H4v-2zm10 0h5v2h-5v-2z"/></svg>`;
|
|
346
|
+
const tdesignCut1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cut-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v2.5h-2V1h2zm8.41 2.5L15 9.91 13.59 8.5 20 2.09l1.41 1.41zM4 2.09l11.97 11.96a4 4 0 11-1.42 1.42L12 12.9l-2.55 2.56a4 4 0 11-1.42-1.42l2.56-2.55-8-8L4 2.09zM13 5v2.5h-2V5h2zM7.41 16.09A2 2 0 104.6 18.9 2 2 0 007.4 16.1zm12 0a2 2 0 10-2.82 2.82 2 2 0 002.82-2.82z"/></svg>`;
|
|
347
|
+
const tdesignCut = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-cut" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.41 4.59A2 2 0 104.6 7.4 2 2 0 007.4 4.6zM3.17 3.17a4 4 0 016.28 4.86L12 10.6l8-8L21.41 4 9.45 15.97a4 4 0 11-1.42-1.42L10.6 12 8.03 9.45a4 4 0 01-4.86-6.28zM15 13.6L21.41 20 20 21.41 13.59 15 15 13.59zm-7.59 3A2 2 0 104.6 19.4 2 2 0 007.4 16.6z"/></svg>`;
|
|
348
|
+
const tdesignDam1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dam-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3c3.9 0 7 3.16 7 7.1V20h-2v-9.9a5 5 0 00-10 0V20H5v-9.9C5 6.16 8.1 3 12 3zm9 17v-9.9C21 5.09 17.04 1 12 1s-9 4.09-9 9.1V20H2v2h8v-2H9v-9.9a3 3 0 116 0V20h-1v2h8v-2h-1z"/></svg>`;
|
|
349
|
+
const tdesignDam2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dam-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 2h18v18h1v2h-9v-2h1V10h-4v10h1v2H2v-2h1V2zm2 18h3V10H5v10zM5 8h14V4H5v4zm14 2h-3v10h3V10z"/></svg>`;
|
|
350
|
+
const tdesignDam3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dam-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.06 9h13.88A6.9 6.9 0 0012 3a6.9 6.9 0 00-6.94 6zM19 11h-2v9h2v-9zm2 9h1v2h-8v-2h1v-9H9v9h1v2H2v-2h1V10c0-5.6 4.53-9 9-9s9 3.4 9 9v10zM7 11H5v9h2v-9zm3-6h4v2h-4V5z"/></svg>`;
|
|
351
|
+
const tdesignDam4 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dam-4" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h4V10h3V4H4zm9 0v6h3v10h4V4h-7zm1 16v-8h-4v8h4z"/></svg>`;
|
|
352
|
+
const tdesignDam5 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dam-5" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v2h-1v16h1v2H2v-2h1V4H2V2zm3 2v16h2V4H5zm4 0v7a4.98 4.98 0 016 0V4H9zm8 0v16h2V4h-2zm-2 16v-5a3 3 0 10-6 0v5h6z"/></svg>`;
|
|
353
|
+
const tdesignDam6 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dam-6" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 2h18v5h1v2h-1v11h1v2h-9v-2h1v-5a2 2 0 10-4 0v5h1v2H2v-2h1V9H2V7h1V2zm2 7v11h3v-5a4 4 0 018 0v5h3V9H5zm14-2V4H5v3h14z"/></svg>`;
|
|
354
|
+
const tdesignDam7 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dam-7" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.22 1h11.56l1 4H21v15h1v2H2v-2h1V5h2.22l1-4zm1.06 4h9.44l-.5-2H7.78l-.5 2zM5 20h3v-8h8v8h3V7H5v13zm9 0v-6h-4v6h4z"/></svg>`;
|
|
355
|
+
const tdesignDam = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dam" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .67l9 7.88V20h1v2h-9v-2h1V10h-4v10h1v2H2v-2h1V8.55l9-7.88zM5 20h3V10H5v10zM6.66 8h10.68L12 3.33 6.66 8zM19 10h-3v10h3V10z"/></svg>`;
|
|
356
|
+
const tdesignDartBoard = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dart-board" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm11-5a5 5 0 100 10 5 5 0 000-10zm-7 5a7 7 0 1114 0 7 7 0 01-14 0zm5 0a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
357
|
+
const tdesignDashboard1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dashboard-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h9v7H2V2zm2 2v3h5V4H4zm9-2h9v11h-9V2zm2 2v7h5V4h-5zM2 11h9v11H2V11zm2 2v7h5v-7H4zm9 2h9v7h-9v-7zm2 2v3h5v-3h-5z"/></svg>`;
|
|
358
|
+
const tdesignDashboard = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dashboard" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-4.5 16.8l.87.5-1 1.73-.87-.5a11 11 0 018.95-19.98l.95.31-.63 1.9-.95-.3A9 9 0 0012 3zm8.98 1.41l-5.54 5.55a4 4 0 11-1.42-1.4l5.55-5.56 1.41 1.41zm1.16 3.2l.3.94a11 11 0 01-4.94 12.98l-.86.5-1-1.73.86-.5a9 9 0 004.05-10.62l-.31-.95 1.9-.63zM12 10a2 2 0 100 4 2 2 0 000-4z"/></svg>`;
|
|
359
|
+
const tdesignDataBase = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-data-base" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 5l.04-.08c.04-.07.12-.17.29-.3.33-.26.87-.54 1.62-.8C7.45 3.33 9.6 3 12 3c2.4 0 4.55.33 6.05.83.75.25 1.3.53 1.62.79.17.13.25.23.3.3L20 5l-.04.08c-.04.07-.12.17-.29.3-.33.26-.87.54-1.62.8-1.5.5-3.64.82-6.05.82-2.4 0-4.55-.33-6.05-.83a5.53 5.53 0 01-1.62-.79 1.24 1.24 0 01-.3-.3L4 5zm16 2.53V12.02a.3.3 0 01-.04.06c-.04.07-.12.17-.29.3-.33.26-.87.54-1.62.8-1.5.5-3.64.82-6.05.82-2.4 0-4.55-.33-6.05-.83a5.53 5.53 0 01-1.62-.79 1.24 1.24 0 01-.3-.3.3.3 0 01-.03-.06V7.53c.4.2.85.38 1.32.54C7.08 8.66 9.44 9 12 9c2.56 0 4.92-.34 6.68-.93.47-.16.92-.34 1.32-.54zm0 7V19.02a.3.3 0 01-.04.06c-.04.07-.12.17-.29.3-.33.26-.87.54-1.62.8-1.5.5-3.64.82-6.05.82-2.4 0-4.55-.33-6.05-.83a5.53 5.53 0 01-1.62-.79 1.24 1.24 0 01-.3-.3.3.3 0 01-.03-.06V14.53c.4.2.85.38 1.32.54 1.76.59 4.12.93 6.68.93 2.56 0 4.92-.34 6.68-.93.47-.16.92-.34 1.32-.54zM2 19c0 .85.52 1.5 1.09 1.95.58.46 1.36.83 2.23 1.12 1.76.59 4.12.93 6.68.93 2.56 0 4.92-.34 6.68-.93.87-.3 1.65-.66 2.23-1.12.57-.45 1.09-1.1 1.09-1.95V5c0-.85-.52-1.5-1.09-1.95a7.45 7.45 0 00-2.23-1.12A21.94 21.94 0 0012 1c-2.56 0-4.92.34-6.68.93-.87.3-1.65.66-2.23 1.12C2.52 3.5 2 4.15 2 5v14z"/></svg>`;
|
|
360
|
+
const tdesignDataChecked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-data-checked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v12h-2v-1H4v7h8.5v2H2V2zm2 9h16V4H4v7zm2-4.5h2v2H6v-2zm0 9h2v2H6v-2zm17.6 1.44l-5.66 5.66-3.54-3.54 1.42-1.41 2.12 2.12 4.24-4.24 1.42 1.4z"/></svg>`;
|
|
361
|
+
const tdesignDataDisplay = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-data-display" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 18H3v2h19v-2zm-2-2a2 2 0 002-2V6a2 2 0 00-2-2h-4v2h4v3h-3.5v2H20v3h-4v2h4zm-5-2h-4v-3h2a2 2 0 002-2V6a2 2 0 00-2-2H9v2h4v3h-2a2 2 0 00-2 2v5h6v-2zm-7 0H6.5V6a2 2 0 00-2-2H3v2h1.5v8H3v2h5v-2z"/></svg>`;
|
|
362
|
+
const tdesignDataError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-data-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v12h-2v-1H4v7h10v2H2V2zm2 9h16V4H4v7zm2-4.5h2v2H6v-2zm10.88 8.96L19 17.6l2.12-2.13 1.42 1.42L20.4 19l2.13 2.12-1.42 1.42L19 20.4l-2.12 2.13-1.42-1.42L17.6 19l-2.13-2.12 1.42-1.42zM6 15.5h2v2H6v-2z"/></svg>`;
|
|
363
|
+
const tdesignDataSearch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-data-search" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v11H4v7h9v2H2V2zm2 9h16V4H4v7zm2-4.5h2v2H6v-2zM17.75 16a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM14 17.75a3.75 3.75 0 117.01 1.85l1.65 1.65-1.41 1.41-1.65-1.65a3.75 3.75 0 01-5.6-3.26zM6 15.5h2v2H6v-2z"/></svg>`;
|
|
364
|
+
const tdesignData = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-data" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v7h16V4H4zm16 9H4v7h16v-7zM6 6.5h2v2H6v-2zm0 9h2v2H6v-2z"/></svg>`;
|
|
365
|
+
const tdesignDelete1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-delete-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 1h9v3H22v2h-2.03l-.5 17H4.53l-.5-17H2V4h5.5V1zm2 3h5V3h-5v1zM6.03 6l.44 15h11.06l.44-15H6.03zm3.14 3.26L12 12.09l2.83-2.83 1.41 1.41-2.83 2.83 2.83 2.83-1.41 1.41L12 14.91l-2.83 2.83-1.41-1.41 2.83-2.83-2.83-2.83 1.41-1.41z"/></svg>`;
|
|
366
|
+
const tdesignDeleteTime = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-delete-time" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 1h9v3H22v2h-2.03l-.16 5.53-2-.06.16-5.47H6.03l.44 15h5.03v2H4.53l-.5-17H2V4h5.5V1zm2 3h5V3h-5v1zM13 8v7h-2V8h2zm5.5 7a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM13 18.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm6.5-2.25v1.84l1.41 1.41-1.41 1.41-2-2v-2.66h2z"/></svg>`;
|
|
367
|
+
const tdesignDelete = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-delete" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 1h9v3H22v2h-2.03l-.5 17H4.53l-.5-17H2V4h5.5V1zm2 3h5V3h-5v1zM6.03 6l.44 15h11.06l.44-15H6.03zM13 8v11h-2V8h2z"/></svg>`;
|
|
368
|
+
const tdesignDelta = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-delta" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19 2.1v20.69L3.17 13.05 19 2.09zM6.83 12.94L17 19.21V5.91L6.83 12.95z"/></svg>`;
|
|
369
|
+
const tdesignDepressed = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-depressed" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm9.23-2.13l-3.46 2-1-1.74 3.46-2 1 1.74zm4.54-1.74l3.46 2-1 1.74-3.46-2 1-1.74zm-7.1 7.37a5 5 0 018.66 0l.5.86-1.73 1-.5-.86a3 3 0 00-5.2 0l-.5.87-1.73-1 .5-.87z"/></svg>`;
|
|
370
|
+
const tdesignDesktop1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-desktop-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v16H13v1h4v2H7v-2h4v-1H1V3zm2 2v9h18V5H3zm18 11H3v1h18v-1z"/></svg>`;
|
|
371
|
+
const tdesignDesktop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-desktop" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v15H13v2h4v2H7v-2h4v-2H1V3zm2 2v11h18V5H3z"/></svg>`;
|
|
372
|
+
const tdesignDespise = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-despise" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H9v2H7v-2H6V9zm8 0h4v2h-1v2h-2v-2h-1V9zm-6.33 6.5a5 5 0 018.66 0l.5.86-1.73 1-.5-.86a3 3 0 00-5.2 0l-.5.87-1.73-1 .5-.87z"/></svg>`;
|
|
373
|
+
const tdesignDevice = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-device" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2h22v4h-2V4H3v13h9v2H1V2zm13 6h10v14H14V8zm2 2v10h6V10h-6zm2 7h2v2h-2v-2zM5 20h7v2H5v-2z"/></svg>`;
|
|
374
|
+
const tdesignDiscountFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-discount-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.47 7.52a1.5 1.5 0 10-2.12 2.13 1.5 1.5 0 002.12-2.13z"/><path fill="currentColor" d="M22 2l.81 10.5-10.93 10.93L.57 12.13 11.5 1.18l10.5.8zm-8.7 4.46a3 3 0 104.24 4.25 3 3 0 00-4.25-4.25z"/></svg>`;
|
|
375
|
+
const tdesignDiscount = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-discount" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 1.19l10.5.8.81 10.51-10.93 10.93L.56 12.13 11.5 1.18zm.76 2.06l-8.87 8.87 8.49 8.49 8.87-8.87-.61-7.88-7.88-.6zm3.86 4.63a1 1 0 10-1.41 1.41 1 1 0 001.41-1.41zm-2.83-1.42a3 3 0 114.24 4.25 3 3 0 01-4.24-4.25z"/></svg>`;
|
|
376
|
+
const tdesignDissatisfaction = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dissatisfaction" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm7-3.5v1a.5.5 0 001 0v-1h2v1a2.5 2.5 0 01-5 0v-1h2zm7 0v1a.5.5 0 001 0v-1h2v1a2.5 2.5 0 01-5 0v-1h2zm-7.33 7a5 5 0 018.66 0l.5.86-1.73 1-.5-.86a3 3 0 00-5.2 0l-.5.87-1.73-1 .5-.87z"/></svg>`;
|
|
377
|
+
const tdesignDivide = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-divide" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 7h2v2h-2V7zm-4.5 4h11v2h-11v-2zm4.5 4h2v2h-2v-2z"/></svg>`;
|
|
378
|
+
const tdesignDividers1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dividers-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v3.53a4.34 4.34 0 013.43 4.2c0 .94-.3 1.79-.8 2.49l2.48 4.88c.6-.2 1.2-.44 1.78-.7l.9-.42.84 1.82-.91.41c-.56.25-1.12.48-1.7.68L21.64 23h-2.25l-2.3-4.52a21.1 21.1 0 01-10.16 0L4.62 23H2.37l2.6-5.1c-.57-.2-1.13-.44-1.69-.69l-.9-.41.82-1.82.91.41c.58.27 1.18.5 1.78.7l2.48-4.87c-.5-.7-.8-1.55-.8-2.48A4.34 4.34 0 0111 4.54V1h2zM7.85 16.65c2.73.6 5.57.6 8.3 0l-2.09-4.1a4.5 4.5 0 01-4.12 0l-2.09 4.1zM12 6.42a2.37 2.37 0 00-2.43 2.32A2.37 2.37 0 0012 11.05a2.37 2.37 0 002.43-2.31A2.37 2.37 0 0012 6.42z"/></svg>`;
|
|
379
|
+
const tdesignDividers = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dividers" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v1.23a4.36 4.36 0 012.7 6.57l3.27 6.2H22v2h-1.98l2.33 4.42-1.77.93L17.76 17H13v2h-2v-2H6.24l-2.82 5.35-1.77-.93L3.98 17H2v-2h3.03L8.3 8.8A4.36 4.36 0 0111 2.23V1h2zm-3.2 9.24L7.3 15H11v-2h2v2h3.7l-2.5-4.76a4.37 4.37 0 01-4.4 0zM12 4.12a2.36 2.36 0 00-2.37 2.35 2.38 2.38 0 004.75 0c0-1.3-1.06-2.35-2.38-2.35z"/></svg>`;
|
|
380
|
+
const tdesignDoge = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-doge" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h4.74l2.03 1.97a11.51 11.51 0 018.36-.04L17.61 1H23v12c-.24 5.61-5.13 10-11 10S1.24 18.61 1 13V1zm2 5.6a10.82 10.82 0 012.89-2.67L4.93 3H3v3.6zm0 5.99C3 17.18 6.97 21 12 21c5.03 0 9-3.82 9-8.41 0-3.27-2-6.14-4.98-7.53a9.47 9.47 0 00-8.04 0A8.38 8.38 0 003 12.6zM21 6.6V3h-2.4l-.64.83c1.19.73 2.22 1.67 3.04 2.77zM9 9v3H7V9h2zm8 0v3h-2V9h2zm-5 2.26l.9 1.8c.37.75.85.98 1.18 1 .22.02.45-.03.67-.18l.83-.57 1.12 1.66-.82.56c-.36.24-.76.41-1.17.49-.18.44-.4.93-.67 1.38-.2.34-.44.7-.73.99-.26.26-.7.61-1.3.61-.61 0-1.06-.35-1.32-.61a4.9 4.9 0 01-.73-.99c-.26-.45-.49-.94-.67-1.38a3.1 3.1 0 01-1.16-.49l-.83-.56 1.12-1.66.83.57c.22.15.45.2.67.19.33-.03.8-.26 1.19-1.02l.9-1.79zm-.68 4.42a8.04 8.04 0 00.68 1.18 8.02 8.02 0 00.68-1.18c-.24-.14-.47-.3-.68-.5-.21.2-.44.36-.68.5z"/></svg>`;
|
|
381
|
+
const tdesignDoubleStorey = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-double-storey" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5 2h14v2h-1v4h4v2h-1v10h1v2H2v-2h1V10H2V8h4V4H5V2zm3 2v4h8V4H8zm-3 6v10h3v-7h8v7h3V10H5zm9 10v-5h-4v5h4zM11 5h2v2h-2V5z"/></svg>`;
|
|
382
|
+
const tdesignDownload1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-download-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 3v9.59l4-4L18.41 10 12 16.41 5.59 10 7 8.59l4 4V3h2zM3 18h18v2H3v-2z"/></svg>`;
|
|
383
|
+
const tdesignDownload = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-download" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 3v9.59l3.5-3.5 1.41 1.41L12 16.41 6.09 10.5 7.5 9.09l3.5 3.5V3h2zM4.5 14v5h15v-5h2v7h-19v-7h2z"/></svg>`;
|
|
384
|
+
const tdesignDownscale = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-downscale" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h9v2H4v6H2V2zm19.41 2L16.4 9.03l3.52.02v2L12.98 11l-.04-6.91 2-.01.02 3.52L20 2.6 21.41 4zM2 12h4v2H4v2H2v-4zm6 0h4v4h-2v-2H8v-2zm14 1v9h-8v-2h6v-7h2zM4 18v2h2v2H2v-4h2zm8 0v4H8v-2h2v-2h2z"/></svg>`;
|
|
385
|
+
const tdesignDragDrop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-drag-drop" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 15V2h13v5h-2V4H4v9h3v2H2zm6 5V8h12v5.5h-2V10h-8v8h3.5v2H8zm8.78 3.68l-3.37-10.3 10.26 3.4L19 19.01l-2.23 4.67z"/></svg>`;
|
|
386
|
+
const tdesignDragMove = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-drag-move" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_9921)"><path fill="currentColor" d="M12 23.41L7.59 19 9 17.59l2 2V13H4.41l2 2L5 16.41.59 12 5 7.59 6.41 9l-2 2H11V4.41l-2 2L7.59 5 12 .59 16.41 5 15 6.41l-2-2V11h6.59l-2-2L19 7.59 23.41 12 19 16.41 17.59 15l2-2H13v6.59l2-2L16.41 19 12 23.41z"/></g></svg>`;
|
|
387
|
+
const tdesignDrink = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-drink" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.48 1H20v2h-4.02l-.65 2.22h4.74L18.86 23H6.22l-.87-12.72A4.2 4.2 0 012 6.22a4.2 4.2 0 014.23-4.16 4.22 4.22 0 014.11 3.16h2.9L14.49 1zm-1.82 6.22H7.14l.24 3.48 4.07.67 1.21-4.15zM12 13.48l-4.48-.73L8.1 21h8.9l.45-6.62-5.44-.9zm5.58-1.1l.35-5.16h-3.19l-1.3 4.47 4.14.69zM8.2 5.22a2.23 2.23 0 00-1.98-1.16A2.2 2.2 0 004 6.22c0 .8.48 1.53 1.2 1.9L5 5.22h3.21z"/></svg>`;
|
|
388
|
+
const tdesignDrumstick = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-drumstick" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 3a6 6 0 00-4.2 10.29l.72.7-1.4 1.42-.72-.7a8.01 8.01 0 01-1.72-2.47l-.47.47-.01.01-.02.06a.96.96 0 000 .35c.05.36.24.84.6 1.38a6.81 6.81 0 001.71 1.76c.58.4 1.1.63 1.48.7.2.03.32.03.4.01l.06-.02.02-.01 2.13-2.1.5.08A6 6 0 1015 3zm-7.93 7.04a8 8 0 117.22 6.93l-1.43 1.4c-.63.63-1.51.7-2.25.57-.5-.1-1.04-.3-1.55-.58L8 19.42c0 .5-.04 1.17-.21 1.76-.13.41-.34.86-.73 1.22-.4.38-.93.58-1.53.6a2.24 2.24 0 01-1.57-.54c-.38-.34-.6-.76-.73-1.1a3.7 3.7 0 01-.13-.46 3.7 3.7 0 01-.45-.14 2.65 2.65 0 01-1.1-.72c-.36-.4-.56-.93-.55-1.56.01-.6.22-1.13.6-1.54.36-.39.81-.6 1.22-.72.6-.18 1.26-.21 1.77-.22l1.1-1.1a4.93 4.93 0 01-.49-1.46c-.1-.71-.01-1.54.6-2.15l1.27-1.25zm-.22 6.53L5.4 18H5c-.6 0-1.17 0-1.6.13-.21.06-.3.13-.34.17-.01.02-.06.06-.06.22 0 .14.03.18.05.2.04.05.12.1.28.17a2.05 2.05 0 00.66.11l1.03-.02L5 20.01a1.25 1.25 0 00.01.2c.02.14.05.31.1.46.06.16.12.24.16.28.02.02.06.05.2.05.17 0 .22-.05.23-.06.04-.04.1-.13.17-.33.13-.43.13-1 .13-1.6v-.42l1.43-1.43a8.61 8.61 0 01-.58-.6z"/></svg>`;
|
|
389
|
+
const tdesignDv = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dv" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h10v6.68c.46.69.77 1.47.92 2.32H14V7h8v10h-8v-4h-1.08a5.97 5.97 0 01-.92 2.32V22H2v-6.68a5.98 5.98 0 010-6.64V2zm2 4.8a5.97 5.97 0 016 0V4H4v2.8zm0 10.4V20h6v-2.8a5.97 5.97 0 01-6 0zM7 8a4 4 0 100 7.98A4 4 0 007 8zm9 1v6h4V9h-4z"/></svg>`;
|
|
390
|
+
const tdesignDvd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-dvd" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm8 4a4 4 0 100 8 4 4 0 000-8zm-6 4a6 6 0 1112 0 6 6 0 01-12 0zm4 0a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
391
|
+
const tdesignEarphone = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-earphone" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4c-4.41 0-8 3.6-8 8.07V13h2a3 3 0 013 3v2a3 3 0 01-3 3H2v-8.93C2 6.5 6.47 2 12 2s10 4.51 10 10.07V21h-4a3 3 0 01-3-3v-2a3 3 0 013-3h2v-.93A8.03 8.03 0 0012 4zm8 11h-2a1 1 0 00-1 1v2a1 1 0 001 1h2v-4zM4 15v4h2a1 1 0 001-1v-2a1 1 0 00-1-1H4z"/></svg>`;
|
|
392
|
+
const tdesignEarth = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-earth" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.04 11l-.07.78.03.01V12a11 11 0 101.58-5.69l-.03-.01-.39.77c-.6 1.2-.99 2.53-1.12 3.93zm2.1-.6c.1-.54.25-1.07.44-1.57l3.64 1.37 2.02-2.05 1.74.58v4.07l3.29 1.12 1.99 4.03 4.38-5.09.34-.19a9 9 0 01-14.8 6.2l3.2-6.35-6.23-2.11zm17.72.02l-1.51.88-2.63 3.05-1.02-2.06-2.72-.92V7.3L8.7 5.85l-2 2.02-2.2-.84a9 9 0 0116.36 3.4zM4.73 17.3A8.95 8.95 0 013 12.47l3.55 1.2-1.83 3.63z"/></svg>`;
|
|
393
|
+
const tdesignEdit1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-edit-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.83 1.42l5.75 5.75L7.75 22H2v-5.75L16.83 1.42zm0 8.68l2.92-2.93-2.92-2.93-2.93 2.93 2.93 2.93zm-4.34-1.51L4 17.07V20h2.93l8.48-8.49L12.5 8.6z"/></svg>`;
|
|
394
|
+
const tdesignEdit2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-edit-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.43 1.96l5.6 5.61L7.62 22H2V16.4L16.43 1.96zm0 2.83l-2.78 2.78 2.78 2.79 2.78-2.79-2.78-2.78zM15 11.77l-2.78-2.78L4 17.22V20h2.78l8.23-8.23zM22.22 22h-9.54v-2h9.54v2z"/></svg>`;
|
|
395
|
+
const tdesignEditOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-edit-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.75 2.95a2 2 0 012.83 0l2.47 2.47a2 2 0 010 2.83L18.7 10.6l-2.2 2.2-1.42-1.41 1.5-1.5-2.47-2.47-1.5 1.5L11.2 7.5l2.2-2.2 2.35-2.35zM15.52 6l2.47 2.48 1.65-1.64-2.48-2.48L15.52 6zM4 2.6L21.41 20 20 21.41l-6.06-6.05-4.78 4.78-6.38 1.08 1.07-6.38 4.79-4.79L2.59 4 4 2.59zm6.05 8.88L5.72 15.8l-.5 2.98 2.98-.5 4.33-4.34-2.48-2.47z"/></svg>`;
|
|
396
|
+
const tdesignEdit = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-edit" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.75 2.95a2 2 0 012.83 0l2.47 2.47a2 2 0 010 2.83l-11.9 11.9-6.37 1.07 1.07-6.38 11.9-11.9zM15.52 6l2.47 2.48 1.65-1.64-2.48-2.48L15.52 6zm1.06 3.9l-2.47-2.48-8.39 8.38-.5 2.98 2.98-.5 8.38-8.39z"/></svg>`;
|
|
397
|
+
const tdesignEducation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-education" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .8l11.83 7.7L22 9.7V16h-2v-5l-1 .64v5.86c0 1.47-1.01 2.62-2.25 3.34A9.56 9.56 0 0112 22c-1.8 0-3.48-.42-4.75-1.16C6.01 20.12 5 18.97 5 17.5v-5.86L.17 8.5 12 .8zM7 12.95v4.56c0 .46.33 1.07 1.26 1.61.9.53 2.23.89 3.74.89 1.51 0 2.83-.36 3.74-.89.93-.54 1.26-1.15 1.26-1.61v-4.56l-5 3.25-5-3.25zM20.16 8.5L12 3.2 3.83 8.5 12 13.8l8.16-5.3z"/></svg>`;
|
|
398
|
+
const tdesignEggplant = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-eggplant" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.09 5.9L9.6 5.2l1.01-1a6.5 6.5 0 018.5-.6l1.5-.75.89 1.8-.93.46a6.5 6.5 0 01-.77 8.28l-1 1-.7-1.48c-.46.5-1.01 1.07-1.48 1.54-.46.46-.66 1.07-1 2.07l-.08.28a8.77 8.77 0 01-2.1 3.66 7.2 7.2 0 01-4.62 2.15 6.8 6.8 0 01-5.28-2.15 6.8 6.8 0 01-2.15-5.28 7.2 7.2 0 012.15-4.62 8.73 8.73 0 013.95-2.2c1-.32 1.6-.53 2.06-.98.47-.47 1.04-1.02 1.54-1.48zm2.2-1.18l1.59.74.5 3.17 3.16.5.74 1.58a4.5 4.5 0 00-5.99-5.99zm3.89 6.21l-3.55-.56-.56-3.55-.03-.01a138.9 138.9 0 00-2.07 1.98c-.82.82-1.91 1.17-2.81 1.46l-.32.1a6.77 6.77 0 00-2.89 1.62c-.9.91-1.49 2.1-1.56 3.33a4.81 4.81 0 001.57 3.74 4.81 4.81 0 003.74 1.57 5.2 5.2 0 003.32-1.56 6.81 6.81 0 001.62-2.89l.1-.31c.3-.9.65-2 1.47-2.82a75.36 75.36 0 001.98-2.07l-.01-.03z"/></svg>`;
|
|
399
|
+
const tdesignEllipsis = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-ellipsis" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 10.5h3v3H3v-3zm7.5 0h3v3h-3v-3zm7.5 0h3v3h-3v-3z"/></svg>`;
|
|
400
|
+
const tdesignEmoEmotional = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-emo-emotional" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2zm-9 6h8v2H8v-2z"/></svg>`;
|
|
401
|
+
const tdesignEnter = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-enter" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 4v9a4 4 0 01-4 4H6.91l2.5 2.5L8 20.91 3.09 16 8 11.09l1.41 1.41-2.5 2.5H16a2 2 0 002-2V4h2z"/></svg>`;
|
|
402
|
+
const tdesignEqual = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-equal" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 7h16v2H4V7zm0 8h16v2H4v-2z"/></svg>`;
|
|
403
|
+
const tdesignErrorCircleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-error-circle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1a11 11 0 110 22 11 11 0 010-22zm-1 13h2V6.5h-2V14zm2 1.5h-2v2h2v-2z"/></svg>`;
|
|
404
|
+
const tdesignErrorCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-error-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm12-5.5V14h-2V6.5h2zm-2 9h2v2h-2v-2z"/></svg>`;
|
|
405
|
+
const tdesignErrorTriangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-error-triangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1l11.95 20.7H.05L12 1zM3.51 19.7H20.5L12 5 3.51 19.7zM13 9.5V15h-2V9.5h2zm-2 7h2v2h-2v-2z"/></svg>`;
|
|
406
|
+
const tdesignError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v14.5h-2V2h2zm-2 17h2v2h-2v-2z"/></svg>`;
|
|
407
|
+
const tdesignExcited1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-excited-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm6.62-4.86L11 9.04v1.46l-3.2 2.4-1.2-1.6 1.86-1.4-1.82-1.02.98-1.74zm9.74 1.74l-1.82 1.03 1.86 1.39-1.2 1.6-3.2-2.4V9.04l3.38-1.9.98 1.74zM8.9 13.63l.5.87a3 3 0 005.2 0l.5-.87 1.73 1-.5.87a5 5 0 01-8.66 0l-.5-.86 1.73-1z"/></svg>`;
|
|
408
|
+
const tdesignExcited = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-excited" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm6.62-4.86L11 9.04v1.46l-3.2 2.4-1.2-1.6 1.86-1.4-1.82-1.02.98-1.74zm9.74 1.74l-1.82 1.03 1.86 1.39-1.2 1.6-3.2-2.4V9.04l3.38-1.9.98 1.74zM12 11.26l.9 1.8c.37.75.85.98 1.18 1 .22.02.45-.03.67-.18l.83-.57 1.12 1.66-.82.56c-.36.24-.76.41-1.17.49-.18.44-.4.93-.67 1.38-.2.34-.44.7-.73.99-.26.26-.7.61-1.3.61-.61 0-1.06-.35-1.32-.61a4.9 4.9 0 01-.73-.99c-.26-.45-.49-.94-.67-1.38a3.1 3.1 0 01-1.16-.49l-.83-.56 1.12-1.66.83.57c.22.15.45.2.67.19.33-.03.8-.26 1.19-1.02l.9-1.79zm-.68 4.42a8.04 8.04 0 00.68 1.18 8.02 8.02 0 00.68-1.18c-.24-.14-.47-.3-.68-.5-.21.2-.44.36-.68.5z"/></svg>`;
|
|
409
|
+
const tdesignExpandHorizontal = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-expand-horizontal" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.5 4v16h-2V4h2zm.59 8L9 7.09l1.41 1.41-2.5 2.5h8.18l-2.5-2.5L15 7.09 19.91 12 15 16.91l-1.41-1.41 2.5-2.5H7.9l2.5 2.5L9 16.91 4.09 12zM22.5 4v16h-2V4h2z"/></svg>`;
|
|
410
|
+
const tdesignExpandVertical = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-expand-vertical" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 3.5H4v-2h16v2zm-8 .59L16.91 9l-1.41 1.41-2.5-2.5v8.18l2.5-2.5L16.91 15 12 19.91 7.09 15l1.41-1.41 2.5 2.5V7.9l-2.5 2.5L7.09 9 12 4.09zm8 18.41H4v-2h16v2z"/></svg>`;
|
|
411
|
+
const tdesignExploreOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-explore-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.47 1.97a11 11 0 0114.56 14.56l-.41.9-1.83-.81.42-.92A9 9 0 008.3 3.8l-.93.4-.82-1.82.91-.4zM3 1.6l7.6 7.6 4.21 4.2 7.6 7.61L21 22.41l-1.96-1.96a11 11 0 01-15.5-15.5L1.6 3.01 3 1.59zm1.97 4.8a9 9 0 0012.65 12.65l-3.6-3.6-1.54 4.03-2.1-5.84-5.85-2.1 4.03-1.55-3.6-3.6zm12.47.17l-1.93 5.03-1.87-.71.32-.84-.84.32-.71-1.86 5.03-1.94z"/></svg>`;
|
|
412
|
+
const tdesignExplore = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-explore" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.36 5.64A9 9 0 105.64 18.36 9 9 0 0018.36 5.64zM4.22 4.22a11 11 0 1115.56 15.56A11 11 0 014.22 4.22zm13.22 2.34l-4.96 12.9-2.1-5.83-5.85-2.1 12.91-4.97zm-7.17 4.9l1.67.6.6 1.67 1.42-3.69-3.7 1.42z"/></svg>`;
|
|
413
|
+
const tdesignExposure = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-exposure" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm12-6v3h3v2h-3v3h-2v-3H8V9h3V6h2zM8 16h8v2H8v-2z"/></svg>`;
|
|
414
|
+
const tdesignExtensionOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-extension-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7305)"><path fill="currentColor" d="M8 3.99A3 3 0 0114 4h6v6a3 3 0 01.01 6l.05 2.52L18 16.4V14h2a1 1 0 100-2h-2V6h-6V4a1 1 0 10-2 0v2H7.59L5.53 3.94 8 4zm-7-2.4L22.41 23 21 24.41 18.59 22h-5l-.12-.86a2.5 2.5 0 00-4.94 0L8.4 22H2v-6.4l.86-.13a2.5 2.5 0 000-4.94L2 10.4V5.41L-.41 3 1 1.59zM4 7.4v1.35a4.5 4.5 0 010 8.48V20h2.76a4.5 4.5 0 018.48 0h1.35L4 7.41z"/></g></svg>`;
|
|
415
|
+
const tdesignExtension = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-extension" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 4a3 3 0 016 0h6v6a3 3 0 110 6v6h-6.4l-.13-.86a2.5 2.5 0 00-4.94 0L8.4 22H2v-6.4l.86-.13a2.5 2.5 0 000-4.94L2 10.4V4h6zm3-1a1 1 0 00-1 1v2H4v2.76a4.5 4.5 0 010 8.48V20h2.76a4.5 4.5 0 018.48 0H18v-6h2a1 1 0 100-2h-2V6h-6V4a1 1 0 00-1-1z"/></svg>`;
|
|
416
|
+
const tdesignFaceRetouching = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-face-retouching" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 .7l1.1 2.2L7.3 4 5.1 5.1 4 7.3 2.9 5.1.7 4l2.2-1.1L4 .7zM12 3c-.62 0-1.23.06-1.81.18l-.98.2-.4-1.96.97-.2a11 11 0 11-8.48 8.2l.24-.97 1.94.47-.23.97A9.03 9.03 0 0012 21a9 9 0 000-18zm2.51 5.93h2v2h-2v-2zm-7.05 0h2v2h-2v-2zm2.45 4.26l.49.87a1.83 1.83 0 003.2 0l.5-.87 1.74.97-.5.88a3.83 3.83 0 01-6.69 0l-.49-.88 1.75-.97zm10.92 7.63l-1.57.78 1.57.78.78 1.57.78-1.57 1.57-.78-1.57-.78-.78-1.57-.78 1.57z"/></svg>`;
|
|
417
|
+
const tdesignFactCheck = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fact-check" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 3v18H1V3h22zm-2 2H3v14h18V5zm-1.09 5.5L15 15.41l-2.91-2.91 1.41-1.41 1.5 1.5 3.5-3.5 1.41 1.41zM11 17H5v-2h6v2zm0-8H5V7h6v2zm0 4H5v-2h6v2z"/></svg>`;
|
|
418
|
+
const tdesignFahrenheitScale = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fahrenheit-scale" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.5 6a.5.5 0 100 1 .5.5 0 000-1zM4 6.5a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0zm7-.5c0-1.1.9-2 2-2h7v2h-7v5h7v2h-7v7h-2V6z"/></svg>`;
|
|
419
|
+
const tdesignFeature = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-feature" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h9v9H2V2zm2 2v5h5V4H4zm9-2h9v9h-9V2zm2 2v5h5V4h-5zM2 13h9v9H2v-9zm2 2v5h5v-5H4zm9-2h9v9h-9v-9zm2 2v5h5v-5h-5z"/></svg>`;
|
|
420
|
+
const tdesignFeelAtEase = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-feel-at-ease" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm7-3.5v1a.5.5 0 001 0v-1h2v1a2.5 2.5 0 01-5 0v-1h2zm7 0v1a.5.5 0 001 0v-1h2v1a2.5 2.5 0 01-5 0v-1h2zm-6.1 5.13l.5.87a3 3 0 005.2 0l.5-.87 1.73 1-.5.87a5 5 0 01-8.66 0l-.5-.86 1.73-1z"/></svg>`;
|
|
421
|
+
const tdesignFerocious = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-ferocious" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5.77-3.87l3.46 2-1 1.74-3.46-2 1-1.74zm11.46 1.74l-3.46 2-1-1.74 3.46-2 1 1.74zM16 12.79v4.31l-8.1-.77-.09-1.98L16 12.8z"/></svg>`;
|
|
422
|
+
const tdesignFerrisWheel = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-ferris-wheel" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v2.06c.74.1 1.44.29 2.1.56l1.03-1.78 1.73 1-1.03 1.78c.58.45 1.1.96 1.54 1.54l1.79-1.03 1 1.74-1.79 1.02c.28.67.48 1.37.57 2.11H22v2h-2.06c-.1.74-.29 1.44-.56 2.1l1.78 1.03-1 1.73-1.79-1.02A8.04 8.04 0 0116 17.93V21h3v2H5v-2h3v-3.07a8.04 8.04 0 01-2.38-2.1l-1.78 1.04-1-1.74 1.78-1.03a7.94 7.94 0 01-.56-2.1H2v-2h2.06c.1-.74.29-1.44.56-2.1L2.84 6.86l1-1.73 1.79 1.04c.44-.58.95-1.1 1.53-1.54l-1.03-1.8 1.73-1 1.04 1.8a7.95 7.95 0 012.1-.57V1h2zm-3 17.75V21h4v-2.25a8.02 8.02 0 01-4 0zm5.44-2.83a6.03 6.03 0 001.65-1.75l.2-.35a5.97 5.97 0 00-.01-5.68l-.16-.27a6.03 6.03 0 00-2.06-2.03l-.13-.08a6 6 0 00-6.37 10.16L12 8.67l3.44 7.25zm-5.07.86a6.01 6.01 0 003.26 0L12 13.33l-1.63 3.45z"/></svg>`;
|
|
423
|
+
const tdesignFile1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm15.59 6L15 3.41V7h3.59zM13 3H5v18h14V9h-6V3zm-6 9h10v2H7v-2zm0 4h10v2H7v-2z"/></svg>`;
|
|
424
|
+
const tdesignFileAdd1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-add-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm15.59 6L15 3.41V7h3.59zM13 3H5v18h14V9h-6V3zm0 8v3h3v2h-3v3h-2v-3H8v-2h3v-3h2z"/></svg>`;
|
|
425
|
+
const tdesignFileAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V12h-2V9h-6V3H5v18h7v2H3V1zm12 2.41V7h3.59L15 3.41zM20 14v4h4v2h-4v4h-2v-4h-4v-2h4v-4h2z"/></svg>`;
|
|
426
|
+
const tdesignFileAttachment = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-attachment" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V12h-2V9h-6V3H5v18h7v2H3V1zm12 2.41V7h3.59L15 3.41zM14 15.5a2.5 2.5 0 015 0V20h-2v-4.5a.5.5 0 00-1 0V20a2 2 0 104 0v-4h2v4a4 4 0 01-8 0v-4.5z"/></svg>`;
|
|
427
|
+
const tdesignFileBlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-blocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V11h-2V9h-6V3H5v18h6v2H3V1zm12 2.41V7h3.59L15 3.41zm3 11.09a3.5 3.5 0 00-3.08 5.17l4.75-4.75A3.48 3.48 0 0018 14.5zm3.08 1.83l-4.75 4.75a3.5 3.5 0 004.74-4.74zM12.5 18a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0z"/></svg>`;
|
|
428
|
+
const tdesignFileCode1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-code-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3H5zm10 .41V7h3.59L15 3.41zm-3.8 8.8L9.42 14l1.8 1.8-1.42 1.4L6.6 14l3.2-3.2 1.42 1.4zm3-1.42L17.42 14l-3.2 3.2-1.42-1.4 1.8-1.8-1.8-1.8 1.42-1.4z"/></svg>`;
|
|
429
|
+
const tdesignFileCode = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-code" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.42L21 6.6V13h-2V9h-6V3H5v18h6v2H3V1zm12 2.41v3.6h3.59L15 3.4zm8.66 11.85L20.9 18l2.77 2.75-1.4 1.42L18.05 18l4.2-4.17 1.41 1.43zM13 21h4.5v2H13v-2z"/></svg>`;
|
|
430
|
+
const tdesignFileCopy = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-copy" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 1h9.41L21 6.59V19H6V1zm2 2v14h11V9h-6V3H8zm7 .41V7h3.59L15 3.41zM4 5v16h11v2H2V5h2z"/></svg>`;
|
|
431
|
+
const tdesignFileDownload = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-download" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59v4.91h-2V9h-6V3H5v18h8v2H3V1zm12 2.41V7h3.59L15 3.41zM20 13v7.1l2.5-2.47 1.41 1.42L19 23.91l-4.91-4.86 1.4-1.42L18 20.11V13h2z"/></svg>`;
|
|
432
|
+
const tdesignFileExcel = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-excel" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3H5zm10 .41V7h3.59L15 3.41zM15 10v1.65a2 2 0 01-.61 1.44l-.95.91.95.91c.39.38.61.9.61 1.44V18h-2v-1.65l-1-.96-1 .96V18H9v-1.65a2 2 0 01.61-1.44l.95-.91-.95-.91A2 2 0 019 11.65V10h2v1.65l1 .96 1-.96V10h2z"/></svg>`;
|
|
433
|
+
const tdesignFileExport = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-export" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V12h-2V9h-6V3H5v18h6v2H3V1zm12 2.41V7h3.59L15 3.41zm4.05 10.68L23.91 19l-4.86 4.92-1.42-1.41 2.48-2.5H13v-2h7.1l-2.47-2.52 1.42-1.4z"/></svg>`;
|
|
434
|
+
const tdesignFileIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-icon" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V11h-2V9h-6V3H5v18h16v2H3V1zm12 2.41V7h3.59L15 3.41zM8 12v8H6v-8h2zm.5 2c0-1.1.9-2 2-2H12v2h-1.5v4H12v2h-1.5a2 2 0 01-2-2v-4zm4 0c0-1.1.9-2 2-2h1a2 2 0 012 2v4a2 2 0 01-2 2h-1a2 2 0 01-2-2v-4zm5.5-2h3a2 2 0 012 2v6h-2v-6h-1v6h-2v-8zm-3.5 2v4h1v-4h-1z"/></svg>`;
|
|
435
|
+
const tdesignFileImage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-image" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3H5zm10 .41V7h3.59L15 3.41zM8 11h2v2H8v-2zm4.73 1.94L16.79 17l-1.41 1.41-2.65-2.64-1.61 1.6-.66-.77-.7.67-1.14 1.14L7.21 17l1.15-1.15 2.26-2.2.63.76 1.48-1.47z"/></svg>`;
|
|
436
|
+
const tdesignFileImport = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-import" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23h-9v-2h7V9h-6V3H5v10H3V1zm12 2.41V7h3.59L15 3.41zM7.05 14.1L11.91 19l-4.86 4.92-1.42-1.41 2.48-2.5H1v-2h7.1l-2.47-2.52 1.42-1.4z"/></svg>`;
|
|
437
|
+
const tdesignFileLocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-locked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V11h-2V9h-6V3H5v18h6.5v2H3V1zm12 2.41V7h3.59L15 3.41zm3 11.09c.69 0 1.25.56 1.25 1.25v.75h-2.5v-.75c0-.69.56-1.25 1.25-1.25zm3.25 2v-.75a3.25 3.25 0 00-6.5 0v.75H13.5V23h9v-6.5h-1.25zm-.75 2V21h-5v-2.5h5z"/></svg>`;
|
|
438
|
+
const tdesignFileMinus = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-minus" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm15.59 6L15 3.41V7h3.59zM13 3H5v18h14V9h-6V3zM8 14h8v2H8v-2z"/></svg>`;
|
|
439
|
+
const tdesignFileMusic = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-music" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm15.59 6L15 3.41V7h3.59zM13 3H5v18h14V9h-6V3zm-1 7h4v2h-2v4a2.5 2.5 0 11-2-2.45V10zm0 6a.5.5 0 10-1 0 .5.5 0 001 0z"/></svg>`;
|
|
440
|
+
const tdesignFileOnenote = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-onenote" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3H5zm10 .41V7h3.59L15 3.41zM9 10h4a2 2 0 012 2v6h-2v-6h-2v6H9v-8z"/></svg>`;
|
|
441
|
+
const tdesignFileOutlook = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-outlook" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3H5zm10 .41V7h3.59L15 3.41zM8.5 12c0-1.1.9-2 2-2h3a2 2 0 012 2v4a2 2 0 01-2 2h-3a2 2 0 01-2-2v-4zm5 0h-3v4h3v-4z"/></svg>`;
|
|
442
|
+
const tdesignFilePaste = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-paste" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm16 8h-6V3H5v18h14V9zm-4-5.58V7h3.59L15 3.42zM7 10h2.6v2H9v.6H7V10zm3.4 0H13v2.6h-2V12h-.6v-2zM9 14v-.6H7V16h2.6v-2H9zm2 0h6v6h-6v-6zm2 2v2h2v-2h-2z"/></svg>`;
|
|
443
|
+
const tdesignFilePdf = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-pdf" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V11h-2V9h-6V3H5v18h16v2H3V1zm12 2.41V7h3.59L15 3.41zM6 12h3.71c.71 0 1.29.58 1.29 1.29v2.42c0 .71-.58 1.29-1.29 1.29H8v3H6v-8zm2 3h1v-1H8v1zm3.5-3h3.71c.71 0 1.29.58 1.29 1.29v5.42c0 .71-.58 1.29-1.29 1.29H11.5v-8zm2 2v4h1v-4h-1zm3.5-.71c0-.71.58-1.29 1.29-1.29h3.38v2H19v1h2.67v2H19v3h-2v-6.71z"/></svg>`;
|
|
444
|
+
const tdesignFilePowerpoint = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-powerpoint" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3H5zm10 .41V7h3.59L15 3.41zM9 10h4a2 2 0 012 2v1.6a2 2 0 01-2 2h-2V18H9v-8zm2 3.6h2V12h-2v1.6z"/></svg>`;
|
|
445
|
+
const tdesignFileRestore = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-restore" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V12h-2V9h-6V3H5v18h7v2H3V1zm12 2.41V7h3.59L15 3.41zM18.41 13l-1 1H18a5 5 0 11-5 5v-1h2v1a3 3 0 103-3h-.59l1 1L17 18.41 13.59 15 17 11.59 18.41 13z"/></svg>`;
|
|
446
|
+
const tdesignFileSafety = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-safety" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59v4.91h-2V9h-6V3H5v18h6.5v2H3V1zm12 2.41V7h3.59L15 3.41zM13.5 13.5h9v5.63a3 3 0 01-1.36 2.52L18 23.7l-3.14-2.05a3 3 0 01-1.36-2.52V13.5zm2 2v3.63a1 1 0 00.45.84L18 21.31l2.05-1.34a1 1 0 00.45-.84V15.5h-5z"/></svg>`;
|
|
447
|
+
const tdesignFileSearch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-search" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59v4.91h-2V9h-6V3H5v18h7.5v2H3V1zm12 2.41V7h3.59L15 3.41zm2.25 11.09a2.75 2.75 0 100 5.5 2.75 2.75 0 000-5.5zm-4.75 2.75a4.75 4.75 0 118.74 2.58l1.67 1.67-1.4 1.41-1.68-1.67a4.75 4.75 0 01-7.33-4z"/></svg>`;
|
|
448
|
+
const tdesignFileSetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V11h-2V9h-6V3H5v18h6v2H3V1zm12 2.41V7h3.59L15 3.41zm4 9.34v1.38a4 4 0 011.85 1.07l1.2-.7 1 1.74-1.2.69a4 4 0 010 2.14l1.2.69-1 1.73-1.2-.69A4 4 0 0119 21.87v1.38h-2v-1.38a4 4 0 01-1.85-1.07l-1.2.7-1-1.74 1.2-.69a4 4 0 010-2.14l-1.2-.69 1-1.73 1.2.69A4 4 0 0117 14.13v-1.38h2zm-2.75 4.28a2 2 0 000 1.94l.04.06a2 2 0 003.42 0l.04-.06a2 2 0 000-1.94l-.04-.06a2 2 0 00-3.42 0l-.04.06z"/></svg>`;
|
|
449
|
+
const tdesignFileTeams = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-teams" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3H5zm10 .41V7h3.59L15 3.41zM9 10h6v2h-2v6h-2v-6H9v-2z"/></svg>`;
|
|
450
|
+
const tdesignFileUnknown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-unknown" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59v4.91h-2V9h-6V3H5v18h9.5v2H3V1zm12 2.41V7h3.59L15 3.41zM18 15c-.93 0-1.5.66-1.5 1.25v1h-2v-1c0-1.9 1.67-3.25 3.5-3.25s3.5 1.36 3.5 3.25c0 .91-.4 1.72-1.03 2.3L19 19.94v.68h-2v-1.54l2.11-2c.26-.23.39-.53.39-.83 0-.6-.57-1.25-1.5-1.25zm-1 7h2v2h-2v-2z"/></svg>`;
|
|
451
|
+
const tdesignFileUnlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-unlocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V11h-2V9h-6V3H5v18h6.5v2H3V1zm12 2.41V7h3.59L15 3.41zm3 11.09c-.69 0-1.25.56-1.25 1.25v.75h5.75V23h-9v-6.5h1.25v-.75a3.25 3.25 0 015.54-2.3l.71.7-1.41 1.42-.7-.7a1.24 1.24 0 00-.89-.37zm-2.5 4V21h5v-2.5h-5z"/></svg>`;
|
|
452
|
+
const tdesignFileWord = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-word" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3H5zm10 .41V7h3.59L15 3.41zM10 11v5h1v-5h2v5h1v-5h2v5a2 2 0 01-2 2h-4a2 2 0 01-2-2v-5h2z"/></svg>`;
|
|
453
|
+
const tdesignFileZip = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file-zip" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3h-2v2H9v2h2v2H9v2h2v2H9v2H7v-2h2v-2H7V9h2V7H7V5h2V3H5zm10 .41V7h3.59L15 3.41z"/></svg>`;
|
|
454
|
+
const tdesignFile = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-file" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V9h-6V3H5zm10 .41V7h3.59L15 3.41z"/></svg>`;
|
|
455
|
+
const tdesignFillColor1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fill-color-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .05L23.95 12 22 13.95V14h-.05l-7.12 7.12a4 4 0 01-5.66 0l-6.29-6.3a4 4 0 010-5.65l4.44-4.44L4.59 2 6 .59l2.73 2.73L12 .05zm-3.27 6.1L4.3 10.59A2 2 0 003.71 12h17.4L12 2.88l-1.85 1.85L13.4 8 12 9.41 8.73 6.15zM4.88 14l5.7 5.7a2 2 0 002.83 0l5.71-5.7H4.88zm16.87 4.39l1.31 1.66c.59.73.59 1.85 0 2.58-.31.4-.78.66-1.31.66s-1-.26-1.31-.66a2.13 2.13 0 010-2.58l1.31-1.66z"/></svg>`;
|
|
456
|
+
const tdesignFillColor = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fill-color" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.53.63l.7.7 2.48 2.48 8.48 8.48.71.71-.7.7-8.5 8.5-.7.7-.7-.7-8.5-8.5-.7-.7.7-.7 7.79-7.78-1.77-1.77-.7-.71L9.51.63zM5.93 12h12.14L12 5.93 5.93 12zm12.14 2H5.93L12 20.07 18.07 14zm2.68 3.39l.78.99.53.67c.59.73.59 1.85 0 2.58-.31.4-.78.66-1.31.66s-1-.26-1.31-.66a2.13 2.13 0 010-2.58l.53-.67.78-1z"/></svg>`;
|
|
457
|
+
const tdesignFilm1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-film-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v2h2V4H4zm4 0v7h8V4H8zm10 0v2h2V4h-2zm2 4h-2v3h2V8zm0 5h-2v3h2v-3zm0 5h-2v2h2v-2zm-4 2v-7H8v7h8zM6 20v-2H4v2h2zm-2-4h2v-3H4v3zm0-5h2V8H4v3z"/></svg>`;
|
|
458
|
+
const tdesignFilm = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-film" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 110 18 9 9 0 010-18zm6.33 18A11.05 11.05 0 0023 12a11 11 0 10-11 11h12v-2h-5.67zM12 6a1 1 0 100 2 1 1 0 000-2zM9 7a3 3 0 116 0 3 3 0 01-6 0zm-2 4a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0zm13-1a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0zm-2 4a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0z"/></svg>`;
|
|
459
|
+
const tdesignFilter1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-filter-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.55 5.5l.19.15c.3.22.81.45 1.53.66C7.7 6.73 9.72 7 12 7c2.28 0 4.3-.27 5.73-.7a5.53 5.53 0 001.72-.8 5.53 5.53 0 00-1.72-.8C16.3 4.26 14.28 4 12 4c-2.28 0-4.3.27-5.73.7a5.53 5.53 0 00-1.72.8zm12.62 3c-1.48.32-3.26.5-5.17.5-1.9 0-3.7-.18-5.17-.5L11 13.65v6.19A3 3 0 0013 17v-3.36l4.17-5.13zm4.33-3v.86l-6.5 8V17a5 5 0 01-5 5H9v-7.64l-6.5-8V5.5c0-.84.57-1.43 1.1-1.8.55-.38 1.29-.69 2.1-.93C7.37 2.3 9.59 2 12 2c2.41 0 4.64.29 6.3.77.81.24 1.55.55 2.1.94.53.36 1.1.95 1.1 1.79z"/></svg>`;
|
|
460
|
+
const tdesignFilter2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 25 24" class="t-icon t-icon-filter-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.89 2.27l-1.57.78 1.57.78.78 1.57.78-1.57 1.57-.78-1.57-.78L21.67.7l-.78 1.57zM7.96 1.51l1.1 2.2 2.2 1.1-2.2 1.1-1.1 2.2-1.1-2.2-2.2-1.1 2.2-1.1 1.1-2.2zm9.28 1.9l5.15 5.14-15.1 15.09-5.14-5.15L17.24 3.4zm-2 4.83l2.31 2.32 2-2-2.31-2.33-2 2zm.9 3.73l-2.32-2.32-8.84 8.84 2.32 2.32 8.84-8.84z"/></svg>`;
|
|
461
|
+
const tdesignFilter3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 25 24" class="t-icon t-icon-filter-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.02 0L15.5 8l7.99 3.49-8 3.49-3.48 7.99-3.5-7.99-7.98-3.49 7.99-3.49L12.02 0zm9.3 3.32l-1.56.79 1.56.78.79 1.57.78-1.57 1.57-.78-1.57-.79-.78-1.56-.79 1.56zM12.02 5l-1.97 4.5-4.51 1.98 4.5 1.97 1.98 4.51 1.97-4.5 4.51-1.98L14 9.51 12.02 5zm7.32 9.76l1.3 2.6 2.6 1.3-2.6 1.3-1.3 2.61-1.3-2.6-2.61-1.3 2.6-1.3 1.3-2.61z"/></svg>`;
|
|
462
|
+
const tdesignFilterClear = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-filter-clear" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.57 3h18.86l-6.93 9.82V21h-5v-8.18L2.57 3zm3.86 2l5.07 7.18V19h1v-6.82L17.57 5H6.43zm11.45 8.46L20 15.6l2.12-2.13 1.42 1.42L21.4 17l2.13 2.12-1.42 1.42L20 18.4l-2.12 2.13-1.42-1.42L18.6 17l-2.13-2.12 1.42-1.42z"/></svg>`;
|
|
463
|
+
const tdesignFilterOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-filter-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1.59L21.41 20 20 21.41l-5.5-5.5V21h-5v-8.18L4.93 6.35 1.6 3 3 1.59zm8.5 11.32V19h1v-5.09l-1-1zM6.54 3h14.89l-6.03 8.55-1.64-1.15L17.57 5H9.51l-.9.02L6.54 3z"/></svg>`;
|
|
464
|
+
const tdesignFilter = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-filter" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.57 3h18.86l-6.93 9.82V21h-5v-8.18L2.57 3zm3.86 2l5.07 7.18V19h1v-6.82L17.57 5H6.43z"/></svg>`;
|
|
465
|
+
const tdesignFingerprint1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fingerprint-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 12a10 10 0 1120 0v9h-2v-9a8 8 0 10-16 0v9H2v-9zm4.5 0a5.5 5.5 0 1111 0v9h-2v-9a3.5 3.5 0 10-7 0v9h-2v-9zm6.5-1v10h-2V11h2z"/></svg>`;
|
|
466
|
+
const tdesignFingerprint2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fingerprint-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 11a10 10 0 00-20 0v3c0 2.64.57 5.15 1.6 7.41l.4.91 1.83-.82-.42-.91C4.51 18.58 4 16.35 4 14v-3a8 8 0 1116 0v3h2v-3zm-4.5 0a5.5 5.5 0 10-11 0v3c0 2.8.85 5.4 2.31 7.56l.57.83 1.65-1.12-.56-.83A11.44 11.44 0 018.5 14v-3a3.5 3.5 0 117 0v3a4.5 4.5 0 004.5 4.5h2v-2h-2a2.5 2.5 0 01-2.5-2.5v-3zM11 10v4a9 9 0 004.64 7.87l.87.49.97-1.75-.87-.48A7 7 0 0113 14v-4h-2z"/></svg>`;
|
|
467
|
+
const tdesignFingerprint3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fingerprint-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 11a10 10 0 0114.16-9.1l.91.42-.83 1.82-.91-.42A8 8 0 004 11v3H2v-3zm16.96-7.25l.65.76A9.96 9.96 0 0122 11v3c0 2.64-.57 5.15-1.6 7.41l-.4.91-1.83-.82.42-.91C19.49 18.58 20 16.35 20 14v-3c0-1.98-.72-3.8-1.91-5.2l-.65-.75 1.52-1.3zM11 5.5h1a5.5 5.5 0 015.5 5.5v1h-2v-1A3.5 3.5 0 0012 7.5h-1v-2zM9.83 8.08l-.6.8A3.48 3.48 0 008.5 11v2h-2v-2c0-1.26.42-2.42 1.13-3.34l.61-.8 1.59 1.22zM13 10v4a9 9 0 01-4.64 7.87l-.87.49-.97-1.75.87-.48A7 7 0 0011 14v-4h2zm4.54 4.08l-.08 1c-.2 2.39-1 4.6-2.27 6.48l-.56.83-1.66-1.12.56-.83a11.43 11.43 0 001.93-5.52l.08-1 2 .16zm-9.17 1.38l-.51.86A4.5 4.5 0 014 18.5H2v-2h2c.9 0 1.7-.48 2.14-1.21l.52-.86 1.71 1.03z"/></svg>`;
|
|
468
|
+
const tdesignFingerprint = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fingerprint" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 11a10 10 0 1120 0v3c0 2.64-.57 5.15-1.6 7.41l-.4.91-1.83-.82.42-.91C19.49 18.58 20 16.35 20 14v-3a8 8 0 10-16 0v3H2v-3zm4.5 0a5.5 5.5 0 1111 0v3c0 2.8-.85 5.4-2.31 7.56l-.56.83-1.66-1.12.56-.83A11.44 11.44 0 0015.5 14v-3a3.5 3.5 0 10-7 0v3A4.5 4.5 0 014 18.5H2v-2h2A2.5 2.5 0 006.5 14v-3zm6.5-1v4a9 9 0 01-4.64 7.87l-.87.49-.97-1.75.87-.48A7 7 0 0011 14v-4h2z"/></svg>`;
|
|
469
|
+
const tdesignFish = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fish" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.5 4.56c1.65-.9 3.86-1.13 6.67-.69.11.69.22 1.71.14 2.86a8.43 8.43 0 01-1.6 4.66l-.16.2-.04.27v.02a3.95 3.95 0 01-.08.38 9.3 9.3 0 01-1.23 2.9l-.84-1.68-.96.72C13.65 15.51 10.9 16 9 16H8v1c0 .77 0 1.3-.1 1.8-.04.18-.09.35-.15.53l-4.01-4A8.2 8.2 0 015.98 15H7v-1c0-2.7.86-4 1.83-5.44L9.2 8 7.43 5.34l.11-.04a11.75 11.75 0 013.97-.47c.1.77.38 1.64.87 2.48a7.26 7.26 0 003.77 3.13l.94.35.7-1.88-.94-.35A5.26 5.26 0 0114.1 6.3a4.45 4.45 0 01-.6-1.73zm6.94 7.85a10.52 10.52 0 001.87-5.55c.12-1.8-.14-3.37-.34-4.12l-.17-.6-.62-.12c-3.42-.65-6.47-.5-8.85.9a7.65 7.65 0 00-1.34-.12 13.74 13.74 0 00-4.09.6c-.57.2-1.19.47-1.6.9l-.59.57L6.8 8a9.93 9.93 0 00-1.77 5.06c-.19.02-.4.04-.62.08-.86.13-2.03.4-2.96 1.03l-1.02.67 7.73 7.73.67-1.02A6.42 6.42 0 0010 17.96c1.7-.11 3.84-.54 5.61-1.52l1.12 2.25.98-.98a10.1 10.1 0 002.28-3.65 11.3 11.3 0 00.46-1.65zM17.5 4.58L18.92 6 17.5 7.4 16.08 6l1.42-1.42z"/></svg>`;
|
|
470
|
+
const tdesignFlag1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flag-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 2h8.41l2 2h8.02l-2.37 6.5 2.37 6.5h-8.84l-2-2H5v7.5H3V2zm2 11h6.41l2 2h5.16l-1.27-3.5h-4.71l-2-2H5V13zm0-5.5h6.41l2 2h3.89L18.57 6H12.6l-2-2H5v3.5z"/></svg>`;
|
|
471
|
+
const tdesignFlag2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flag-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 2h8.41l2 2h8.02l-2.37 6.5 2.37 6.5h-8.84l-2-2H5v7.5H3V2zm2 11h2V4H5v9zm4-9v9h2.41l2 2h5.16l-1.63-4.5L18.57 6H12.6l-2-2H9z"/></svg>`;
|
|
472
|
+
const tdesignFlag3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flag-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 10L8 18.66V1.34L23 10zM10 4.8v10.4l9-5.2-9-5.2zM4 1h2v22H4V1z"/></svg>`;
|
|
473
|
+
const tdesignFlag4 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flag-4" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h14v1h6v14h-8v-1H4v6H2V2zm2 12h10V4H4v10zm12-9v10h4V5h-4z"/></svg>`;
|
|
474
|
+
const tdesignFlag = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flag" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 2h8.41l2 2h8.02l-2.37 6.5 2.37 6.5h-8.84l-2-2H5v7.5H3V2zm2 11h6.41l2 2h5.16l-1.63-4.5L18.57 6H12.6l-2-2H5v9z"/></svg>`;
|
|
475
|
+
const tdesignFlashlight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flashlight" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 0h16v7.41l-3 3V24H7V10.41l-3-3V0zm2 2v1.5h12V2H6zm12 3.5H6v1.09l3 3V22h6V9.59l3-3V5.5zM11 10h2v2h-2v-2z"/></svg>`;
|
|
476
|
+
const tdesignFlightLanding = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flight-landing" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.3 1.2l3.72 1 2.56 8.97 4.96 1.33a2.5 2.5 0 11-1.3 4.83L1.56 12.58l.46-7.12 3.18.85.64 2.24 3.33.9.14-8.25zm1.96 2.6l-.14 8.24-6.9-1.85-.42-1.44-.15 2.33 16.12 4.31a.5.5 0 10.25-.96l-6.05-1.62-2.56-8.97-.15-.04zM2 19h20v2H2v-2z"/></svg>`;
|
|
477
|
+
const tdesignFlightTakeoff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flight-takeoff" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.32 2.39l6.71 6.48L20 7.54a2.5 2.5 0 011.3 4.83l-17.7 4.74-3.17-6.4 3.18-.84 1.68 1.62 3.33-.9-4-7.2 3.71-1zM7.6 4.65l4 7.21-6.9 1.85-1.08-1.04 1.03 2.09 16.12-4.32a.5.5 0 00-.26-.96l-6.05 1.62L7.75 4.6l-.15.04zM2 19h20v2H2v-2z"/></svg>`;
|
|
478
|
+
const tdesignFlipSmilingFace = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flip-smiling-face" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm6.67-3.5a5 5 0 018.66 0l.5.86-1.73 1-.5-.86a3 3 0 00-5.2 0l-.5.87-1.73-1 .5-.87zM9 12v4H7v-4h2zm8 0v4h-2v-4h2z"/></svg>`;
|
|
479
|
+
const tdesignFlipToBack = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flip-to-back" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 3h3.5v2H9v1.5H7V3zm5.5 0h3v2h-3V3zm5 0H21v3.5h-2V5h-1.5V3zM5 7.5V19h11.5v2H3V7.5h2zm4 1v3H7v-3h2zm12 0v3h-2v-3h2zm-12 5V15h1.5v2H7v-3.5h2zm12 0V17h-3.5v-2H19v-1.5h2zM12.5 15h3v2h-3v-2z"/></svg>`;
|
|
480
|
+
const tdesignFlipToFront = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-flip-to-front" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 3h14v14H7V3zm2 2v10h10V5H9zM5 7.5v3H3v-3h2zm0 5v3H3v-3h2zm0 5V19h1.5v2H3v-3.5h2zm6.5 1.5v2h-3v-2h3zm2 0h3v2h-3v-2z"/></svg>`;
|
|
481
|
+
const tdesignFocus = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-focus" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v3.06A8 8 0 0119.94 11H23v2h-3.06A8 8 0 0113 19.94V23h-2v-3.06A8 8 0 014.06 13H1v-2h3.06A8 8 0 0111 4.06V1h2zm-1 5a6 6 0 100 12 6 6 0 000-12zm-2 6a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
482
|
+
const tdesignFogNight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fog-night" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.92.59l-.45 1.67a6.92 6.92 0 00.07 3.6 7 7 0 009.84 4.48l1.54-.75-.1 1.7a8.1 8.1 0 01-.93 3.16l-.44.9-1.8-.9.46-.9c.13-.26.24-.52.33-.76A9 9 0 018.6 6.4a9.59 9.59 0 01-.33-2.86 8 8 0 00-4.17 9.23 7.38 7.38 0 00.28.75l.03.08.01.03.38.93-1.85.75-.38-.92v-.01l-.01-.03-.04-.09a28.73 28.73 0 01-.35-.97A10 10 0 019.24 1.03L10.92.6zM2 17h6v2H2v-2zm8 0h12v2H10v-2zm7 4h5v2h-5v-2zM2 21h13v2H2v-2z"/></svg>`;
|
|
483
|
+
const tdesignFogSunny = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fog-sunny" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v3h-2V1h2zm7.49 3.93l-2.13 2.12-1.41-1.41 2.12-2.13 1.42 1.42zM4.93 3.5l2.12 2.13-1.41 1.41L3.5 4.93 4.93 3.5zM12 8a4 4 0 00-3.67 5.6l.4.92-1.83.8-.4-.92A5.98 5.98 0 0112 6a6 6 0 015.5 8.4l-.4.92-1.83-.8.4-.92A4 4 0 0012 8zM1 11h3v2H1v-2zm19 0h3v2h-3v-2zM2 17h6v2H2v-2zm8 0h12v2H10v-2zm7 4h5v2h-5v-2zM2 21h13v2H2v-2z"/></svg>`;
|
|
484
|
+
const tdesignFog = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fog" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.1 4a4.3 4.3 0 00-4.4 4.2c0 .26.03.52.07.77L7 10.15H5.8c-.96 0-1.8.87-1.8 1.85v1H2v-1a3.91 3.91 0 012.7-3.68V8.2A6.3 6.3 0 0111.1 2c.55 0 1.08.07 1.59.2a6.33 6.33 0 014.53 4.18c.72.09 1.4.32 2.01.66A5.85 5.85 0 0122 12v1h-2v-1c0-1.3-.76-2.67-1.74-3.22a3.61 3.61 0 00-1.82-.45l-.85.02-.15-.84a4.29 4.29 0 00-3.23-3.38A4.6 4.6 0 0011.1 4zM2 14h6v2H2v-2zm8 0h12v2H10v-2zm7 4h5v2h-5v-2zM2 20v-2h13v2H2z"/></svg>`;
|
|
485
|
+
const tdesignFolder1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v16H1V2.5zm2 2v4.25h18V7H10.52l-2-2.5H3zm18 6.25H3V19h18v-8.25z"/></svg>`;
|
|
486
|
+
const tdesignFolderAdd1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-add-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v16H1V2.5zm2 2V19h18V7H10.52l-2-2.5H3zM13 9v3h3v2h-3v3h-2v-3H8v-2h3V9h2z"/></svg>`;
|
|
487
|
+
const tdesignFolderAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v7h-2V7H10.52l-2-2.5H3V19h11v2H1V2.5zM21 14v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"/></svg>`;
|
|
488
|
+
const tdesignFolderBlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-blocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v5h-2V7H10.52l-2-2.5H3V19h8.5v2H1V2.5zm17.5 11a3.5 3.5 0 00-3.08 5.17l4.75-4.75a3.48 3.48 0 00-1.67-.42zm3.08 1.83l-4.75 4.75a3.5 3.5 0 004.74-4.74zM13 17a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0z"/></svg>`;
|
|
489
|
+
const tdesignFolderDetails = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-details" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v16H1V2.5zm2 2V19h18V7H10.52l-2-2.5H3zM7 12h2v2H7v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z"/></svg>`;
|
|
490
|
+
const tdesignFolderExport = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-export" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v8h-2V7H10.52l-2-2.5H3V19h8.5v2H1V2.5zm18.05 10.59L23.91 18l-4.86 4.92-1.42-1.41 2.48-2.5H13v-2h7.1l-2.47-2.52 1.42-1.4z"/></svg>`;
|
|
491
|
+
const tdesignFolderImport = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 25 24" class="t-icon t-icon-folder-import" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2.5h8.48l2 2.5H24v16H13v-2h9V7H11.52l-2-2.5H4v8.25H2V2.5zm5.05 10.59L11.91 18l-4.86 4.92-1.42-1.41 2.48-2.5H1v-2h7.1l-2.47-2.52 1.42-1.4z"/></svg>`;
|
|
492
|
+
const tdesignFolderLocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-locked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v5h-2V7H10.52l-2-2.5H3V19h10v2H1V2.5zm18.5 11c.69 0 1.25.56 1.25 1.25v.75h-2.5v-.75c0-.69.56-1.25 1.25-1.25zm3.25 2v-.75a3.25 3.25 0 00-6.5 0v.75H15V22h9v-6.5h-1.25zm-.75 2V20h-5v-2.5h5z"/></svg>`;
|
|
493
|
+
const tdesignFolderMinus = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-minus" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v16H1V2.5zm2 2V19h18V7H10.52l-2-2.5H3zM8 12h8v2H8v-2z"/></svg>`;
|
|
494
|
+
const tdesignFolderMove = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-move" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v16H1V2.5zm2 2V19h18V7H10.52l-2-2.5H3z"/><path fill="currentColor" d="M8 12h4.66l-1.47-1.53 1.45-1.39L16.38 13l-3.74 3.91-1.45-1.38L12.66 14H8v-2z"/></svg>`;
|
|
495
|
+
const tdesignFolderOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.48 2.5l2 2.5H14v2h-3.48l-2-2.5H3v12.91l-2 2V2.5h8.48zM21.41 4l-1 1H23v15H5.41L3 22.41 1.59 21 20 2.59 21.41 4zm-3 3l-11 11H21V7h-2.59z"/></svg>`;
|
|
496
|
+
const tdesignFolderOpen1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-open-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23.84 9l-3.6 12H0V2.5h7.36l3 2.5H20.5v4h3.34zM18.5 9V7H9.64l-3-2.5H2v8.69L3.26 9H18.5zM2.34 19h16.42l2.4-8H4.74l-2.4 8z"/></svg>`;
|
|
497
|
+
const tdesignFolderOpen = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-open" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h10.48l2 2.5H23v2H12.52l-2-2.5H1v-2zm0 4h8.48l2 2.5H23v12H1V6.5zm2 2V19h18v-8H10.52l-2-2.5H3z"/></svg>`;
|
|
498
|
+
const tdesignFolderSearch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-search" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v7.5h-2V7H10.52l-2-2.5H3V19h8.5v2H1V2.5zm16.25 12a2.75 2.75 0 011.95 4.7h-.01a2.74 2.74 0 01-4.69-1.95 2.75 2.75 0 012.75-2.75zm4 5.33a4.75 4.75 0 10-1.41 1.41l1.66 1.67 1.41-1.4-1.67-1.68z"/></svg>`;
|
|
499
|
+
const tdesignFolderSetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v6h-2V7H10.52l-2-2.5H3V19h8v2H1V2.5zm18 9.25v1.38a4 4 0 011.85 1.07l1.2-.7 1 1.74-1.2.69a4 4 0 010 2.14l1.2.69-1 1.73-1.2-.69A4 4 0 0119 20.87v1.38h-2v-1.38a4 4 0 01-1.85-1.07l-1.2.7-1-1.74 1.2-.69a4 4 0 010-2.14l-1.2-.69 1-1.73 1.2.69A4 4 0 0117 13.13v-1.38h2zm-2.75 4.28a2 2 0 000 1.94l.04.06a2 2 0 003.42 0l.04-.06a2 2 0 000-1.94l-.04-.06a2 2 0 00-3.42 0l-.04.06z"/></svg>`;
|
|
500
|
+
const tdesignFolderShared = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-shared" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v16H1V2.5zm2 2V19h18V7H10.52l-2-2.5H3zm9 6a1 1 0 110 2 1 1 0 010-2zm2.4 2.8a3 3 0 10-4.8 0A4 4 0 008 16.5v1h2v-1a2 2 0 114 0v1h2v-1a4 4 0 00-1.6-3.2z"/></svg>`;
|
|
501
|
+
const tdesignFolderUnlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-unlocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v5h-2V7H10.52l-2-2.5H3V19h10v2H1V2.5zm18.5 11c-.69 0-1.25.56-1.25 1.25v.75H24V22h-9v-6.5h1.25v-.75a3.25 3.25 0 015.54-2.3l.71.7-1.41 1.42-.7-.7a1.24 1.24 0 00-.89-.37zm-2.5 4V20h5v-2.5h-5z"/></svg>`;
|
|
502
|
+
const tdesignFolderZip = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder-zip" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v16H1V2.5zm2 2V19h11v-2h2v-2h-2v-2h2v-2h-2V9h2V7h-5.48l-2-2.5H3zM16 9v2h2v2h-2v2h2v2h-2v2h5V7h-3v2h-2z"/></svg>`;
|
|
503
|
+
const tdesignFolder = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-folder" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2.5h8.48l2 2.5H23v16H1V2.5zm2 2V19h18V7H10.52l-2-2.5H3z"/></svg>`;
|
|
504
|
+
const tdesignForest = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-forest" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 .21l5 13 5-13L23.46 17H18v5h-2v-5H8v5H6v-5H.54L7 .21zM8 15h2.54L8 8.39V15zM6 8.39L3.46 15H6V8.39zM13.46 15H16V8.39L13.46 15zM18 8.39V15h2.54L18 8.39z"/></svg>`;
|
|
505
|
+
const tdesignFork = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fork" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a2 2 0 100-4 2 2 0 000 4zm1-5.87a4 4 0 11-2 0V13H7a3 3 0 01-3-3V8.87a4 4 0 112 0V10a1 1 0 001 1h10a1 1 0 001-1V8.87a4 4 0 112 0V10a3 3 0 01-3 3h-4v2.13zM5 7zm14 0a2 2 0 100-4 2 2 0 000 4z"/></svg>`;
|
|
506
|
+
const tdesignForm = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-form" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v3h16V4H4zm16 5H4v11h16V9zM6 11.5h12v2H6v-2zm0 4h8v2H6v-2z"/></svg>`;
|
|
507
|
+
const tdesignFormatHorizontalAlignBottom = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-format-horizontal-align-bottom" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2v20H4V2h2zm14 0v20h-2V2h2zm-7 6v14h-2V8h2z"/></svg>`;
|
|
508
|
+
const tdesignFormatHorizontalAlignCenter = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-format-horizontal-align-center" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2v20H4V2h2zm14 0v20h-2V2h2zm-7 3v14h-2V5h2z"/></svg>`;
|
|
509
|
+
const tdesignFormatHorizontalAlignTop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-format-horizontal-align-top" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2v20H4V2h2zm7 0v14h-2V2h2zm7 0v20h-2V2h2z"/></svg>`;
|
|
510
|
+
const tdesignFormatVerticalAlignCenter = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-format-vertical-align-center" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 4h20v2H2V4zm3 7h14v2H5v-2zm-2 7H2v2h20v-2H3z"/></svg>`;
|
|
511
|
+
const tdesignFormatVerticalAlignLeft = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-format-vertical-align-left" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 4h20v2H2V4zm0 7h14v2H2v-2zm1 7H2v2h20v-2H3z"/></svg>`;
|
|
512
|
+
const tdesignFormatVerticalAlignRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-format-vertical-align-right" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 4h20v2H2V4zm6 7h14v2H8v-2zm-5 7H2v2h20v-2H3z"/></svg>`;
|
|
513
|
+
const tdesignForward = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-forward" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.75 4.34v7l-7-7v15.32l7-7v7L20.41 12l-7.66-7.66zM17.59 12l-2.84 2.84V9.16L17.59 12zm-7 0l-2.84 2.84V9.16L10.59 12z"/></svg>`;
|
|
514
|
+
const tdesignFrame1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-frame-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h4V4H4zm6 0v16h4V4h-4zm6 0v16h4V4h-4z"/></svg>`;
|
|
515
|
+
const tdesignFrame = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-frame" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v7h7V4H4zm9 0v7h7V4h-7zm7 9h-7v7h7v-7zm-9 7v-7H4v7h7z"/></svg>`;
|
|
516
|
+
const tdesignFries = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fries" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.46 1L21 4.52l-.7.7 2.11 2.13-2.12 2.12 2.12 2.12-3.2 3.2 1.4 1.4-11.76 7.06-8.1-8.1L7.8 3.39 9.32 4.9l3.9-3.9 2.12 2.12L17.46.99zm-4.6 7.44l.7.7 4.61-4.61-.7-.7-4.62 4.6zm6.02-1.79l-3.9 3.9.7.72 3.9-3.91-.7-.7zm-1.79 6.03l.71.7 1.79-1.78-.71-.7-1.79 1.78zm.3 3.12l-9.2-9.19-1.93 3.23 7.9 7.9 3.23-1.94zm-5 3l-7.2-7.19-1.93 3.24 5.9 5.9 3.23-1.95zM10.73 6.32l.7.7 2.5-2.49-.7-.7-2.5 2.49z"/></svg>`;
|
|
517
|
+
const tdesignFullscreen1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fullscreen-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 4h6v2H6v4H4V4zm10 0h6v6h-2V6h-4V4zM6 14v4h4v2H4v-6h2zm14 0v6h-6v-2h4v-4h2z"/></svg>`;
|
|
518
|
+
const tdesignFullscreen2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fullscreen-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 4h6v2H7.41l3 3L9 10.41l-3-3V10H4V4zm10 0h6v6h-2V7.41l-3 3L13.59 9l3-3H14V4zm-3.59 11l-3 3H10v2H4v-6h2v2.59l3-3L10.41 15zM15 13.59l3 3V14h2v6h-6v-2h2.59l-3-3L15 13.59z"/></svg>`;
|
|
519
|
+
const tdesignFullscreenExit1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fullscreen-exit-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14 20v-6h6v2h-4v4h-2zm-6 0v-4H4v-2h6v6H8zm12-10h-6V4h2v4h4v2zm-10 0H4V8h4V4h2v6z"/></svg>`;
|
|
520
|
+
const tdesignFullscreenExit = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fullscreen-exit" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.41 5l-4.5 4.5H20v2h-7.5V4h2v4.09l4.5-4.5L20.41 5zM4 12.5h7.5V20h-2v-4.09L5 20.41 3.59 19l4.5-4.5H4v-2z"/></svg>`;
|
|
521
|
+
const tdesignFullscreen = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-fullscreen" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4.5h7.5V12h-2V7.91L7.91 17.5H12v2H4.5V12h2v4.09l9.59-9.59H12v-2z"/></svg>`;
|
|
522
|
+
const tdesignFunctionAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-function-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h9v9H2V2zm2 2v5h5V4H4zm9-2h9v9h-9V2zm2 2v5h5V4h-5zM2 13h9v9H2v-9zm2 2v5h5v-5H4zm12.5-1.5h2v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg>`;
|
|
523
|
+
const tdesignFunctionCurve = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-function-curve" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 2v13h8.79l.34-.8A31.6 31.6 0 0019 4.95l.05-1 2 .1-.05 1c-.14 2.64-.71 6.6-2.01 9.89l-.03.06H22v2h-3.98c-.48.84-1.03 1.61-1.68 2.24a5.62 5.62 0 01-4.4 1.75A6.28 6.28 0 018 19.22V22H6v-5H2v-2h3.2l-.19-.46c-1.3-3.22-1.87-7-2-9.48l-.06-1 2-.11.05 1c.1 1.68.4 3.96 1 6.21V2h2zm.66 15c.96 1.19 2.09 1.9 3.4 2 1.1.06 2.04-.35 2.88-1.18.24-.24.48-.52.7-.82H8.66z"/></svg>`;
|
|
524
|
+
const tdesignFunctions1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-functions-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 5c0-1.1.9-2 2-2h8v2H4v6h8v2H4v8H2V5zm20 5v2.14a2 2 0 01-.73 1.54l-2.2 1.82 2.2 1.82a2 2 0 01.73 1.54V21h-2v-2.14l-2.5-2.06-2.5 2.06V21h-2v-2.14a2 2 0 01.73-1.54l2.2-1.82-2.2-1.82a2 2 0 01-.73-1.54V10h2v2.14l2.5 2.06 2.5-2.06V10h2z"/></svg>`;
|
|
525
|
+
const tdesignFunctions = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-functions" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 3h16v2H7.14l8.28 7-8.28 7H20v2H4v-1.96L12.32 12 4 4.96V3z"/></svg>`;
|
|
526
|
+
const tdesignGamepad1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gamepad-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 4c0-1.1.9-2 2-2h4v2h-4v2h9v14H2V6h9V4zM4 8v10h16V8H4zm5 2v2h2v2H9v2H7v-2H5v-2h2v-2h2zm6 0h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2zm0 2v2h2v-2h-2z"/></svg>`;
|
|
527
|
+
const tdesignGamepad = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gamepad" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.06 3h19.88l1.12 18h-6.78l-1-3H8.72l-1 3H.94L2.06 3zm1.88 2l-.88 14h3.22l1-3h9.44l1 3h3.22l-.88-14H3.94zM9 7.5v2h2v2H9v2H7v-2H5v-2h2v-2h2zm7 0h2v2h-2v-2zm0 4h2v2h-2v-2z"/></svg>`;
|
|
528
|
+
const tdesignGamma = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gamma" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.26 1.46l6.57 12.74L18.5 1.68l1.82.82-6.43 14.22V22h-2v-5.26L6.19 5.67l-1.81 3.2-1.74-1 3.62-6.41z"/></svg>`;
|
|
529
|
+
const tdesignGarlic = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-garlic" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.5.28v2.06c-.01.74-.02 1.63.3 2.7.38 1.23 1.2 2.73 3.15 4.3 2.15 1.76 4 4.8 4.05 7.64a5.42 5.42 0 01-1.82 4.28C19.9 22.4 18 23 15.5 23c-.5 0-.96-.2-1.2-.33-.72.24-1.5.33-2.3.33-.92 0-1.65-.2-2.23-.48A8.82 8.82 0 017 23c-2.95 0-4.74-2.53-5.12-5.16a8.1 8.1 0 013.38-7.87 29.32 29.32 0 004.31-3.73 7.67 7.67 0 00-.21-1.67l-.15-.71L15.5.28zM9.03 9.56c-.76.66-1.66 1.38-2.63 2.06a6.1 6.1 0 00-2.55 5.93C4.16 19.65 5.44 21 7 21c.35 0 .7-.03 1-.09-1.36-2.07-1.44-5.48.38-9.49.27-.69.48-1.3.65-1.86zm7.43 11.4a5.76 5.76 0 003.4-1.2A3.42 3.42 0 0021 17.02c-.03-2.1-1.49-4.64-3.32-6.13-2.22-1.8-3.3-3.63-3.79-5.26a9.13 9.13 0 01-.36-1.93l-2.07 1.18c.07.46.13 1.03.1 1.73-.03 1.34-.36 3.1-1.33 5.57l-.01.02-.01.02c-2.15 4.73-1.06 7.5.21 8.37.29.2.77.41 1.58.41a4.5 4.5 0 001.94-.35c.5-.24.87-.63 1.07-1.33.22-.76.24-1.9-.1-3.59a14.2 14.2 0 00-.74-2.3l-.11-.3c-.35-.9-.7-1.91-.9-3.2l-.14-1L15 8.66l.14.99c.16 1.07.46 1.92.79 2.79l.1.28c.3.78.63 1.63.84 2.62a9.7 9.7 0 01.07 4.54c-.12.4-.28.77-.48 1.1z"/></svg>`;
|
|
530
|
+
const tdesignGenderFemale = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gender-female" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a5 5 0 01.25 10h-.5A5 5 0 0112 4zm1 11.94a7 7 0 10-2 0V17H8v2h3v3h2v-3h3v-2h-3v-1.06z"/></svg>`;
|
|
531
|
+
const tdesignGenderMale = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gender-male" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.5 3H21v7.5h-2V6.41l-3.4 3.4A7 7 0 1114.2 8.4L17.6 5H13.5V3zM10 9a5 5 0 100 10 5 5 0 000-10z"/></svg>`;
|
|
532
|
+
const tdesignGestureApplause = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-applause" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 .59L5.41 3 4 4.41 1.59 2 3 .59zM22.41 2L20 4.41 18.59 3 21 .59 22.41 2zM10.36 3.3a.65.65 0 00-.65.52L7.43 14.49 6.2 15.71l2.7 2.7 1.53-1.53c.36-.35.56-.84.56-1.35V3.96a.65.65 0 00-.64-.66zM7.5 19.83l-2.7-2.7-.65.64 2.7 2.7.65-.64zM7.75 3.4A2.65 2.65 0 0112 1.88a2.64 2.64 0 014.25 1.52l2.16 10.1 4.27 4.27-5.53 5.53-5-5a3.9 3.9 0 01-.15-.16l-.15.16-5 5-5.53-5.53L5.6 13.5 7.75 3.4zm6.54.42a.65.65 0 00-1.29.14v11.57c0 .51.2 1 .56 1.35l1.53 1.53 2.7-2.7-1.22-1.22L14.3 3.82zm4.91 13.3l-2.7 2.7.65.65 2.7-2.7-.65-.65zM5.41 7L3 9.41 1.59 8 4 5.59 5.41 7zM20 5.59L22.41 8 21 9.41 18.59 7 20 5.59z"/></svg>`;
|
|
533
|
+
const tdesignGestureClick = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-click" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .5v3.41h-2V.5h2zM5 3.08L7.41 5.5 6 6.9 3.59 4.5 5 3.08zM18.41 4.5L16 6.9 14.59 5.5 17 3.08l1.41 1.42zM11 6.8a.76.76 0 00-.76.76V17.6l-4.5-1-.1.15 3.43 4.45c.14.19.37.3.6.3h7.09c.32 0 .61-.2.71-.52l1.79-5.35a.76.76 0 00-.34-.9l-3.62-2.1a.76.76 0 00-.39-.11h-3.15V7.57A.76.76 0 0011 6.8zm-2.76.76a2.76 2.76 0 015.52 0v2.95h1.15c.5 0 .97.13 1.4.38L19.92 13a2.76 2.76 0 011.22 3.25l-1.78 5.35a2.76 2.76 0 01-2.61 1.89H9.67c-.86 0-1.66-.4-2.19-1.08l-4.3-5.59.95-1.41a1.88 1.88 0 011.97-.8l2.14.48V7.57z"/></svg>`;
|
|
534
|
+
const tdesignGestureDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.57 19.5a3 3 0 106 0V16h1.46a3 3 0 001.51-.4l4.13-2.42a3 3 0 001.34-3.54l-2.04-6.09a3 3 0 00-2.84-2.05H9.06a3 3 0 00-2.38 1.17L1.84 8.96l1.02 1.52a2 2 0 002.1.85l2.61-.58v8.75zm3 1a1 1 0 01-1-1V8.25L4.52 9.38l-.22-.34L8.26 3.9a1 1 0 01.8-.39h8.07a1 1 0 01.95.68l2.03 6.1a1 1 0 01-.45 1.17l-4.13 2.41a1 1 0 01-.5.14h-3.46v5.5a1 1 0 01-1 1z"/></svg>`;
|
|
535
|
+
const tdesignGestureExpansion = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-expansion" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 0h5v5H9V3.41L5.41 7H7v2H2V4h2v1.59L7.59 2H6V0zm4.24 7.57a2.76 2.76 0 015.52 0v2.95h1.15c.5 0 .97.13 1.4.38L21.92 13a2.76 2.76 0 011.22 3.25l-1.78 5.35a2.76 2.76 0 01-2.61 1.89h-7.09c-.86 0-1.66-.4-2.19-1.08l-4.3-5.59.95-1.41a1.88 1.88 0 011.97-.8l2.14.48V7.57zM13 6.8a.76.76 0 00-.76.76V17.6l-4.5-1-.1.15 3.43 4.45c.14.19.37.3.6.3h7.09c.32 0 .61-.2.71-.52l1.79-5.35a.76.76 0 00-.34-.9l-3.62-2.1a.76.76 0 00-.39-.11h-3.15V7.57A.76.76 0 0013 6.8z"/></svg>`;
|
|
536
|
+
const tdesignGestureLeftSlip = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-left-slip" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.4 5.2a11 11 0 0114.38 1.02l.7.71 1.42-1.41-.7-.71A13 13 0 004.5 3.37V1.5h-2v5.7H7.5v-2H5.4zm3.84 2.37a2.76 2.76 0 115.52 0v2.95h1.15c.5 0 .97.13 1.4.38L20.92 13a2.76 2.76 0 011.22 3.25l-1.78 5.35a2.76 2.76 0 01-2.61 1.89h-7.09c-.86 0-1.66-.4-2.18-1.08l-4.3-5.59.94-1.41a1.88 1.88 0 011.97-.8l2.14.48V7.57zM12 6.8a.76.76 0 00-.76.76V17.6l-4.5-1-.1.15 3.43 4.45c.14.19.37.3.6.3h7.09c.32 0 .61-.2.71-.52l1.79-5.35a.76.76 0 00-.34-.9l-3.62-2.1a.76.76 0 00-.39-.11h-3.15V7.57A.76.76 0 0012 6.8z"/></svg>`;
|
|
537
|
+
const tdesignGestureLeft = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-left" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.5 7.57a3 3 0 100 6H8v1.46a3 3 0 00.4 1.51l2.42 4.13a3 3 0 003.54 1.34l6.09-2.04a3 3 0 002.05-2.84V9.06a3 3 0 00-1.17-2.38l-6.29-4.84-1.52 1.02a2 2 0 00-.85 2.1l.58 2.61H4.5zm-1 3a1 1 0 011-1h11.25l-1.13-5.05.34-.22 5.15 3.96a1 1 0 01.39.8v8.07a1 1 0 01-.68.95l-6.1 2.03a1 1 0 01-1.17-.45l-2.41-4.13a1 1 0 01-.14-.5v-3.46H4.5a1 1 0 01-1-1z"/></svg>`;
|
|
538
|
+
const tdesignGesturePray1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-pray-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.04 4.99a.45.45 0 00-.74.5 2.34 2.34 0 00.09.18l.12.24 1.96 4-2.16 4.66 3.64 1.11 1-5.97.01-.04.04-.22v-.01-.02c-.04-.35-.2-.67-.45-.92L7.04 5zm2.58 12.68L4.77 16.2H4v2.96h5.37l.25-1.48zM4.28 14.2l1.97-4.25L4.7 6.76l-.01-.01-.08-.17-.01-.02a2.45 2.45 0 013.85-2.99l3.52 3.52.03.03.03-.03 3.52-3.52a2.45 2.45 0 013.85 3l-.09.18v.01l-1.56 3.18 1.97 4.25H22v6.96h-9.06L12 15.56l-.94 5.59H2v-6.96h2.28zM13 9.45c0 .04 0 .11.04.22v.04l1 5.97 3.65-1.11-2.16-4.66 1.96-4 .12-.24.02-.03.07-.16a.45.45 0 00-.74-.5L13.45 8.5a1.56 1.56 0 00-.45.94m6.23 6.75l-4.85 1.48.25 1.48H20v-2.96h-.77z"/></svg>`;
|
|
539
|
+
const tdesignGesturePray = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-pray" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.36 3.3a.65.65 0 00-.65.52L7.43 14.49 6.2 15.71l2.7 2.7 1.53-1.53c.36-.35.56-.84.56-1.35V3.95a.65.65 0 00-.64-.65zM7.5 19.83l-2.7-2.7-.65.64 2.7 2.7.65-.64zM7.75 3.4A2.65 2.65 0 0112 1.88a2.64 2.64 0 014.25 1.52l2.16 10.1 4.27 4.27-5.53 5.53-5-5a3.9 3.9 0 01-.15-.16l-.15.16-5 5-5.53-5.53L5.6 13.5 7.75 3.4zm6.54.42a.65.65 0 00-1.29.13v11.58c0 .51.2 1 .56 1.35l1.53 1.53 2.7-2.7-1.22-1.22L14.3 3.82zm4.91 13.3l-2.7 2.7.65.65 2.7-2.7-.65-.65z"/></svg>`;
|
|
540
|
+
const tdesignGesturePress = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-press" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 2.5a5 5 0 013.98 8.02h-1.22V7.57a2.76 2.76 0 10-5.52 0v4.1A5 5 0 0111 2.5zm5.91 8.75a7 7 0 10-8.67 2.69v1.16l-2.14-.47a1.88 1.88 0 00-1.97.79l-.94 1.41 4.3 5.6a2.76 2.76 0 002.18 1.07h7.09c1.18 0 2.24-.76 2.61-1.89l1.78-5.35c.42-1.23-.1-2.6-1.22-3.25l-3.02-1.76zM11 6.81c.42 0 .76.34.76.76v4.95h3.15a.76.76 0 01.39.1l3.62 2.12c.3.18.45.55.34.9l-1.79 5.34c-.1.31-.39.52-.71.52H9.67a.76.76 0 01-.6-.3l-3.42-4.45.1-.15 4.5 1V7.57c0-.42.33-.76.75-.76z"/></svg>`;
|
|
541
|
+
const tdesignGestureRanslation1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-ranslation-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.98 1.55l.82.56C20 2.94 21.06 4 21.9 5.2l.56.82-1.64 1.14-.57-.83c-.7-1-1.57-1.88-2.57-2.57l-.83-.57 1.14-1.64zm-6.52 5.33a.39.39 0 00-.55.55l5.23 5.23-1.41 1.42-6.6-6.6a.39.39 0 00-.55.54l6.6 6.6-1.41 1.42-5.24-5.24a.39.39 0 00-.55.55l5.24 5.24L10.81 18l-3.16-3.15a.39.39 0 00-.54.55l4.32 4.32a5.19 5.19 0 007.34 0l.84-.85c1.67-1.67 2-4.25.81-6.29l-2.22-3.8a.15.15 0 00-.27.1l.67 2.5a1 1 0 01-.28.98 1 1 0 01-1.4-.01l-5.46-5.47zm-5.47 6.3l-.42-.42a2.39 2.39 0 01.33-3.65A2.39 2.39 0 019.22 5.8a2.39 2.39 0 013.65-.33l3.08 3.08a2.15 2.15 0 013.97-.78l2.23 3.82a7.19 7.19 0 01-1.12 8.7l-.85.85a7.19 7.19 0 01-10.17 0L5.7 16.81a2.39 2.39 0 01.3-3.63zm-2.8 3.66l.57.83c.7 1 1.57 1.88 2.57 2.57l.83.57-1.14 1.64-.82-.56A12.06 12.06 0 012.1 18.8l-.56-.82 1.64-1.14z"/></svg>`;
|
|
542
|
+
const tdesignGestureRanslation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-ranslation" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8792_6967)"><path fill="currentColor" d="M9.87 2.19a2.57 2.57 0 015.09.06 2.58 2.58 0 013.15 2.5v.84a2.58 2.58 0 013.14 2.5V15a8 8 0 01-8 8H11.9a8 8 0 01-7.74-5.97L2.9 12.2a2.3 2.3 0 013.8-2.24v-5.2a2.57 2.57 0 012.58-2.57h.6zm-.03 2.57a.57.57 0 10-1.14 0v8.74c0 1.08-1.43 1.38-1.9.47l-1.43-2.5a.3.3 0 00-.54.23l1.27 4.82A6 6 0 0011.9 21h1.35a6 6 0 006-6V8.09a.57.57 0 10-1.14 0V12h-2V4.76a.57.57 0 10-1.13 0V12h-2V2.57a.57.57 0 00-1.14 0V12h-2V4.76z"/></g></svg>`;
|
|
543
|
+
const tdesignGestureRightSlip = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-right-slip" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.4 5.2a11 11 0 0113.2 0h-2.1v2h4.98V1.5h-2v1.87a13.01 13.01 0 00-14.97 0V1.5h-2v5.7H7.5v-2H5.4zm3.84 2.37a2.76 2.76 0 115.52 0v2.95h1.15c.5 0 .97.13 1.4.38L20.92 13a2.76 2.76 0 011.22 3.25l-1.78 5.35a2.76 2.76 0 01-2.61 1.89h-7.09c-.86 0-1.66-.4-2.18-1.08l-4.3-5.59.94-1.41a1.88 1.88 0 011.97-.8l2.14.48V7.57zM12 6.8a.76.76 0 00-.76.76V17.6l-4.5-1-.1.15 3.43 4.45c.14.19.37.3.6.3h7.09c.32 0 .61-.2.71-.52l1.79-5.35a.76.76 0 00-.34-.9l-3.62-2.1a.76.76 0 00-.39-.11h-3.15V7.57A.76.76 0 0012 6.8z"/></svg>`;
|
|
544
|
+
const tdesignGestureRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-right" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19.5 7.57a3 3 0 110 6H16v1.46a3 3 0 01-.4 1.51l-2.42 4.13a3 3 0 01-3.54 1.34l-6.09-2.04a3 3 0 01-2.05-2.84V9.06a3 3 0 011.17-2.38l6.29-4.84 1.52 1.02a2 2 0 01.85 2.1l-.58 2.61h8.75zm1 3a1 1 0 00-1-1H8.25l1.13-5.05-.34-.22L3.9 8.26a1 1 0 00-.39.8v8.07a1 1 0 00.68.95l6.1 2.03a1 1 0 001.17-.45l2.41-4.13a1 1 0 00.14-.5v-3.46h5.5a1 1 0 001-1z"/></svg>`;
|
|
545
|
+
const tdesignGestureSlideUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-slide-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g fill="currentColor" clip-path="url(#clip0_8792_7019)"><path d="M.5 1.51h5.7v5h-2V4.4a11 11 0 001.02 14.37l.7.7-1.4 1.42-.71-.7A13 13 0 012.37 3.5H.5v-2zM10 8.65a.76.76 0 00-1.3.75l5.01 8.69-4.4 1.38v.18l5.2 2.15c.2.09.45.07.66-.04l6.13-3.55a.76.76 0 00.37-.8l-1.13-5.53a.76.76 0 00-.74-.6l-4.2-.02a.76.76 0 00-.38.1l-2.74 1.58-2.47-4.3zM7.98 6.64c1.32-.76 3-.31 3.77 1l1.48 2.56 1-.57c.42-.25.9-.38 1.39-.37l4.2.02c1.3 0 2.42.92 2.68 2.2L23.63 17a2.76 2.76 0 01-1.33 2.95l-6.13 3.54c-.74.43-1.64.49-2.43.16l-6.52-2.7.1-1.69c.06-.77.58-1.44 1.32-1.67l2.1-.66-3.77-6.53c-.77-1.32-.31-3 1-3.76z"/></g></svg>`;
|
|
546
|
+
const tdesignGestureUp1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-up-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2a2 2 0 114 0 2 2 0 01-4 0zm7 0a2 2 0 114 0 2 2 0 01-4 0zm7 0a2 2 0 114 0 2 2 0 01-4 0zM8.24 8.07a2.76 2.76 0 015.52 0v2.95h1.15c.5 0 .97.13 1.4.38l3.62 2.11a2.76 2.76 0 011.22 3.25l-1.78 5.35A2.76 2.76 0 0116.76 24H9.67c-.86 0-1.66-.4-2.18-1.08l-4.3-5.59.94-1.41a1.88 1.88 0 011.97-.8l2.14.48V8.07zM11 7.3a.76.76 0 00-.76.76V18.1l-4.5-1-.1.15 3.43 4.45c.14.19.37.3.6.3h7.09c.32 0 .61-.2.71-.52l1.79-5.35a.76.76 0 00-.34-.9l-3.62-2.1a.76.76 0 00-.39-.11h-3.15V8.07A.76.76 0 0011 7.3zM2 8a2 2 0 114 0 2 2 0 01-4 0zm14 0a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
547
|
+
const tdesignGestureUp2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-up-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.6 5.2A11 11 0 004.22 6.22l-.7.71L2.1 5.52l.7-.71a13 13 0 0116.68-1.44V1.5h2v5.7H16.5v-2h2.1zM9.24 7.57a2.76 2.76 0 115.52 0v2.95h1.15c.5 0 .97.13 1.4.38L20.92 13a2.76 2.76 0 011.22 3.25l-1.78 5.35a2.76 2.76 0 01-2.61 1.89h-7.09c-.86 0-1.66-.4-2.19-1.08l-4.3-5.59.95-1.41a1.88 1.88 0 011.97-.8l2.14.48V7.57zM12 6.8a.76.76 0 00-.76.76V17.6l-4.5-1-.1.15 3.43 4.45c.14.19.37.3.6.3h7.09c.32 0 .61-.2.71-.52l1.79-5.35a.76.76 0 00-.34-.9l-3.63-2.1a.76.76 0 00-.38-.11h-3.15V7.57A.76.76 0 0012 6.8z"/></svg>`;
|
|
548
|
+
const tdesignGestureUpAndDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-up-and-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8792_7013)"><path fill="currentColor" d="M.5.51h5.7v5h-2V3.4a11 11 0 000 13.19v-2.1h2v4.99H.5v-2h1.87a13.01 13.01 0 010-14.98H.5v-2zM10 7.65a.76.76 0 00-1.3.75l5.01 8.69-4.4 1.38v.18l5.2 2.15c.2.09.45.07.66-.04l6.13-3.55a.76.76 0 00.37-.8l-1.13-5.53a.76.76 0 00-.74-.6l-4.2-.02a.76.76 0 00-.38.1l-2.74 1.58-2.47-4.3zM7.98 5.64c1.32-.76 3-.31 3.77 1l1.48 2.56 1-.57c.42-.25.9-.38 1.39-.37l4.2.02c1.3 0 2.42.92 2.68 2.2L23.63 16a2.76 2.76 0 01-1.33 2.94l-6.13 3.55c-.74.43-1.64.49-2.43.16l-6.52-2.7.1-1.69c.06-.77.58-1.44 1.32-1.67l2.1-.66L6.96 9.4c-.77-1.32-.31-3 1-3.76z"/></g></svg>`;
|
|
549
|
+
const tdesignGestureUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.25 4.5a3 3 0 016 0V8h1.46a3 3 0 011.51.4l4.13 2.42a3 3 0 011.33 3.54l-2.03 6.09a3 3 0 01-2.84 2.05H8.73a3 3 0 01-2.37-1.17l-4.84-6.29 1.02-1.52a2 2 0 012.1-.85l2.61.58V4.5zm3-1a1 1 0 00-1 1v11.25L4.2 14.62l-.22.34 3.96 5.15a1 1 0 00.8.39h8.07a1 1 0 00.95-.68l2.03-6.1a1 1 0 00-.45-1.17l-4.13-2.41a1 1 0 00-.5-.14h-3.46V4.5a1 1 0 00-1-1z"/></svg>`;
|
|
550
|
+
const tdesignGestureWipeDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gesture-wipe-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g fill="currentColor" clip-path="url(#clip0_8792_7016)"><path d="M5.93 2.52l-.7.7A11 11 0 004.2 17.6v-2.1h2v4.99H.5v-2h1.87A13 13 0 013.8 1.8l.7-.7 1.42 1.4zM10 6.65a.76.76 0 00-1.3.75l5.01 8.69-4.4 1.38v.18l5.2 2.15c.2.09.45.07.66-.04l6.13-3.55a.76.76 0 00.37-.8l-1.13-5.53a.76.76 0 00-.74-.6l-4.2-.02a.76.76 0 00-.38.1l-2.74 1.58-2.47-4.3zM7.98 4.64c1.32-.76 3-.31 3.77 1l1.48 2.56 1-.57c.42-.25.9-.38 1.39-.37l4.2.02c1.3 0 2.42.92 2.68 2.2L23.63 15a2.76 2.76 0 01-1.33 2.95l-6.13 3.54c-.74.43-1.64.49-2.43.16l-6.52-2.7.1-1.69c.06-.77.58-1.44 1.32-1.67l2.1-.66L6.96 8.4c-.77-1.32-.31-3 1-3.76z"/></g></svg>`;
|
|
551
|
+
const tdesignGift = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gift" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 22V6h-4.54A4 4 0 0012 1.35 3.99 3.99 0 005.54 6H1v16h22zM13 4a2 2 0 114 0 2 2 0 01-4 0zm1.41 4H21v6H3V8h6.59l-3 3L8 12.41l4-4 4 4L17.41 11l-3-3zM3 16h18v4H3v-4zm8-12a2 2 0 11-4 0 2 2 0 014 0z"/></svg>`;
|
|
552
|
+
const tdesignGiggle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-giggle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm16.36-3.12l-1.82 1.03 1.86 1.39-1.2 1.6-3.2-2.4V9.04l3.38-1.9.98 1.74zM9 8v4H7V8h2zm-2 5h10v1a5 5 0 01-10 0v-1zm2.17 2a3 3 0 005.66 0H9.17z"/></svg>`;
|
|
553
|
+
const tdesignGitBranch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-git-branch" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.5 19.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM2 18a3.5 3.5 0 104.67-3.3 2 2 0 011.83-1.2h7a4 4 0 004-4v-.14a3.5 3.5 0 10-2 0v.14a2 2 0 01-2 2h-7c-.73 0-1.41.2-2 .54V9.36a3.5 3.5 0 10-2 0v5.28A3.5 3.5 0 002 18zM18.5 7.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm-13 0a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"/></svg>`;
|
|
554
|
+
const tdesignGitCommit = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-git-commit" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 9a3 3 0 100 6 3 3 0 000-6zm-4.9 2a5 5 0 019.8 0H23v2h-6.1a5 5 0 01-9.8 0H1v-2h6.1z"/></svg>`;
|
|
555
|
+
const tdesignGitMerge = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-git-merge" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.5 4.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM2 6a3.5 3.5 0 114.67 3.3 2 2 0 001.83 1.2h7a4 4 0 014 4v.14a3.5 3.5 0 11-2 0v-.14a2 2 0 00-2-2h-7c-.73 0-1.41-.2-2-.54v2.68a3.5 3.5 0 11-2 0V9.36A3.5 3.5 0 012 6zm16.5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-13 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"/></svg>`;
|
|
556
|
+
const tdesignGitPullRequest = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-git-pull-request" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.41 3l-2 2h5.09v9.64a3.5 3.5 0 11-2 0V7h-3.09l2 2L15 10.41 10.59 6 15 1.59 16.41 3zM5.5 4.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM2 6a3.5 3.5 0 114.5 3.36v5.29a3.5 3.5 0 11-2 0v-5.3A3.5 3.5 0 012 6zm3.5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm13 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"/></svg>`;
|
|
557
|
+
const tdesignGitRepositoryCommits = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-git-repository-commits" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 5.5A4.5 4.5 0 017.5 1H21v22h-5v-2h3v-5h-2.5v-2H19V3H7.5A2.5 2.5 0 005 5.5v9.26A4.48 4.48 0 017.5 14h2v2h-2a2.5 2.5 0 000 5H10v2H7.5A4.5 4.5 0 013 18.5v-13zM8 5h2v2H8V5zm0 3h2v2H8V8zm5 6.62l3.91 3.74-1.38 1.45L14 18.34V23h-2v-4.66l-1.53 1.47-1.38-1.45L13 14.62z"/></svg>`;
|
|
558
|
+
const tdesignGitRepositoryPrivate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-git-repository-private" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.5 7.5a6.5 6.5 0 0113 0V9H21v14H3V9h2.5V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zM5 11v10h14V11H5zm2 1.5h2V15H7v-2.5zm0 4h2V19H7v-2.5z"/></svg>`;
|
|
559
|
+
const tdesignGitRepository = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-git-repository" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 5.5A4.5 4.5 0 017.5 1H21v22H7.5A4.5 4.5 0 013 18.5v-13zm2 9.26A4.48 4.48 0 017.5 14H19V3H7.5A2.5 2.5 0 005 5.5v9.26zM8 16h-.5a2.5 2.5 0 000 5H19v-5h-5v4.62l-3-1.5-3 1.5V16zm4 0h-2v1.38l1-.5 1 .5V16zM8 5h2v2H8V5zm0 3h2v2H8V8z"/></svg>`;
|
|
560
|
+
const tdesignGps = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-gps" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a8.98 8.98 0 00-6.6 15.07l.68.73-1.47 1.36-.68-.73a10.98 10.98 0 1116.14 0l-.68.73-1.47-1.36.68-.73A8.98 8.98 0 0012 3zm0 4.5a4.5 4.5 0 00-3.3 7.55l.67.74-1.47 1.35-.68-.73a6.5 6.5 0 119.56 0l-.68.73-1.47-1.35.68-.74A4.5 4.5 0 0012 7.5zM10 12a2 2 0 114 0 2 2 0 01-4 0zm1.95 3.97L16.94 23H6.96l4.99-7.03zm0 3.45L10.83 21h2.23l-1.11-1.58z"/></svg>`;
|
|
561
|
+
const tdesignGrape = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-grape" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.59 4c1.2 0 2.17.97 2.17 2.18 0 .22-.04.44-.13.68a4.2 4.2 0 00-1.37 1.38 2.17 2.17 0 01-2.84-2.06A2.16 2.16 0 0113.58 4zm3.97.87a4.18 4.18 0 00-6.95-1.62 4.18 4.18 0 00-5.15 5.5 4.16 4.16 0 00-1.87 5.81A4.18 4.18 0 006.19 22c1.3 0 2.47-.65 3.23-1.6a4.2 4.2 0 005.85-1.86 4.17 4.17 0 005.67-3.9c0-.42-.06-.85-.18-1.26a4.17 4.17 0 00-1.88-7 8.87 8.87 0 012.97-1.94l.94-.36-.7-1.87-.94.35a10.84 10.84 0 00-3.6 2.31zm1.37 9.57l.01.2a2.18 2.18 0 11-4.35-.11c.03-.4.16-.77.37-1.08a4.16 4.16 0 003.97.99zm-6.21-.8h-.2a2.16 2.16 0 01-2.17-2.17 2.14 2.14 0 01.96-1.8 4.16 4.16 0 002.34.68v.06c0 .45.07.88.2 1.28a4.1 4.1 0 00-1.13 1.95zM9.94 8.2c-.41.32-.76.72-1.02 1.17a2.17 2.17 0 01-1.74-2.13 2.18 2.18 0 012.38-2.17 4.18 4.18 0 00.38 3.13zm-1.58 3.1a4.26 4.26 0 00.52 2.2c-.39.3-.72.68-.98 1.1a2.17 2.17 0 11-1.23-4.17c.48.4 1.06.7 1.69.86zm1.9 3.68a4.16 4.16 0 002.45.66c.15.64.46 1.23.87 1.71a2.18 2.18 0 11-4.08-1.5v-.02c.17-.34.43-.64.76-.85zM7.29 16.7a4.32 4.32 0 00.67 2.31c-.41.59-1.08.98-1.78.98a2.18 2.18 0 01-1.22-3.97 4.16 4.16 0 002.33.68zm10.53-8.47a2.18 2.18 0 110 4.35 2.18 2.18 0 010-4.35z"/></svg>`;
|
|
562
|
+
const tdesignGreaterThanOrEqual = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-greater-than-or-equal" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.43 1.7l17.3 6.8-17.3 6.8-.73-1.87L16.27 8.5 3.7 3.57l.73-1.87zM3 19h18v2H3v-2z"/></svg>`;
|
|
563
|
+
const tdesignGreaterThan = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-greater-than" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.64 4.37L16.98 12 3.64 19.63l.99 1.73L21.02 12 4.62 2.64l-.98 1.73z"/></svg>`;
|
|
564
|
+
const tdesignGreenOnion = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-green-onion" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.55.91l.02 1v.18c.09 2.9.14 4.67-.48 6.21l-.14.34 6.34-6.34L21.7 3.7l-6.34 6.34.34-.14c1.54-.62 3.3-.57 6.21-.49h.18l1 .03-.06 2-1-.02c-3.18-.1-4.5-.1-5.59.33-.53.22-1.02.54-1.64 1.07.72-.15 1.45-.2 2.17-.15 1.7.11 3.31.76 4.94 1.87l.83.57-1.13 1.65-.82-.56a7.9 7.9 0 00-3.95-1.53 7.9 7.9 0 00-4.12 1 6.77 6.77 0 00-2.4 2.4l-.56.87-.48.74c-.36.53-.74 1.06-1.18 1.52a5.8 5.8 0 01-2.81 1.71 3.39 3.39 0 01-3.21-1 3.39 3.39 0 01-1-3.2 5.8 5.8 0 011.71-2.82c.46-.44 1-.82 1.52-1.18l.74-.48.87-.56a6.77 6.77 0 002.4-2.4 7.9 7.9 0 001-4.12A7.9 7.9 0 007.8 3.21l-.56-.82 1.65-1.13.57.83a9.87 9.87 0 011.87 4.94c.05.72 0 1.44-.15 2.17.53-.62.85-1.11 1.07-1.64.43-1.1.42-2.4.33-5.6l-.02-1 2-.05zm-5.5 12.77c-.63.67-1.34 1.2-2.01 1.65l-.96.63-.66.43c-.5.33-.91.64-1.23.94a3.85 3.85 0 00-1.15 1.8c-.1.46-.02.9.45 1.38.48.47.92.55 1.38.45.52-.1 1.15-.49 1.8-1.15.3-.32.6-.73.94-1.23a53.93 53.93 0 001.06-1.62c.45-.67.98-1.38 1.65-2l-.28-.28-.71-.72-.29-.28z"/></svg>`;
|
|
565
|
+
const tdesignGridAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-grid-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h9v9H2V2zm2 2v5h5V4H4zm9-2h9v9h-9V2zm2 2v5h5V4h-5zM2 13h9v9H2v-9zm2 2v5h5v-5H4zm12.5-1.5h2v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg>`;
|
|
566
|
+
const tdesignGridView = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-grid-view" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h9v9H2V2zm2 2v5h5V4H4zm9-2h9v9h-9V2zm2 2v5h5V4h-5zM2 13h9v9H2v-9zm2 2v5h5v-5H4zm9-2h9v9h-9v-9zm2 2v5h5v-5h-5z"/></svg>`;
|
|
567
|
+
const tdesignGuitar = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-guitar" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19 1.59L22.41 5 21 6.41l-1-1-.59.59.5.5-1.41 1.41-.5-.5-.83.83A4.98 4.98 0 0115 15.6L15 16a7 7 0 11-6.59-6.99 5 5 0 017.35-2.18l.83-.83-.5-.5 1.41-1.41.5.5.59-.59-1-1L19 1.59zM13 8a3 3 0 00-2.92 2.32l-.22.94-.94-.18a5 5 0 104 4l-.18-.94.94-.22A3 3 0 0013 8zm-5 7a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0z"/></svg>`;
|
|
568
|
+
const tdesignHamburger = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-hamburger" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.7 4.07A9.82 9.82 0 0112 2c2.4 0 4.63.7 6.3 2.07A7.47 7.47 0 0121 10v1H3v-1c0-2.5 1.03-4.54 2.7-5.93zM5.08 9h13.86a5.34 5.34 0 00-1.91-3.39A7.83 7.83 0 0012 4c-2.02 0-3.78.6-5.02 1.61A5.34 5.34 0 005.08 9zM6 11.8l3 2 3-2 3 2 3-2 4.39 2.92-1.11 1.67L18 14.2l-3 2-3-2-3 2-3-2-3.28 2.19-1.1-1.67L6 11.8zM3 17h18v1a5 5 0 01-5 5H8a5 5 0 01-5-5v-1zm2.17 2A3 3 0 008 21h8a3 3 0 002.83-2H5.17z"/></svg>`;
|
|
569
|
+
const tdesignHappy = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-happy" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2zM7 13h10v1a5 5 0 01-10 0v-1zm2.17 2a3 3 0 005.66 0H9.17z"/></svg>`;
|
|
570
|
+
const tdesignHardDiskStorage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-hard-disk-storage" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4h-2.5v7.88h-11V4H4zm4.5 0v5.88h7V4h-7zM14 6v3h-2V6h2z"/></svg>`;
|
|
571
|
+
const tdesignHardDrive = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-hard-drive" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v10h16V4H4zm16 12H4v4h16v-4zM6 17h2v2H6v-2zm3 0h2v2H9v-2z"/></svg>`;
|
|
572
|
+
const tdesignHashtag = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-hashtag" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.6 2.12L10 7.5h5l.62-5.6 1.98.22L17 7.5h5v2h-5.22l-.55 5H22v2h-6l-.62 5.6-1.98-.22.6-5.38H9l-.62 5.6-1.98-.22.6-5.38H2v-2h5.22l.55-5H2v-2h6l.62-5.6 1.98.22zM9.78 9.5l-.55 5h4.99l.55-5H9.78z"/></svg>`;
|
|
573
|
+
const tdesignHd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-hd" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v14h18V5H3zm4 3v3h2V8h2v8H9v-3H7v3H5V8h2zm6 0h4a2 2 0 012 2v4a2 2 0 01-2 2h-4V8zm2 2v4h2v-4h-2z"/></svg>`;
|
|
574
|
+
const tdesignHeartFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-heart-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4.82a6.23 6.23 0 018.51 9.09l-5.22 5.22L12 22.42l-7.28-7.28L3.5 13.9A6.23 6.23 0 0112 4.82z"/></svg>`;
|
|
575
|
+
const tdesignHeart = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-heart" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3.82a6.23 6.23 0 018.51 9.09l-5.22 5.22L12 21.42l-7.28-7.28L3.5 12.9A6.23 6.23 0 0112 3.82zM15.3 15.3l3.8-3.8a4.23 4.23 0 10-5.97-5.99L12 6.63 10.88 5.5a4.23 4.23 0 10-5.98 5.98l1.23 1.23L12 18.6l3.28-3.29z"/></svg>`;
|
|
576
|
+
const tdesignHelpCircleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-help-circle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 23a11 11 0 100-22 11 11 0 000 22zm-.17-11.11c.43-.53.97-.97 1.4-1.32A2 2 0 0012 7a2 2 0 00-1.89 1.33l-.33.95L7.9 8.6l.34-.94a4 4 0 116.24 4.47 7 7 0 00-1.1 1.01c-.27.34-.37.61-.37.85v1.25h-2V14c0-.87.39-1.57.83-2.11zM11 18.25v-2h2v2h-2z"/></svg>`;
|
|
577
|
+
const tdesignHelpCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-help-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-10 6.25h-2v-2h2v2zm-2-3V14c0-.87.39-1.57.83-2.11.43-.53.97-.97 1.4-1.32A2 2 0 0012 7a2 2 0 00-1.89 1.33l-.33.95-1.89-.67.34-.94a4 4 0 116.24 4.47 7 7 0 00-1.1 1.01c-.27.34-.37.61-.37.85v1.25h-2z"/></svg>`;
|
|
578
|
+
const tdesignHelpRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-help-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm8 3.25a2 2 0 00-1.89 1.33l-.33.95-1.89-.67.34-.94a4 4 0 116.24 4.47 7 7 0 00-1.1 1.01c-.27.34-.37.61-.37.85v1.25h-2v-1.25c0-.87.39-1.57.83-2.11.43-.53.97-.97 1.4-1.32A2 2 0 0012 7.25zm-1 9.25h2v2h-2v-2z"/></svg>`;
|
|
579
|
+
const tdesignHelp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-help" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 21h-2v-2h2v2zm-2-3.55v-2.38c0-1.15.51-2.1 1.13-2.87.62-.76 1.4-1.4 2.06-1.92a3.54 3.54 0 00-2.2-6.33c-1.54 0-2.85.99-3.34 2.37l-.33.94-1.89-.67.34-.94a5.55 5.55 0 118.65 6.2c-.65.52-1.27 1.04-1.74 1.61a2.58 2.58 0 00-.68 1.61v2.38h-2z"/></svg>`;
|
|
580
|
+
const tdesignHighlight1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-highlight-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm11-5a5 5 0 00-4.35 2.54l-.5.87-1.74-.98.5-.87A7 7 0 0112 5h1v2h-1zm-5 4.13v2.08H5v-2.08h2z"/></svg>`;
|
|
581
|
+
const tdesignHighlight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-highlight" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h3.5v2H4v1.5H2V2zm5.5 0h3v2h-3V2zm5 0h3v2h-3V2zm5 0H21v3.5h-2V4h-1.5V2zM4 7.5v3H2v-3h2zm17 0v3h-2v-3h2zm-17 5v3H2v-3h2zM20 14v2h-2.59l4 4L20 21.41l-4-4V20h-2v-6h6zM4 17.5V19h1.5v2H2v-3.5h2zM7.5 19h3v2h-3v-2z"/></svg>`;
|
|
582
|
+
const tdesignHistorySetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-history-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3.5a8.46 8.46 0 00-7.21 4H8.5v2h-7v-7h2v3.33A10.55 10.55 0 0112 1.5c5.8 0 10.5 4.7 10.5 10.5v1h-2v-1c0-4.7-3.8-8.5-8.5-8.5zM13 6v5.59l1.66 1.66-1.41 1.41L11 12.41V6h2zm-9.56 5.9l.1 1A8.5 8.5 0 0012 20.5h1v2h-1a10.5 10.5 0 01-10.44-9.4l-.1-.99 1.98-.2zM19.5 14v1.14a3.5 3.5 0 011.4.82l1-.57 1 1.73-1 .57a3.51 3.51 0 010 1.62l1 .58-1 1.73-1-.58c-.39.38-.87.66-1.4.82V23h-2v-1.14a3.5 3.5 0 01-1.4-.82l-1 .58-1-1.73 1-.58a3.5 3.5 0 010-1.62l-1-.57 1-1.73 1 .57c.39-.37.87-.66 1.4-.82V14h2zm-1 3a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"/></svg>`;
|
|
583
|
+
const tdesignHistory = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-history" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22.5 12a10.5 10.5 0 00-19-6.17V2.5h-2v7h7v-2H4.79a8.55 8.55 0 017.21-4 8.5 8.5 0 11-8.45 9.4l-.1-1-2 .21.1 1A10.5 10.5 0 0022.5 12zM11 6v6.41l3.5 3.5 1.41-1.41L13 11.59V6h-2z"/></svg>`;
|
|
584
|
+
const tdesignHome = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-home" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.2l10 8.33V22H2V9.53L12 1.2zM10 20h4v-5h-4v5zm6 0h4v-9.53L12 3.8l-8 6.67V20h4v-7h8v7z"/></svg>`;
|
|
585
|
+
const tdesignHospital1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-hospital-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.66l10.41 9.26-1.33 1.5-1.08-.97V22H4V11.45l-1.1.96-1.31-1.5 2.75-2.4L12 1.65zM6 9.7V20h3v-5h6v5h3V9.67l-6-5.33L6 9.7zM13 20v-3h-2v3h2zm0-13v2h2v2h-2v2h-2v-2H9V9h2V7h2z"/></svg>`;
|
|
586
|
+
const tdesignHospital = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-hospital" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2h16v2h-1v4h3v14H2V8h3V4H4V2zm3 2v6H4v10h5v-6h6v6h5V10h-3V4H7zm6 16v-4h-2v4h2zm0-15v2h2v2h-2v2h-2V9H9V7h2V5h2z"/></svg>`;
|
|
587
|
+
const tdesignHotspotWave = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-hotspot-wave" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 0h1a9 9 0 019 9v1h-2V9a7 7 0 00-7-7h-1V0zM4 2h6v2H6v18h12V12h2v12H4V2zm8 2h1a5 5 0 015 5v1h-2V9a3 3 0 00-3-3h-1V4zm0 4h2v2h-2V8z"/></svg>`;
|
|
588
|
+
const tdesignHourglass = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-hourglass" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2h16v3a8 8 0 01-4.12 7A8 8 0 0120 19v3H4v-3a8 8 0 014.12-7A8 8 0 014 5V2zm8 11a6 6 0 00-6 6v1h12v-1a6 6 0 00-6-6zM6 4v1a6 6 0 1012 0V4H6z"/></svg>`;
|
|
589
|
+
const tdesignHouses1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-houses-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h4v-7h8v7h4V4H4zm10 16v-5h-4v5h4zM8 6v3H6V6h2zm5 0v3h-2V6h2zm5 0v3h-2V6h2z"/></svg>`;
|
|
590
|
+
const tdesignHouses2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-houses-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 2v2h9.57l4.2 7H21v11H3V11H1.23l4.2-7H7V2h2zm-4 9v9h4v-5h6v5h4v-9H5zm14.23-2l-1.8-3H6.57l-1.8 3h14.46zM13 20v-3h-2v3h2z"/></svg>`;
|
|
591
|
+
const tdesignHouses = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-houses" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.66l10.41 9.26-1.33 1.5-1.08-.97V22H4V11.45l-1.1.96-1.31-1.5L6 7.05V3h2v2.25l4-3.6zM6 9.7V20h3v-6h6v6h3V9.67l-6-5.33-4.34 3.91L6 9.7zM13 20v-4h-2v4h2z"/></svg>`;
|
|
592
|
+
const tdesignHtml5 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-html5" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.94 1h20.12l-1.1 19.2L12 23.58 3.04 20.2 1.94 1zm2.12 2l.9 15.8L12 21.42l7.04-2.64.9-15.79H4.06zm1.61 2h12.66l-.11 2.02L16.5 7H7.79l.19 3.38h10.04l-.4 7.08-5.62 2.1-5.62-2.1-.2-3.39h2.03l.05 1.12.04.86 3.7 1.38 3.7-1.38.2-3.67H6.1L5.66 5z"/></svg>`;
|
|
593
|
+
const tdesignHttps = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-https" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.5 7.5a6.5 6.5 0 0113 0V9h2v13h-17V9h2V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zm-2 2v9h13v-9h-13zm4.5 4.5a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
594
|
+
const tdesignIceCream = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-ice-cream" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 2.72a4.55 4.55 0 00-7.02 4.1L2.08 19.3l-.01.02a2 2 0 002.62 2.62h.02l12.47-5.9A4.55 4.55 0 0021.28 9a4.57 4.57 0 00-.57-5.7A4.57 4.57 0 0015 2.71zm1.41 1.5a2.57 2.57 0 012.88.49c.98.97.98 2.6 0 3.58-.76.77-1.94.93-2.88.5a4.6 4.6 0 000-4.58zm3.38 6.2c.43.94.27 2.1-.5 2.87-.5.5-1.17.76-1.84.74L9.97 6.55c-.02-.67.24-1.34.74-1.84a2.56 2.56 0 013.58 0c.98.97.98 2.6 0 3.58l-.7.71.7.7a4.57 4.57 0 005.5.71zm-4.5 4.28L3.9 20.1 9.3 8.7l5.99 6z"/></svg>`;
|
|
595
|
+
const tdesignIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-icon" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 2H8v5.15A7.5 7.5 0 1016.85 16H22V2zm-5.02 12A7.5 7.5 0 0010 7.02V4h10v10h-3.02zM9.5 9a5.5 5.5 0 110 11 5.5 5.5 0 010-11z"/></svg>`;
|
|
596
|
+
const tdesignImage1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-image-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 4a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0zM9.93 8.12l4.42 7.02 2.58-3.98L23.97 22H1.19L9.93 8.12zm0 3.76L4.8 20h15.47l-3.35-5.16-2.6 4.01-4.4-6.97z"/></svg>`;
|
|
597
|
+
const tdesignImageAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-image-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v10h-2V4H4v9.59l5-5L14.41 14 13 15.41l-4-4-5 5V20h8v2H2V2zm13.55 5a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0zM20 14v4h4v2h-4v4h-2v-4h-4v-2h4v-4h2z"/></svg>`;
|
|
598
|
+
const tdesignImageEdit = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-image-edit" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v8h-2V4H4v9.59l5-5 5.91 5.91-1.41 1.41-4.5-4.5-5 5V20h6v2H2V2zm13.55 5a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0zm7.24 4.09l4.12 4.12-7.28 7.29H12.5v-4.13l7.29-7.28zm-.93 3.75l1.3 1.3.93-.93-1.3-1.3-.93.93zm-.11 2.7l-1.3-1.29-2.95 2.95v1.3h1.3l2.95-2.95z"/></svg>`;
|
|
599
|
+
const tdesignImageError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-image-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v10h-2V4H4v9.59l5-5L14.41 14 13 15.41l-4-4-5 5V20h8v2H2V2zm13.55 5a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0zm3.62 6.76L19 17.59l2.83-2.83 1.41 1.41L20.41 19l2.83 2.83-1.41 1.41L19 20.41l-2.83 2.83-1.41-1.41L17.59 19l-2.83-2.83 1.41-1.41z"/></svg>`;
|
|
600
|
+
const tdesignImageOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-image-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 .59L.59 22 2 23.41 3.41 22H22V3.41L23.41 2 22 .59zM11.5 13.9L17.59 20H5.4l6.09-6.09zM20 19.6l-7.09-7.09 1.07-1.06a3.21 3.21 0 004.46-4.46L20 5.4V19.6zm-4.47-9.62l1.44-1.44a1.22 1.22 0 01-1.44 1.44zM2 2v15.66l2-1.7V4h11.36l2.37-2H2z"/></svg>`;
|
|
601
|
+
const tdesignImageSearch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-image-search" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v9h-2V4H4v9.59l5-5 3.91 3.91-1.41 1.41-2.5-2.5-5 5V20h7v2H2V2zm13.55 5a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0zm5.1 6.5a3.15 3.15 0 100 6.3 3.15 3.15 0 000-6.3zm-5.15 3.15a5.15 5.15 0 119.44 2.87l1.97 1.98-1.41 1.41-1.98-1.97a5.15 5.15 0 01-8.02-4.28z"/></svg>`;
|
|
602
|
+
const tdesignImage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-image" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 18h13.59L9 11.41l-5 5V20zm16-.41V4H4v9.59l5-5 11 11zM15.55 7a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0z"/></svg>`;
|
|
603
|
+
const tdesignIndentLeft = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-indent-left" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 4v2h20V4H2zM8 11v2h14v-2H8zM2 18h20v2H2v-2zM1.59 12l3.18 3.18 1.41-1.41L4.41 12l1.77-1.77-1.41-1.41L1.59 12z"/></svg>`;
|
|
604
|
+
const tdesignIndentRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-indent-right" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 4H2v2h20V4H3zm6 7H8v2h14v-2H9zm-7 7h20v2H2v-2zm3.8-5.3l.71-.7-.7-.7-1.77-1.77-.71-.71-1.41 1.41.7.71L3.68 12l-1.06 1.06-.7.7 1.41 1.42.7-.7 1.78-1.77z"/></svg>`;
|
|
605
|
+
const tdesignIndicator = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-indicator" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.35 1v3h3.3V1h2v3h1.89l4.1 3-4.1 3h-1.9v2.11H22v6h-6.35V23h-2v-4.89h-3.3V23h-2v-4.89H6.46l-4.1-3 4.1-3h1.9V10H2V4h6.35V1h2zM4 6v2h12.88l1.37-1-1.37-1H4zm9.65 4h-3.3v2.11h3.3V10zm-6.53 4.11l-1.37 1 1.37 1H20v-2H7.12z"/></svg>`;
|
|
606
|
+
const tdesignInfoCircleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-info-circle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 23a11 11 0 100-22 11 11 0 000 22zM11 8.5v-2h2v2h-2zm2 1.5v7.5h-2V10h2z"/></svg>`;
|
|
607
|
+
const tdesignInfoCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-info-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-12 5.5V10h2v7.5h-2zm2-9h-2v-2h2v2z"/></svg>`;
|
|
608
|
+
const tdesignInk = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-ink" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 12.9V21H2v-8.1L4.2 8.7h2V3h11.6v5.71h2L22 12.9zM15.8 8.7V5H8.2v3.71h7.6zM20 13.4l-1.4-2.68H5.4L4 13.4V19h16v-5.61z"/></svg>`;
|
|
609
|
+
const tdesignInstallDesktop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-install-desktop" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 2v4.66l1.53-1.47 1.38 1.45L19 10.38l-3.91-3.74 1.38-1.45L18 6.66V2h2zM1 3h13v2H3v11h18v-4h2v6H1V3zm4 17h14v2H5v-2z"/></svg>`;
|
|
610
|
+
const tdesignInstallMobile = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-install-mobile" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 1h11v2H6v18h12V11h2v12H4V1zm16 0v4.66l1.53-1.47 1.38 1.45L19 9.38l-3.91-3.74 1.38-1.45L18 5.66V1h2zm-9 16h2v2h-2v-2z"/></svg>`;
|
|
611
|
+
const tdesignInstall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-install" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v7.1l2.5-2.47 1.41 1.42L12 12.91 7.09 8.05l1.4-1.42L11 9.11V2h2zM2 2h7v2H4v10h16V4h-5V2h7v20H2V2zm18 14H4v4h16v-4zM6 17h2v2H6v-2zm3 0h2v2H9v-2z"/></svg>`;
|
|
612
|
+
const tdesignInstitutionChecked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-institution-checked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 .86L21 6.4V9H1V6.41L11 .86zM4.06 7h13.88L11 3.14 4.06 7zM6 11v8H4v-8h2zm6 0v8h-2v-8h2zm6 0v6h-2v-6h2zm4.6 6.94l-5.66 5.66-3.54-3.54 1.42-1.41 2.12 2.12 4.24-4.24 1.42 1.4zM1 21h11v2H1v-2z"/></svg>`;
|
|
613
|
+
const tdesignInstitution = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-institution" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .86L22 6.4V9H2V6.41L12 .86zM5.06 7h13.88L12 3.14 5.06 7zM7 11v8H5v-8h2zm6 0v8h-2v-8h2zm6 0v8h-2v-8h2zM2 21h20v2H2v-2z"/></svg>`;
|
|
614
|
+
const tdesignInternet = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-internet" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.05 11a9 9 0 016.28-7.6 16.9 16.9 0 00-2.3 7.6H3.05zM11 1.05a11 11 0 000 21.9l.01.01.43.03a12.48 12.48 0 001.14 0l.43-.03a11 11 0 000-21.91v-.01L12.57 1a11.16 11.16 0 00-1.14 0l-.43.03zM12 3c1.7 2.26 2.77 5 2.97 8H9.03c.2-3 1.27-5.74 2.97-8zM7.03 13a16.9 16.9 0 002.3 7.6A9 9 0 013.05 13h3.98zM12 21c-1.7-2.26-2.77-5-2.97-8h5.94c-.2 3-1.27 5.74-2.97 8zm2.67-.4a16.9 16.9 0 002.3-7.6h3.98a9 9 0 01-6.28 7.6zm2.3-9.6a16.9 16.9 0 00-2.3-7.6 9 9 0 016.28 7.6h-3.98z"/></svg>`;
|
|
615
|
+
const tdesignIpod = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-ipod" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h18v22H3V1zm2 2v10h2V9h2v4h2V5h2v8h2V7h2v6h2V3H5zm14 12H5v6h14v-6zm-9 3a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
616
|
+
const tdesignJoyful = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-joyful" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm6.62-4.86L11 9.04v1.46l-3.2 2.4-1.2-1.6 1.86-1.4-1.82-1.02.98-1.74zm9.74 1.74l-1.82 1.03 1.86 1.39-1.2 1.6-3.2-2.4V9.04l3.38-1.9.98 1.74zM7 13h10v1a5 5 0 01-10 0v-1zm2.17 2a3 3 0 005.66 0H9.17z"/></svg>`;
|
|
617
|
+
const tdesignJumpOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-jump-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22.41 21L3 1.59 1.59 3 3 4.41V21h16.59L21 22.41 22.41 21zm-4.82-2H5V6.41L10.59 12l-.5.5 1.41 1.42.5-.5L17.6 19zM21 17.42L21 14.5v-1.01h-2v1.92l2 2zM21 3h-8v2h4.59l-4.5 4.5 1.41 1.41 4.5-4.5V11h2V3zM10.51 3H6.58l2 2h1.93V3z"/></svg>`;
|
|
618
|
+
const tdesignJump = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-jump" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 21V3h7.1v2H5v14h14v-5.1h2V21H3zm7.59-9l7-7H13V3h8v8h-2V6.41l-7 7L10.59 12z"/></svg>`;
|
|
619
|
+
const tdesignKeyboard = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-keyboard" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v14h18V5H3zm2 2.5h2v2H5v-2zm4 0h2v2H9v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2zm-12 3h2v2H5v-2zm4 0h2v2H9v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2zM5 15h14v2H5v-2z"/></svg>`;
|
|
620
|
+
const tdesignLaptop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-laptop" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v15H1V3zm2 2v11h18V5H3zM0 19h24v2H0v-2z"/></svg>`;
|
|
621
|
+
const tdesignLayers = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-layers" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.92l10.1 4.2L12 10.33 1.9 6.13 12 1.91zm-4.9 4.2L12 8.17l4.9-2.05L12 4.08 7.1 6.12zM2 9.98l10 4.3 10-4.3v2.18l-9.6 4.14-.4.17-.4-.17L2 12.16V9.98zm0 6l10 4.3 10-4.3v2.18l-9.6 4.14-.4.17-.4-.17L2 18.16v-2.18z"/></svg>`;
|
|
622
|
+
const tdesignLayout = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-layout" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v5h16V4H4zm16 7h-7v9h7v-9zm-9 9v-9H4v9h7z"/></svg>`;
|
|
623
|
+
const tdesignLeaderboard = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-leaderboard" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 3h8v8h6v10H2V9h6V3zm2 16h4V5h-4v14zm6 0h4v-6h-4v6zm-8 0v-8H4v8h4z"/></svg>`;
|
|
624
|
+
const tdesignLemonSlice = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lemon-slice" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18 .6L1.6 17l.69.7a16.04 16.04 0 004.12 2.92c1.6.8 3.4 1.38 5.08 1.38A11.48 11.48 0 0023 10.49C23 8.8 22.42 7 21.62 5.4c-.8-1.6-1.86-3.08-2.92-4.12l-.7-.7zm2.9 8.79l-8.17-.7 5.24-5.25c.67.8 1.33 1.8 1.86 2.87.52 1.04.9 2.1 1.07 3.08zm-7.75 1.34l7.8.67a9.46 9.46 0 01-2.07 5.07l-5.73-5.74zm4.32 7.15a9.46 9.46 0 01-5.07 2.08l-.67-7.82 5.74 5.74zm-7.78-6.15l.7 8.17c-.98-.17-2.04-.55-3.08-1.07a14.97 14.97 0 01-2.87-1.86l5.25-5.24z"/></svg>`;
|
|
625
|
+
const tdesignLemon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lemon" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.6 12.34a6.84 6.84 0 001.23 4.6l.25.38-.57 2.18 2.17-.58.38.25c1.35.9 2.92 1.4 4.6 1.22 1.68-.19 3.6-1.06 5.63-3.1 2.04-2.04 2.91-3.95 3.1-5.63a6.87 6.87 0 00-1.22-4.6l-.25-.38.58-2.17-2.18.57-.38-.25a6.84 6.84 0 00-4.6-1.22c-1.67.18-3.59 1.05-5.63 3.1-2.05 2.04-2.92 3.96-3.1 5.63zm-1.98-.21c.24-2.23 1.39-4.55 3.67-6.84 2.29-2.28 4.6-3.43 6.84-3.67a8.74 8.74 0 015.54 1.3l1.55-.4h.04a1.95 1.95 0 012.23 2.25v.04l-.41 1.52a8.77 8.77 0 011.3 5.54c-.25 2.24-1.39 4.55-3.67 6.84-2.29 2.28-4.6 3.42-6.84 3.66a8.77 8.77 0 01-5.54-1.29l-1.52.4-.04.01a1.95 1.95 0 01-2.26-2.23l.01-.04.4-1.55a8.74 8.74 0 01-1.3-5.54zM7.88 9.3l1.41-1.42 1.42 1.42L9.3 10.7 7.88 9.3zm-.71 3.53l1.42-1.42L10 12.83 8.6 14.25l-1.42-1.42zm4.24-4.24l1.42-1.42 1.42 1.42L12.83 10 11.4 8.59z"/></svg>`;
|
|
626
|
+
const tdesignLessThanOrEqual = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-less-than-or-equal" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.3 3.57L7.74 8.5l12.56 4.93-.73 1.87-17.3-6.8 17.3-6.8.73 1.87zM3 19h18v2H3v-2z"/></svg>`;
|
|
627
|
+
const tdesignLessThan = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-less-than" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.36 4.37L7.02 12l13.34 7.63-.99 1.73L2.98 12l16.4-9.36.98 1.73z"/></svg>`;
|
|
628
|
+
const tdesignLettersA = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-a" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 20V6a2 2 0 00-2-2H9a2 2 0 00-2 2v14h2v-7h6v7h2zm-2-9H9V6h6v5z"/></svg>`;
|
|
629
|
+
const tdesignLettersB = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-b" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 4h8a2 2 0 012 2v12a2 2 0 01-2 2H7V4zm2 2v5h6V6H9zm6 7H9v5h6v-5z"/></svg>`;
|
|
630
|
+
const tdesignLettersC = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-c" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 4H9a2 2 0 00-2 2v12c0 1.1.9 2 2 2h8v-2H9V6h8V4z"/></svg>`;
|
|
631
|
+
const tdesignLettersD = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-d" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 4h8a2 2 0 012 2v12a2 2 0 01-2 2H7V4zm2 2v12h6V6H9z"/></svg>`;
|
|
632
|
+
const tdesignLettersE = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-e" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 6c0-1.1.9-2 2-2h8v2H9v5h8v2H9v5h8v2H9a2 2 0 01-2-2V6z"/></svg>`;
|
|
633
|
+
const tdesignLettersF = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-f" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 6c0-1.1.9-2 2-2h7v2h-7v5h7v2h-7v7H8V6z"/></svg>`;
|
|
634
|
+
const tdesignLettersG = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-g" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16 4H8.5C7.67 4 7 4.67 7 5.5v13c0 .83.67 1.5 1.5 1.5H17v-9h-5.2v2H15v5H9V6h7V4z"/></svg>`;
|
|
635
|
+
const tdesignLettersH = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-h" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 4v7h6V4h2v16h-2v-7H9v7H7V4h2z"/></svg>`;
|
|
636
|
+
const tdesignLettersI = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-i" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 4h7v2H13v12h2.5v2h-7v-2H11V6H8.5V4z"/></svg>`;
|
|
637
|
+
const tdesignLettersJ = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-j" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.67 4H15v14.5c0 .83-.67 1.5-1.5 1.5H8v-2h5V6H9.67V4z"/></svg>`;
|
|
638
|
+
const tdesignLettersK = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-k" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10 20v-6.06l5 3.57V20h2v-2.74c0-.49-.23-.94-.63-1.22L10.72 12l5.65-4.04c.4-.28.63-.73.63-1.22V4h-2v2.49l-5 3.57V4H8v16h2z"/></svg>`;
|
|
639
|
+
const tdesignLettersL = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-l" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 4v14c0 1.1.9 2 2 2h8v-2H9V4H7z"/></svg>`;
|
|
640
|
+
const tdesignLettersM = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-m" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18 20V6h-5v14h-2V6H6v14H4V4h14a2 2 0 012 2v14h-2z"/></svg>`;
|
|
641
|
+
const tdesignLettersN = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-n" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 20V6h7v14h2V6a2 2 0 00-2-2h-9v16h2z"/></svg>`;
|
|
642
|
+
const tdesignLettersO = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-o" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 18V6h6v12H9zM7 6v12c0 1.1.9 2 2 2h6a2 2 0 002-2V6a2 2 0 00-2-2H9a2 2 0 00-2 2z"/></svg>`;
|
|
643
|
+
const tdesignLettersP = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-p" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 4h8a2 2 0 012 2v5.5a2 2 0 01-2 2H9V20H7V4zm2 7.5h6V6H9v5.5z"/></svg>`;
|
|
644
|
+
const tdesignLettersQ = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-q" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 6v12h6V6H9zm8 12h1.5v2h-10A1.5 1.5 0 017 18.5v-13C7 4.67 7.67 4 8.5 4h7c.83 0 1.5.67 1.5 1.5V18z"/></svg>`;
|
|
645
|
+
const tdesignLettersR = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-r" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 4h8.5c.83 0 1.5.67 1.5 1.5v6c0 .83-.67 1.5-1.5 1.5h-2.77l4.24 3.59c.34.28.53.7.53 1.14V20h-2v-2.04L9.63 13H9v7H7V4zm2 7h6V6H9v5z"/></svg>`;
|
|
646
|
+
const tdesignLettersS = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-s" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 6c0-1.1.9-2 2-2H16v2H9.5v5h5a2 2 0 012 2v5a2 2 0 01-2 2H8v-2h6.5v-5h-5a2 2 0 01-2-2V6z"/></svg>`;
|
|
647
|
+
const tdesignLettersT = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-t" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.5 4h11v2H13v14h-2V6H6.5V4z"/></svg>`;
|
|
648
|
+
const tdesignLettersU = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-u" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 4v14H9V4H7v14c0 1.1.9 2 2 2h8V4h-2z"/></svg>`;
|
|
649
|
+
const tdesignLettersV = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-v" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 4v10.27l-3 3.65-3-3.65V4H7v10.27a2 2 0 00.45 1.27l3.78 4.6h1.54l3.78-4.6a2 2 0 00.45-1.27V4h-2z"/></svg>`;
|
|
650
|
+
const tdesignLettersW = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-w" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 4v14h5V4h2v14h5V4h2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V4h2z"/></svg>`;
|
|
651
|
+
const tdesignLettersX = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-x" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.5 8.45a2 2 0 00.5-1.33V4h-2v3.12l-3 3.37-3-3.37V4H7v3.12a2 2 0 00.5 1.33L10.67 12l-3.15 3.55A2 2 0 007 16.88V20h2v-3.12l3-3.37 3 3.37V20h2v-3.12a2 2 0 00-.5-1.33L13.33 12l3.15-3.55z"/></svg>`;
|
|
652
|
+
const tdesignLettersY = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-y" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.71 8.22c.19-.26.29-.57.29-.88V4h-2v3.17l-3 4.13-3-4.13V4H7v3.34c0 .31.1.62.29.88l3.71 5.1V20h2v-6.67l3.71-5.11z"/></svg>`;
|
|
653
|
+
const tdesignLettersZ = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-letters-z" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.57 5.1c0-.6-.5-1.1-1.1-1.1H7v2h7.57v1.14l-7.57 9v2.76c0 .6.5 1.1 1.1 1.1H17v-2H9v-1.14l7.57-9V5.1z"/></svg>`;
|
|
654
|
+
const tdesignLightbulbCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lightbulb-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-8.5 7h-5v-2h5v2zm.73-3H8.77l-.23-.67c-.43-1.23-.98-2.4-1.49-3.45a5.5 5.5 0 119.92 0 33.71 33.71 0 00-1.49 3.45l-.24.67zm-1.4-2c.42-1.1.9-2.1 1.33-3a3.5 3.5 0 10-6.31 0c.42.9.9 1.9 1.32 3h3.66z"/></svg>`;
|
|
655
|
+
const tdesignLightbulb = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lightbulb" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7256)"><path fill="currentColor" d="M12 2a6.2 6.2 0 00-5.57 8.92c.16.39.4.91.7 1.54l.45.97c.37.81.78 1.71 1.11 2.57h6.63c.34-.85.74-1.75 1.11-2.56l.4-.85c.3-.68.57-1.25.74-1.66A6.21 6.21 0 0012 2zM3.8 8.2a8.2 8.2 0 0116.4 0c0 1.26-.26 2.23-.78 3.49-.19.45-.48 1.08-.8 1.78l-.37.8a48.74 48.74 0 00-1.3 3.08l-.25.65H7.29l-.24-.67c-.34-.95-.82-2.04-1.29-3.06l-.42-.91c-.3-.65-.58-1.24-.75-1.67A8.4 8.4 0 013.8 8.2zM7.5 19h9v2h-9v-2zm2 3h5v2h-5v-2z"/></g></svg>`;
|
|
656
|
+
const tdesignLighthouse1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lighthouse-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .92l6.3 2.52-.74 1.86-.56-.22V10h2v2h-1.9c.16 1.9.51 3.94.88 5.67a71.32 71.32 0 00.96 3.98l.02.06v.01l.37 1.28h-6.11l-1-4h-.44l-1 4h-6.1l.36-1.27v-.02l.02-.06a36.56 36.56 0 00.28-1.07c.19-.72.43-1.74.68-2.91.37-1.73.72-3.76.89-5.67H5v-2h2V5.08l-.56.22-.74-1.86L12 .92zM9 4.28V10h6V4.28l-3-1.2-3 1.2zM15.09 12H8.9a50.07 50.07 0 01-.93 6.08A73.35 73.35 0 017.3 21h1.92l1-4h3.56l1 4h1.92c-.19-.74-.43-1.75-.68-2.92-.38-1.8-.77-4-.93-6.08zM11 6h2v2h-2V6z"/></svg>`;
|
|
657
|
+
const tdesignLighthouse2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lighthouse-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1v1h6V1h2v4h1v2h-1v3c0 .94.07 1.96.2 3H19v2h-1.52a59.9 59.9 0 001.4 6.43l.45 1.57h-6.11l-1-4h-.44l-1 4h-6.1l.44-1.57a57.12 57.12 0 00.9-3.76c.18-.84.35-1.74.5-2.67H5v-2h1.8c.13-1.04.2-2.06.2-3V7H6V5h1V1h2zm0 3v1h6V4H9zm6 3H9v3c0 .96-.07 1.97-.18 3h6.36a27.78 27.78 0 01-.18-3V7zm.45 8h-6.9a60.8 60.8 0 01-1.25 6h1.92l1-4h3.56l1 4h1.92a73.47 73.47 0 01-1.25-6zM11 9h2v2h-2V9z"/></svg>`;
|
|
658
|
+
const tdesignLighthouse = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lighthouse" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1v1h6V1h2v9c0 2.4.48 5.31.98 7.67a71.32 71.32 0 00.96 3.98l.02.06v.01l.37 1.28h-6.11l-1-4h-.44l-1 4h-6.1l.36-1.27v-.02l.02-.06a34.65 34.65 0 00.28-1.07c.19-.72.43-1.74.68-2.91.5-2.36.98-5.28.98-7.67V1h2zm0 6v3c0 2.6-.52 5.69-1.02 8.08A73.35 73.35 0 017.3 21h1.92l1-4h3.56l1 4h1.92c-.19-.74-.43-1.75-.68-2.92A42.1 42.1 0 0115 10V7H9zm6-2V4H9v1h6zm-4 4h2v2h-2V9z"/></svg>`;
|
|
659
|
+
const tdesignLightingCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lighting-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-10.92 7.5H10v-5H6.29l5.63-10H14v5h3.71l-5.63 10zM12 15.57l2.29-4.07H12V8.43L9.71 12.5H12v3.07z"/></svg>`;
|
|
660
|
+
const tdesignLineHeight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-line-height" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.7 3.3L5 2.58l-.7.7L2 5.6l-.7.7 1.4 1.42.71-.71.59-.59V17.6L3.41 17l-.7-.7-1.42 1.4.71.71 2.3 2.3.7.7.7-.7L8 18.4l.7-.7-1.4-1.42-.71.71-.59.59V6.4l.59.59.7.7 1.42-1.4L8 5.58l-2.3-2.3zM13 4h-1v2h10V4h-9zm-2 7h-1v2h12v-2H11zm1 7h10v2H12v-2z"/></svg>`;
|
|
661
|
+
const tdesignLink1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-link-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19.78 4.93a3.5 3.5 0 00-4.95 0L12.7 7.05l-1.42-1.41 2.12-2.13a5.5 5.5 0 017.78 7.78l-3.18 3.18a5.5 5.5 0 01-7.78 0L8.7 12.94l1.41-1.41 1.54 1.53a3.5 3.5 0 004.95 0l3.18-3.18a3.5 3.5 0 000-4.95zm-7.43 6a3.5 3.5 0 00-4.95 0l-3.18 3.2a3.5 3.5 0 004.95 4.94l2.12-2.12 1.42 1.41-2.12 2.13A5.5 5.5 0 012.8 12.7l3.18-3.18a5.5 5.5 0 017.78 0l1.3 1.3-1.42 1.4-1.3-1.3z"/></svg>`;
|
|
662
|
+
const tdesignLinkUnlink = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-link-unlink" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.3 2.89l3.54 3.54-1.41 1.41L2.89 4.3 4.3 2.9zm5.95-1.7v4.5h-2v-4.5h2zm-8.9 6.9h4.5v2h-4.5v-2zm13.48-2.46l-3.05 3.05-1.4-1.42 3.03-3.04a4.5 4.5 0 016.37 6.36l-3.05 3.05-1.41-1.42 3.04-3.04a2.5 2.5 0 10-3.53-3.54zm-9.2 9.2a2.5 2.5 0 103.54 3.53l3.05-3.04 1.41 1.41-3.04 3.05a4.5 4.5 0 01-6.37-6.37l3.05-3.04 1.41 1.41-3.04 3.05zm12.69-1.08h4.5v2h-4.5v-2zm-2.41 4.4v4.5h-2v-4.5h2zm1.66-2l3.54 3.54-1.42 1.42-3.53-3.54 1.41-1.41z"/></svg>`;
|
|
663
|
+
const tdesignLink = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-link" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.3 3.96a4.77 4.77 0 116.74 6.75l-3.03 3.03-1.41-1.42 3.03-3.03a2.77 2.77 0 10-3.92-3.92L11.68 8.4 10.26 7l3.03-3.03zM15.4 10L10 15.41 8.58 14 14 8.59 15.4 10zm-7 1.68L5.36 14.7a2.77 2.77 0 103.92 3.92l3.03-3.03L13.74 17l-3.03 3.03a4.77 4.77 0 11-6.75-6.75l3.03-3.03 1.41 1.42z"/></svg>`;
|
|
664
|
+
const tdesignLiquor = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-liquor" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19.5 1.09l3.41 3.41L18 9.41v4L9.41 22a2 2 0 01-2.82 0L2 17.41a2 2 0 010-2.82L10.59 6h4l4.91-4.91zM5 14.4L3.41 16 8 20.59 9.59 19 5 14.41zm10-.82l1-1v-4l4.09-4.09-.59-.59L15.41 8h-4l-1 1L15 13.59 13.59 15 9 10.41 6.41 13 11 17.59m-2-4.6h2V15H9v-2z"/></svg>`;
|
|
665
|
+
const tdesignList = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-list" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 19h2v-2H2v2zm5 0h15v-2H7v2zm-5-6h2v-2H2v2zm5 0h15v-2H7v2zM2 7h2V5H2v2zm5 0h15V5H7v2z"/></svg>`;
|
|
666
|
+
const tdesignLoad = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-load" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 1h1A11 11 0 111 12v-1h2v1a9 9 0 109-9h-1V1z"/></svg>`;
|
|
667
|
+
const tdesignLoading = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-loading" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 2.25a9.75 9.75 0 000 19.5v-2.44A7.31 7.31 0 1119.31 12h2.44A9.75 9.75 0 0012 2.25z" fill-opacity="0.9"/></svg>`;
|
|
668
|
+
const tdesignLocation1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-location-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a3 3 0 100 6 3 3 0 000-6zM7 6a5 5 0 116 4.9V17h-2v-6.1A5 5 0 017 6zm-3.9 5H8v2H4.9l-.78 7h15.76l-.77-7H16v-2h4.9l1.22 11H1.88l1.23-11z"/></svg>`;
|
|
669
|
+
const tdesignLocationEnlargement = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-location-enlargement" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a7 7 0 00-7 7c0 2.86 1.78 5.62 3.74 7.76a26.16 26.16 0 003.26 3 24.68 24.68 0 003.26-3C17.22 15.62 19 12.86 19 10a7 7 0 00-7-7zm0 20.21l-.57-.39-.03-.02-.07-.05a16.88 16.88 0 01-1.22-.94 28.16 28.16 0 01-2.85-2.7C5.22 16.88 3 13.64 3 10a9 9 0 0118 0c0 3.64-2.22 6.88-4.26 9.11a28.15 28.15 0 01-4.14 3.7h-.02l-.01.01-.57.4zM13 6.5v3h3v2h-3v3h-2v-3H8v-2h3v-3h2z"/></svg>`;
|
|
670
|
+
const tdesignLocationError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-location-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a7 7 0 00-7 7c0 2.86 1.78 5.62 3.74 7.76a26.16 26.16 0 003.26 3 24.68 24.68 0 003.26-3C17.22 15.62 19 12.86 19 10a7 7 0 00-7-7zm0 20.21l-.57-.39-.03-.02-.07-.05a16.88 16.88 0 01-1.22-.94 28.16 28.16 0 01-2.85-2.7C5.22 16.88 3 13.64 3 10a9 9 0 0118 0c0 3.64-2.22 6.88-4.26 9.11a28.15 28.15 0 01-4.14 3.7h-.02l-.01.01-.57.4zM9.88 6.96L12 9.1l2.12-2.13 1.42 1.42-2.13 2.12 2.13 2.12-1.42 1.42L12 11.9l-2.12 2.13-1.42-1.42 2.13-2.12-2.13-2.12 1.42-1.42z"/></svg>`;
|
|
671
|
+
const tdesignLocationParkingPlace = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-location-parking-place" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a7 7 0 00-7 7c0 2.86 1.78 5.62 3.74 7.76a26.16 26.16 0 003.26 3 24.68 24.68 0 003.26-3C17.22 15.62 19 12.86 19 10a7 7 0 00-7-7zm0 20.21l-.57-.39-.03-.02-.07-.05a16.88 16.88 0 01-1.22-.94 28.16 28.16 0 01-2.85-2.7C5.22 16.88 3 13.64 3 10a9 9 0 0118 0c0 3.64-2.22 6.88-4.26 9.11a28.15 28.15 0 01-4.14 3.7h-.02l-.01.01-.57.4zM9 7h4.64c.44 0 1.02.16 1.5.57.52.45.86 1.14.86 2.03 0 .9-.34 1.58-.86 2.03-.48.41-1.06.57-1.5.57H11V15H9V7zm2 3.2h2.64l.07-.02a.38.38 0 00.23-.21.91.91 0 00.06-.37c0-.19-.03-.3-.06-.37a.38.38 0 00-.3-.23H11v1.2z"/></svg>`;
|
|
672
|
+
const tdesignLocationReduction = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-location-reduction" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a7 7 0 00-7 7c0 2.86 1.78 5.62 3.74 7.76a26.16 26.16 0 003.26 3 24.68 24.68 0 003.26-3C17.22 15.62 19 12.86 19 10a7 7 0 00-7-7zm0 20.21l-.57-.39-.03-.02-.07-.05a16.88 16.88 0 01-1.22-.94 28.16 28.16 0 01-2.85-2.7C5.22 16.88 3 13.64 3 10a9 9 0 0118 0c0 3.64-2.22 6.88-4.26 9.11a28.15 28.15 0 01-4.14 3.7h-.02l-.01.01-.57.4zM8 9.5h8v2H8v-2z"/></svg>`;
|
|
673
|
+
const tdesignLocationSetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-location-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 3a7 7 0 017 7v1h2v-1a9 9 0 10-18 0c0 3.64 2.22 6.88 4.26 9.11a28.15 28.15 0 003.8 3.44c.39.3.8.56 1.2.84l1.13-1.65c-.38-.26-.77-.51-1.14-.8l-.86-.67c-.73-.6-1.7-1.46-2.65-2.5C5.78 15.61 4 12.86 4 10a7 7 0 017-7zm0 5a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0z"/><path fill="currentColor" d="M19 12.75v1.38a4 4 0 011.85 1.07l1.2-.7 1 1.74-1.2.69a4 4 0 010 2.14l1.2.69-1 1.73-1.2-.69A4 4 0 0119 21.87v1.38h-2v-1.38a4 4 0 01-1.85-1.07l-1.2.7-1-1.74 1.2-.69a4 4 0 010-2.14l-1.2-.69 1-1.73 1.2.69A4 4 0 0117 14.13v-1.38h2zm-2.75 4.28a2 2 0 000 1.94l.04.06a2 2 0 003.42 0l.04-.06a2 2 0 000-1.94l-.04-.06a2 2 0 00-3.42 0l-.04.06z"/></svg>`;
|
|
674
|
+
const tdesignLocation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-location" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a7 7 0 00-7 7c0 2.86 1.78 5.62 3.74 7.76a26.16 26.16 0 003.26 3 24.68 24.68 0 003.26-3C17.22 15.62 19 12.86 19 10a7 7 0 00-7-7zm0 20.21l-.57-.39-.03-.02-.07-.05a16.88 16.88 0 01-1.22-.94 28.16 28.16 0 01-2.85-2.7C5.22 16.88 3 13.64 3 10a9 9 0 0118 0c0 3.64-2.22 6.88-4.26 9.11a28.15 28.15 0 01-4.14 3.7h-.02l-.01.01-.57.4zM12 8a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0z"/></svg>`;
|
|
675
|
+
const tdesignLockOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lock-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.74 5.73A6.5 6.5 0 0118.5 7.5V9h2v13h-17V9h13V7.5a4.5 4.5 0 00-8.83-1.23l-.27.96-1.93-.54.27-.96zM5.5 11v9h13v-9h-13zM9 14.5h6v2H9v-2z"/></svg>`;
|
|
676
|
+
const tdesignLockOn = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lock-on" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.5 7.5a6.5 6.5 0 0113 0V9h2v13h-17V9h2V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zm-2 2v9h13v-9h-13zM9 14.5h6v2H9v-2z"/></svg>`;
|
|
677
|
+
const tdesignLockTime = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-lock-time" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.5 7.5a6.5 6.5 0 0113 0V9h2v2.5h-2V11h-13v9h6v2h-8V9h2V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zm11 6a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM13 18.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm-4-4h2.5v2H9v-2zm10.5 1.75v1.84l1.41 1.41-1.41 1.41-2-2v-2.66h2z"/></svg>`;
|
|
678
|
+
const tdesignLogin = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-login" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 11h9.59l-3.5-3.5 1.41-1.41L16.41 12l-5.91 5.91-1.41-1.41 3.5-3.5H3v-2zm11 8.5h5v-15h-5v-2h7v19h-7v-2z"/></svg>`;
|
|
679
|
+
const tdesignLogoAdobeIllustrate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-adobe-illustrate" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm4.76 2h2.48l3.6 12h-2.09l-1.18-3.95H8.43L7.24 18H5.15l3.6-12zm.27 6.05h1.94L10 8.81l-.97 3.24zM16 9h2v2h-2V9zm2 3v6h-2v-6h2z"/></svg>`;
|
|
680
|
+
const tdesignLogoAdobePhotoshop1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-adobe-photoshop-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16v-6.5h-1c-1.02 0-1.99.4-2.7 1.12l-.3.3V18h-2v-7h2v1.33c.9-.54 1.93-.83 3-.83h1V4H4zm4 2v10h5v2H6V6h2z"/></svg>`;
|
|
681
|
+
const tdesignLogoAdobePhotoshop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-adobe-photoshop" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 13v5H6V6h3.5a3.5 3.5 0 110 7H8zm0-5v3h1.5a1.5 1.5 0 000-3H8zM13.5 12.45c0-1.35 1.1-2.45 2.45-2.45H18v2h-2.05a.45.45 0 00-.14.88l1.01.34a2.45 2.45 0 01-.77 4.78H13.5v-2h2.55a.45.45 0 00.14-.88l-1.01-.34a2.45 2.45 0 01-1.68-2.33z"/><path fill="currentColor" d="M22 2H2v20h20V2zM4 20V4h16v16H4z"/></svg>`;
|
|
682
|
+
const tdesignLogoAndroid = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-android" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.37 3.64l2.12 3.7a11.95 11.95 0 0111.02 0l2.12-3.7 1.73.99-2.15 3.77C22.1 10.6 24 14.08 24 18v2H0v-2c0-3.92 1.88-7.4 4.8-9.6L2.63 4.63l1.73-1zM12 8A10 10 0 002 18h20A10 10 0 0012 8zm-6 5h2v2H6v-2zm10 0h2v2h-2v-2z"/></svg>`;
|
|
683
|
+
const tdesignLogoAppleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-apple-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.72 5.5c-.58 0-1.11.08-1.6.26-.5.17-.95.35-1.35.52-.41.17-.76.26-1.06.26-.32 0-.66-.09-1.05-.25-.38-.16-.8-.33-1.23-.49a4.07 4.07 0 00-1.41-.24 5.3 5.3 0 00-2.72.77 5.88 5.88 0 00-2.15 2.28c-.56 1-.84 2.24-.84 3.7 0 .92.1 1.84.32 2.76a14.87 14.87 0 002.06 4.78c.57.8 1.12 1.47 1.66 2.04.54.56 1.16.85 1.88.85.46 0 .87-.08 1.22-.23.34-.16.7-.31 1.1-.47.38-.16.86-.23 1.45-.23a3.85 3.85 0 011.93.45c.25.12.51.22.79.32.27.09.6.13 1 .13.51 0 .97-.13 1.38-.4.41-.28.8-.63 1.14-1.06.35-.42.69-.87 1.02-1.34a10.85 10.85 0 001.38-2.72l.17-.5-.5-.27a5.4 5.4 0 01-2.1-2.2c-.29-.58-.44-1.3-.44-2.13a4.7 4.7 0 011.18-3.23 5.96 5.96 0 011.27-1.1 4.9 4.9 0 00-2.58-1.96 5.91 5.91 0 00-1.92-.3zm-.8-1.87c.35-.42.63-.9.86-1.46a4.58 4.58 0 00.3-2.17 4.95 4.95 0 00-3.34 1.72c-.34.37-.63.83-.88 1.38a4.04 4.04 0 00-.36 1.96l.02.16c.1.02.2.03.31.03.52 0 1.06-.15 1.64-.46.58-.3 1.06-.7 1.44-1.16z"/></svg>`;
|
|
684
|
+
const tdesignLogoApple = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-apple" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.86 3.94a3.5 3.5 0 013.5-3.5h1.05v1.05a3.5 3.5 0 01-3.5 3.5h-1.05V3.94zM16.31 5c.6.04 2.19.2 3.61 1.29.42.32.82.72 1.18 1.22l.67.93-1.02.53c0 .01-.2.11-.44.31-.6.48-1.43 1.4-1.42 2.8a3.43 3.43 0 001.16 2.6c.5.46 1.01.68 1.1.73h.01l.94.3-.28.94-.1.27a11.81 11.81 0 01-1.58 3.03c-.45.63-.98 1.36-1.62 1.93a3.88 3.88 0 01-2.55 1.07c-.94.03-1.59-.24-2.1-.45l-.02-.01a3.6 3.6 0 00-3.21.02h-.03c-.47.2-1.07.44-1.9.48-1.1.03-1.97-.5-2.64-1.1a14.04 14.04 0 01-4-7.48c-.4-2.06-.28-4.33.86-6.23a6.42 6.42 0 015.4-3.13h.01c1-.03 1.94.33 2.6.58l.05.02.67.24c.2.06.3.07.34.07.02 0 .1 0 .28-.06l.64-.23.05-.02c.8-.3 2-.75 3.34-.65zm-.14 2a6 6 0 00-2.55.54l-.01.01c-.24.09-.5.19-.75.26a3 3 0 01-.86.15c-.33 0-.65-.08-.92-.16-.26-.07-.53-.18-.78-.27h-.02a5.26 5.26 0 00-1.9-.48h-.01a4.42 4.42 0 00-3.73 2.16c-.8 1.33-.94 3.06-.61 4.84a12.04 12.04 0 003.37 6.35c.48.43.87.6 1.24.59.45-.02.77-.14 1.24-.34h.01c.58-.23 1.3-.53 2.4-.53 1.07 0 1.76.29 2.3.51h.02c.5.21.81.34 1.31.32h.01c.44 0 .84-.18 1.26-.56.45-.4.86-.95 1.33-1.6a10.5 10.5 0 001.09-1.95 5.43 5.43 0 01-2.71-4.74 5.47 5.47 0 011.9-4.15A4.62 4.62 0 0016.18 7z"/></svg>`;
|
|
685
|
+
const tdesignLogoBehance = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-behance" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.5 4c1.31 0 2.46.42 3.28 1.26A4.52 4.52 0 0111 8.5c0 1.22-.37 2.34-1.15 3.17.26.14.5.31.73.5A4.27 4.27 0 0112 15.5c0 1.34-.48 2.5-1.42 3.32A5.33 5.33 0 017.01 20H2V4h4.5zM4 13v5h3.01c1.06 0 1.8-.28 2.26-.68.44-.4.73-.98.73-1.82 0-.84-.29-1.43-.73-1.82C8.8 13.28 8.07 13 7 13H4zm0-7v5h2.5c.88 0 1.48-.28 1.86-.66.38-.4.64-1 .64-1.84 0-.84-.26-1.45-.64-1.84C7.98 6.28 7.38 6 6.5 6H4zm9.5.5h8v2h-8v-2zm.66 5.03A4.24 4.24 0 0117.5 10c1.64 0 2.82.72 3.55 1.76.7 1 .95 2.21.95 3.24v1h-6.88c.12.48.32.88.58 1.2.4.49 1 .8 1.8.8.88 0 1.45-.26 1.8-.5a2.15 2.15 0 00.43-.39l.55-.83 1.67 1.1-.55.84-.01.01a1.62 1.62 0 01-.08.1 4.15 4.15 0 01-.9.83 5.1 5.1 0 01-2.91.84 4.24 4.24 0 01-3.34-1.53A5.4 5.4 0 0113 15c0-1.3.38-2.54 1.16-3.47zm.96 2.47h4.77c-.1-.4-.25-.78-.47-1.1-.37-.5-.94-.9-1.92-.9-.8 0-1.4.31-1.8.8-.26.32-.46.72-.58 1.2z"/></svg>`;
|
|
686
|
+
const tdesignLogoChromeFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-chrome-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 23A11 11 0 0022.51 8.75h-7.05a4.73 4.73 0 01.65 5.63l-4.96 8.59c.28.02.57.03.85.03z"/><path fill="currentColor" d="M9.56 22.73l3.52-6.1a4.76 4.76 0 01-5.2-2.25l-4.96-8.6a11 11 0 006.63 16.95z"/><path fill="currentColor" d="M3.93 4.52a11 11 0 0118 2.73H12a4.75 4.75 0 00-4.55 3.37l-3.52-6.1zM9.18 13.62a3.25 3.25 0 110 0z"/></svg>`;
|
|
687
|
+
const tdesignLogoChrome = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-chrome" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1a11 11 0 110 22 11 11 0 010-22zM5.16 6.15L7.38 10l.22-.37A5.01 5.01 0 0112.1 7h7.38a9 9 0 00-14.33-.85zM3.93 8.02a9 9 0 006.43 12.84L12.58 17h-.5a5 5 0 01-4.49-2.64L3.93 8.02zm8.66 12.96A9 9 0 0020.5 9h-4.45l.24.42a5.01 5.01 0 010 5.16l-3.69 6.4zM9.4 13.5A3 3 0 0012 15h.04a2.99 2.99 0 002.53-1.45l.03-.05A3.06 3.06 0 0015 12a3.02 3.02 0 00-.4-1.5l-.03-.05A2.99 2.99 0 0012.07 9H12c-.12 0-.23 0-.35.02A3 3 0 009.4 10.5l-.05.1a2.99 2.99 0 000 2.8l.05.1z"/></svg>`;
|
|
688
|
+
const tdesignLogoCinema4d = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-cinema4d" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.75 17.95l.02.04.03.06A10.98 10.98 0 0012 23a11 11 0 10-9.25-5.05zm.67-8.68a9 9 0 0111.61-5.75c-.08.21-.2.31-.4.36-1 .27-1.96.52-2.93.71C9.57 5 7.57 5.75 5.8 7.11a9.96 9.96 0 00-2.38 2.16zm1.52 8.32c-.15-.2-.3-.4-.44-.62-.92-1.98-.88-3.61-.39-4.92a7.02 7.02 0 012.81-3.28l.03-.02.03-.03.56-.4a6.67 6.67 0 00.7 6.14 7.1 7.1 0 006.84 3.05c-1.5 1.66-3.89 2.73-5.97 2.5a6.56 6.56 0 01-4.17-2.42zm15.41-8.96a9 9 0 01-6.06 12.07 9.67 9.67 0 002.8-2.5h.01c1.31-1.78 2-3.8 2.31-5.9.14-.94.32-1.87.5-2.81.08-.35.22-.63.44-.86zM16.83 4.4a9.05 9.05 0 012.55 2.46 2.4 2.4 0 00-.25.18l-.01.01c-.64.56-1.01 1.29-1.16 2.04-.2.96-.38 1.93-.52 2.92-.16 1.02-.4 1.98-.77 2.88a5.11 5.11 0 01-6.76-1.54 4.75 4.75 0 011.3-6.6l.86-.2c1.05-.2 2.08-.46 3.08-.73a2.5 2.5 0 001.68-1.42z"/></svg>`;
|
|
689
|
+
const tdesignLogoCodepen = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-codepen" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .8l11 7.16v8.08L12 23.2 1 16.04V7.96L12 .8zm-9 9.62v3.16L5.26 12 3 10.42zm.79 5.05L11 20.16v-4.14l-4-2.8-3.21 2.25zM8.74 12L12 14.28 15.26 12 12 9.72 8.74 12zM13 7.98l4 2.8 3.21-2.25L13 3.84v4.14zm-2-4.14l-7.21 4.7L7 10.77l4-2.8V3.84zm10 6.58L18.74 12 21 13.58v-3.16zm-.79 5.05L17 13.22l-4 2.8v4.14l7.21-4.7z"/></svg>`;
|
|
690
|
+
const tdesignLogoCodesandbox = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-codesandbox" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.34 6.42L12 .85l9.66 5.57v11.16L12 23.15l-9.66-5.57V6.42zM12 3.15L9.67 4.5 12 5.85l2.33-1.35L12 3.15zm4.33 2.5L12 8.15l-4.33-2.5L5.34 7 12 10.85 18.66 7l-2.33-1.35zm3.33 3.08L13 12.58v7.69l2.34-1.35v-5l4.32-2.5V8.74zm0 5l-2.32 1.35v2.68l2.32-1.34v-2.68zm-15.32-2.3l4.32 2.5v4.99L11 20.27v-7.7L4.34 8.74v2.7zm0 2.3v2.7l2.32 1.33v-2.68l-2.32-1.34z"/></svg>`;
|
|
691
|
+
const tdesignLogoDribbble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-dribbble" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.9 3.98a9.02 9.02 0 00-4.67 6 26.9 26.9 0 007.88-1.56 34.1 34.1 0 00-3.2-4.44zm-4.9 8V12c0 2.15.75 4.12 2 5.66 1.94-2.69 4.7-4.76 7.91-5.83-.25-.56-.52-1.1-.8-1.64A28.9 28.9 0 013 11.99zm3.45 7.1a8.96 8.96 0 009.07 1.2c-.39-2.28-1-4.5-1.82-6.6a14.04 14.04 0 00-7.25 5.4zm9.2-5.88a35.74 35.74 0 011.71 6.03 9 9 0 003.55-5.93 14.07 14.07 0 00-5.25-.1zm5.32-1.92a8.95 8.95 0 00-1.9-4.84 28.98 28.98 0 01-5.1 2.98c.32.62.62 1.25.9 1.89a16.08 16.08 0 016.1-.03zM13 7.67A26.96 26.96 0 0017.66 5 8.96 8.96 0 009.9 3.25a36.09 36.09 0 013.09 4.42zM1.05 10.9a11 11 0 1121.91 2.2 11 11 0 01-21.9-2.2z"/></svg>`;
|
|
692
|
+
const tdesignLogoFacebook = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-facebook" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 6a6 6 0 016-6h5v6.5h-4v2h4.25L17.8 15H15v9H8v-9H4.25V8.5H8V6zm6-4a4 4 0 00-4 4v4.5H6.25V13H10v9h3v-9h3.2l.55-2.5H13v-4c0-1.1.9-2 2-2h2V2h-3z"/></svg>`;
|
|
693
|
+
const tdesignLogoFigma = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-figma" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 5A4.5 4.5 0 018.5.5h7a4.5 4.5 0 012.83 8A4.5 4.5 0 0113 15.74V19a4.5 4.5 0 11-7.33-3.5 4.5 4.5 0 010-7A4.5 4.5 0 014 5zm4.5 2.5H11v-5H8.5a2.5 2.5 0 000 5zm4.5-5v5h2.5a2.5 2.5 0 000-5H13zm-2 7H8.5a2.5 2.5 0 000 5H11v-5zm0 7H8.5A2.5 2.5 0 1011 19v-2.5zm2-4.5a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0z"/></svg>`;
|
|
694
|
+
const tdesignLogoFramer = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-framer" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.09 1H19.5v8.5h-5.09l6.5 6.5H13v7.91l-8.5-8.5V7.5h5.09L3.09 1zm9.32 6.5h5.09V3H7.91l4.5 4.5zm-.82 2H6.5v5.09l4.5 4.5V14h5.09l-4.5-4.5z"/></svg>`;
|
|
695
|
+
const tdesignLogoGithubFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-github-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1C5.93 1 1 6.05 1 12.28c0 4.98 3.15 9.2 7.52 10.7.55.1.73-.25.73-.54v-2.1c-3.06.68-3.7-1.33-3.7-1.33-.5-1.3-1.22-1.65-1.22-1.65-1-.7.08-.69.08-.69 1.1.08 1.68 1.16 1.68 1.16.98 1.73 2.58 1.23 3.2.94.1-.73.39-1.23.7-1.5-2.44-.3-5-1.26-5-5.58 0-1.23.42-2.24 1.12-3.03a4.15 4.15 0 01.11-2.98s.93-.3 3.03 1.15a10.3 10.3 0 015.5 0c2.1-1.46 3.03-1.15 3.03-1.15.6 1.55.22 2.7.1 2.98.71.8 1.14 1.8 1.14 3.03 0 4.33-2.58 5.28-5.02 5.56.39.35.75 1.04.75 2.1v3.09c0 .3.18.65.73.54A11.26 11.26 0 0023 12.28C23 6.05 18.07 1 12 1z"/></svg>`;
|
|
696
|
+
const tdesignLogoGithub = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-github" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.3 3.05c-.32 1.28 0 2.17.08 2.36l.23.58-.42.46A4.47 4.47 0 004 9.57c0 2.5.75 3.84 1.69 4.62.98.83 2.35 1.2 3.86 1.36l2.28.26-1.73 1.5c-.25.2-.61.74-.61 1.85v.34h.01V24h-2v-1-.56-.2-.74h-.56A4 4 0 013.82 20l-.55-.69a3 3 0 00-1-.8l-1.11-.56.9-1.8 1.1.56a5 5 0 011.67 1.35l.55.69a2 2 0 001.56.75h.55v-.34c0-.71.1-1.34.3-1.87a7.83 7.83 0 01-3.39-1.57C2.9 14.47 2 12.5 2 9.57 2 8 2.5 6.65 3.33 5.56c-.2-.8-.35-2.2.33-3.9l.17-.43.45-.15h.03a1.34 1.34 0 01.15-.04l.3-.04c.25 0 .57 0 .96.1.72.14 1.69.5 2.93 1.3a14.2 14.2 0 016.7 0 8.97 8.97 0 012.93-1.3 3.77 3.77 0 011.26-.06 1.64 1.64 0 01.15.03h.02v.01h.01l.45.15.17.43c.68 1.7.53 3.1.33 3.9A6.46 6.46 0 0122 9.57c0 2.93-.9 4.9-2.4 6.15-1 .85-2.2 1.3-3.4 1.57.2.53.31 1.16.31 1.87l-.01 3.09V24h-2v-1-.58-.19l.01-3.07c0-1.1-.36-1.65-.6-1.86l-1.74-1.5 2.27-.25c1.52-.17 2.89-.53 3.87-1.36.94-.78 1.69-2.13 1.69-4.62 0-1.3-.45-2.3-1.19-3.12l-.42-.46.23-.58a3.87 3.87 0 00.07-2.36c-.48.1-1.33.4-2.6 1.26l-.39.26-.44-.13a12.13 12.13 0 00-6.52 0l-.45.13-.38-.26a7.63 7.63 0 00-2.6-1.26z"/></svg>`;
|
|
697
|
+
const tdesignLogoGitlab = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-gitlab" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.78 1h1.94l2.5 7.33h5.56L17.28 1h1.94l4.45 13.36L12 23.26.33 14.36 4.78 1zm.98 3.39l-3.09 9.25 9.33 7.1 9.33-7.1-3.09-9.25-2.02 5.94H7.78L5.76 4.4z"/></svg>`;
|
|
698
|
+
const tdesignLogoIeFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-ie-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.13 22.26l-.59.23c-1.32.57-2.61.9-3.77.93a4.12 4.12 0 01-3.1-1.1 4.08 4.08 0 01-1.1-2.93c0-1.1.28-2.33.78-3.58 1-2.51 2.94-5.34 5.53-7.93a25 25 0 017.94-5.52c1.25-.5 2.47-.8 3.57-.79 1.1 0 2.16.32 2.94 1.1a4.14 4.14 0 011.1 3.1 10.33 10.33 0 01-.95 3.78v.01l-.46 1.05c.08.54.13 1.1.13 1.66v1.46h-2.43l-11.9.12c.27.88.71 1.64 1.3 2.2A4.06 4.06 0 0012 17.13a5 5 0 002.99-.97l.13-.1h6.34l-.36.72c-.1.18-.18.35-.29.53a10.13 10.13 0 01-10.68 4.95zm2.81-16.04a27.56 27.56 0 00-4.36 3.81h8.48l-.19-.64c-.44-1.48-2-2.75-3.93-3.17zM3.71 18.15c-.1.45-.14.86-.14 1.22 0 .76.21 1.24.51 1.54.32.32.83.53 1.65.51.42 0 .9-.08 1.43-.21a10.2 10.2 0 01-3.45-3.06zM21.06 7.68c.23-.74.35-1.4.37-1.95.01-.81-.2-1.33-.52-1.65-.3-.3-.78-.5-1.53-.51-.5 0-1.08.08-1.72.27 1.43.96 2.6 2.29 3.4 3.84zM6.82 6.82a27.25 27.25 0 00-4.93 6.55 10.16 10.16 0 0111-11.22 28 28 0 00-6.07 4.67z"/></svg>`;
|
|
699
|
+
const tdesignLogoIe = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-ie" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.43 6.2c-.68.42-1.36.9-2.05 1.44.84.14 1.56.48 2.09.9H11.3a29.22 29.22 0 00-2.07 2h8.5l-.38-1.29a5.15 5.15 0 00-2.92-3.06z"/><path fill="currentColor" d="M8.33 22.28a10.64 10.64 0 0012.91-4.72l.3-.55.73-1.45h-7.32l-.26.2a4.5 4.5 0 01-2.69.87c-1.08 0-1.9-.36-2.53-.95-.38-.35-.7-.8-.94-1.34l11.19-.1h2.93v-1.97a10.59 10.59 0 00-.57-3.44c.52-1.25.83-2.46.85-3.55a4.14 4.14 0 00-1.1-3.1 4.07 4.07 0 00-2.94-1.1 9.69 9.69 0 00-3.96.94A10.66 10.66 0 001.81 15.44a9.55 9.55 0 00-.74 3.45c.01 1.1.32 2.16 1.1 2.94a4.12 4.12 0 003.1 1.1 9.52 9.52 0 003.06-.65zM8.8 8.8a23.03 23.03 0 017.26-5.08 7.73 7.73 0 012.82-.64c.75 0 1.23.2 1.53.5.32.32.53.84.52 1.65 0 .32-.05.67-.13 1.04A10.74 10.74 0 0019 4.24a9.56 9.56 0 00-2.33.74 8.68 8.68 0 013.98 7.25h-.93l-12.06.12a24.2 24.2 0 00-1.31 1.83 6.56 6.56 0 001.75 2.96c1 .94 2.33 1.5 3.9 1.5a6.5 6.5 0 003.6-1.08h3.24A8.63 8.63 0 014.8 17.1l-.02.04a8.6 8.6 0 00-.62 2.37c.48.52 1 .98 1.57 1.4l-.5.03c-.82.02-1.33-.2-1.64-.51-.3-.3-.51-.79-.52-1.54 0-.76.2-1.72.64-2.82.89-2.2 2.64-4.81 5.09-7.26zm-5.47 3.64v-.17a8.66 8.66 0 018.68-8.66c-1.55 1-3.12 2.28-4.62 3.78a28.24 28.24 0 00-4.06 5.05z"/></svg>`;
|
|
700
|
+
const tdesignLogoInstagram = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-instagram" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.95 1h.1c1.83 0 3.27 0 4.42.1 1.18.11 2.16.33 3.03.84a7 7 0 012.56 2.56c.5.87.73 1.85.84 3.03.1 1.15.1 2.6.1 4.42v.1c0 1.83 0 3.27-.1 4.42a7.16 7.16 0 01-.84 3.03 7 7 0 01-2.56 2.56c-.87.5-1.85.73-3.03.84-1.15.1-2.6.1-4.42.1h-.1c-1.83 0-3.27 0-4.42-.1a7.16 7.16 0 01-3.03-.84 7 7 0 01-2.56-2.56 7.17 7.17 0 01-.84-3.03c-.1-1.15-.1-2.6-.1-4.42v-.1c0-1.83 0-3.27.1-4.42.11-1.18.33-2.16.84-3.03A7 7 0 014.5 1.94c.87-.5 1.85-.73 3.03-.84 1.15-.1 2.6-.1 4.42-.1zM7.71 3.1c-1.04.1-1.7.27-2.21.57A5 5 0 003.67 5.5c-.3.52-.48 1.17-.57 2.21C3 8.76 3 10.11 3 12c0 1.89 0 3.24.1 4.29.1 1.04.27 1.7.57 2.21a5 5 0 001.83 1.83c.52.3 1.17.48 2.21.57 1.05.1 2.4.1 4.29.1 1.89 0 3.24 0 4.29-.1 1.04-.1 1.7-.27 2.21-.57a5 5 0 001.83-1.83c.3-.52.48-1.17.57-2.21.1-1.05.1-2.4.1-4.29 0-1.89 0-3.24-.1-4.29a5.23 5.23 0 00-.57-2.21 5 5 0 00-1.83-1.83 5.23 5.23 0 00-2.21-.57C15.24 3 13.89 3 12 3c-1.89 0-3.24 0-4.29.1zm9.04 3.15a1 1 0 112 0 1 1 0 01-2 0zM12 8.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6.5 12a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0z"/></svg>`;
|
|
701
|
+
const tdesignLogoQq = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-qq" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.9 3.09A7.12 7.12 0 0112 0c2.78 0 4.8 1.23 6.1 3.08a11.23 11.23 0 011.78 6.87v.1l.91 2.28c.28.72.56 1.48.76 2.14.49 1.56.67 2.72.68 3.54.01.4-.02.75-.1 1.04-.04.14-.1.32-.2.48-.1.13-.34.45-.8.5-.44.06-.78-.15-.9-.23a2.85 2.85 0 01-.67-.62 7.33 7.33 0 01-.94 1.6c.2.1.39.2.55.33.35.26.6.6.7 1.01.08.4 0 .75-.16 1.02s-.4.41-.52.47c-.14.07-.29.12-.4.15-.26.07-.55.1-.84.14-.59.06-1.34.08-2.1.08-1.44 0-3.03-.09-3.85-.17-.82.08-2.4.16-3.85.17-.76 0-1.5-.02-2.1-.08-.3-.03-.58-.07-.83-.14a2.1 2.1 0 01-.4-.15c-.13-.06-.37-.2-.53-.47a1.4 1.4 0 01-.15-1.02c.09-.41.34-.75.7-1v-.01c.16-.12.34-.23.54-.34-.4-.5-.7-1.05-.94-1.6a5.6 5.6 0 01-.66.63c-.13.08-.47.3-.9.24-.46-.06-.71-.37-.8-.5-.11-.17-.17-.35-.21-.49-.08-.29-.11-.64-.1-1.04 0-.82.19-1.98.67-3.54.2-.66.49-1.42.76-2.13v-.02l.92-2.27a58.62 58.62 0 01-.01-.59c0-2.24.52-4.58 1.79-6.38zM4.07 16.27l1.85-3v3.52c0 1.05.56 2.52 1.84 3.6l1.4 1.19-1.32.4h.3c1.47 0 3.06-.09 3.75-.16l.11-.01h.11a41.78 41.78 0 004.06.17l-1.32-.4 1.4-1.18a5.01 5.01 0 001.83-3.6v-3.54l1.85 3v.01l.01.02.05.07v.01c-.08-.38-.2-.81-.35-1.3-.18-.6-.44-1.3-.7-2l-1.07-2.64v-.2a14.12 14.12 0 01.02-.76c0-1.97-.47-3.87-1.43-5.24A5.13 5.13 0 0012 2.01c-2.11 0-3.54.9-4.46 2.22A9.26 9.26 0 006.1 9.47v.7l.01.05v.2l-1.06 2.65c-.26.7-.52 1.4-.7 2m-.29 1.2l-.01.02-.04.07-.02.02c.09-.38.2-.82.35-1.3"/></svg>`;
|
|
702
|
+
const tdesignLogoTwitter = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-twitter" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16 4a4 4 0 00-4 4v2h-1c-3.4 0-6.49-1.3-8.8-3.43A9.55 9.55 0 008 17.34l1.73.68-1.52 1.07c-.8.55-1.65 1.02-2.56 1.4A11 11 0 0020 10V8.47l.23-.27c.54-.67.93-1.17 1.28-1.66-.28.11-.55.2-.79.25l-.77.18-.35-.72A4 4 0 0016 4zm6.98 1.75l1.01.7-.56.83c-.42.6-.83 1.17-1.43 1.9V10A13 13 0 012.3 21.14L.05 19.8l2.58-.49c1.03-.19 2-.52 2.91-.96A11.5 11.5 0 01.81 4.26l.62-1.57 1.08 1.3C4.33 6.2 6.99 7.7 10 7.96A6 6 0 0120.95 4.6c.37-.16.76-.38 1-.58l.78-.63L24 4.95l-.78.63a4.4 4.4 0 01-.23.17z"/></svg>`;
|
|
703
|
+
const tdesignLogoWechatStroke = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-wechat-stroke" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.75 4.25C4.85 4.25 2 6.88 2 9.79c0 1.6.83 3.09 2.25 4.13a1 1 0 01.4.94l-.07.53.83-.42a1 1 0 01.77-.05 7.99 7.99 0 003.32.38c0-3.2 2.67-5.67 5.95-6.2-.41-2.62-3.12-4.85-6.7-4.85zm8.7 4.78C21 9.33 24 11.9 24 15.31c0 1.64-.71 3.1-1.83 4.2v1.95a1 1 0 01-1.5.87l-1.73-1c-.7.19-1.43.3-2.19.3-3.12 0-5.92-1.76-6.9-4.35a10.23 10.23 0 01-3.9-.34L3.8 18.02A1 1 0 012.36 17l.23-1.84A7.05 7.05 0 010 9.79c0-4.31 4.08-7.54 8.75-7.54 4.39 0 8.26 2.85 8.7 6.78zM5.26 7.5a1 1 0 012 0 1 1 0 01-2 0zm5 0a1 1 0 112 0v.01a1 1 0 11-2 0zm6.5 3.5h-.22c-2.95.1-5.03 2.13-5.03 4.31 0 .23.02.45.06.66.37 1.96 2.45 3.65 5.19 3.65.7 0 1.38-.11 2-.32a1 1 0 01.82.08l.6.35v-.66a1 1 0 01.35-.76 3.93 3.93 0 001.48-3c0-2.23-2.2-4.31-5.25-4.31zm-3.2 2.66a1 1 0 011-1h.01a1 1 0 110 2 1 1 0 01-1-1zm4.39 0a1 1 0 112 0 1 1 0 11-2 0z"/></svg>`;
|
|
704
|
+
const tdesignLogoWechat = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-wechat" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.8 17.03h-.05c-1.15 0-2.25-.2-3.26-.53l-2.84 1.42.35-2.71a6.95 6.95 0 01-3-5.57c0-4.08 3.92-7.39 8.75-7.39 4.17 0 7.66 2.47 8.54 5.77a9.4 9.4 0 00-.6-.02c-4.36 0-8.19 3.04-8.19 7.11 0 .67.1 1.31.3 1.92zM6 8a1 1 0 100-2 1 1 0 000 2zm5.5 0a1 1 0 100-2 1 1 0 000 2z"/><path fill="currentColor" d="M21.87 19.52A5.72 5.72 0 0024 15.16C24 11.76 20.75 9 16.75 9S9.5 11.76 9.5 15.16c0 3.4 3.25 6.16 7.25 6.16.95 0 1.86-.15 2.69-.43l2.43 1.4v-2.77zm-7.56-5.36a1 1 0 110-2 1 1 0 010 2zm4.88 0a1 1 0 110-2 1 1 0 010 2z"/></svg>`;
|
|
705
|
+
const tdesignLogoWecom = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-wecom" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g fill="currentColor" clip-path="url(#clip0_8775_6833)"><path d="M19.44 17.52l-.07-.01-.08-.01a3.91 3.91 0 01-2.16-1.2.3.3 0 00-.43 0 .3.3 0 00-.02.4l.02.03.04.03a3.85 3.85 0 011.2 2.32c.05.2.16.4.32.55.5.5 1.3.5 1.8 0a1.25 1.25 0 00-.62-2.1zM23.63 14.32a1.27 1.27 0 00-2.13.6l-.01.08-.01.08c-.14.74-.5 1.45-1.08 2.02l-.13.12a.3.3 0 000 .43.3.3 0 00.4.02l.03-.02a.4.4 0 00.03-.04l.09-.1a3.9 3.9 0 012.25-1.1 1.25 1.25 0 00.56-2.1zM18.27 10.77a1.25 1.25 0 00.61 2.11l.08.02h.07a3.9 3.9 0 012.17 1.2c.12.12.3.12.43 0a.3.3 0 00.02-.4l-.02-.02a3.85 3.85 0 01-1.24-2.35 1.27 1.27 0 00-2.11-.56zM16.84 15.4v-.07a3.86 3.86 0 011.21-2.15.3.3 0 000-.42.3.3 0 00-.43 0l-.03.04-.09.09a3.9 3.9 0 01-2.25 1.1 1.25 1.25 0 00-.56 2.1 1.27 1.27 0 002.15-.69z"/><path d="M11.46 3.62a7.86 7.86 0 017.58 5.73l1.92-.54a9.86 9.86 0 10-17.82 7.96l-1.9 4.57h10.51a9.85 9.85 0 004.03-1l-.87-1.8a7.81 7.81 0 01-3.2.8H4.23l1.17-2.82-.33-.45a7.86 7.86 0 016.38-12.46z"/></g></svg>`;
|
|
706
|
+
const tdesignLogoWindowsFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-windows-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21.75 2.14v9.61h-9.5V3.49l9.5-1.35zm-11 1.98v7.63h-8.5V5.51l8.5-1.4zm-8.5 9.13h8.5v7.57l-8.5-.8v-6.77zm10 0h9.5v8.62l-9.5-1.39v-7.23z"/></svg>`;
|
|
707
|
+
const tdesignLogoWindows = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-windows" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 1.85V12H12V3.28l10-1.43zM14 5V10h6V4.15l-6 .86zm-3-1.19V12H2V5.3l9-1.48zM4 7v3h5V6.18L4 7zm-2 6h9v8.1l-9-.86V13zm2 2v3.42l5 .48V15H4zm8-2h10v9.16L12 20.7V13zm2 2v3.97l6 .87V15h-6z"/></svg>`;
|
|
708
|
+
const tdesignLogoYoutube = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logo-youtube" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_9984)"><path fill="currentColor" d="M8.93 2.5h6.14c1.83 0 3.3 0 4.45.16 1.2.16 2.21.5 3.02 1.3.8.8 1.14 1.82 1.3 3.02.16 1.15.16 2.62.16 4.45v1.14c0 1.83 0 3.3-.16 4.45a4.96 4.96 0 01-1.3 3.02c-.8.8-1.82 1.14-3.02 1.3-1.15.16-2.62.16-4.45.16H8.93c-1.83 0-3.3 0-4.45-.16a4.96 4.96 0 01-3.02-1.3 4.96 4.96 0 01-1.3-3.02A36.55 36.55 0 010 12.57v-1.14c0-1.83 0-3.3.16-4.45.16-1.2.5-2.21 1.3-3.02.8-.8 1.82-1.14 3.02-1.3C5.63 2.5 7.1 2.5 8.93 2.5zM4.74 4.64c-.97.13-1.5.37-1.86.74-.37.37-.61.89-.74 1.86C2 8.25 2 9.6 2 11.5v1c0 1.91 0 3.25.14 4.26.13.97.37 1.5.74 1.86.37.37.89.61 1.86.74 1.01.14 2.35.14 4.26.14h6c1.91 0 3.25 0 4.26-.14.97-.13 1.5-.37 1.86-.74.37-.37.61-.89.74-1.86.14-1.01.14-2.35.14-4.26v-1c0-1.91 0-3.25-.14-4.26-.13-.97-.37-1.5-.74-1.86-.37-.37-.89-.61-1.86-.74C18.25 4.5 16.9 4.5 15 4.5H9c-1.91 0-3.25 0-4.26.14zM8.8 6.96L17.5 12l-8.7 5.04V6.96zm2 3.47v3.14L13.5 12l-2.7-1.57z"/></g></svg>`;
|
|
709
|
+
const tdesignLogout = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-logout" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21.2 11.8l-5.9 5.9-1.42-1.4 3.5-3.5H7.79v-2h9.59l-3.5-3.5 1.41-1.42 5.92 5.91zM9.8 4.3h-5v15h5v2h-7v-19h7v2z"/></svg>`;
|
|
710
|
+
const tdesignLookAround = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-look-around" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm4 0v4h-2V8h2zm-4 6h2v2H9v-2z"/></svg>`;
|
|
711
|
+
const tdesignLoudspeaker = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-loudspeaker" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16 1.38V15.5l-7.2-3h-.91L7.7 14H9.5v2H7.48l-.6 5H2V5h6.76L16 1.38zM5.88 12.5H4V19h1.11l.77-6.5zM4 10.5h5.2l4.8 2V4.62L9.24 7H4v3.5zm16.33-5.91l.71.7a5.16 5.16 0 011.33 3.63c0 1.28-.4 2.68-1.33 3.62l-.7.7-1.42-1.4.7-.71a3.2 3.2 0 00.75-2.21c0-.95-.3-1.77-.74-2.21L18.92 6l1.41-1.41zm-2.08 1.66l.7.71a2.77 2.77 0 010 3.92l-.7.7-1.41-1.41.7-.7c.3-.3.3-.8 0-1.1l-.7-.7 1.41-1.42z"/></svg>`;
|
|
712
|
+
const tdesignMail = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mail" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v1.83l9 4.55 9-4.55V5H3zm18 4.07l-9 4.55-9-4.55V19h18V9.07z"/></svg>`;
|
|
713
|
+
const tdesignMap3d = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-3d" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.84l7 4.09v5.4A8.76 8.76 0 0121.61 13 4.2 4.2 0 0123 16c0 1.96-1.57 3.47-3.48 4.43A17.2 17.2 0 0112 22a17.2 17.2 0 01-7.52-1.57C2.57 19.47 1 17.96 1 16a4.2 4.2 0 011.39-2.99A8.76 8.76 0 015 11.33v-5.4l7-4.09zM5 13.56c-.5.28-.9.58-1.21.88C3.22 15 3 15.53 3 16c0 .8.67 1.79 2.38 2.64C7.02 19.46 9.36 20 12 20s4.98-.54 6.62-1.36C20.32 17.8 21 16.8 21 16c0-.47-.22-1-.79-1.56-.31-.3-.72-.6-1.21-.88v.51l-7 4.09-7-4.09v-.51zm12-.63V8.36l-4 2.23v4.67l4-2.33zm-6 2.33v-4.67L7 8.36v4.57l4 2.33zm-3.12-8.7L12 8.86l4.12-2.3L12 4.16l-4.12 2.4z"/></svg>`;
|
|
714
|
+
const tdesignMapAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.89 1.86l8.08 3.54L22 2.38V11h-2V5.62l-3 1.5V11h-2V7.15L9 4.53v10.85l2.34 1.17-.9 1.8-2.4-1.21L2 20.77V5.97l5.89-4.11zM7 15.43V4.93l-3 2.1v10.2l3-1.8zM19 12v4h4v2h-4v4h-2v-4h-4v-2h4v-4h2z"/></svg>`;
|
|
715
|
+
const tdesignMapAiming = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-aiming" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm12-7.67v1.19A6.56 6.56 0 0118.48 11h1.19v2h-1.19A6.56 6.56 0 0113 18.48v1.19h-2v-1.19A6.56 6.56 0 015.52 13H4.33v-2h1.19A6.56 6.56 0 0111 5.52V4.33h2zm-1 3.11a4.56 4.56 0 100 9.12 4.56 4.56 0 000-9.12zm0 4.45a.11.11 0 100 .22.11.11 0 000-.22zM9.89 12a2.11 2.11 0 114.22 0 2.11 2.11 0 01-4.22 0z"/></svg>`;
|
|
716
|
+
const tdesignMapBlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-blocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5v8h-2v-5l-4 1.67v3.33h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zm10-3.34a3.5 3.5 0 00-3.08 5.17l4.75-4.75A3.48 3.48 0 0018 13.5zm3.08 1.83l-4.75 4.75a3.5 3.5 0 004.74-4.74zM12.5 17a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0z"/></svg>`;
|
|
717
|
+
const tdesignMapBubble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-bubble" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5v15.57l-7 4.09-6.07-3.55L2 21.5V5.93l7-4.09zM4 7.07V18.5l5.07-2.11L15 19.84l5-2.91V5.5l-5.07 2.11L9 4.16 4 7.07zM7.5 9.5a.25.25 0 100-.5.25.25 0 000 .5zm-1.75-.25a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zM14 10.5a.25.25 0 100-.5.25.25 0 000 .5zm-1.75-.25a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zM10 14a.25.25 0 100-.5.25.25 0 000 .5zm-1.75-.25a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zM16.5 15a.25.25 0 100-.5.25.25 0 000 .5zm-1.75-.25a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0z"/></svg>`;
|
|
718
|
+
const tdesignMapCancel = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-cancel" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V11h-2V5.5l-4 1.67V11h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zm7.17-4.08L18 15.59l2.83-2.83 1.41 1.41L19.41 17l2.83 2.83-1.41 1.41L18 18.41l-2.83 2.83-1.41-1.41L16.59 17l-2.83-2.83 1.41-1.41z"/></svg>`;
|
|
719
|
+
const tdesignMapChat = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-chat" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V11h-2V5.5l-4 1.67V10h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zM13 13h10v7.5h-5.3L13 22.52V13zm2 2v4.48l2.3-.98H21V15h-6z"/></svg>`;
|
|
720
|
+
const tdesignMapChecked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-checked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V12h-2V5.5l-4 1.67V12h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zm15.66-2.25l-7.07 7.07-4.25-4.25L13.76 16l2.83 2.83 5.65-5.66 1.42 1.42z"/></svg>`;
|
|
721
|
+
const tdesignMapCollection = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-collection" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5v8h-2v-5l-4 1.67V9.5h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zm10-6.1l2.21 3.22 3.75 1.1-2.38 3.1.1 3.91-3.68-1.3-3.68 1.3.1-3.9-2.38-3.1 3.75-1.11L18 10.73zm0 3.53l-.96 1.4-1.64.49 1.04 1.35-.05 1.7 1.61-.57 1.6.57-.04-1.7 1.04-1.35-1.64-.49-.96-1.4z"/></svg>`;
|
|
722
|
+
const tdesignMapConnection = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-connection" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 4a2 2 0 100 4 2 2 0 000-4zM2 6a4 4 0 017.87-1h8.21l.08.01c.63.1 1.54.41 2.32 1a3.68 3.68 0 010 5.97c-.78.6-1.69.9-2.32 1l-.08.02H6c-.24 0-.77.15-1.25.53C4.3 13.9 4 14.37 4 15s.3 1.11.75 1.47c.48.38 1.01.53 1.25.53h11v-2.5l4.67 3.5L17 21.5V19H6c-.76 0-1.73-.35-2.5-.97A3.84 3.84 0 012 15c0-1.37.7-2.39 1.5-3.03A4.28 4.28 0 016 11h11.91c.37-.07.92-.27 1.36-.6a1.69 1.69 0 000-2.8A3.48 3.48 0 0017.9 7H9.87A4 4 0 012 6z"/></svg>`;
|
|
723
|
+
const tdesignMapDistance = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-distance" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm12.5 3a.5.5 0 00-.5.5c0 .22.16.55.49.9a3.86 3.86 0 00.02 0c.33-.35.49-.68.49-.9a.5.5 0 00-.5-.5zm0 3.96c-.3-.2-.6-.4-.87-.62-.17-.14-.4-.33-.62-.58A3.47 3.47 0 0114 7.5a2.5 2.5 0 015 0c0 1-.6 1.8-1.01 2.26a6.1 6.1 0 01-.62.58c-.28.23-.58.42-.87.62zm-8-.96a.5.5 0 00-.5.5c0 .22.16.55.49.9l.01.02.01-.01c.33-.36.49-.69.49-.91a.5.5 0 00-.5-.5zm0 3.96c-.22-.15-.45-.3-.66-.46a5.54 5.54 0 01-.83-.74A3.47 3.47 0 016 10.5a2.5 2.5 0 015 0c0 1-.6 1.8-1.01 2.26a6.1 6.1 0 01-.83.75c-.21.16-.44.3-.66.45zm11.29-.37l-5.88 2.2-.7-1.88 5.88-2.2.7 1.88zm-8 3l-5.88 2.2-.7-1.88 5.88-2.2.7 1.88z"/></svg>`;
|
|
724
|
+
const tdesignMapDouble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-double" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 1.84l4.57 2.67 5.43-2.26v6.37L22 6.75v12.2l-5.5 3.2-4.57-2.66-5.43 2.26v-6.38L2 17.25V5.05l5.5-3.2zm-1 11.37V9.55l5.12-2.99-4.12-2.4L4 6.2v8.05l2.5-1.04zm5.87-6.65l3.13 1.82V5.25l-3.13 1.3zm5.13 4.23v8.47L20 17.8V9.75l-2.5 1.04zm-2 8.47V10.7L13 9.24v8.56l2.5 1.46zM11 17.7V9.24L8.5 10.7v8.05l2.5-1.04z"/></svg>`;
|
|
725
|
+
const tdesignMapEdit = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-edit" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V11h-2V5.5l-4 1.67V11h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zm11.79-4.75l4.12 4.12-7.28 7.29H12.5v-4.13l7.29-7.28zm-.93 3.75l1.3 1.3.93-.93-1.3-1.3-.93.93zm-.11 2.7l-1.3-1.29-2.95 2.95v1.3h1.3l2.95-2.95z"/></svg>`;
|
|
726
|
+
const tdesignMapGrid = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-grid" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm5 2v1h2V6h2v1h2V6h2v1h1v2h-1v2h1v2h-1v2h1v2h-1v1h-2v-1h-2v1h-2v-1H9v1H7v-1H6v-2h1v-2H6v-2h1V9H6V7h1V6h2zm0 3v2h2V9H9zm4 0v2h2V9h-2zm2 4h-2v2h2v-2zm-4 2v-2H9v2h2z"/></svg>`;
|
|
727
|
+
const tdesignMapInformation1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-information-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a3 3 0 00-3 3c0 1.24.78 2.5 1.74 3.54.45.5.91.91 1.26 1.2.35-.29.8-.7 1.26-1.2C14.22 9.5 15 8.24 15 7a3 3 0 00-3-3zm0 10.21l-.57-.39h-.02l-.04-.04a8.7 8.7 0 01-.63-.49c-.4-.33-.94-.8-1.48-1.4C8.22 10.75 7 9.01 7 7a5 5 0 0110 0c0 2.01-1.22 3.75-2.26 4.9a14.58 14.58 0 01-2.11 1.88l-.04.03-.02.01-.57.4zm0-6.96a.25.25 0 100-.5.25.25 0 000 .5zM10.25 7a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zM2 10h5v2H4v6.5l5.08-2.12L15 19.84l5-2.91V12h-3v-2h5v8.07l-7 4.09-6.07-3.55L2 21.5V10z"/></svg>`;
|
|
728
|
+
const tdesignMapInformation2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-information-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a3 3 0 00-3 3c0 1.24.78 2.5 1.74 3.54.45.5.91.91 1.26 1.2.35-.29.8-.7 1.26-1.2C14.22 9.5 15 8.24 15 7a3 3 0 00-3-3zm0 10.21l-.57-.39h-.02l-.04-.04a8.3 8.3 0 01-.63-.49c-.4-.33-.94-.8-1.48-1.4C8.22 10.75 7 9.01 7 7a5 5 0 0110 0c0 2.01-1.22 3.75-2.26 4.9a14.58 14.58 0 01-2.11 1.88l-.04.03-.02.01-.57.4zm0-6.96a.25.25 0 100-.5.25.25 0 000 .5zM10.25 7a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm-7.14 3H7v2H4.9l-.78 7h15.76l-.77-7H17v-2h3.9l1.22 11H1.88l1.23-11z"/></svg>`;
|
|
729
|
+
const tdesignMapInformation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-information" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a3 3 0 00-3 3c0 1.24.78 2.5 1.74 3.54.45.5.91.91 1.26 1.2.35-.29.8-.7 1.26-1.2C14.22 9.5 15 8.24 15 7a3 3 0 00-3-3zm0 10.21l-.57-.39h-.02l-.04-.04a8.7 8.7 0 01-.63-.49c-.4-.33-.94-.8-1.48-1.4C8.22 10.75 7 9.01 7 7a5 5 0 0110 0c0 2.01-1.22 3.75-2.26 4.9a14.58 14.58 0 01-2.11 1.88l-.04.03-.02.01-.57.4zm0-6.96a.25.25 0 100-.5.25.25 0 000 .5zM10.25 7a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zM2 10h5v2H4v6.43l4.44-4.84 1.47 1.35L5.27 20h9.03l-2.71-3.1 1.5-1.31.9 1.01 4.6-4.6H17v-2h5v12H2V10zm18 3.41l-4.7 4.7L16.95 20H20v-6.59z"/></svg>`;
|
|
730
|
+
const tdesignMapLocation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-location" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V11h-2V5.5l-4 1.67V11h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zM18 14a2.75 2.75 0 00-2.75 2.75c0 1.25.73 2.45 1.61 3.42.41.45.82.82 1.14 1.08.32-.26.73-.63 1.14-1.08.88-.97 1.61-2.17 1.61-3.42A2.75 2.75 0 0018 14zm0 9.7l-.55-.37h-.01l-.01-.01-.04-.03a7.12 7.12 0 01-.6-.45c-.39-.31-.9-.76-1.4-1.32-1-1.1-2.14-2.77-2.14-4.77a4.75 4.75 0 119.5 0c0 2-1.14 3.67-2.14 4.77a12.83 12.83 0 01-2 1.77l-.04.03-.01.01-.56.37zM16.75 16h2.5v2h-2.5v-2z"/></svg>`;
|
|
731
|
+
const tdesignMapLocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-locked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V11h-2V5.5l-4 1.67V11h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zM18 14c.69 0 1.25.56 1.25 1.25V16h-2.5v-.75c0-.69.56-1.25 1.25-1.25zm3.25 2v-.75a3.25 3.25 0 00-6.5 0V16H13.5v6.5h9V16h-1.25zm-.75 2v2.5h-5V18h5z"/></svg>`;
|
|
732
|
+
const tdesignMapMarked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-marked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V10h-2V5.5l-4 1.67V9h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zM13.75 12h8.5v10.3L18 19.66l-4.25 2.62v-10.3zm2 2v4.71L18 17.33l2.25 1.38V14h-4.5z"/></svg>`;
|
|
733
|
+
const tdesignMapNavigation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-navigation" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 2v3h10V2h2v3h2v2h-2v8h2v2h-2v4h-2v-4h-2v-2h2V7H8v4H6V7H2V5h4V2h2zm6.58 8.42l-4.37 13.13L7.2 17.8l-5.75-3 13.13-4.38zM6.55 15.2l2.13 1.12 1.12 2.13 1.62-4.87-4.87 1.62z"/></svg>`;
|
|
734
|
+
const tdesignMapOutline = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-outline" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5v15.57l-7 4.09-6.07-3.55L2 21.5V5.93l7-4.09zM4 7.07V18.5l5.07-2.11L15 19.84l5-2.91V5.5l-5.07 2.11L9 4.16 4 7.07z"/></svg>`;
|
|
735
|
+
const tdesignMapRoutePlanning = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-route-planning" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a3 3 0 00-3 3c0 1.24.78 2.5 1.74 3.54.45.5.91.91 1.26 1.2.35-.29.8-.7 1.26-1.2C14.22 9.5 15 8.24 15 7a3 3 0 00-3-3zm0 10.21l-.77-.53a13.2 13.2 0 01-1.97-1.79C8.22 10.75 7 9.01 7 7a5 5 0 0110 0c0 2.01-1.22 3.75-2.26 4.9a14.58 14.58 0 01-1.97 1.78l-.77.53zm0-6.96a.25.25 0 100-.5.25.25 0 000 .5zM10.25 7a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zM2 10h3v2h-.63l.86 1.42-1.23.75V20h16v-6.25l-.78-1.03.68-.52.1.14V12h-2v-2h4v12H2V10zm2 2.2l.32-.2H4v.2zm14.65 3.6l-.87.48c-.45.24-.9.45-1.37.63l-.73-1.86c.4-.15.77-.33 1.14-.53l.88-.48.95 1.76zm-11.31.97a12 12 0 01-1.35-.67l1-1.73c.37.21.75.4 1.13.56l.92.4-.78 1.84-.92-.4zm6.3.9l-1 .05a12 12 0 01-1.5-.02l.14-2c.42.04.84.05 1.26.02l1-.05.1 2z"/></svg>`;
|
|
736
|
+
const tdesignMapRuler = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-ruler" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_8450)"><path fill="currentColor" d="M15.86.22l7.8 7.8-15.8 15.81-7.81-7.8L15.85.21zm0 2.82l-2.19 2.19 1.6 1.6-1.4 1.41-1.61-1.6-2.19 2.19 2.4 2.4-1.4 1.41-2.4-2.4-2.2 2.19 1.6 1.6-1.4 1.41-1.6-1.6-2.2 2.18 5 4.99L20.83 8.03l-4.98-4.99z"/></g></svg>`;
|
|
737
|
+
const tdesignMapSafety = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-safety" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V10h-2V5.5l-4 1.67V9h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zM13.5 12h9v5.63a3 3 0 01-1.36 2.51L18 22.2l-3.14-2.05a3 3 0 01-1.36-2.5V12zm2 2v3.63a1 1 0 00.45.84L18 19.8l2.05-1.34a1 1 0 00.45-.84V14h-5z"/></svg>`;
|
|
738
|
+
const tdesignMapSearch1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-search-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 3c1.15 0 2 .89 2 2.09 0 .8-.52 1.66-1.23 2.4-.27.3-.54.54-.77.73-.23-.2-.5-.44-.77-.73C7.53 6.75 7 5.9 7 5.1 7 3.89 7.84 3 9 3zm3.9 1.2A3.94 3.94 0 009 1a3.93 3.93 0 00-3.9 3.2H2V20h9v-2H4v-3.2l1.96-1.04 3.35 2.12 1.07-1.69-4.34-2.75L4 12.54V6.2h1.15a6.6 6.6 0 001.62 2.67 10.77 10.77 0 001.63 1.4l.04.02v.01h.01l.55.36.55-.36h.01l.04-.03a6.6 6.6 0 00.49-.36c.3-.25.72-.6 1.14-1.04a6.6 6.6 0 001.62-2.67H20v4.3h2V4.2h-9.1zm4.35 9.3a2.75 2.75 0 011.95 4.7h-.01a2.74 2.74 0 01-4.69-1.95 2.75 2.75 0 012.75-2.75zm4 5.33a4.75 4.75 0 10-1.41 1.41l1.66 1.67 1.41-1.4-1.67-1.68z"/></svg>`;
|
|
739
|
+
const tdesignMapSearch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-search" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.89 1.86l8.08 3.54L22 2.38V10h-2V5.62l-3 1.5V10h-2V7.15L9 4.53v10.85l2.34 1.17-.89 1.8-2.4-1.21L2 20.77V5.97l5.89-4.11zM7 15.43V4.93l-3 2.1v10.2l3-1.8zm10.25-1.93a2.75 2.75 0 011.95 4.7h-.01a2.74 2.74 0 01-4.69-1.95 2.75 2.75 0 012.75-2.75zm4 5.33a4.75 4.75 0 10-1.41 1.41l1.66 1.67 1.41-1.4-1.67-1.68z"/></svg>`;
|
|
740
|
+
const tdesignMapSetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V11h-2V5.5l-4 1.67V11h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67z"/><path fill="currentColor" d="M19 12.75v1.38a4 4 0 011.85 1.07l1.2-.7 1 1.74-1.2.69a4 4 0 010 2.14l1.2.69-1 1.73-1.2-.69A4 4 0 0119 21.87v1.38h-2v-1.38a4 4 0 01-1.85-1.07l-1.2.7-1-1.74 1.2-.69a4 4 0 010-2.14l-1.2-.69 1-1.73 1.2.69A4 4 0 0117 14.13v-1.38h2zm-2.75 4.28a2 2 0 000 1.94l.04.06a2 2 0 003.42 0l.04-.06a2 2 0 000-1.94l-.04-.06a2 2 0 00-3.42 0l-.04.06z"/></svg>`;
|
|
741
|
+
const tdesignMapUnlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map-unlocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5V11h-2V5.5l-4 1.67V11h-2V7.07l-4-2.33v12.19l1.87 1.09-1.01 1.72-1.93-1.13L2 21.5V5.93l7-4.09zm-1 15V4.73L4 7.07V18.5l4-1.67zM18 14c-.69 0-1.25.56-1.25 1.25V16h5.75v6.5h-9V16h1.25v-.75a3.25 3.25 0 015.54-2.3l.71.7-1.41 1.42-.7-.7A1.24 1.24 0 0018 14zm-2.5 4v2.5h5V18h-5z"/></svg>`;
|
|
742
|
+
const tdesignMap = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-map" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1.84l6.07 3.55L22 2.5v15.57l-7 4.09-6.07-3.55L2 21.5V5.93l7-4.09zm1 15.09l4 2.33V7.07l-4-2.33v12.19zM8 4.74L4 7.07V18.5l4-1.67V4.74zm8 2.43v12.09l4-2.33V5.5l-4 1.67z"/></svg>`;
|
|
743
|
+
const tdesignMarkAsUnread = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mark-as-unread" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.5 1.34l7.74 4.56-1.01 1.72L9.5 3.66 2 8.07V20H0V6.93l9.5-5.59zM4 9h19v14H4V9zm4 2l5.5 3.79L19 11H8zm13 1.06l-7.5 5.15L6 12.06V21h15v-8.94z"/></svg>`;
|
|
744
|
+
const tdesignMarkup = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-markup" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-5.61 16.04L8.23 12H10V8.59l2-2 2 2V12h1.77l1.84 7.04A9 9 0 0012 3zm3.83 17.15L14.23 14H9.77l-1.6 6.15a8.96 8.96 0 007.66 0zM1 12a11 11 0 1122 0 11 11 0 01-22 0z"/></svg>`;
|
|
745
|
+
const tdesignMathematics = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mathematics" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.13 1H22v22H2V1.83l10.13 10V1zm2 20H20v-1.33h-3.15v-2H20v-1.34h-3.15v-2H20V13h-3.15v-2H20V9.67h-3.15v-2H20V6.33h-3.15v-2H20V3h-5.88v18zm-2 0v-6.36L4 6.62V21h8.13z"/></svg>`;
|
|
746
|
+
const tdesignMeasurement1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-measurement-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h10v10h10v10H2V2zm2 2v2.5h2v2H4V11h2v2H4v2.5h2v2H4V20h2.5v-1.97h2V20H11v-1.97h2V20h2.5v-1.97h2V20H20v-6H10V4H4z"/></svg>`;
|
|
747
|
+
const tdesignMeasurement2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-measurement-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.5 1.59L22.91 6 21.5 7.41l-2-2V18.6l2-2L22.91 18l-4.41 4.41L14.09 18l1.41-1.41 2 2V5.4l-2 2L14.09 6l4.41-4.41zM2 2h10v20H2V2zm2 2v16h6V4H4z"/></svg>`;
|
|
748
|
+
const tdesignMeasurement = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-measurement" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 1h12v22H6V1zm2 2v3h2.5v2H8v3h4v2H8v3h2.5v2H8v3h8V3H8z"/></svg>`;
|
|
749
|
+
const tdesignMeatPepper = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-meat-pepper" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21.21 5.73l-.97.24c-1 .25-1.85.8-2.45 1.36a7.35 7.35 0 014.05 3.5c.86 1.67.54 3.31-.34 4.72a12.26 12.26 0 01-3.82 3.54c-1.56 1-3.33 1.81-4.96 2.39-1.6.56-3.16.91-4.32.92a4.31 4.31 0 01-3.15-.93 3.76 3.76 0 01-1.14-1.81c-.67-.2-1.3-.56-1.8-1.14-.69-.79-1.01-1.86-.94-3.15 0-1.16.36-2.68.92-4.22.58-1.57 1.4-3.25 2.42-4.75 1-1.48 2.22-2.84 3.6-3.7a5.24 5.24 0 014.73-.6 5.47 5.47 0 013.6 3.58 7.68 7.68 0 013.12-1.65l.97-.24.48 1.94zM17 9.18v1.47h-2V8c0-1.4-.43-3.26-2.62-4h-.02l-.02-.02c-.96-.37-1.95-.2-2.98.43a10.6 10.6 0 00-3 3.11 20.63 20.63 0 00-2.19 4.32c-.53 1.46-.8 2.73-.8 3.56v.06c-.06.9.17 1.44.44 1.75.28.33.71.54 1.27.61l.76.1.1.76c.08.56.3 1 .62 1.27.31.28.84.5 1.75.45h.06c.83 0 2.16-.27 3.69-.81 1.5-.53 3.13-1.29 4.54-2.19 1.43-.9 2.57-1.91 3.2-2.92.61-.96.71-1.85.26-2.72A5.35 5.35 0 0017 9.18z"/></svg>`;
|
|
750
|
+
const tdesignMediaLibrary = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-media-library" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5 2h14v2H5V2zM3 5.5h18v2H3v-2zM1 9h22v13H1V9zm2 2v9h18v-9H3zm6.75 1.47L15 15.5l-5.25 3.03v-6.06z"/></svg>`;
|
|
751
|
+
const tdesignMember = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-member" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.5 7a3 3 0 116 0 3 3 0 01-6 0zm3-5a5 5 0 100 10 5 5 0 000-10zm7 0h-1v2h1a3 3 0 110 6h-1v2h1a5 5 0 000-10zM0 19a5 5 0 015-5h7a5 5 0 015 5v2h-2v-2a3 3 0 00-3-3H5a3 3 0 00-3 3v2H0v-2zm24 0a5 5 0 00-5-5h-1v2h1a3 3 0 013 3v2h2v-2z"/></svg>`;
|
|
752
|
+
const tdesignMenuApplication = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-menu-application" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 3h3v3H3V3zm7.5 0h3v3h-3V3zM18 3h3v3h-3V3zM3 10.5h3v3H3v-3zm7.5 0h3v3h-3v-3zm7.5 0h3v3h-3v-3zM3 18h3v3H3v-3zm7.5 0h3v3h-3v-3zm7.5 0h3v3h-3v-3z"/></svg>`;
|
|
753
|
+
const tdesignMenuFold = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-menu-fold" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 4h20v2H2V4zm0 5.57L5.89 12 2 14.43V9.57zM7 11h15v2H7v-2zm-5 7h20v2H2v-2z"/></svg>`;
|
|
754
|
+
const tdesignMenuUnfold = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-menu-unfold" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 4h20v2H2V4zm20 5.57v4.86L18.11 12 22 9.57zM2 13v-2h15v2H2zm0 7v-2h20v2H2z"/></svg>`;
|
|
755
|
+
const tdesignMenu = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-menu" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v5.5h16V4H4zm16 7.5H4V20h16v-8.5zM6 6h2v2H6V6zm4 0h8v2h-8V6z"/></svg>`;
|
|
756
|
+
const tdesignMergeCells = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-merge-cells" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h7v-4h2v4h7V4h-7v4h-2V4H4zm13.18 6.23L15.41 12l1.77 1.77-1.41 1.41L12.59 12l3.18-3.18 1.41 1.41zM8.33 8.82L11.51 12l-3.18 3.18-1.41-1.41L8.68 12l-1.76-1.77 1.41-1.41z"/></svg>`;
|
|
757
|
+
const tdesignMicrophone1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-microphone-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 6a5 5 0 0110 0v5a5 5 0 01-10 0V6zm5-3a3 3 0 00-3 3v5a3 3 0 106 0V6a3 3 0 00-3-3zm-6 7v1a6 6 0 0012 0v-1h2v1a8 8 0 01-7 7.94V20h5v2H6v-2h5v-1.06A8 8 0 014 11v-1h2z"/></svg>`;
|
|
758
|
+
const tdesignMicrophone2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-microphone-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16 3a5 5 0 100 10 5 5 0 000-10zM9 7.64A7 7 0 1116.37 15l-9.23 7.28a1.17 1.17 0 01-.11.09 2.32 2.32 0 01-1.3.37c-.85 0-1.83-.43-2.93-1.52-1.1-1.1-1.52-2.08-1.52-2.93a2.32 2.32 0 01.44-1.4 2 2 0 01.02-.01L9 7.64zm.4 2.72L3.3 18.12c-.01.01-.03.06-.02.14 0 .16.07.67.94 1.53.86.87 1.38.94 1.54.94.07 0 .12-.01.13-.02l7.76-6.12a7.02 7.02 0 01-4.23-4.23zM10.42 15L8 17.41 6.59 16 9 13.59 10.41 15z"/></svg>`;
|
|
759
|
+
const tdesignMicrophone = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-microphone" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5 7a6 6 0 016-6h2a6 6 0 016 6v6a6 6 0 01-6 6v1h5v2H6v-2h5v-1a6 6 0 01-6-6V7zm2 4.5V13h3v2H7.53A4 4 0 0011 17h2a4 4 0 003.47-2H14v-2h3v-1.5h-3v-2h3V8h-3V6h2.87A4 4 0 0013 3h-2a4 4 0 00-3.87 3H10v2H7v1.5h3v2H7z"/></svg>`;
|
|
760
|
+
const tdesignMilk = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-milk" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.85 1H6.15v3.59L4 9.49V23h16V9.49l-2.15-4.9V1zm-.92 6.48L18 9.9V21h-1.95V9.88l.88-2.4zm-2.88 3.22V21H6V10.7h8.05zm-7.52-2L7.8 5.8h7.62l-1.07 2.9H6.53zm1.62-4.9V3h7.7v.8h-7.7zM13 13h-1.43L10 14.58 8.42 13H7v6h2v-2.59l1 1 1-1V19h2v-6z"/></svg>`;
|
|
761
|
+
const tdesignMinusCircleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-minus-circle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1a11 11 0 110 22 11 11 0 010-22zm5.5 12v-2h-11v2h11z"/></svg>`;
|
|
762
|
+
const tdesignMinusCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-minus-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5.5-1h11v2h-11v-2z"/></svg>`;
|
|
763
|
+
const tdesignMinusRectangleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-minus-rectangle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm4.5 9v2h11v-2h-11z"/></svg>`;
|
|
764
|
+
const tdesignMinusRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-minus-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm2.5 7h11v2h-11v-2z"/></svg>`;
|
|
765
|
+
const tdesignMinus = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-minus" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.5 11h11v2h-11v-2z"/></svg>`;
|
|
766
|
+
const tdesignMirror = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mirror" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v20h-2V2h2zM9 4.64V18.5H1.3L9 4.64zm6 0l7.7 13.86H15V4.64zM4.7 16.5H7v-4.14L4.7 16.5zM17 12.36v4.14h2.3L17 12.36z"/></svg>`;
|
|
767
|
+
const tdesignMobileBlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mobile-blocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 1h16v4h-2V3H6v18h12v-2h2v4H4V1zm14 7.5a3.5 3.5 0 00-3.08 5.17l4.75-4.75A3.48 3.48 0 0018 8.5zm3.08 1.83l-4.75 4.75a3.5 3.5 0 004.74-4.74zM12.5 12a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM11 17h2v2h-2v-2z"/></svg>`;
|
|
768
|
+
const tdesignMobileList = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mobile-list" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 1h16v5h-2V3H6v18h12v-5h2v7H4V1zm9 7h11v2H13V8zm0 4h8v2h-8v-2zm-2 5h2v2h-2v-2z"/></svg>`;
|
|
769
|
+
const tdesignMobileNavigation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mobile-navigation" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 1h16v22H4V1zm2 2v18h12V3H6zm6 1.76l4.95 9.9L12 13.1l-4.95 1.55L12 4.76zm-1.05 6.58l1.05-.33 1.05.33L12 9.24l-1.05 2.1zM11 17h2v2h-2v-2z"/></svg>`;
|
|
770
|
+
const tdesignMobileShortcut = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mobile-shortcut" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 23H4V1h16v5h-2V3H6v18h12v-3h2v5zm-7-4h-2v-2h2v2zm8.89-2.71l1.57-.78-1.57-.78-.78-1.57-.79 1.57-1.56.78 1.56.78.79 1.57.78-1.57zm-5.83-.99l-1.1-2.2-2.2-1.1 2.2-1.1 1.1-2.2 1.1 2.2 2.2 1.1-2.2 1.1-1.1 2.2zm5.83-6.02l1.57-.78-1.57-.78-.78-1.57-.79 1.57-1.56.78 1.56.78.79 1.57.78-1.57z"/></svg>`;
|
|
771
|
+
const tdesignMobileVibrate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mobile-vibrate" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5 1h14v22H5V1zm2 2v18h10V3H7zM4 5v14H2V5h2zm18 0v14h-2V5h2zM11 17h2v2h-2v-2z"/></svg>`;
|
|
772
|
+
const tdesignMobile = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mobile" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 1h16v22H4V1zm2 2v18h12V3H6zm5 14h2v2h-2v-2z"/></svg>`;
|
|
773
|
+
const tdesignModeDark = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mode-dark" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.84 3.34l-1.42.79 1.42.78.79 1.42.78-1.42 1.42-.78-1.42-.79-.79-1.42-.78 1.42zm-5.43.82A8 8 0 1018.93 16 9 9 0 0110 7c0-.98.13-1.94.41-2.84zM2 12A10 10 0 0112 2h1.73l-.86 1.5C12.29 4.5 12 5.7 12 7a7 7 0 008.35 6.87l1.68-.33-.54 1.63A10 10 0 012 12zm18.5-5.58l.91 1.67 1.67.91-1.67.91-.91 1.67-.91-1.67L17.92 9l1.67-.91.91-1.67z"/></svg>`;
|
|
774
|
+
const tdesignModeLight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mode-light" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7797)"><path fill="currentColor" d="M11 0h2v2h-2V0zM4.22 2.8l1.42 1.42-1.42 1.42-1.41-1.42L4.22 2.8zm15.56 0l1.42 1.42-1.42 1.42-1.42-1.42 1.42-1.42zM12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0zm-4-1h2v2H0v-2zm22 0h2v2h-2v-2zM4.22 18.36l1.42 1.42-1.42 1.41-1.41-1.41 1.41-1.42zm15.56 0l1.42 1.42-1.42 1.41-1.42-1.41 1.42-1.42zM11 22h2v2h-2v-2z"/></g></svg>`;
|
|
775
|
+
const tdesignModule = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-module" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h7V4H4zm9 0v7h7V4h-7zm7 9h-7v7h7v-7z"/></svg>`;
|
|
776
|
+
const tdesignMoneyCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 16 16" class="t-icon t-icon-money-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.5 7.5h-2v1h2v1h-2V12h-1V9.5h-2v-1h2v-1h-2v-1h1.46L5.61 4.81l.78-.62L8 6.2l1.61-2.01.78.62L9.04 6.5h1.46v1z" fill-opacity="0.9"/><path fill="currentColor" d="M15 8A7 7 0 101 8a7 7 0 0014 0zm-1 0A6 6 0 112 8a6 6 0 0112 0z" fill-opacity="0.9"/></svg>`;
|
|
777
|
+
const tdesignMoney = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-money" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 12.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM10.5 16a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z"/><path fill="currentColor" d="M17.53 5.12L14.35.66 2.65 10H1.5v12h21V10h-.96l-1.92-5.6-2.1.72zm1.9 4.88H9.4l7.47-2.55 1.52-.48L19.42 10zm-3.88-4.21L7.84 8.42l6.1-4.88 1.61 2.25zM3.5 18.17v-4.34A3 3 0 005.33 12h13.34a3 3 0 001.83 1.83v4.34A3 3 0 0018.67 20H5.33a3.01 3.01 0 00-1.83-1.83z"/></svg>`;
|
|
778
|
+
const tdesignMonument = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-monument" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1v1h6V1h2v2.16l-1 3V15h1v3h2v5H5v-5h2v-3h1V6.16l-1-3V1h2zm1 6v8h4V7h-4zm4.28-2l.33-1H9.4l.33 1h4.56zM9 17v1h6v-1H9zm8 3H7v1h10v-1z"/></svg>`;
|
|
779
|
+
const tdesignMoonFall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-moon-fall" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.92 1.59l-.45 1.67a6.92 6.92 0 00.07 3.6 7 7 0 009.84 4.48l1.54-.75-.1 1.7a8.1 8.1 0 01-.93 3.16l-.44.9-1.8-.9.46-.9c.13-.26.24-.52.33-.76A9 9 0 018.6 7.4a9.59 9.59 0 01-.33-2.86 8 8 0 00-4.17 9.23 7.38 7.38 0 00.28.75l.03.08.01.03.38.93-1.85.75-.38-.92v-.01l-.01-.03-.04-.09a28.73 28.73 0 01-.35-.97A10 10 0 019.24 2.03l1.68-.44zM1 18h8.3l2.7 1.8 2.7-1.8H23v2h-7.7L12 22.2 8.7 20H1v-2z"/></svg>`;
|
|
780
|
+
const tdesignMoonRising = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-moon-rising" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 20h8.3l2.7-1.8 2.7 1.8H23v-2h-7.7L12 15.8 8.7 18H1v2zm19.45-3.66l.44-.9a8.1 8.1 0 00.92-3.14l.1-1.71-1.53.75a7 7 0 01-9.84-4.48 6.92 6.92 0 01-.07-3.6l.45-1.67-1.68.44a10 10 0 00-7.07 12.25 8.16 8.16 0 00.35.97l.04.1.01.02.38.93 1.85-.75-.38-.93v-.03l-.04-.08a26.4 26.4 0 01-.28-.75 8 8 0 014.17-9.23c-.04.95.08 1.9.33 2.85a9 9 0 0010.84 6.41c-.09.24-.2.5-.33.76l-.45.9 1.79.9z"/></svg>`;
|
|
781
|
+
const tdesignMoon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-moon" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.41 4.16A8 8 0 1018.93 16 9 9 0 0110 7c0-.98.13-1.94.41-2.84zM2 12A10 10 0 0112 2h1.73l-.86 1.5C12.29 4.5 12 5.7 12 7a7 7 0 008.35 6.87l1.68-.33-.54 1.63A10 10 0 012 12z"/></svg>`;
|
|
782
|
+
const tdesignMore = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-more" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.5 3h3v3h-3V3zm0 7.5h3v3h-3v-3zm0 7.5h3v3h-3v-3z"/></svg>`;
|
|
783
|
+
const tdesignMosque1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mosque-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 1.59l4 4v2.3a5.49 5.49 0 014-2.82V3.5h2v1.58a5.49 5.49 0 013.59 2.2A7.52 7.52 0 0120.84 10H22v12H2V5.59l4-4zM18.76 10A5.35 5.35 0 0018 8.47 3.53 3.53 0 0015 7c-1.44 0-2.37.64-2.99 1.47a5.35 5.35 0 00-.77 1.53h7.52zM10 12v8h2v-6h6v6h2v-8H10zm6 8v-4h-2v4h2zm-8 0V6.41l-2-2-2 2V20h4zM7 8v2H5V8h2z"/></svg>`;
|
|
784
|
+
const tdesignMosque = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mosque" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v1.08A6 6 0 0117.92 8H22v2h-1v12H3V10H2V8h4.08A6 6 0 0111 3.08V2h2zM8.13 8h7.74a4 4 0 00-7.74 0zM5 10v10h3v-6h8v6h3V10H5zm9 10v-4h-4v4h4z"/></svg>`;
|
|
785
|
+
const tdesignMouse = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mouse" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 9a8 8 0 1116 0v6a8 8 0 11-16 0V9zm7-5.92A6 6 0 006 9h5V3.08zm2 0V9h5a6 6 0 00-5-5.92zM18 11H6v4a6 6 0 0012 0v-4z"/></svg>`;
|
|
786
|
+
const tdesignMove1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-move-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.09 12L5.5 7.59 6.91 9l-2 2H11V4.91l-2 2L7.59 5.5 12 1.09l4.41 4.41L15 6.91l-2-2V11h6.09l-2-2 1.41-1.41L22.91 12l-4.41 4.41L17.09 15l2-2H13v6.09l2-2 1.41 1.41L12 22.91 7.59 18.5 9 17.09l2 2V13H4.91l2 2-1.41 1.41L1.09 12z"/></svg>`;
|
|
787
|
+
const tdesignMove = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-move" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.75 2.25h3v3h-3v-3zm7.5 0h3v3h-3v-3zm-7.5 5.5h3v3h-3v-3zm7.5 0h3v3h-3v-3zm-7.5 5.5h3v3h-3v-3zm7.5 0h3v3h-3v-3zm-7.5 5.5h3v3h-3v-3zm7.5 0h3v3h-3v-3z"/></svg>`;
|
|
788
|
+
const tdesignMovieClapper = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-movie-clapper" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v4h4.86L5.53 4H4zm4.14 0l3.33 4h4.4l-3.34-4h-4.4zm7 0l3.33 4H20V4h-4.87zM20 10H4v10h16V10zm-5 4H9v-2h6v2z"/></svg>`;
|
|
789
|
+
const tdesignMultiply = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-multiply" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.82 7.4L12 10.6l3.18-3.19 1.42 1.42L13.4 12l3.19 3.18-1.42 1.42L12 13.4 8.82 16.6 7.4 15.18 10.6 12 7.4 8.82 8.82 7.4z"/></svg>`;
|
|
790
|
+
const tdesignMuseum1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-museum-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 4.77V20h2v-5h2v5h2V4.77a6.22 6.22 0 00-6 0zm8 1.61v3.72A6.98 6.98 0 0122 8h1v14H1V8h1c1.96 0 3.73.8 5 2.1V6.38l-.03.03-1.38-1.45.72-.69A8.28 8.28 0 0112 2a8.22 8.22 0 015.69 2.28l.72.69-1.38 1.44-.03-.03zM7 15a5 5 0 00-4-4.9V20h4v-5zm10 5h4v-9.9a5 5 0 00-4 4.9v5zM11 7h2v2h-2V7z"/></svg>`;
|
|
791
|
+
const tdesignMuseum2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-museum-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 1.8l4 2.67v6.35l12-2V22h-6v-4h-2v4H2V4.47L6 1.8zM4 5.54V20h8v-4h6v4h2v-8.82l-12 2V5.54L6 4.2 4 5.54z"/></svg>`;
|
|
792
|
+
const tdesignMuseum = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-museum" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2h12v4.33l4-.45V22H2V8.1l4-.44V2zm2 5.44l8-.9V4H8v3.44zM18 20h2v-5h-2v5zm2-7V8.12L4 9.9V20h12v-7h4zM6 11h2v2H6v-2zm4 0h2v2h-2v-2z"/></svg>`;
|
|
793
|
+
const tdesignMushroom1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mushroom-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_9460)"><path fill="currentColor" d="M18.54 5.46c-4.05-4.06-7.82-3.5-9.01-2.3-.28.27-.4.64-.17 1.36.25.75.84 1.71 1.76 2.84.74.9 1.65 1.86 2.65 2.87 1 1 1.97 1.9 2.87 2.65a9.64 9.64 0 002.84 1.76c.71.23 1.09.1 1.36-.17 1.2-1.2 1.76-4.96-2.3-9.01zM8.11 1.74c2.33-2.32 7.42-2.13 11.85 2.3s4.62 9.52 2.3 11.85c-.98.97-2.22 1.03-3.4.65a9.76 9.76 0 01-2.68-1.5l-.47.75a48.68 48.68 0 00-1.16 2.11c-.8 1.48-1.73 3.18-2.9 4.35-.96.96-2.19 1.8-3.79 1.75-1.57-.06-3.21-.97-5.05-2.81C.97 19.35.06 17.7.01 16.14c-.06-1.6.78-2.83 1.74-3.79 1.17-1.17 2.87-2.1 4.35-2.9l.38-.2a48.7 48.7 0 002.47-1.43 9.76 9.76 0 01-1.5-2.7c-.37-1.16-.31-2.4.66-3.38zm2.1 7.64c-.3.22-.64.43-.99.63-.56.33-1.18.67-1.8 1l-.38.2a17.17 17.17 0 00-3.88 2.55c-.8.8-1.19 1.52-1.16 2.3.03.82.53 2.01 2.22 3.71 1.7 1.7 2.9 2.2 3.71 2.23.79.03 1.5-.37 2.3-1.17A17.07 17.07 0 0013 16.58a51 51 0 011-1.8c.2-.35.41-.68.63-1a48.24 48.24 0 01-4.4-4.4z"/></g></svg>`;
|
|
794
|
+
const tdesignMushroom = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-mushroom" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.3 3.1A4.6 4.6 0 0016.5 6c1.16 0 2.2-.4 2.98-1.1a5.02 5.02 0 00-.19-.2c-1.62-1.62-4.38-2.15-6.98-1.6zm8.24 3.53a6.52 6.52 0 01-10.14-2.9c-.84.37-1.59.87-2.2 1.48a1.9 1.9 0 00-.6 1.03c-.04.32 0 .74.3 1.31.1.2.33.52.73.96.38.41.84.87 1.31 1.3l.01.02 4.22 4.22h.02l.22.24a6.56 6.56 0 016.69-4.26 8.46 8.46 0 00-.56-3.4zm.3 5.38L20.5 12a4.59 4.59 0 00-4.45 3.85c.16.12.28.2.4.26h.02c.56.29.98.34 1.29.29.31-.06.65-.23 1.03-.6A8 8 0 0020.83 12zm-8.77 2.76l-2.84-2.84-.7.62c-.84.72-1.94 1.62-2.99 2.3h-.03l-.1.07c-.55.33-1.34.8-1.73 1.47-.18.31-.26.64-.17 1.05.1.44.4 1.05 1.2 1.85.8.8 1.41 1.1 1.85 1.2.4.09.74.01 1.05-.17.67-.39 1.14-1.18 1.47-1.73l.06-.1.01-.02v-.01a28.32 28.32 0 012.92-3.7zM7.8 10.53l-.65-.68a6.84 6.84 0 01-1.04-1.4 4.14 4.14 0 01-.48-2.52c.13-.84.57-1.54 1.16-2.14a9.85 9.85 0 013.97-2.34C14.08.38 18.2.78 20.71 3.29c.35.35.65.73.92 1.14a10.18 10.18 0 011.36 6.91 10.28 10.28 0 01-2.78 5.87 3.9 3.9 0 01-2.13 1.16 4.09 4.09 0 01-2.5-.47h-.03a5.48 5.48 0 01-1.22-.89c-.26-.23-.56-.52-.86-.81l-.51.58c-.7.8-1.52 1.82-2.11 2.75l-.06.1a6.6 6.6 0 01-2.18 2.42c-.68.4-1.51.6-2.47.4a5.9 5.9 0 01-2.85-1.74 5.9 5.9 0 01-1.74-2.85c-.2-.96 0-1.8.4-2.47.67-1.16 1.91-1.88 2.42-2.18l.1-.06a26.48 26.48 0 003.33-2.62z"/></svg>`;
|
|
795
|
+
const tdesignMusic1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-music-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 .85V17a4 4 0 11-2-3.46V3.15L8 4.87V19a4 4 0 11-2-3.46V3.14l16-2.3zM6 19a2 2 0 10-4 0 2 2 0 004 0zm14-2a2 2 0 10-4 0 2 2 0 004 0z"/></svg>`;
|
|
796
|
+
const tdesignMusic2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-music-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 3h7v2h-5v13a4 4 0 11-2-3.46V3zm0 15a2 2 0 10-4 0 2 2 0 004 0z"/></svg>`;
|
|
797
|
+
const tdesignMusicRectangleAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-music-rectangle-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v11h-2V4H4v16h9v2H2V2zm10 5h4v2h-2v5a3 3 0 11-2-2.83V7zm0 7a1 1 0 10-2 0 1 1 0 002 0zm8 1v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"/></svg>`;
|
|
798
|
+
const tdesignMusic = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-music" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 2.91V18a3 3 0 11-2-2.83V10.1l-10 .83V19a3 3 0 11-2-2.83V4.08l14-1.17zM6 19a1 1 0 10-2 0 1 1 0 002 0zM8 8.91l10-.83v-3L8 5.93v3zM18 18a1 1 0 10-2 0 1 1 0 002 0z"/></svg>`;
|
|
799
|
+
const tdesignNavigationArrow = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-navigation-arrow" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.76l9.95 19.9L12 18.55l-9.95 3.1L12 1.77zm0 4.48l-6.05 12.1L12 16.45l6.05 1.9L12 6.23z"/></svg>`;
|
|
800
|
+
const tdesignNext = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-next" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.75 4.34L14.41 12l-7.66 7.66V4.34zM17.5 5v14h-2V5h2zM8.75 9.16v5.68L11.59 12 8.75 9.16z"/></svg>`;
|
|
801
|
+
const tdesignNoExpression = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-no-expression" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2z"/></svg>`;
|
|
802
|
+
const tdesignNoodle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-noodle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 3h7v2h-1v5h1v2a10 10 0 01-20 0v-2h1a6 6 0 1112 0h1V5h-1V3zm3 2v5h1V5h-1zM4 12a8 8 0 1016 0H4zm1-2h1a3 3 0 016 0h1a4 4 0 00-8 0zm5 0a1 1 0 00-2 0h2z"/></svg>`;
|
|
803
|
+
const tdesignNotificationAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-notification-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 8a8 8 0 1116 0v4.7l2 3V20h-5.61a4.5 4.5 0 01-8.78 0H2v-4.3l2-3V8zm5.7 12a2.5 2.5 0 004.6 0H9.7zM12 2a6 6 0 00-6 6v5.3l-2 3V18h16v-1.7l-2-3V8a6 6 0 00-6-6zm1 4v3h3v2h-3v3h-2v-3H8V9h3V6h2z"/></svg>`;
|
|
804
|
+
const tdesignNotificationCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-notification-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-9.27 5a2 2 0 01-3.46 0H6v-2.74l1-2V10a5 5 0 0110 0v2.26l1 2V17h-4.27zM8 15h8v-.26l-1-2V10a3 3 0 10-6 0v2.74l-1 2V15z"/></svg>`;
|
|
805
|
+
const tdesignNotificationError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-notification-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 8a8 8 0 1116 0v4.7l2 3V20h-5.61a4.5 4.5 0 01-8.78 0H2v-4.3l2-3V8zm16 10v-1.7l-2-3V8A6 6 0 006 8v5.3l-2 3V18h16zm-5.7 2H9.7a2.5 2.5 0 004.6 0zM13 6v6h-2V6h2zm-2 7.5h2v2h-2v-2z"/></svg>`;
|
|
806
|
+
const tdesignNotificationFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-notification-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.64 20.5a3.5 3.5 0 006.72 0H8.64zM3 19.5h18v-3l-2-3v-5a7 7 0 10-14 0v5l-2 3v3z"/></svg>`;
|
|
807
|
+
const tdesignNotification = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-notification" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 8a8 8 0 1116 0v4.7l2 3V20h-5.61a4.5 4.5 0 01-8.78 0H2v-4.3l2-3V8zm5.7 12a2.5 2.5 0 004.6 0H9.7zM12 2a6 6 0 00-6 6v5.3l-2 3V18h16v-1.7l-2-3V8a6 6 0 00-6-6z"/></svg>`;
|
|
808
|
+
const tdesignNumbers01 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-0-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 9a5 5 0 00-5-5h-1v.1A5 5 0 007 9v6a5 5 0 0010 0V9zm-5-3a3 3 0 013 3v6a3 3 0 11-6 0V9a3 3 0 013-3z"/></svg>`;
|
|
809
|
+
const tdesignNumbers0 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-0" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 6a2 2 0 00-2-2H9a2 2 0 00-2 2v12c0 1.1.9 2 2 2h6a2 2 0 002-2V6zM9 6h6v12H9V6z"/></svg>`;
|
|
810
|
+
const tdesignNumbers11 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-1-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 20V3.5h-1.83L8.1 5.8l1.2 1.6L11 6.12V20h2z"/></svg>`;
|
|
811
|
+
const tdesignNumbers1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 18h-2V6a2 2 0 00-2-2H9v2h2v12H9v2h6v-2z"/></svg>`;
|
|
812
|
+
const tdesignNumbers21 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-2-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 8a5 5 0 015-5h1v.1A5 5 0 0117 8v.07c0 1.52-.69 2.96-1.87 3.93L9 16.98V18h8v2H7v-3.02a2 2 0 01.74-1.56l6.13-4.98A3.06 3.06 0 0015 8.07V8a3 3 0 10-6 0v1H7V8z"/></svg>`;
|
|
813
|
+
const tdesignNumbers2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 4h8a2 2 0 012 2v5a2 2 0 01-2 2H9v5h8v2H7v-7c0-1.1.9-2 2-2h6V6H7V4z"/></svg>`;
|
|
814
|
+
const tdesignNumbers31 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-3-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 4h9v3.02l-4.26 2.99A5 5 0 0112 20h-.5a5 5 0 01-5-5h2a3 3 0 003 3h.5a3 3 0 100-6H9.5V9.48L14.47 6H7.5V4z"/></svg>`;
|
|
815
|
+
const tdesignNumbers3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 4h8a2 2 0 012 2v12a2 2 0 01-2 2H7v-2h8v-5H8v-2h7V6H7V4z"/></svg>`;
|
|
816
|
+
const tdesignNumbers41 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-4-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.99 4h2.51v10h2v2h-2v4h-2v-4H6v-2.32L12.99 4zm.51 10V6.7L8.23 14h5.27z"/></svg>`;
|
|
817
|
+
const tdesignNumbers4 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-4" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 4v8h7V4h2v16h-2v-6h-7a2 2 0 01-2-2V4h2z"/></svg>`;
|
|
818
|
+
const tdesignNumbers51 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-5-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 4H16v2H9.5v4H12a5 5 0 014.9 4h.1v1a5 5 0 01-5 5h-.5a5 5 0 01-5-5h2a3 3 0 003 3h.5a3 3 0 100-6H7.5V4z"/></svg>`;
|
|
819
|
+
const tdesignNumbers5 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-5" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 4H7v7c0 1.1.9 2 2 2h6v5H7v2h8a2 2 0 002-2v-5a2 2 0 00-2-2H9V6h8V4z"/></svg>`;
|
|
820
|
+
const tdesignNumbers61 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-6-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.42 3.5h2.31l-3.47 6.05a5.25 5.25 0 11-3.57 2.2l4.73-8.25zm-3.4 9.95a3.25 3.25 0 10.35-.62l-.35.62z"/></svg>`;
|
|
821
|
+
const tdesignNumbers6 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-6" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.5 4H9a2 2 0 00-2 2v12c0 1.1.9 2 2 2h6a2 2 0 002-2v-5a2 2 0 00-2-2H9V6h7.5V4zM9 13h6v5H9v-5z"/></svg>`;
|
|
822
|
+
const tdesignNumbers71 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-7-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 4h10v2.2L11.66 20H9.5L15.4 6H7.5V4z"/></svg>`;
|
|
823
|
+
const tdesignNumbers7 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-7" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 4h10.5v3.11a2 2 0 01-.52 1.35l-4.48 4.93V20h-2v-6.61a2 2 0 01.52-1.35l4.48-4.93V6H7V4z"/></svg>`;
|
|
824
|
+
const tdesignNumbers81 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-8-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 5.5a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zm2.86 5.4a5 5 0 11-5.72 0A4.24 4.24 0 0112 3.5a4.25 4.25 0 012.86 7.4zM12 12a3 3 0 100 6 3 3 0 000-6z"/></svg>`;
|
|
825
|
+
const tdesignNumbers8 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-8" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 6a2 2 0 00-2-2H9a2 2 0 00-2 2v12c0 1.1.9 2 2 2h6a2 2 0 002-2V6zM9 6h6v5H9V6zm0 7h6v5H9v-5z"/></svg>`;
|
|
826
|
+
const tdesignNumbers91 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-9-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.58 20.5h-2.3l3.47-6.05a5.25 5.25 0 113.57-2.2l-4.74 8.25zm3.4-9.95a3.25 3.25 0 10-.35.62l.35-.62z"/></svg>`;
|
|
827
|
+
const tdesignNumbers9 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-numbers-9" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 6a2 2 0 00-2-2H9a2 2 0 00-2 2v5c0 1.1.9 2 2 2h6v5H7.5v2H15a2 2 0 002-2V6zm-2 5H9V6h6v5z"/></svg>`;
|
|
828
|
+
const tdesignNut = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-nut" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.47 4.8a9.4 9.4 0 001.08-2.12l1.9.64a11.75 11.75 0 01-1.52 2.9 10.83 10.83 0 012.34 4.6c.47 2.06.25 4.4-1.5 6.13l-2.11 2.12-.73-.73c-1.9 1.7-4.1 2.97-6.26 3.5-2.47.59-5 .24-6.88-1.63-1.87-1.88-2.22-4.4-1.62-6.88a14.94 14.94 0 013.49-6.26l-.73-.73 2.12-2.12c1.73-1.72 4.06-1.95 6.11-1.5 1.6.35 3.14 1.13 4.31 2.08zm-1.25 1.56a8.67 8.67 0 00-3.49-1.68c-1.65-.37-3.18-.13-4.27.96l-.7.7 5.36 5.37h3.42v3.41l1.12 1.12.7-.7c1.1-1.1 1.34-2.63.96-4.28a8.85 8.85 0 00-1.7-3.48l-.65.66-.02.02-1.41-1.41.68-.69zm-.7 10.57l-.98-.98v-2.24h-2.25L7.07 8.49a12.9 12.9 0 00-2.96 5.31c-.48 2-.15 3.74 1.1 5 1.25 1.24 2.99 1.57 4.99 1.09a12.9 12.9 0 005.31-2.96z"/></svg>`;
|
|
829
|
+
const tdesignObjectStorage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-object-storage" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a5 5 0 00-5 5v2H6c-.78 0-1.8.3-2.62.96A3.73 3.73 0 002 15c0 1.41.61 2.39 1.42 3.03A4.4 4.4 0 006 19c.97 0 2.24-.02 3.26-.52.49-.24.9-.59 1.2-1.1.31-.52.54-1.27.54-2.38v-1.09l-1.5 1.5L8.09 14 12 10.09 15.91 14l-1.41 1.41-1.5-1.5V15c0 1.39-.29 2.51-.81 3.4a4.78 4.78 0 01-2.04 1.87c-1.48.73-3.17.73-4.1.73H6a6.4 6.4 0 01-3.83-1.4A5.72 5.72 0 010 15c0-2.07.9-3.6 2.12-4.59A6.45 6.45 0 015 9.1V9a7 7 0 0114 0v.1c.97.17 2 .6 2.88 1.31A5.73 5.73 0 0124 15a5.6 5.6 0 01-2.2 4.6 7.17 7.17 0 01-4.3 1.4h-4v-2h4c1.07 0 2.22-.32 3.08-.98A3.6 3.6 0 0022 15c0-1.43-.6-2.4-1.38-3.04A4.36 4.36 0 0018 11h-1V9a5 5 0 00-5-5z"/></svg>`;
|
|
830
|
+
const tdesignOpenMouth = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-open-mouth" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2zM7 13h10v5H7v-5zm2 2v1h6v-1H9z"/></svg>`;
|
|
831
|
+
const tdesignOpera = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-opera" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.5 5H8c3.66 0 6.06 1.46 7.58 3.51 1 1.36 1.59 2.95 1.93 4.43.73-.55 1.5-.95 2.17-1.24a12.43 12.43 0 011.94-.64c.53-.12 1.07-.2 1.6-.31L21.84 19H2.22l-1.5-6H2c1.02 0 1.9.1 2.6.24L3.66 10H5c1.3 0 2.55.23 3.5.47-.38-1.32-.85-2.7-1.43-4.1L6.5 5zm2.59 7.72a16.05 16.05 0 00-2.74-.62l1.4 4.9h2.13a39.93 39.93 0 00-.8-4.28zm2.8 4.28h4.09c-.02-.58-.06-1.29-.13-1.88-.2-1.8-.71-3.84-1.88-5.42A6.47 6.47 0 009.5 7.1 48.84 48.84 0 0111.9 17zm6.09 0h2.17l.6-3.57-.29.11c-.9.38-1.87.95-2.58 1.77.06.56.08 1.16.1 1.64V17zm-12.3 0l-.46-1.55a8.61 8.61 0 00-1.92-.38L3.78 17h1.9z"/></svg>`;
|
|
832
|
+
const tdesignOrderAdjustmentColumn = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-order-adjustment.column" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 3v8h5.59l-2-2L18 7.59 22.41 12 18 16.41 16.59 15l2-2H13v8h-2v-8H5.41l2 2L6 16.41 1.59 12 6 7.59 7.41 9l-2 2H11V3h2z"/></svg>`;
|
|
833
|
+
const tdesignOrderAscending = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-order-ascending" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19 2.59L23.41 7 22 8.41l-2-2V20h-2V6.41l-2 2L14.59 7 19 2.59zM2 4h11v2H2V4zm0 7h13v2H2v-2zm0 7h13v2H2v-2z"/></svg>`;
|
|
834
|
+
const tdesignOrderDescending = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-order-descending" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 4h13v2H2V4zm0 7h13v2H2v-2zm1 7H2v2h11v-2H3zm16 3.41l.7-.7 3-3 .71-.71L22 15.59l-.7.7-1.3 1.3V4h-2v13.59l-1.3-1.3-.7-.7L14.59 17l.7.7 3 3 .71.71z"/></svg>`;
|
|
835
|
+
const tdesignOutbox = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-outbox" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 2H2v20h20V2zm-2 14.5V20H4v-3.5h3.67a5 5 0 008.66 0H20zm-16-2V4h16v10.5h-4.96l-.26.62a3 3 0 01-5.56 0l-.26-.62H4zm8-9.41L7.59 9.5 9 10.91l2-2V14h2V8.91l2 2 1.41-1.41L12 5.09z"/></svg>`;
|
|
836
|
+
const tdesignPageFirst = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-page-first" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 5v14h-2V5h2zm9.16 1.75L12.41 12l5.25 5.25-1.41 1.41L9.59 12l6.66-6.66 1.41 1.41z"/></svg>`;
|
|
837
|
+
const tdesignPageHead = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-page-head" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21 10v12h-2V12H5v10H3V10h18zm0-8v6H3V2h18zm-2 2H5v2h14V4z"/></svg>`;
|
|
838
|
+
const tdesignPageLast = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-page-last" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.5 5v14h-2V5h2zm-9.75.34L14.41 12l-6.66 6.66-1.41-1.41L11.59 12 6.34 6.75l1.41-1.41z"/></svg>`;
|
|
839
|
+
const tdesignPalace1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-palace-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v1.08A6 6 0 0118 9h4v13H2V9h4a6 6 0 015-5.92V2h2zM8 9h8a4 4 0 00-8 0zm3-3h2v2h-2V6zm-7 5v9h1v-3a3 3 0 116 0v3h2v-3a3 3 0 116 0v3h1v-9H4zm13 9v-3a1 1 0 10-2 0v3h2zm-8 0v-3a1 1 0 10-2 0v3h2z"/></svg>`;
|
|
840
|
+
const tdesignPalace2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-palace-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v1.08A6 6 0 0118 9h2V3h2v19H2V3h2v6h2a6 6 0 015-5.92V2h2zM8 9h8a4 4 0 00-8 0zm-4 2v9h4v-1.65a6.43 6.43 0 013.55-5.74l.45-.23.45.23A6.43 6.43 0 0116 18.35V20h4v-9H4zm10 9v-1.65c0-1.5-.76-2.89-2-3.7-1.24.81-2 2.2-2 3.7V20h4zM11 6h2v2h-2V6z"/></svg>`;
|
|
841
|
+
const tdesignPalace3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-palace-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v1.08A6 6 0 0118 9h4v13H2V9h4a6 6 0 015-5.92V2h2zm-1 3a4 4 0 00-4 4v2H4v9h4v-1.65a6.43 6.43 0 013.55-5.74l.45-.23.45.23A6.43 6.43 0 0116 18.35V20h4v-9h-4V9a4 4 0 00-4-4zm2 15v-1.65c0-1.5-.76-2.89-2-3.7-1.24.81-2 2.2-2 3.7V20h4zM11 8h2v2h-2V8z"/></svg>`;
|
|
842
|
+
const tdesignPalace4 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-palace-4" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 1.7l4 3.33V9h4V5.03l4-3.33 4 3.33V22H2V5.03L6 1.7zM16 9h4V5.97L18 4.3l-2 1.67V9zm4 2H4v9h5v-3a3 3 0 116 0v3h5v-9zm-7 9v-3a1 1 0 10-2 0v3h2zM4 9h4V5.97L6 4.3 4 5.97V9z"/></svg>`;
|
|
843
|
+
const tdesignPalace = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-palace" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v1.13A4 4 0 0116 7h3v2h-1v1h4v2h-1v8h1v2H2v-2h1v-8H2v-2h4V9H5V7h3a4 4 0 013-3.87V2h2zM8 9v1h8V9H8zm6-2a2 2 0 10-4 0h4zm-9 5v8h3v-2a4 4 0 018 0v2h3v-8H5zm9 8v-2a2 2 0 10-4 0v2h4z"/></svg>`;
|
|
844
|
+
const tdesignPalette1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-palette-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a2.91 2.91 0 00-2.89 2.94c0 1.63 1.3 2.93 2.89 2.93 1.58 0 2.89-1.3 2.89-2.93C14.89 5.3 13.59 4 12 4zM7.11 6.94A4.91 4.91 0 0112 2a4.91 4.91 0 014.89 4.94A4.91 4.91 0 0112 11.87a4.91 4.91 0 01-4.89-4.93zM5.9 14.12A2.91 2.91 0 003 17.07C3 18.7 4.3 20 5.89 20c1.58 0 2.89-1.3 2.89-2.94 0-1.63-1.3-2.93-2.9-2.93zM1 17.07a4.91 4.91 0 014.89-4.93 4.91 4.91 0 014.89 4.93A4.91 4.91 0 015.88 22 4.91 4.91 0 011 17.06zm17.11-2.93a2.91 2.91 0 00-2.89 2.93c0 1.64 1.3 2.94 2.9 2.94 1.57 0 2.88-1.3 2.88-2.94 0-1.63-1.3-2.93-2.89-2.93zm-4.89 2.93a4.91 4.91 0 014.9-4.93A4.91 4.91 0 0123 17.05 4.91 4.91 0 0118.11 22a4.91 4.91 0 01-4.89-4.94z"/></svg>`;
|
|
845
|
+
const tdesignPalette = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-palette" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-9 9c0 5 3.71 8.9 8.65 8.9l-.15-.25-.02-.04a4.03 4.03 0 01-.65-2.37c.06-.94.5-1.86 1.41-2.62 1.03-.86 2.26-.88 3.22-.84.21 0 .42.01.6.03.77.04 1.37.07 1.95-.09 1.86-.5 2.89-1.73 3-3.32C21.31 6.62 17.1 3 12 3zM1 12A11 11 0 0112 1c5.93 0 11.42 4.29 11 10.53-.17 2.57-1.91 4.43-4.46 5.12-.94.25-1.94.2-2.71.15l-.45-.03c-.92-.03-1.45.05-1.86.39-.52.44-.68.86-.7 1.2a2.04 2.04 0 00.38 1.23c.1.15.24.38.35.6.12.24.28.61.3 1.02 0 .49-.2 1-.7 1.34-.43.27-.97.35-1.5.35C5.55 22.9 1 18.04 1 12zm8.75-5a2 2 0 114 0 2 2 0 01-4 0zm-4.72 3a2 2 0 114 0 2 2 0 01-4 0zm9.49 0a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
846
|
+
const tdesignPanoramaHorizontal = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-panorama-horizontal" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 3.16v17.68l-1.29-.38-.05-.02a22.92 22.92 0 00-.77-.2c-.53-.14-1.3-.33-2.21-.5A35.14 35.14 0 0012 19c-2.4 0-4.84.36-6.68.73a42.23 42.23 0 00-2.98.71l-.04.01h-.01l-1.29.4V3.14l1.29.4h.05a17.48 17.48 0 00.77.22c.53.13 1.3.32 2.21.5C7.16 4.64 9.6 5 12 5c2.4 0 4.84-.36 6.68-.73a42.24 42.24 0 002.98-.71l.04-.01h.01l1.29-.4zM21 5.8A37.12 37.12 0 0112 7a37.12 37.12 0 01-9-1.2v12.4a37.12 37.12 0 019-1.2 37.12 37.12 0 019 1.2V5.8z"/></svg>`;
|
|
847
|
+
const tdesignPanoramaVertical = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-panorama-vertical" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.16 1h17.68l-.38 1.29-.02.05a17.74 17.74 0 00-.2.77c-.14.53-.33 1.3-.5 2.21A35.14 35.14 0 0019 12c0 2.4.36 4.84.73 6.68a42.15 42.15 0 00.71 2.98l.02.04v.01l.38 1.29H3.16l.38-1.29.02-.05a18.03 18.03 0 00.2-.77A35.14 35.14 0 005 12c.01-2.4-.35-4.83-.72-6.67a42.22 42.22 0 00-.71-2.98l-.01-.04v-.01L3.14 1zM5.8 3A37.12 37.12 0 017 12a37.12 37.12 0 01-1.2 9h12.4a37.12 37.12 0 01-1.2-9 37.12 37.12 0 011.2-9H5.8z"/></svg>`;
|
|
848
|
+
const tdesignPantone = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 25" class="t-icon t-icon-pantone" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.35 1l3.17 4.45 2.1-.72 1.92 5.6H23V22H1V10.33h1.65L14.35 1zm-11 11.33H3V20h18v-7.67H3.35zm16.07-2L18.4 7.3l-1.6.51-7.4 2.52h10.04zm-3.87-4.21l-1.6-2.25-6.1 4.88 7.7-2.63zM5.29 15.16h2v2h-2v-2z"/></svg>`;
|
|
849
|
+
const tdesignParabola = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-parabola" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.08 7.91c-.23.44-.47.9-.68 1.19a29.88 29.88 0 01-2.22 2.75C4.58 12.45 3.88 13 3 13H2v-2h1c.02 0 .22 0 .75-.55.5-.52 1.14-1.34 2.05-2.55.1-.14.25-.42.5-.89l.13-.26c.3-.56.68-1.27 1.15-1.94C8.48 3.5 9.9 2 12 2s3.52 1.5 4.42 2.8a18.76 18.76 0 011.28 2.21c.25.47.4.75.5.89a28.38 28.38 0 002.05 2.55c.53.54.73.55.75.55h1v2h-1c-.88 0-1.58-.54-2.18-1.15A29.88 29.88 0 0116.6 9.1a9.72 9.72 0 01-.68-1.19l-.12-.23c-.3-.55-.63-1.16-1.02-1.74C13.95 4.75 13.05 4 12 4c-1.05 0-1.95.75-2.78 1.94a16.83 16.83 0 00-1.14 1.97zM4 16v2h7v-2h2v2h7v-2h2v5h-2v-1h-7v1h-2v-1H4v1H2v-5h2z"/></svg>`;
|
|
850
|
+
const tdesignParentheses = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-parentheses" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.45 4.54l-.44.9a14.94 14.94 0 000 13.12l.44.9-1.8.88-.44-.9a16.94 16.94 0 010-14.88l.44-.9 1.8.88zm14.9-.88l.44.9a16.94 16.94 0 010 14.88l-.44.9-1.8-.88.44-.9a14.94 14.94 0 000-13.12l-.44-.9 1.8-.88z"/></svg>`;
|
|
851
|
+
const tdesignPaste = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-paste" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h5v2H4v3H2V2zm9 0h5v5h-2V4h-3V2zM9 9h13v13H9V9zm2 2v9h9v-9h-9zm-7-1v3h3v2H2v-5h2z"/></svg>`;
|
|
852
|
+
const tdesignPatio = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-patio" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.78 2.06A18.2 18.2 0 0112 1c2.63 0 4.75.53 6.22 1.06a14.13 14.13 0 012.32 1.1h.01l.45.3V20h1v2H2v-2h1V3.46l.45-.3h.01a3.4 3.4 0 01.17-.1 14.13 14.13 0 012.16-1zM5 4.58V20h2V7.5h2v2h2v-2h2V20h6V4.58c-.33-.18-.82-.4-1.47-.64A16.21 16.21 0 0012 3c-2.37 0-4.25.47-5.53.94A12.14 12.14 0 005 4.58zm4 6.92V13h2v-1.5H9zm2 3.5H9v1.5h2V15zm0 3.5H9V20h2v-1.5z"/></svg>`;
|
|
853
|
+
const tdesignPauseCircleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pause-circle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 23a11 11 0 100-22 11 11 0 000 22zM8 7h3v10H8V7zm5 0h3v10h-3V7z"/></svg>`;
|
|
854
|
+
const tdesignPauseCircleStroke = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pause-circle-stroke" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm9.5-5v10h-2V7h2zm5 0v10h-2V7h2z"/></svg>`;
|
|
855
|
+
const tdesignPauseCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pause-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0z"/><path fill="currentColor" d="M13 7h3v10h-3V7zM8 7h3v10H8V7z"/></svg>`;
|
|
856
|
+
const tdesignPause = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pause" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 17V7H8v10h3zM16 17V7h-3v10h3z"/></svg>`;
|
|
857
|
+
const tdesignPea = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pea" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22.87 3l.67 1.84L21 6.45V8c0 3.15-.54 5.83-1.8 7.95a9.98 9.98 0 01-5.88 4.47c-.91.28-2.42.56-3.43.58-3.57.06-6.6-1.55-8.15-3.35L1 16.78l.97-.62 4.44-2.82-.03-.02c-.88-.4-1.76-1-2.53-1.68a10.53 10.53 0 01-1.97-2.31A5.24 5.24 0 011 6.66v-.88l21.87-2.77zM8.68 11.9L13 9.16l.84-.54 4.84-3.06-15.5 1.96c.1.24.23.5.4.76.38.64.94 1.29 1.59 1.86a8.54 8.54 0 002.04 1.37c.58.27 1.08.39 1.47.39zm4.55-.52l-2.83 1.8 1.46 2.16-1.66 1.11-1.49-2.2-4.59 2.9A9.23 9.23 0 009.86 19c.79-.01 2.1-.25 2.87-.49a7.99 7.99 0 004.75-3.58C18.49 13.23 19 10.94 19 8v-.28l-4.08 2.59 1.45 2.27-1.68 1.08-1.46-2.28z"/></svg>`;
|
|
858
|
+
const tdesignPeach = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-peach" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 1h1c1.2 0 2.05.63 2.62 1.36A2.75 2.75 0 0115 1h1v2h-1c-.36 0-.68.22-.94.93-.05.13-.1.26-.13.4a7.65 7.65 0 014.49 1.29c2.01 1.36 5 5.07 2.82 10.53-1.31 3.27-4.35 5.06-7.82 6-.27.24-.57.47-.88.68l-.44.3-.49-.2c-5.83-2.3-8.6-5.61-9.38-8.9a8.25 8.25 0 012.22-7.88 8.05 8.05 0 016.96-1.92l-.15-.3C10.91 3.3 10.5 3 10 3H9V1zm3.32 5.6a6.15 6.15 0 00-6.53 1.03 6.26 6.26 0 00-1.61 5.93c.56 2.4 2.6 5.18 7.66 7.3l.44-.36a14.25 14.25 0 002.26-2.55l.03-.05.02-.03.01-.02c.8-1.08 1.49-3.33 1.3-5.64-.2-2.27-1.2-4.43-3.58-5.62zm4.07 12.19a7.02 7.02 0 003-3.38c1.72-4.32-.6-7.12-2.1-8.14a5.59 5.59 0 00-1.77-.79 9 9 0 012.37 5.56 11.3 11.3 0 01-1.5 6.75z"/></svg>`;
|
|
859
|
+
const tdesignPear = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pear" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21.32 2.53l-.44.9c-.36.72-.76 1.37-1.23 2.02a5.57 5.57 0 011.31 3.7c-.05 1.6-.85 3.15-2.25 4.56l-.06.05-.06.04-.04.04-.18.16c-.15.14-.36.36-.57.64-.41.57-.8 1.36-.8 2.36 0 1.68-.29 3.11-1.5 4.32a6.16 6.16 0 01-8.67 0l-.07-.07a5.47 5.47 0 01-1.64-2.37c-1.04-.3-1.7-.97-2.37-1.64l-.07-.07a6.16 6.16 0 010-8.67C3.88 7.29 5.32 7 7 7c1 0 1.8-.39 2.36-.8a4.74 4.74 0 00.83-.79l.05-.06.05-.06c1.39-1.38 2.9-2.23 4.46-2.33 1.24-.07 2.4.32 3.45 1.09.33-.5.62-.99.89-1.52l.44-.89 1.8.9zm-4.38 3.08c-.7-.5-1.4-.7-2.06-.65-.9.06-1.96.55-3.13 1.7a3.99 3.99 0 01-.29.34c-.21.22-.52.52-.92.8-.8.6-2 1.2-3.54 1.2-1.44 0-2.24.24-2.9.91a4.16 4.16 0 000 5.85c.88.89 1.24 1.2 1.97 1.26a1 1 0 01.9.91c.07.73.38 1.09 1.27 1.98a4.16 4.16 0 005.85 0c.67-.67.91-1.47.91-2.9 0-1.55.6-2.76 1.2-3.55a6.73 6.73 0 011.14-1.21c1.13-1.15 1.6-2.23 1.63-3.17a3.43 3.43 0 00-.63-2.04l-.76.8-.71.7-1.41-1.41.7-.7.78-.82zm1.65 8.2z"/></svg>`;
|
|
860
|
+
const tdesignPearlOfTheOrient = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pearl-of-the-orient" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v2.17a3 3 0 010 5.66v4.3a4 4 0 011.86 6.67l1.9 3.2h-2.33l-1.28-2.17a4 4 0 01-2.3 0L9.57 23H7.25l1.89-3.2A4 4 0 0111 13.13v-4.3a3 3 0 010-5.66V1h2zm-1 4a1 1 0 100 2 1 1 0 000-2zm0 10a2 2 0 100 4 2 2 0 000-4z"/></svg>`;
|
|
861
|
+
const tdesignPenBall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pen-ball" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.15 1.37l5.48 5.48-1.42 1.41-5.47-5.47 1.41-1.42zm-2.8 2.84l5.44 5.44L7.4 22H2v-5.4L14.35 4.2zm0 2.83L4 17.43V20h2.57l10.4-10.35-2.61-2.61zm7.86 5.83l-6.25 6.24-1.41-1.41 6.24-6.25 1.42 1.42z"/></svg>`;
|
|
862
|
+
const tdesignPenBrush = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pen-brush" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 22h3.62a3 3 0 002.12-.88l14.8-14.79-4.87-4.86-14.8 14.79A3 3 0 002 18.38V22zm2-2v-1.62a1 1 0 01.3-.7l2.15-2.17 2.04 2.04-2.16 2.16a1 1 0 01-.7.29H4zm5.9-3.86L7.86 14.1l9.8-9.8 2.04 2.03-9.8 9.8z"/></svg>`;
|
|
863
|
+
const tdesignPenMark = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pen-mark" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23.55 6.88L17.33.65 3.98 14l-.57 2.83 3.97 3.96 2.83-.56L23.55 6.88zm-2.82 0L9.22 18.38l-1.18.24-2.46-2.45.24-1.18 11.5-11.5 3.4 3.39zM1.39 19.6l3.2 3.21 1.42-1.41L2.8 18.2 1.39 19.6z"/></svg>`;
|
|
864
|
+
const tdesignPenQuill = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pen-quill" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23.3 8.12l-11.14 11.1-5.41-.7-3.68 3.67-1.41-1.42 3.67-3.67-.74-5.4L15.67.55l1.82 5.8 5.81 1.76zm-7.74-1.24l-.8-2.56L6.7 12.4l.4 2.93 8.46-8.45zm-7.03 9.85l2.92.37 8.07-8.04-2.54-.77-8.45 8.44z"/></svg>`;
|
|
865
|
+
const tdesignPen = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pen" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.36 2.6L14.7 5.65a9 9 0 01-4.78 4.12l-3.83 1.4-.74 6.07L11 11.58 12.42 13l-5.67 5.66 6.07-.74 1.42-3.88a9 9 0 014.02-4.75l3.05-1.73.99 1.74-3.05 1.73a7 7 0 00-3.14 3.7l-1.83 5.03-11.43 1.39L4.24 9.72 9.22 7.9a7 7 0 003.72-3.2l1.67-3.06 1.75.97z"/></svg>`;
|
|
866
|
+
const tdesignPending = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pending" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-10 1h-2v-2h2v2zm-5 0H6v-2h2v2zm10 0h-2v-2h2v2z"/></svg>`;
|
|
867
|
+
const tdesignPercent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-percent" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM2.5 6.5a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0zM20.41 5L5 20.41 3.59 19 19 3.59 20.41 5zM18 16a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-3.5 1.5a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0z"/></svg>`;
|
|
868
|
+
const tdesignPersonalInformation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-personal-information" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1h12.41L21 6.59V23H3V1zm2 2v18h14V7.41L14.59 3H5zm7 6a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-3.5 1.5a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0zM6 19a4 4 0 014-4h4a4 4 0 014 4v1h-2v-1a2 2 0 00-2-2h-4a2 2 0 00-2 2v1H6v-1z"/></svg>`;
|
|
869
|
+
const tdesignPhoneLocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-phone-locked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 1h16v10h-2V3H6v18h5v2H4V1zm13.5 13.5c.69 0 1.25.56 1.25 1.25v.75h-2.5v-.75c0-.69.56-1.25 1.25-1.25zm3.25 2v-.75a3.25 3.25 0 00-6.5 0v.75H13V23h9v-6.5h-1.25zm-.75 2V21h-5v-2.5h5z"/></svg>`;
|
|
870
|
+
const tdesignPhoneSearch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-phone-search" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 1h16v10h-2V3H6v18h6.5v2H4V1zm13.25 13.5a2.75 2.75 0 110 5.5 2.75 2.75 0 010-5.5zm4 5.33a4.75 4.75 0 10-1.41 1.41l1.66 1.67 1.41-1.4-1.67-1.68z"/></svg>`;
|
|
871
|
+
const tdesignPhoto = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 16 16" class="t-icon t-icon-photo" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 8a3 3 0 11-6 0 3 3 0 016 0zm-1 0a2 2 0 10-4 0 2 2 0 004 0z" fill-opacity="0.9"/><path fill="currentColor" d="M6.05 2a.6.6 0 00-.5.27L4.73 3.5H2.01a.51.51 0 00-.51.51v8.48c0 .28.23.51.51.51h11.98c.28 0 .51-.23.51-.51V4.01a.51.51 0 00-.51-.51h-2.72l-.82-1.23a.6.6 0 00-.5-.27h-3.9zm.22 1h3.46l1 1.5h2.77V12h-11V4.5h2.77l1-1.5z" fill-opacity="0.9"/></svg>`;
|
|
872
|
+
const tdesignPi = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pi" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.16 3h18.26v2H15.8c-.2 2.2-.37 5.14-.42 7.74-.02 1.49 0 2.85.07 3.9.04.53.1.95.15 1.26.06.29.1.39.1.39.64.81 2.55 1.31 4.59-.7l.71-.7 1.4 1.42-.7.7c-2.6 2.56-6 2.58-7.6.47a2.94 2.94 0 01-.46-1.2c-.08-.42-.14-.93-.18-1.5-.08-1.13-.1-2.56-.08-4.07.05-2.58.21-5.48.41-7.71h-3.46c-.17 2.46-.62 5.7-1.52 8.54a15.56 15.56 0 01-2.08 4.4 5.86 5.86 0 01-3.55 2.49l-.98.2-.38-1.97.98-.2c.82-.16 1.6-.72 2.31-1.7.72-.99 1.31-2.31 1.79-3.82.83-2.61 1.26-5.61 1.42-7.94H3.16V3zm12.55 15.29l-.01-.02.01.02z"/></svg>`;
|
|
873
|
+
const tdesignPiano = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-piano" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v4h18V5H3zm18 6h-2v5h-2v-5h-2v5h-2v-5h-2v5H9v-5H7v5H5v-5H3v8h18v-8z"/></svg>`;
|
|
874
|
+
const tdesignPinFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pin-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.08.98l4.94 4.95-6.36 7.77 2.12 2.12-5.3 5.31-4.6-4.6-6.72 6.72-1.41-1.41 6.72-6.72-4.6-4.6 5.3-5.3 2.13 2.12L18.08.98z"/></svg>`;
|
|
875
|
+
const tdesignPin = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pin" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.79.7l5.52 5.52-6.37 7.77 2.2 2.19-5.67 5.66-4.95-4.95-6.36 6.36-1.41-1.41 6.36-6.37-4.95-4.95 5.66-5.66L10 7.06 17.79.68zM13.47 19l2.83-2.82-2.05-2.06 6.36-7.77-2.96-2.96-7.78 6.36-2.05-2.06-2.83 2.83 8.48 8.49z"/></svg>`;
|
|
876
|
+
const tdesignPlayCircleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-play-circle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 23a11 11 0 100-22 11 11 0 000 22zm-3.5-5.37V6.37L18.25 12 8.5 17.63z"/></svg>`;
|
|
877
|
+
const tdesignPlayCircleStrokeAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-play-circle-stroke-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 000 18h1v2h-1a11 11 0 1111-11v1h-2v-1a9 9 0 00-9-9zM9.5 7.13L16.8 12l-7.3 4.87V7.13zm2 3.74v2.26L13.2 12l-1.7-1.13zM20 15v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"/></svg>`;
|
|
878
|
+
const tdesignPlayCircleStroke = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-play-circle-stroke" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm7.5-5.63L18.25 12 8.5 17.63V6.37zm2 3.46v4.34L14.25 12 10.5 9.83z"/></svg>`;
|
|
879
|
+
const tdesignPlayCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-play-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0z"/><path fill="currentColor" d="M18.25 12L8.5 17.63V6.37L18.25 12z"/></svg>`;
|
|
880
|
+
const tdesignPlayDemo = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-play-demo" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v2h-1v14h-6.59l4 4L17 23.41l-5-5-5 5L5.59 22l4-4H3V4H2V2zm3 2v12h14V4H5zm5 2.5l4.67 3.5L10 13.5v-7z"/></svg>`;
|
|
881
|
+
const tdesignPlayRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-play-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v14h18V5H3zm5 1.37L17.75 12 8 17.63V6.37zm2 3.46v4.34L13.75 12 10 9.83z"/></svg>`;
|
|
882
|
+
const tdesignPlay = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-play" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.25 12L8.5 17.63V6.37L18.25 12z"/></svg>`;
|
|
883
|
+
const tdesignPlus = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-plus" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 6.5V11h4.5v2H13v4.5h-2V13H6.5v-2H11V6.5h2z"/></svg>`;
|
|
884
|
+
const tdesignPopsicle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-popsicle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.15 2.95a7 7 0 019.9 9.9l-8.84 8.84-2.83-2.83-3.18 3.18a3 3 0 11-4.24-4.24l3.18-3.18-2.83-2.83 8.84-8.84zm1.06 15.91l7.04-7.04a4.13 4.13 0 00-3.35-2.94 6.12 6.12 0 01-4.5-3.36L5.15 11.8l7.07 7.07zm.75-14.85a4.13 4.13 0 003.34 2.9 6.12 6.12 0 014.35 3.07 5 5 0 00-7.7-5.97zm-6.4 12.02l-3.19 3.18a1 1 0 101.42 1.42l3.18-3.18-1.42-1.42z"/></svg>`;
|
|
885
|
+
const tdesignPortrait = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-portrait" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h7v2H4v5H2V2zm13 0h7v7h-2V4h-5V2zm-3 6.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm2.67 3.77a3.5 3.5 0 10-5.33 0A5 5 0 007 16.5v1h2v-1a3 3 0 116 0v1h2v-1a5 5 0 00-2.33-4.23zM4 15v5h5v2H2v-7h2zm18 0v7h-7v-2h5v-5h2z"/></svg>`;
|
|
886
|
+
const tdesignPout = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pout" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5.77-3.87l3.46 2-1 1.74-3.46-2 1-1.74zm11.46 1.74l-3.46 2-1-1.74 3.46-2 1 1.74zM15 14v3.13l-6.12-.76.25-1.99 3.87.49V14h2z"/></svg>`;
|
|
887
|
+
const tdesignPoweroff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-poweroff" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v10h-2V2h2zm3.78 1.73l.8.59A9.49 9.49 0 0112 21.5 9.5 9.5 0 016.41 4.32l.8-.6L8.4 5.35l-.81.6A7.49 7.49 0 0012 19.5a7.5 7.5 0 004.41-13.57l-.8-.59 1.17-1.61z"/></svg>`;
|
|
888
|
+
const tdesignPreciseMonitor = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-precise.monitor" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v6h-2V2h2zm-9 .59L9.91 8.5 8.5 9.91 2.59 4 4 2.59zM21.41 4L15.5 9.91 14.09 8.5 20 2.59 21.41 4zm-11.14 7a2 2 0 110 2H2v-2h8.27zM16 11h6v2h-6v-2zm-6.09 4.5L4 21.41 2.59 20l5.91-5.91 1.41 1.41zm5.59-1.41L21.41 20 20 21.41l-5.91-5.91 1.41-1.41zM13 16v6h-2v-6h2z"/></svg>`;
|
|
889
|
+
const tdesignPrevious = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-previous" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.25 4.34v15.32L9.59 12l7.66-7.66zM8.5 5v14h-2V5h2zm3.91 7l2.84 2.84V9.16L12.41 12z"/></svg>`;
|
|
890
|
+
const tdesignPrint = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-print" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2h16v5h3.5v11H19v4H5v-4H.5V7H4V2zm2 5h12V4H6v3zM2.5 9v7H5v-2h14v2h2.5V9h-19zM17 16H7v4h10v-4zm0-5.5h2v2h-2v-2z"/></svg>`;
|
|
891
|
+
const tdesignPumpkin = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pumpkin" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.28 1.11l.55.84c.47.7.75 1.4.92 2.09 1.65.15 2.88.8 3.56 1.23.71-.25 1.6-.3 2.44-.13 1.18.25 2.42.96 3.14 2.41.47.93.6 2.24.57 3.55a18.7 18.7 0 01-.65 4.25 12.8 12.8 0 01-1.63 3.79c-.69 1-1.69 1.92-3.01 1.92h-1.89c-.23.22-.52.42-.9.57-.6.25-1.36.37-2.38.37a6.29 6.29 0 01-2.37-.37 2.85 2.85 0 01-.9-.57H6.37c-1.27 0-2.18-1-2.77-1.97a13.85 13.85 0 01-1.47-3.76c-.35-1.4-.56-2.89-.6-4.23-.03-1.3.11-2.62.57-3.55a4.46 4.46 0 013.16-2.4 4.72 4.72 0 012.43.12c.6-.38 1.63-.93 3-1.16-.12-.36-.29-.7-.52-1.06l-.56-.83 1.67-1.1zm-.29 4.98c-1.12.2-1.94.68-2.4.99-.71 1.79-.7 4.43-.3 6.96.21 1.3.51 2.52.83 3.5.34 1.01.66 1.65.85 1.9l.03.03.02.04c.05.08.13.17.37.27.26.11.75.22 1.61.22a4.4 4.4 0 001.62-.22c.23-.1.32-.2.37-.28l.02-.03.03-.04c.2-.24.51-.88.84-1.9.32-.97.62-2.19.83-3.49.4-2.53.42-5.17-.28-6.96-.47-.31-1.3-.8-2.44-1l.01.85V8h-2V7v-.91zm6.54.96c.65 2.21.53 4.95.16 7.3a25.26 25.26 0 01-1.23 4.7h.7c.33 0 .8-.22 1.37-1.04.53-.79 1-1.91 1.35-3.18.34-1.26.54-2.6.58-3.78a6.02 6.02 0 00-.35-2.6c-.4-.81-1.08-1.2-1.77-1.35-.3-.06-.58-.07-.81-.05zm-11.05 0c-.24-.02-.52 0-.82.05-.7.15-1.36.54-1.77 1.35a6.1 6.1 0 00-.36 2.6c.03 1.18.22 2.53.54 3.8.32 1.27.75 2.4 1.24 3.2.53.86.92 1 1.06 1h1.18c-.12-.28-.22-.58-.33-.9-.35-1.07-.68-2.4-.9-3.8-.37-2.35-.49-5.09.16-7.3z"/></svg>`;
|
|
892
|
+
const tdesignPyramidMaya = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pyramid-maya" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2h12v2h-1v4h2v3h1v3h1v3h1v6H2v-6h1v-3h1v-3h1V8h2V4H6V2zm3 2v4h6V4H9zm4 6h-2v11h2V10zm2 11h5v-2h-1v-3h-1v-3h-1v-3h-2v11zm-6 0V10H7v3H6v3H5v3H4v2h5zm2-16h2v2h-2V5z"/></svg>`;
|
|
893
|
+
const tdesignPyramid = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-pyramid" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 2.96l4.44 7.9 1.06-1.93L23.7 22H.28L11 2.96zM13.23 11L11 7.04 8.77 11h4.46zm-5.58 2L3.7 20H10v-7H7.65zM12 13v4.1l2.26-4.1H12zm.7 7h2.8v-3h-1.16l-1.65 3zm4.8 0h2.8l-1.64-3H17.5v3zm.06-5l-1.06-1.92L15.44 15h2.12z"/></svg>`;
|
|
894
|
+
const tdesignQrcode = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-qrcode" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h9v9H2V2zm2 2v5h5V4H4zm9-2h9v9h-9V2zm2 2v5h5V4h-5zM5.5 5.5h2v2h-2v-2zm11 0h2v2h-2v-2zM13 13h2v2h-2v-2zm7 0h2v2h-2v-2zM2 13h9v9H2v-9zm2 2v5h5v-5H4zm12 1h2v2h2v2h2v2h-2v-2h-2v-2h-2v-2zm-10.5.5h2v2h-2v-2zM13 20h2v2h-2v-2z"/></svg>`;
|
|
895
|
+
const tdesignQuadratic = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-quadratic" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.25 3H23v2H12.75L7.88 21.42l-4.21-6.78H1v-2h3.78l2.45 3.94L11.25 3zM22 10v2.14a2 2 0 01-.73 1.54l-2.2 1.82 2.2 1.82a2 2 0 01.73 1.54V21h-2v-2.14l-2.5-2.06-2.5 2.06V21h-2v-2.14a2 2 0 01.73-1.54l2.2-1.82-2.2-1.82a2 2 0 01-.73-1.54V10h2v2.14l2.5 2.06 2.5-2.06V10h2z"/></svg>`;
|
|
896
|
+
const tdesignQuestionnaire = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-questionnaire" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 2h21v16H6.88L1.5 22.7V2zm2 2v14.3L6.12 16H20.5V4h-17zM12 7.5a1 1 0 00-1 1v1H9v-1a3 3 0 116 0c0 .68-.17 1.25-.47 1.71-.3.46-.69.75-1.03.95-.18.1-.35.18-.5.24v.35h-2v-1c0-.42.25-.69.36-.79.12-.1.24-.17.3-.2l.3-.11H12c.19-.07.36-.14.52-.23a.96.96 0 00.34-.3c.07-.11.15-.3.15-.62a1 1 0 00-1-1zm-1 5h2v2h-2v-2z"/></svg>`;
|
|
897
|
+
const tdesignQueue = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-queue" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 2v18.42l-2-2V4H7V2h15zM2 6h16v16H2V6zm2 2v12h12V8H4zm7 1.5V13h3.5v2H11v3.5H9V15H5.5v-2H9V9.5h2z"/></svg>`;
|
|
898
|
+
const tdesignRadar = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-radar" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 3.05a9 9 0 108.28 3.66l-.59-.81 1.62-1.18.59.8A11 11 0 1112 1h1v9.28A2 2 0 0114 12a2 2 0 11-3-1.73V7.6a4.5 4.5 0 104.64 1.74l-.59-.8 1.62-1.18.59.8A6.5 6.5 0 1111 5.58V3.06z"/></svg>`;
|
|
899
|
+
const tdesignRadio1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-radio-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.34 2.45L6.24 6H23v16h-1v-1 1H1V6.38L12.45.66l.9 1.79zM21 20V8H3v12h18zM9 12a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0zm10-3h4v2h-4v-2zm0 4h4v2h-4v-2z"/></svg>`;
|
|
900
|
+
const tdesignRadio2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-radio-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v16h-4v3h-2v-3H7v3H5v-3H1V3zm2 2v12h18V5H3zm12 4a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 118 0 4 4 0 01-8 0zM5 8h4v2H5V8zm0 4h4v2H5v-2z"/></svg>`;
|
|
901
|
+
const tdesignRadish = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-radish" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16.39 1.95V6.2L20 2.59 21.41 4l-3.6 3.61h4.24v2h-4.5a8.3 8.3 0 011.55 2.98c.64 2.6-.64 5.87-3.94 7.92-2.74 1.7-6.85 2.54-12.5 1.67l-.73-.11-.11-.72a23.91 23.91 0 01-.06-7.8c.67-3.76 2.42-6.27 4.51-7.62a6.7 6.7 0 015.14-1.03 8.3 8.3 0 012.98 1.55v-4.5h2zm-1.7 7.37l-.02-.01a11.02 11.02 0 00-.35-.33c-.25-.22-.59-.5-.98-.81A6.84 6.84 0 0011 6.86h-.02l-.03-.01a4.26 4.26 0 00-2.45.2L10.9 9.5l-1.42 1.4L6.7 8.1c-1.23 1.03-2.34 2.74-2.88 5.3L6.9 16.5 5.5 17.9l-1.99-2c-.07 1.3-.02 2.76.2 4.4 4.12.53 7.15.04 9.28-.9l-2.9-2.91 1.42-1.41 3.26 3.27c2.18-1.64 2.76-3.83 2.4-5.3l-.01-.03v-.02a6.84 6.84 0 00-1.32-2.35 17.7 17.7 0 00-1.14-1.33v-.01z"/></svg>`;
|
|
902
|
+
const tdesignRainHeavy = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rain-heavy" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.1 4h-.06A4.3 4.3 0 006.7 8.2c0 .26.03.52.07.77l.19.95-.95.21A2.5 2.5 0 004 12.53c0 .95.57 1.8 1.43 2.2l.9.44-.86 1.8-.9-.43a4.46 4.46 0 01-2.57-4 4.46 4.46 0 012.7-4.08V8.2A6.3 6.3 0 0111.1 2c.55 0 1.08.07 1.59.2a6.33 6.33 0 014.53 4.18 5.59 5.59 0 012.65 1.07A5.27 5.27 0 0122 11.67a5.33 5.33 0 01-3.31 4.9l-.92.38-.77-1.83V18h-2v-6h2v3.1l.91-.38A3.33 3.33 0 0020 11.67a3.27 3.27 0 00-1.74-2.89 3.61 3.61 0 00-1.82-.45l-.85.02-.15-.84a4.29 4.29 0 00-3.23-3.38A4.6 4.6 0 0011.1 4zm1.9 6v10h-2V10h2zm-4 2v6H7v-6h2z"/></svg>`;
|
|
903
|
+
const tdesignRainLight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rain-light" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.1 4h-.06A4.3 4.3 0 006.7 8.2c0 .26.03.52.07.77l.19.95-.95.21A2.5 2.5 0 004 12.53c0 .95.57 1.8 1.43 2.2l.9.44-.86 1.8-.9-.43a4.46 4.46 0 01-2.57-4 4.46 4.46 0 012.7-4.08V8.2A6.3 6.3 0 0111.1 2c.55 0 1.08.07 1.59.2a6.33 6.33 0 014.53 4.18 5.59 5.59 0 012.65 1.07A5.27 5.27 0 0122 11.67a5.33 5.33 0 01-3.31 4.9l-.92.38-.78-1.84.92-.4A3.33 3.33 0 0020 11.68a3.27 3.27 0 00-1.74-2.89 3.61 3.61 0 00-1.82-.45l-.85.02-.15-.84a4.29 4.29 0 00-3.23-3.38A4.6 4.6 0 0011.1 4zm-.1 6h2v2h-2v-2zm-4 2h2v2H7v-2zm8 0h2v2h-2v-2zm-4 2h2v2h-2v-2zm-4 2h2v2H7v-2zm8 0h2v2h-2v-2zm-4 2h2v2h-2v-2z"/></svg>`;
|
|
904
|
+
const tdesignRainMedium = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rain-medium" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.1 4h-.06A4.3 4.3 0 006.7 8.2c0 .26.03.52.07.77l.19.95-.95.21A2.5 2.5 0 004 12.53c0 .95.57 1.8 1.43 2.2l.9.44-.86 1.8-.9-.43a4.46 4.46 0 01-2.57-4 4.46 4.46 0 012.7-4.08V8.2A6.3 6.3 0 0111.1 2c.55 0 1.08.07 1.59.2a6.33 6.33 0 014.53 4.18 5.59 5.59 0 012.65 1.07A5.27 5.27 0 0122 11.67a5.33 5.33 0 01-3.31 4.9l-.92.38-.78-1.84.92-.4A3.33 3.33 0 0020 11.68a3.27 3.27 0 00-1.74-2.89 3.61 3.61 0 00-1.82-.45l-.85.02-.15-.84a4.29 4.29 0 00-3.23-3.38A4.6 4.6 0 0011.1 4zm1.9 6v3h-2v-3h2zm-4 2v3H7v-3h2zm8 0v3h-2v-3h2zm-4 2v6h-2v-6h2zm-6 2h2v2H7v-2zm8 0h2v2h-2v-2z"/></svg>`;
|
|
905
|
+
const tdesignRainbow = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rainbow" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 8a9 9 0 00-9 9v1H1v-1a11 11 0 0122 0v1h-2v-1a9 9 0 00-9-9zm0 3a6 6 0 00-6 6v1H4v-1a8 8 0 1116 0v1h-2v-1a6 6 0 00-6-6zm0 3a3 3 0 00-3 3v1H7v-1a5 5 0 0110 0v1h-2v-1a3 3 0 00-3-3z"/></svg>`;
|
|
906
|
+
const tdesignRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4z"/></svg>`;
|
|
907
|
+
const tdesignRefresh = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-refresh" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.5 5.83A10.49 10.49 0 001.56 10.9l-.1.99 1.98.2.1-.99a8.5 8.5 0 0115.67-3.6H15.5v2h7v-7h-2v3.33zm.06 6.07l-.1 1a8.5 8.5 0 01-15.67 3.6H8.5v-2h-7v7h2v-3.33a10.48 10.48 0 0018.94-5.07l.1-.99-1.98-.2z"/></svg>`;
|
|
908
|
+
const tdesignRelation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-relation" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.24 1.63L12 4.68l1.76-3.05 1.73 1-2.34 4.05L19.11 17H23v2h-2.73l1.12 1.95-1.73 1-1.7-2.95H6.04l-1.7 2.95-1.73-1L3.73 19H1v-2h3.89l5.96-10.32L8.5 2.63l1.73-1zM12 8.68L7.2 17h9.6L12 8.68z"/></svg>`;
|
|
909
|
+
const tdesignRelativity = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-relativity" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h13v7h7v13H9v-7H2V2zm9 13v5h9v-9h-5v4h-4zm2-6V4H4v9h5V9h4zm0 2h-2v2h2v-2z"/></svg>`;
|
|
910
|
+
const tdesignRemoteWave = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-remote-wave" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a10 10 0 00-8.42 4.61l-.54.84-1.69-1.08.54-.84a12 12 0 0120.22 0l.54.84-1.68 1.08-.54-.84A10 10 0 0012 3zm0 3.99a5 5 0 00-4.22 2.3l-.54.85-1.68-1.08.54-.84a7 7 0 0111.79 0l.54.84-1.68 1.08-.54-.85A5 5 0 0011.99 7zM5 11h14v12h-2V13H7v10H5V11zm6 4h2v2h-2v-2z"/></svg>`;
|
|
911
|
+
const tdesignRemove = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-remove" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 11h16v2H4v-2z"/></svg>`;
|
|
912
|
+
const tdesignReplay = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-replay" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 14l-4.4-3.3 1.2-1.6.93.7a9 9 0 10-.48 5.8l.4-.92 1.83.8-.4.92A11 11 0 1123 12v2zm-6.2-2l-7.3 4.87V7.13L16.8 12zm-5.3-1.13v2.26L13.2 12l-1.7-1.13z"/></svg>`;
|
|
913
|
+
const tdesignRiceBall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rice-ball" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.02 2.4A4.09 4.09 0 0112 1c1.11 0 2.15.52 2.98 1.4a35.87 35.87 0 014.8 6.78 27.84 27.84 0 013.11 7.93c.15.8.17 1.63-.1 2.43-.29.81-.83 1.5-1.63 2.1-.37.28-.92.46-1.44.6-.58.14-1.28.27-2.07.39a42.8 42.8 0 01-11.3 0c-.79-.12-1.5-.25-2.07-.4a4.32 4.32 0 01-1.44-.59 4.45 4.45 0 01-1.62-2.1 4.7 4.7 0 01-.11-2.43 27.85 27.85 0 013.11-7.93 35.87 35.87 0 014.8-6.78zM12 3c-.46 0-1 .2-1.52.77a33.9 33.9 0 00-4.51 6.39 25.91 25.91 0 00-2.9 7.32c-.1.6-.09 1.04.04 1.4.12.37.38.75.93 1.16l.19.09c.13.05.32.1.56.17a17.17 17.17 0 002.21.4V13h10v7.7l.37-.06a17.17 17.17 0 002.4-.51l.19-.09c.55-.41.81-.8.93-1.15.13-.37.15-.81.04-1.41-.41-2.2-1.5-4.82-2.9-7.32a33.9 33.9 0 00-4.5-6.4C13 3.22 12.45 3 12 3zm3 17.89V15H9v5.89a44.06 44.06 0 006 0zM11 5.13h2v2h-2v-2zM8.3 9.19h2v2h-2v-2zm5.4 0h2v2h-2v-2z"/></svg>`;
|
|
914
|
+
const tdesignRice = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rice" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4C8.85 4 6.17 5.21 5.5 7.71c-.22.8-.37 1.58-.44 2.29h13.88c-.07-.7-.22-1.5-.43-2.28C17.83 5.22 15.15 4 12 4zm8 8H4a8 8 0 1016 0zM3.05 10c.08-.89.26-1.86.51-2.8C4.6 3.33 8.56 2 12 2c3.44 0 7.4 1.34 8.44 5.2.26.94.43 1.92.51 2.8H22v2a10 10 0 01-20 0v-2h1.05zM11 5h2v2h-2V5zM8 7h2v2H8V7zm6 0h2v2h-2V7z"/></svg>`;
|
|
915
|
+
const tdesignRoast = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-roast" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H6V9zm8 0h4v2h-4V9zm-5 4h6v5H9v-5zm2 2v1h2v-1h-2z"/></svg>`;
|
|
916
|
+
const tdesignRocket = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rocket" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19.56 3.1h1.34v1.34a7 7 0 01-2.05 4.95l-7.56 7.56-4.24-4.24 7.56-7.56a7 7 0 014.95-2.05zM18 13.07l2.26-2.26a9 9 0 002.64-6.37V1.1h-3.34a9 9 0 00-6.37 2.64L10.93 6l-5.65-.71-4.24 4.23 13.44 13.44 4.23-4.24-.7-5.65zm-1.79 1.79l.4 3.14-2.13 2.13-1.77-1.77 3.5-3.5zM9.14 7.79l-3.5 3.5-1.77-1.77L6 7.4l3.14.39zm-3.5 9.16L2.1 20.48.7 19.07l3.53-3.54 1.42 1.42zm2.82 2.83L4.93 23.3 3.5 21.9l3.54-3.54 1.41 1.42z"/></svg>`;
|
|
917
|
+
const tdesignRollback = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rollback" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.93 14A7 7 0 0114 20H5.5v-2H14a5 5 0 100-10H6.91l2.5 2.5L8 11.91 3.09 7 8 2.09 9.41 3.5 6.91 6H14a7 7 0 017 7v1h-.07z"/></svg>`;
|
|
918
|
+
const tdesignRollfront = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rollfront" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.07 14A7 7 0 0010 20h8.5v-2H10a5 5 0 010-10h7.09l-2.5 2.5L16 11.91 20.91 7 16 2.09 14.59 3.5l2.5 2.5H10a7 7 0 00-7 7v1h.07z"/></svg>`;
|
|
919
|
+
const tdesignRootList = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-root-list" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm2 3.5h12v2H6v-2zm0 4h8v2H6v-2z"/></svg>`;
|
|
920
|
+
const tdesignRotateLocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rotate-locked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 108.25 12.6l1.83.8A11 11 0 1123 12v2l-3.6-2.7 1.2-1.6.13.1A9 9 0 0012 3zm0 5.5c.69 0 1.25.56 1.25 1.25v.75h-2.5v-.75c0-.69.56-1.25 1.25-1.25zm3.25 2v-.75a3.25 3.25 0 00-6.5 0v.75H7.5V17h9v-6.5h-1.25zm-.75 2V15h-5v-2.5h5z"/></svg>`;
|
|
921
|
+
const tdesignRotate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rotate" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 108.25 12.6l.4-.92 1.83.8-.4.92A11 11 0 1123 12v2l-4.4-3.3 1.2-1.6.93.7A9 9 0 0012 3z"/></svg>`;
|
|
922
|
+
const tdesignRotation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rotation" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2v9a9 9 0 019 9h9v2H2V2h2zm0 18h7a7 7 0 00-7-7v7z"/></svg>`;
|
|
923
|
+
const tdesignRound = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-round" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"/></svg>`;
|
|
924
|
+
const tdesignRouterWave = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-router-wave" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a10 10 0 00-8.42 4.61l-.54.84-1.69-1.08.54-.84a12 12 0 0120.22 0l.54.84-1.68 1.08-.54-.84A10 10 0 0012 3zm0 3.99a5 5 0 00-4.22 2.3l-.54.85-1.68-1.08.54-.84a7 7 0 0111.79 0l.54.84-1.68 1.08-.54-.85A5 5 0 0011.99 7zM13 11v3h7v9H4v-9h7v-3h2zm-7 5v5h12v-5H6z"/></svg>`;
|
|
925
|
+
const tdesignRss = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-rss" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 3h1a17 17 0 0117 17v1h-2v-1A15 15 0 004 5H3V3zm0 7h1a10 10 0 0110 10v1h-2v-1a8 8 0 00-8-8H3v-2zm0 9a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
926
|
+
const tdesignRuler = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-ruler" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.72 2h11.03l-4.11 18H22v2H1.72l5-20zm4.87 18l3.66-16H8.28l-.62 2.5h4.21v2H7.16L6.53 11h4.22v2H6.03l-.62 2.5h4.21v2H4.91L4.28 20h7.3z"/></svg>`;
|
|
927
|
+
const tdesignSailingHotel = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sailing-hotel" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 .81l1.17.2c3.99.7 6.59 2.8 8.15 5.48a15.17 15.17 0 011.83 5.36A21.43 21.43 0 0117.5 21H21v2H4v-2h3V.81zM9 21h6.38c.3-.7.58-1.75.78-3H9v3zm0-5h7.36c.05-.97.03-1.98-.08-3H9v3zm0-5h6.95c-.24-1.05-.6-2.06-1.08-3H9v3zm0-5h4.51A9.14 9.14 0 009 3.25V6z"/></svg>`;
|
|
928
|
+
const tdesignSandwich = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sandwich" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.8 2.52a2 2 0 012.5.47L21 8.64V22H3V8.4l10.8-5.88zM5 10v4h14v-4H5zm12.86-2l-3.1-3.73L7.92 8h9.95zM19 16H5v4h14v-4z"/></svg>`;
|
|
929
|
+
const tdesignSaturation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-saturation" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .07l7.07 7a9.86 9.86 0 010 14.03 10.06 10.06 0 01-14.14 0 9.86 9.86 0 010-14.03l7.07-7zm0 2.81L6.34 8.5a7.86 7.86 0 000 11.19 8.06 8.06 0 0011.32 0 7.86 7.86 0 000-11.19L12 2.9zm-1 6.15h1A5.48 5.48 0 1112 20h-1V9.03zm2 2.15v6.67a3.48 3.48 0 000-6.67z"/></svg>`;
|
|
930
|
+
const tdesignSausage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sausage" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20 2v2h2v2h-1.25a4.22 4.22 0 01-1.04 4.27l-9.44 9.44A4.22 4.22 0 016 20.75V22H4v-2H2v-2h1.25a4.22 4.22 0 011.04-4.27l9.44-9.44A4.22 4.22 0 0118 3.25V2h2zm-1.7 3.7a2.22 2.22 0 00-3.16 0L5.7 15.16a2.22 2.22 0 103.15 3.14l9.44-9.44c.87-.87.87-2.27 0-3.14z"/></svg>`;
|
|
931
|
+
const tdesignSave = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-save" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h14.41L22 7.59V22H2V2zm2 2v16h2v-6h12v6h2V8.41L15.59 4H13v4H6V4H4zm4 0v2h3V4H8zm8 16v-4H8v4h8z"/></svg>`;
|
|
932
|
+
const tdesignSavingPot = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-saving-pot" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8780_6716)"><path fill="currentColor" d="M5.2 22.5h5.6l.45-2h2.5l.45 2h5.6l.63-2.84a10 10 0 001.49-13.77A5.02 5.02 0 0017 0a5 5 0 00-4 2.02c-1.35.08-2.7.4-4.01.95l-.92.4.78 1.83.92-.39c.76-.32 1.53-.54 2.3-.67A5.03 5.03 0 0017 10c1.61 0 3.05-.76 3.96-1.95a8 8 0 01-2.04 10.26l-.28.22-.44 1.97h-2.4l-.44-2H9.64l-.44 2H6.8l-.67-3-.5-.2A13.03 13.03 0 012 15.07V10.5h1.07L5.1 7.09l-.67-1.67c.81.1 1.74.5 2.6 1.45l.68.74L9.2 6.27l-.67-.74a5.92 5.92 0 00-5.76-2l-1.13.26 1.25 3.12-.96 1.59H0v7.42l.3.29a14.72 14.72 0 004.11 2.75l.79 3.54zm.3-11h2v-2h-2v2zM17 8a3 3 0 110-6 3 3 0 010 6z"/></g></svg>`;
|
|
933
|
+
const tdesignScan = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-scan" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h7v2H4v5H2V2zm13 0h7v7h-2V4h-5V2zM2 11h20v2H2v-2zm2 4v5h5v2H2v-7h2zm18 0v7h-7v-2h5v-5h2z"/></svg>`;
|
|
934
|
+
const tdesignScreen4k = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-screen-4k" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v14h18V5H3zm12 3v2.05l1-.71V8h2v1.6c0 .49-.24.94-.63 1.22L15.7 12l1.67 1.18c.4.28.63.73.63 1.22V16h-2v-1.34l-1-.7V16h-2V8h2zM7 8v3.43h2V8h2v8H9v-2.57H7a2 2 0 01-2-2V8h2z"/></svg>`;
|
|
935
|
+
const tdesignScreencast = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-screencast" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2h22v17h-6v-2h4V4H3v13h4v2H1V2zm4.59 20L12 15.59l6.41 6.4L5.6 22zm4.82-2h3.18L12 18.41 10.41 20z"/></svg>`;
|
|
936
|
+
const tdesignScreenshot = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-screenshot" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v14h-2V4H4v12H2V2zm3.4 7h2.83L12 12.8 15.77 9h2.83l-5.19 5.22 2.69 2.7a3.3 3.3 0 014.9 2.83A3.27 3.27 0 0117.71 23a3.27 3.27 0 01-2.98-4.62L12 15.63l-2.73 2.75A3.27 3.27 0 016.29 23 3.27 3.27 0 013 19.75a3.27 3.27 0 014.9-2.83l2.69-2.7L5.4 9zm12.31 9.5c-.72 0-1.28.57-1.28 1.25S16.99 21 17.7 21c.73 0 1.29-.57 1.29-1.25s-.56-1.25-1.29-1.25zm-11.42 0c-.73 0-1.29.57-1.29 1.25S5.56 21 6.29 21c.72 0 1.28-.57 1.28-1.25S7.01 18.5 6.3 18.5z"/></svg>`;
|
|
937
|
+
const tdesignScrollBar = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-scroll-bar" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 2v20h-2V2h2zM2 2h16v20H2V2zm2 2v16h12V4H4z"/></svg>`;
|
|
938
|
+
const tdesignSdCard1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sd-card-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 2h12.51L21 9.68V22H3V2zm9 2h-1v3.5H9V4H8v3.5H6V4H5v16h14v-9.68L14.49 4H14v3.5h-2V4z"/></svg>`;
|
|
939
|
+
const tdesignSdCard = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sd-card" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5 1h16v22H3V11.59l2-2V1zm2 2v7.41l-2 2V21h14V3H7zm4 2v3H9V5h2zm3 0v3h-2V5h2zm3 0v3h-2V5h2z"/></svg>`;
|
|
940
|
+
const tdesignSearchError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-search-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.1 5.9A6.5 6.5 0 004 10.5v1H2v-1a8.5 8.5 0 1115.18 5.26l5.34 5.35-1.41 1.41-5.35-5.34A8.48 8.48 0 0110.5 19h-1v-2h1a6.5 6.5 0 004.6-11.1zM1.67 13.26l2.83 2.83 2.83-2.83 1.41 1.41-2.83 2.83 2.83 2.83-1.41 1.41-2.83-2.83-2.83 2.83-1.41-1.41 2.83-2.83-2.83-2.83 1.41-1.41z"/></svg>`;
|
|
941
|
+
const tdesignSearch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-search" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.1 5.9a6.5 6.5 0 10-9.2 9.2 6.5 6.5 0 009.2-9.2zM4.49 4.5a8.5 8.5 0 0112.69 11.27l5.34 5.35-1.41 1.41-5.35-5.34A8.5 8.5 0 014.5 4.49z"/></svg>`;
|
|
942
|
+
const tdesignSecured = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-secured" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .44l10 3.5V12c0 4.13-2.53 7.01-4.9 8.8a19.74 19.74 0 01-4.73 2.63l-.03.01-.34-.94-.33.94h-.04a6.99 6.99 0 01-.4-.16A19.75 19.75 0 016.9 20.8C4.54 19 2 16.12 2 12V3.94l10-3.5zm0 22.06l-.33.94.33.12.33-.12-.33-.94zm0-1.07a17.75 17.75 0 003.89-2.21c2.14-1.63 4.11-4 4.11-7.22V5.36l-8-2.8-8 2.8V12c0 3.22 1.97 5.59 4.1 7.2a17.75 17.75 0 003.9 2.23zm6.07-13.09L11 15.41l-4.24-4.24 1.41-1.41L11 12.59l5.66-5.66 1.41 1.41z"/></svg>`;
|
|
943
|
+
const tdesignSendCancel = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-send-cancel" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7234)"><path fill="currentColor" d="M.3 1.66L24 12l-5.45 2.38-.8-1.83L19 12 3.7 5.34l2 5.66H11v2H5.7l-2 5.66 8.57-3.73.8 1.84L.29 22.34 3.94 12 .29 1.66zM23.07 16l-2.83 2.85 2.82 2.82-1.41 1.41-2.82-2.82-2.82 2.82-1.41-1.41 2.81-2.82L14.6 16 16 14.6l2.84 2.83 2.82-2.84 1.42 1.4z"/></g></svg>`;
|
|
944
|
+
const tdesignSend = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-send" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7232)"><path fill="currentColor" d="M.3 1.66L24 12 .3 22.34 3.93 12 .29 1.66zM5.7 13l-2 5.66L19 12 3.7 5.34l2 5.66H11v2H5.7z"/></g></svg>`;
|
|
945
|
+
const tdesignSensors1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sensors-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.64 4.22l-.71.71a9.97 9.97 0 000 14.14l.7.7-1.4 1.42-.72-.7a11.97 11.97 0 010-16.97l.71-.71 1.42 1.41zm14.14-1.41l.7.7a11.97 11.97 0 010 16.98l-.7.7-1.42-1.41.71-.7a9.97 9.97 0 000-14.15l-.7-.7 1.4-1.42zM8.46 7.05l-.7.7a5.98 5.98 0 000 8.5l.7.7-1.41 1.41-.7-.7a7.98 7.98 0 010-11.32l.7-.7 1.41 1.41zm8.49-1.41l.7.7a7.98 7.98 0 010 11.32l-.7.7-1.41-1.41.7-.7a5.98 5.98 0 000-8.5l-.7-.7 1.4-1.41zM12 10a2 2 0 100 4 2 2 0 000-4zm-4 2a4 4 0 115 3.87v4.9h-2v-4.9A4 4 0 018 12z"/></svg>`;
|
|
946
|
+
const tdesignSensors2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sensors-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.34 4.93l-.7.7a8.97 8.97 0 000 12.73l.7.71-1.41 1.42-.7-.71a10.97 10.97 0 010-15.56l.7-.7 1.41 1.4zM19.07 3.5l.7.71a10.97 10.97 0 010 15.56l-.7.7-1.41-1.4.7-.72a8.97 8.97 0 000-12.72l-.7-.71 1.41-1.42zm-9.9 4.25l-.7.7a4.98 4.98 0 000 7.08l.7.7-1.41 1.42-.71-.71a6.98 6.98 0 010-9.9l.7-.7 1.42 1.4zm7.07-1.42l.71.71a6.98 6.98 0 010 9.9l-.7.7-1.42-1.4.7-.71a4.98 4.98 0 000-7.08l-.7-.7 1.41-1.42zM13 9v6h-2V9h2z"/></svg>`;
|
|
947
|
+
const tdesignSensorsOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sensors-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7452)"><path fill="currentColor" d="M21.22 4.32a11.96 11.96 0 01-.06 15.43L22.41 21 21 22.41l-8.48-8.48a2 2 0 01-2.45-2.45L7.83 9.24a4.97 4.97 0 00.33 5.96l.64.77-1.54 1.28-.64-.77a6.98 6.98 0 01-.23-8.67L4.26 5.67a10 10 0 00.06 12.73l.64.77-1.54 1.28-.64-.77a12 12 0 01.06-15.43L1.59 3 3 1.59l8.48 8.48a2 2 0 012.45 2.45l2.24 2.24a4.97 4.97 0 00-.33-5.96l-.64-.77 1.54-1.28.64.77a6.98 6.98 0 01.23 8.67l2.13 2.14a9.96 9.96 0 00-.06-12.73l-.64-.77 1.54-1.28.64.77z"/></g></svg>`;
|
|
948
|
+
const tdesignSensors = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sensors" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7450)"><path fill="currentColor" d="M22 12c0-2.44-.87-4.67-2.32-6.4l-.64-.77 1.54-1.28.64.77a11.96 11.96 0 010 15.36l-.64.77-1.54-1.28.64-.77A9.96 9.96 0 0022 12zm-4.62-4.48a6.98 6.98 0 010 8.96l-.64.77-1.54-1.28.64-.77a4.98 4.98 0 000-6.4l-.64-.77 1.54-1.28.64.77zM12 10a2 2 0 110 4 2 2 0 010-4zM8.8 8.03l-.64.77a4.98 4.98 0 000 6.4l.64.77-1.54 1.28-.64-.77a6.98 6.98 0 010-8.96l.64-.77L8.8 8.03zm-3.84-3.2l-.64.77a9.96 9.96 0 000 12.8l.64.77-1.54 1.28-.64-.77a11.96 11.96 0 010-15.36l.64-.77 1.54 1.28z"/></g></svg>`;
|
|
949
|
+
const tdesignSerenity = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-serenity" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H6V9zm8 0h4v2h-4V9zm-5.1 4.63l.5.87a3 3 0 005.2 0l.5-.87 1.73 1-.5.87a5 5 0 01-8.66 0l-.5-.86 1.73-1z"/></svg>`;
|
|
950
|
+
const tdesignServer = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-server" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 13v9H2v-9h20zm-2 2H4v5h16v-5zm2-13v9H2V2h20zm-2 2H4v5h16V4zM7.5 16.5v2h-2v-2h2zm0-11v2h-2v-2h2z"/></svg>`;
|
|
951
|
+
const tdesignService = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-service" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 11a10 10 0 1120 0v5.15C22 17.8 20.58 19 19 19h-3v-8h4a8 8 0 10-16 0h4v8H6.06A2 2 0 008 20.5h1.56c.32-.45.85-.75 1.44-.75h2a1.75 1.75 0 110 3.5h-2c-.6 0-1.12-.3-1.44-.75H8a4 4 0 01-3.99-3.66A2.85 2.85 0 012 16.15V11zm4 6v-4H4v3.15c0 .4.37.85 1 .85h1zm14-4h-2v4h1c.63 0 1-.45 1-.85V13z"/></svg>`;
|
|
952
|
+
const tdesignSetting1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-setting-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.18 1h5.64l.65 3.24a8.5 8.5 0 011.52.88l3.13-1.06 2.82 4.88-2.49 2.18a8.58 8.58 0 010 1.76l2.49 2.18-2.82 4.88-3.13-1.06a8.5 8.5 0 01-1.52.88L14.82 23H9.18l-.65-3.24a8.5 8.5 0 01-1.52-.88l-3.13 1.06-2.82-4.88 2.48-2.18a8.59 8.59 0 010-1.76L1.06 8.94l2.82-4.88 3.13 1.06a8.5 8.5 0 011.52-.88L9.18 1zm1.64 2l-.54 2.7-.53.2A6.5 6.5 0 007.85 7l-.44.36-2.61-.88-1.18 2.04 2.07 1.82-.1.55a6.55 6.55 0 000 2.22l.1.55-2.07 1.82 1.18 2.04 2.61-.88.43.36a6.5 6.5 0 001.91 1.1l.53.2.54 2.7h2.36l.54-2.7.53-.2a6.5 6.5 0 001.9-1.1l.44-.36 2.61.88 1.18-2.04-2.07-1.82.1-.55a6.55 6.55 0 000-2.22l-.1-.55 2.07-1.82-1.18-2.04-2.61.88-.43-.36a6.5 6.5 0 00-1.91-1.1l-.53-.2-.54-2.7h-2.36zM12 9a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0z"/></svg>`;
|
|
953
|
+
const tdesignSetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .85l9.66 5.57v11.16L12 23.15l-9.66-5.57V6.42L12 .85zm0 2.3L4.34 7.58v8.84L12 20.85l7.66-4.43V7.58L12 3.15zM12 9a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0z"/></svg>`;
|
|
954
|
+
const tdesignShare1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-share-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 1.85L23.55 12 11.5 22.15v-6.23c-4.2.2-7.07 1.7-9.19 4.66L.52 19.8C1.04 17.2 2.1 14.5 4 12.34a13 13 0 017.5-4.18v-6.3zm2 4.3v3.72l-.86.12a11.21 11.21 0 00-8.88 6.33c2.34-1.65 5.22-2.42 8.74-2.42h1v3.95L20.45 12 13.5 6.15z"/></svg>`;
|
|
955
|
+
const tdesignShare = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-share" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16 1.04a4 4 0 11-.86 6.26l-6.28 3.63a3.98 3.98 0 010 2.14l6.28 3.63a4 4 0 11-1 1.73L7.86 14.8a4 4 0 110-5.6l6.28-3.63a4 4 0 011.85-4.53zm3.72 2.46a2 2 0 10-3.46 2 2 2 0 003.46-2zM3.07 12.53a2 2 0 103.86-1.06 2 2 0 00-3.86 1.06zM19 17.77a2 2 0 10-2 3.46 2 2 0 002-3.46z"/></svg>`;
|
|
956
|
+
const tdesignSharpness = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sharpness" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.5.59V19.5H1.6L20.5.59zM6.41 17.5h12.1V5.41L6.4 17.5zm14.1 3.5v2h-19v-2h19z"/></svg>`;
|
|
957
|
+
const tdesignShieldError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shield-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.67 23.44l.33-.94.33.94-.33.12-.33-.12zm.33-2.01a17.75 17.75 0 003.89-2.21c2.14-1.63 4.11-4 4.11-7.22V5.36l-8-2.8-8 2.8V12c0 3.22 1.97 5.59 4.1 7.2a17.75 17.75 0 003.9 2.23zm-5.1-.63C4.53 19.01 2 16.13 2 12V3.94l10-3.5 10 3.5V12c0 4.13-2.53 7.01-4.9 8.8a19.75 19.75 0 01-4.73 2.63l-.03.01h-.01L12 22.5l-.33.94h-.04a6.99 6.99 0 01-.4-.16A19.76 19.76 0 016.9 20.8zm4.1-4.3V10h2v6.5h-2zm2-8h-2v-2h2v2z"/></svg>`;
|
|
958
|
+
const tdesignShimen = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shimen" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 2l11 1.1v4.8l-2.93.3 1 13.8h-7.16l1.1-13.29-.62.06-.12.01L12.1 9H12l-2.92-.29 1 13.3H2.92L3.93 8.2 1 7.9V3.1L12 2zM5.92 8.4L5.07 20h2.85L7.06 8.51 5.92 8.4zm11.11.11l-.95 11.5h2.84l-.84-11.6c-.15 0-.3.02-.44.04h-.01l-.6.06zM3 4.91V6.1l9 .9 2.08-.2.12-.02a490.33 490.33 0 003.22-.32h.01l1.47-.15L21 6.1V4.9L12 4l-9 .9z"/></svg>`;
|
|
959
|
+
const tdesignShop1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shop-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 7.46V20h4v-7h8v7h4V9.46a3.98 3.98 0 01-5-.81 3.99 3.99 0 01-6 0 3.99 3.99 0 01-5 .81zM10 6a2 2 0 104 0V4h-4v2zM8 4H4v2a2 2 0 104 0V4zm8 0v2a2 2 0 104 0V4h-4zm-2 16v-5h-4v5h4z"/></svg>`;
|
|
960
|
+
const tdesignShop2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shop-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4.98 5.11A8.79 8.79 0 0112 2a8.79 8.79 0 018.9 7H22v2h-1v9h1v2H2v-2h1v-9H2V9h1.1a8.86 8.86 0 011.88-3.89zM5 11v9h3v-3a4 4 0 118 0v3h3v-9H5zm13.85-2a6.98 6.98 0 00-1.37-2.61 6.41 6.41 0 00-3.08-2.05A12.53 12.53 0 0115.94 9h2.9zm-4.92 0a10.7 10.7 0 00-1.71-4.36L12 4.35l-.22.29A10.7 10.7 0 0010.08 9h3.85zM8.06 9A12.53 12.53 0 019.6 4.34 6.41 6.41 0 006.52 6.4 6.98 6.98 0 005.15 9h2.9zM14 20v-3a2 2 0 00-4 0v3h4z"/></svg>`;
|
|
961
|
+
const tdesignShop3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shop-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 7.46V20h4v-7h8v7h4V9.46a3.98 3.98 0 01-5-.81 3.99 3.99 0 01-6 0 3.99 3.99 0 01-5 .81zM8 6h2a2 2 0 104 0h2a2 2 0 104 0V4H4v2a2 2 0 104 0zm6 14v-5h-4v5h4z"/></svg>`;
|
|
962
|
+
const tdesignShop4 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shop-4" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 4a2 2 0 00-2 2v1h3V4H7zm3 0v3h4V4h-4zm6 0v3h3V6a2 2 0 00-2-2h-1zm5 3h1v2h-1v11h1v2H2v-2h1V9H2V7h1V6a4 4 0 014-4h10a4 4 0 014 4v1zm-2 2H5v11h3v-5a4 4 0 018 0v5h3V9zm-5 11v-5a2 2 0 10-4 0v5h4z"/></svg>`;
|
|
963
|
+
const tdesignShop5 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shop-5" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.28 2h17.44l.97 2.91c.18.55.4 1.34.17 2.16A4 4 0 0121 8.65V20h1v2H2v-2h1V8.65C2.38 7.95 2 7 2 6v-.16L3.28 2zM5 9.87V20h3v-7h8v7h3V9.87a4 4 0 01-4-1.22 3.99 3.99 0 01-6 0 3.99 3.99 0 01-4 1.22zM10 6a2 2 0 104 0V4h-4v2zM8 4H4.72l-.71 2.15A2 2 0 006 8a2 2 0 002-2V4zm8 0v2a2 2 0 003.93.54c.06-.22.02-.52-.14-1L19.28 4H16zm-2 16v-5h-4v5h4z"/></svg>`;
|
|
964
|
+
const tdesignShop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shop" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 5.5a4.5 4.5 0 019 0V7H21v16H3V7h4.5V5.5zm0 3.5H5v12h14V9h-2.5v3h-2V9h-5v3h-2V9zm7-2V5.5a2.5 2.5 0 00-5 0V7h5z"/></svg>`;
|
|
965
|
+
const tdesignShrimp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shrimp" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.6 6L14 9.58V5c1.32 0 2.55.36 3.6 1zM12 5v6h-2c-2.02 0-3.78-.6-5.02-1.61A5.48 5.48 0 013 5h9zm2 9.42L17.59 18A7 7 0 0114 19v-4.58zM12 17v2H8c0-1.1.9-2 2-2h2zm2 4a9.03 9.03 0 009-9 9.03 9.03 0 00-9-9H1v2c0 2.5 1.03 4.54 2.7 5.93A9.82 9.82 0 0010 13h2v2h-2a4 4 0 00-4 4v2h8zm5.15-4.26L15.41 13h5.52a6.92 6.92 0 01-1.78 3.74zM20.93 11h-5.51l3.73-3.73A7.03 7.03 0 0120.93 11zM9 6H7v2h2V6z"/></svg>`;
|
|
966
|
+
const tdesignShrinkHorizontal = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shrink-horizontal" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 11h5.09l-2.5-2.5L5.5 7.09 10.41 12 5.5 16.91 4.09 15.5l2.5-2.5H1.5v-2zM13 3v18h-2V3h2zm.59 9l4.91-4.91 1.41 1.41-2.5 2.5h5.09v2h-5.09l2.5 2.5-1.41 1.41L13.59 12z"/></svg>`;
|
|
967
|
+
const tdesignShrinkVertical = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shrink-vertical" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1.5v5.09l2.5-2.5 1.41 1.41L12 10.41 7.09 5.5 8.5 4.09l2.5 2.5V1.5h2zM21 13H3v-2h18v2zm-9 .59l4.91 4.91-1.41 1.41-2.5-2.5v5.09h-2v-5.09l-2.5 2.5-1.41-1.41L12 13.59z"/></svg>`;
|
|
968
|
+
const tdesignShutter = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shutter" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.29 6L7.5 9.96l3.93-6.94A8.98 8.98 0 005.29 6zm8.36-2.85L11.47 7h8.01a9 9 0 00-5.83-3.85zM20.49 9h-4.53l4.03 7.16a8.96 8.96 0 00.5-7.16zm-1.77 8.99l-2.22-3.95-3.9 6.94a8.98 8.98 0 006.12-3zm-8.35 2.86L12.54 17H4.52a9 9 0 005.85 3.85zM3.51 15h4.53l-1.41-2.51-2.61-4.66a8.96 8.96 0 00-.5 7.17zm6.82 0h3.34l1.68-3-1.68-3h-3.33l-1.7 3 1.7 3zM3.3 5.28a10.98 10.98 0 0118.8 2.32 10.97 10.97 0 01-1.37 11.1A10.98 10.98 0 011 12c0-2.53.85-4.86 2.29-6.72z"/></svg>`;
|
|
969
|
+
const tdesignShutup = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-shutup" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H6V9zm8 0h4v2h-4V9zm-3 3.59l1 1 1-1L14.41 14l-1 1 1 1L13 17.41l-1-1-1 1L9.59 16l1-1-1-1L11 12.59z"/></svg>`;
|
|
970
|
+
const tdesignSimCard1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sim-card-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.59 1H21v22H3V5.59L7.59 1zm.82 2L5 6.41V21h14V3H8.41zm2.09 6h3V17h-2V11h-1V9z"/></svg>`;
|
|
971
|
+
const tdesignSimCard2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sim-card-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.59 1H21v22H3V5.59L7.59 1zm.82 2L5 6.41V21h14V3H8.41zM12 10a1 1 0 00-1 1v1H9v-1a3 3 0 115.15 2.1l-.03.02-1.84 1.61H15v2H9v-1.78l3.74-3.28A1 1 0 0012 10z"/></svg>`;
|
|
972
|
+
const tdesignSimCard = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sim-card" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.59 1H21v22H3V5.59L7.59 1zm.82 2L5 6.41V21h14V3H8.41zM8 9h2v2H8V9zm6 0h2v2h-2V9zm-1 0v5h-2V9h2zm-3 3v5H8v-5h2zm6 0v5h-2v-5h2zm-5 3h2v2h-2v-2z"/></svg>`;
|
|
973
|
+
const tdesignSinisterSmile = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sinister-smile" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H8v1H6V9zm8 0h4v2h-2v1h-2V9zm-5.1 4.63l.5.87a3 3 0 005.2 0l.5-.87 1.73 1-.5.87a5 5 0 01-8.66 0l-.5-.86 1.73-1z"/></svg>`;
|
|
974
|
+
const tdesignSip = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sip" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M20.78 8.13a3.42 3.42 0 10-4.84-4.84l-1.75 1.75-1.28-1.29-1.42 1.42 1.29 1.28-10.7 10.7V22H6.9l10.7-10.7 1.3 1.28 1.4-1.41-1.28-1.29 1.75-1.75zM16.2 9.88L6.1 20H4.07v-2.01L14.2 7.87l2.01 2.01zm-.6-3.43l1.75-1.75a1.42 1.42 0 112.02 2.02l-1.75 1.75-2.02-2.02z"/></svg>`;
|
|
975
|
+
const tdesignSlash = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-slash" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18.37 2.97l-11 19.06-1.74-1 11-19.06 1.74 1z"/></svg>`;
|
|
976
|
+
const tdesignSleep = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sleep" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm7-3.5v1a.5.5 0 001 0v-1h2v1a2.5 2.5 0 01-5 0v-1h2zm7 0v1a.5.5 0 001 0v-1h2v1a2.5 2.5 0 01-5 0v-1h2zM11 14h2v2h-2v-2z"/></svg>`;
|
|
977
|
+
const tdesignSlice = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-slice" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M.19 18.96l7.97 2.69 4.66-4.66L14 18.17l8.06-8.06a4.6 4.6 0 00-6.52-6.5L.2 18.95zm10.13-7.3l6.64-6.64a2.6 2.6 0 113.68 3.68L14 15.34l-3.68-3.68zm1.08 3.91l-3.78 3.78-3.74-1.26 5.02-5.02 2.5 2.5z"/></svg>`;
|
|
978
|
+
const tdesignSlideshow = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-slideshow" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 3h12v18H6V3zm2 2v14h8V5H8zM1 5h3.5v14H1v-2h1.5V7H1V5zm18.5 0H23v2h-1.5v10H23v2h-3.5V5z"/></svg>`;
|
|
979
|
+
const tdesignSmile = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-smile" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2zm-8.1 5.63l.5.87a3 3 0 005.2 0l.5-.87 1.73 1-.5.87a5 5 0 01-8.66 0l-.5-.86 1.73-1z"/></svg>`;
|
|
980
|
+
const tdesignSneer = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sneer" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H6V9zm8 0h4v2h-4V9zm2.72 4.78l-.25.97a4.16 4.16 0 01-1.62 2.47c-.8.56-1.79.78-2.85.78h-1v-2h1c.8 0 1.34-.17 1.71-.42.35-.25.65-.65.82-1.33l.25-.97 1.94.5z"/></svg>`;
|
|
981
|
+
const tdesignSnowflake = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-snowflake" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v1.59l1-1L15.41 3 13 5.41v4.2l3.94-3.97 1.42 1.4-3.95 4 4.17-.04L21 8.6 22.41 10l-1 1H23v2h-1.59l1 1L21 15.41l-2.41-2.4-4.18.02 3.95 3.91-1.4 1.42L13 14.45v4.14L15.41 21 14 22.41l-1-1V23h-2v-1.59l-1 1L8.59 21 11 18.59v-4.14l-3.96 3.91-1.4-1.42 3.95-3.9L5.4 13 3 15.41 1.59 14l1-1H1v-2h1.59l-1-1L3 8.59 5.42 11l4.17.03-3.95-3.99 1.42-1.4L11 9.62v-4.2L8.59 3 10 1.59l1 1V1h2z"/></svg>`;
|
|
982
|
+
const tdesignSonic = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sonic" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 2v20h-2V2h2zM9 6v12H7V6h2zm8 0v12h-2V6h2zM5 9v6H3V9h2zm16 0v6h-2V9h2z"/></svg>`;
|
|
983
|
+
const tdesignSoundDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sound-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 1.29v21.42L5.74 17.5H1v-11h4.74L15 1.29zM5 8.5H3v7h2v-7zm2 7.41l6 3.38V4.71L7 8.08v7.83zM16 11h8v2h-8v-2z"/></svg>`;
|
|
984
|
+
const tdesignSoundHigh = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sound-high" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 1.29v21.42L5.74 17.5H1v-11h4.74L15 1.29zM5 8.5H3v7h2v-7zm2 7.41l6 3.38V4.71L7 8.08v7.83zM20.45 5.64l.7.7a8 8 0 010 11.32l-.7.7-1.41-1.41.7-.7a6 6 0 000-8.5l-.7-.7 1.41-1.41zm-3.18 3.18l1.41-1.42.7.71a5.5 5.5 0 010 7.78l-.7.7-1.41-1.4.7-.72a3.5 3.5 0 000-4.95l-.7-.7zm-.36.35l.71.7a3 3 0 010 4.25l-.7.7-1.42-1.4.7-.71a1 1 0 000-1.42l-.7-.7 1.41-1.42z"/></svg>`;
|
|
985
|
+
const tdesignSoundLow = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sound-low" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 1.29v21.42L5.74 17.5H1v-11h4.74L15 1.29zM5 8.5H3v7h2v-7zm2 7.41l6 3.38V4.71L7 8.08v7.83zm11.68-8.5l.7.7a5.5 5.5 0 010 7.78l-.7.7-1.41-1.4.7-.72a3.5 3.5 0 000-4.95l-.7-.7 1.41-1.42z"/></svg>`;
|
|
986
|
+
const tdesignSoundMute1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sound-mute-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 1.29v21.42L5.74 17.5H1v-11h4.74L15 1.29zM5 8.5H3v7h2v-7zm2 7.41l6 3.38V4.71L7 8.08v7.83zm10.88-7.45L20 10.6l2.12-2.13 1.42 1.42L21.4 12l2.13 2.12-1.42 1.42L20 13.4l-2.12 2.13-1.42-1.42L18.6 12l-2.13-2.12 1.42-1.42z"/></svg>`;
|
|
987
|
+
const tdesignSoundMute = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sound-mute" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19 22.7l-9.26-5.2H5v-11h4.74L19 1.29v21.42zM9 8.5H7v7h2v-7zm2 7.41l6 3.38V4.71l-6 3.37v7.83z"/></svg>`;
|
|
988
|
+
const tdesignSoundUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sound-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 1.29v21.42L5.74 17.5H1v-11h4.74L15 1.29zM5 8.5H3v7h2v-7zm2 7.41l6 3.38V4.71L7 8.08v7.83zM19 8h2v3h3v2h-3v3h-2v-3h-3v-2h3V8z"/></svg>`;
|
|
989
|
+
const tdesignSound = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sound" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 1.29v21.42L5.74 17.5H1v-11h4.74L15 1.29zM5 8.5H3v7h2v-7zm2 7.41l6 3.38V4.71L7 8.08v7.83zm13.98-8.93l.6.8a7 7 0 010 8.44l-.6.8-1.6-1.2.6-.8a5 5 0 000-6.04l-.6-.8 1.6-1.2zm-2.8 2.11l.6.8a3.5 3.5 0 010 4.22l-.6.8-1.6-1.21.61-.8a1.5 1.5 0 000-1.8l-.6-.8 1.6-1.2z"/></svg>`;
|
|
990
|
+
const tdesignSpace = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-space" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 9v5h18V9h2v7H1V9h2z"/></svg>`;
|
|
991
|
+
const tdesignSpeechless1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-speechless-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h5v6h3v2H9v-6H6V9zm8 0h4v2h-4V9z"/></svg>`;
|
|
992
|
+
const tdesignStarFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-star-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .63l2.9 8.35 8.84.18-7.04 5.34 2.56 8.46L12 17.91l-7.26 5.05L7.3 14.5.26 9.16l8.84-.18L12 .63z"/></svg>`;
|
|
993
|
+
const tdesignStar = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-star" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .63l2.9 8.35 8.84.18-7.04 5.34 2.56 8.46L12 17.91l-7.26 5.05L7.3 14.5.26 9.16l8.84-.18L12 .63zm0 6.1l-1.47 4.22-4.48.1 3.57 2.7-1.3 4.29L12 15.48l3.68 2.56-1.3-4.3 3.57-2.7-4.48-.09L12 6.72z"/></svg>`;
|
|
994
|
+
const tdesignStatueOfJesus = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-statue-of-jesus" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10 1h4v4h-4V1zM2 6h20v2.66l-7 3V17h.78l1.5 6H6.72l1.5-6H9v-5.34l-7-3V6zm7 3.48V8H5.54L9 9.48zM11 8v2.59l2 2V8h-2zm4 0v1.48L18.46 8H15zm-2 7.41l-2-2V17h2v-1.59zM14.22 19H9.78l-.5 2h5.44l-.5-2z"/></svg>`;
|
|
995
|
+
const tdesignStickyNote = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sticky-note" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v12.41L14.41 22H2V2zm2 2v16h9v-7h7V4H4zm14.59 11H15v3.59L18.59 15zM6 8h12v2H6V8zm0 4h5v2H6v-2z"/></svg>`;
|
|
996
|
+
const tdesignStopCircle1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 16 16" class="t-icon t-icon-stop-circle-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.5 5.5h5v5h-5v-5z" fill-opacity="0.9"/><path fill="currentColor" d="M8 1a7 7 0 100 14A7 7 0 008 1zm0 1a6 6 0 110 12A6 6 0 018 2z" fill-opacity="0.9"/></svg>`;
|
|
997
|
+
const tdesignStopCircleFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-stop-circle-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1a11 11 0 100 22 11 11 0 000-22zm4 7v8H8V8h8z"/></svg>`;
|
|
998
|
+
const tdesignStopCircleStroke = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-stop-circle-stroke" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm7-4h8v8H8V8zm2 2v4h4v-4h-4z"/></svg>`;
|
|
999
|
+
const tdesignStopCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-stop-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0z"/><path fill="currentColor" d="M8 8h8v8H8V8z"/></svg>`;
|
|
1000
|
+
const tdesignStop = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-stop" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 8h8v8H8V8z"/></svg>`;
|
|
1001
|
+
const tdesignStore = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-store" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.5 2.5h17v2h-17v-2zm-.82 3h18.64l1.18 5.9v2.1H21v8h-2v-8h-5v8H3v-8H1.5v-2.1l1.18-5.9zm2.32 8v6h7v-6H5zm15.48-2l-.8-4H4.32l-.8 4h16.96z"/></svg>`;
|
|
1002
|
+
const tdesignStreetRoad1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-street-road-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm6.18 2.22l-2.4 11.96-1.96-.4 2.4-11.96 1.96.4zm5.6-.4l2.4 11.96-1.96.4-2.4-11.96 1.96-.4zM13 7v3h-2V7h2zm0 4v3h-2v-3h2zm0 4v3h-2v-3h2z"/></svg>`;
|
|
1003
|
+
const tdesignStreetRoad = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-street-road" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm14.37 2.34L6.66 13.37l-1.03-1.71 2.1-1.27-2.09-3.78 1.75-.97 2.07 3.72 7.88-4.73 1.03 1.71zm0 6l-2.11 1.27 2.1 3.78-1.75.97-2.07-3.72-7.88 4.73-1.03-1.71 11.71-7.03 1.03 1.71z"/></svg>`;
|
|
1004
|
+
const tdesignSubtitle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-subtitle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v14h18V5H3zm2 5c0-1.1.9-2 2-2h4v2H7v4h4v2H7a2 2 0 01-2-2v-4zm8 0c0-1.1.9-2 2-2h4v2h-4v4h4v2h-4a2 2 0 01-2-2v-4z"/></svg>`;
|
|
1005
|
+
const tdesignSubwayLine = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-subway-line" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 2v3h9.17A3 3 0 0118 3.17V2h2v1.17a3 3 0 010 5.66V19H8.83A3 3 0 017 20.83V22H5v-1.17A3 3 0 013.17 19H2v-2h1.17A3 3 0 015 15.17V7H2V5h3V2h2zm0 5v8.17A3 3 0 018.83 17H18V8.83A3 3 0 0116.17 7H7zm12-2a1 1 0 100 2 1 1 0 000-2zM6 17a1 1 0 100 2 1 1 0 000-2z"/></svg>`;
|
|
1006
|
+
const tdesignSum = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sum" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.59 3H21v2H6.41l7 7-7 7H21v2H1.59l9-9-9-9z"/></svg>`;
|
|
1007
|
+
const tdesignSunFall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sun-fall" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 3v3h-2V3h2zm7.49 3.93l-2.13 2.12-1.41-1.41 2.12-2.13 1.42 1.42zM4.93 5.5l2.12 2.13-1.41 1.41L3.5 6.93 4.93 5.5zM12 10a4 4 0 00-4 4v1H6v-1a6 6 0 0112 0v1h-2v-1a4 4 0 00-4-4zM1 13h3v2H1v-2zm19 0h3v2h-3v-2zM1 17h8.3l2.7 1.8 2.7-1.8H23v2h-7.7L12 21.2 8.7 19H1v-2z"/></svg>`;
|
|
1008
|
+
const tdesignSunRising = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sun-rising" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 3v3h-2V3h2zm7.49 3.93l-2.13 2.12-1.41-1.41 2.12-2.13 1.42 1.42zM4.93 5.5l2.12 2.13-1.41 1.41L3.5 6.93 4.93 5.5zM12 10a4 4 0 00-4 4v1H6v-1a6 6 0 0112 0v1h-2v-1a4 4 0 00-4-4zM1 13h3v2H1v-2zm19 0h3v2h-3v-2zm-8 2.8l3.3 2.2H23v2h-8.3L12 18.2 9.3 20H1v-2h7.7l3.3-2.2z"/></svg>`;
|
|
1009
|
+
const tdesignSunny = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-sunny" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v3h-2V1h2zm7.49 3.93l-2.13 2.12-1.41-1.41 2.12-2.13 1.42 1.42zM4.93 3.5l2.12 2.13-1.41 1.41L3.5 4.93 4.93 3.5zM12 8a4 4 0 100 8 4 4 0 000-8zm-6 4a6 6 0 1112 0 6 6 0 01-12 0zm-5-1h3v2H1v-2zm19 0h3v2h-3v-2zM7.05 18.36l-2.12 2.12-1.42-1.4 2.13-2.13 1.41 1.41zm11.31-1.41l2.13 2.12-1.42 1.41-2.12-2.12 1.41-1.41zM13 20v3h-2v-3h2z"/></svg>`;
|
|
1010
|
+
const tdesignSupport = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-support" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.38 4.97l2.86 2.86a5 5 0 015.52 0l2.86-2.86a9 9 0 00-11.24 0zm12.65 1.41l-2.86 2.86a5 5 0 010 5.52l2.86 2.86a9 9 0 000-11.24zm-1.41 12.65l-2.86-2.86a5 5 0 01-5.52 0l-2.86 2.86a9 9 0 0011.24 0zM4.97 17.62l2.86-2.86a5 5 0 010-5.52L4.97 6.38a9 9 0 000 11.24zm-.75-13.4a11 11 0 1115.56 15.56A11 11 0 014.22 4.22zm9.9 5.66a3 3 0 10-4.24 4.24 3 3 0 004.24-4.24z"/></svg>`;
|
|
1011
|
+
const tdesignSurprised1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-surprised-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2zm-5 6c-.36 0-1 .45-1 1.5s.64 1.5 1 1.5 1-.45 1-1.5-.64-1.5-1-1.5zm-3 1.5c0-1.71 1.15-3.5 3-3.5s3 1.79 3 3.5-1.15 3.5-3 3.5-3-1.79-3-3.5z"/></svg>`;
|
|
1012
|
+
const tdesignSurprised = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-surprised" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-2a2 2 0 114 0 2 2 0 01-4 0zm8 0a2 2 0 114 0 2 2 0 01-4 0zm-2 4a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0z"/></svg>`;
|
|
1013
|
+
const tdesignSwapLeft = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-swap-left" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.41 9l-4 4H22v2H1.59L9 7.59 10.41 9z"/></svg>`;
|
|
1014
|
+
const tdesignSwapRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-swap-right" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 7.59L22.41 15H2v-2h15.59l-4-4L15 7.59z"/></svg>`;
|
|
1015
|
+
const tdesignSwap = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-swap" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15 3.09l7.41 7.41H2v-2h15.59l-4-4L15 3.09zm7 10.41v2H6.41l4 4L9 20.91 1.59 13.5H22z"/></svg>`;
|
|
1016
|
+
const tdesignSwear1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-swear-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5.77-3.87l3.46 2-1 1.74-3.46-2 1-1.74zm11.46 1.74l-3.46 2-1-1.74 3.46-2 1 1.74zM8.02 16.8c.4-2 1.89-3.8 3.98-3.8 2.1 0 3.58 1.8 3.98 3.8l.24 1.2H7.78l.24-1.2zm2.42-.8h3.12c-.43-.66-1.02-1-1.56-1s-1.13.34-1.56 1z"/></svg>`;
|
|
1017
|
+
const tdesignSwear2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-swear-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5.77-3.87l3.46 2-1 1.74-3.46-2 1-1.74zm11.46 1.74l-3.46 2-1-1.74 3.46-2 1 1.74zM12 14c-.36 0-1 .45-1 1.5s.64 1.5 1 1.5 1-.45 1-1.5-.64-1.5-1-1.5zm-3 1.5c0-1.71 1.15-3.5 3-3.5s3 1.79 3 3.5-1.15 3.5-3 3.5-3-1.79-3-3.5z"/></svg>`;
|
|
1018
|
+
const tdesignSystem2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10 4.37V13H8V4.05l.04-.14c.13-.41.45-1.11 1.06-1.73A4 4 0 0112 1a4 4 0 012.9 1.18c.6.62.93 1.32 1.06 1.73l.04.14v2.39h-2V4.37c-.08-.19-.24-.5-.52-.77A2 2 0 0012 3a2 2 0 00-1.48.6c-.28.27-.44.58-.52.77zM4.05 8h2.39v2H4.37c-.19.08-.5.24-.77.52A2 2 0 003 12a2 2 0 00.6 1.48c.27.28.58.44.77.52H13v2H4.05l-.14-.04a4.35 4.35 0 01-1.73-1.06A4 4 0 011 12a4 4 0 011.18-2.9 4.35 4.35 0 011.73-1.06L4.05 8zM11 8h8.95l.14.04c.41.13 1.11.45 1.73 1.06A4 4 0 0123 12a4 4 0 01-1.18 2.9c-.62.6-1.32.93-1.73 1.06l-.14.04h-2.39v-2h2.07c.19-.08.5-.24.77-.52A2 2 0 0021 12a2 2 0 00-.6-1.48 2.49 2.49 0 00-.77-.52H11V8zm5 3v8.95l-.04.14a4.35 4.35 0 01-1.06 1.73A4 4 0 0112 23a4 4 0 01-2.9-1.18 4.35 4.35 0 01-1.06-1.73L8 19.95v-2.39h2v2.07c.08.19.24.5.52.77A2 2 0 0012 21a2 2 0 001.48-.6c.28-.27.44-.58.52-.77V11h2z"/></svg>`;
|
|
1019
|
+
const tdesignSystem3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h5.08A3.93 3.93 0 0111 5.92V11H5.92A3.93 3.93 0 012 7.08V2zm2 2v3.08C4 8.14 4.86 9 5.92 9H9V5.92C9 4.86 8.14 4 7.08 4H4zm12.92 0C15.86 4 15 4.86 15 5.92V9h3.08C19.14 9 20 8.14 20 7.08V4h-3.08zM13 5.92A3.93 3.93 0 0116.92 2H22v5.08A3.93 3.93 0 0118.08 11H13V5.92zM5.92 15C4.86 15 4 15.86 4 16.92V20h3.08C8.14 20 9 19.14 9 18.08V15H5.92zM2 16.92A3.93 3.93 0 015.92 13H11v5.08A3.93 3.93 0 017.08 22H2v-5.08zM13 13h5.08A3.93 3.93 0 0122 16.92V22h-5.08A3.93 3.93 0 0113 18.08V13zm2 2v3.08c0 1.06.86 1.92 1.92 1.92H20v-3.08c0-1.06-.86-1.92-1.92-1.92H15z"/></svg>`;
|
|
1020
|
+
const tdesignSystemApplication = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-application" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 13v9H2v-9h20zm-2 2H4v5h16v-5zm2-13v9H2V2h20zm-2 2H4v5h16V4zM7.5 16.5v2h-2v-2h2zm0-11v2h-2v-2h2z"/><path fill="currentColor" d="M11.5 7.5v-2h-2v2h2zM11.5 18.5v-2h-2v2h2z"/></svg>`;
|
|
1021
|
+
const tdesignSystemBlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-blocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v9.5h-2V3H3v13h8.5v2H1V1zm17.5 13a3.5 3.5 0 00-3.08 5.17l4.75-4.75A3.48 3.48 0 0018.5 14zm3.08 1.83l-4.75 4.75a3.5 3.5 0 004.74-4.74zM13 17.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM2.25 21h9.25v2H2.25v-2z"/></svg>`;
|
|
1022
|
+
const tdesignSystemCode = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-code" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v17H1V1zm2 2v13h18V3H3zm7.4 3.84L8.29 9.5l2.13 2.66-1.57 1.25L5.72 9.5l3.12-3.9 1.57 1.24zm4.76-1.25l3.12 3.91-3.12 3.9-1.57-1.24 2.13-2.66-2.13-2.66 1.57-1.25zM3.22 21h17.56v2H3.22v-2z"/></svg>`;
|
|
1023
|
+
const tdesignSystemComponents = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-components" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4c-.66 0-1.22.55-1.22 1.25S11.34 6.5 12 6.5c.66 0 1.22-.55 1.22-1.25S12.66 4 12 4zM8.78 5.25A3.24 3.24 0 0112 2a3.25 3.25 0 011 6.34v.84l3.85 2.25v4.45l.82.41c.56-.49 1.3-.79 2.1-.79 1.8 0 3.23 1.47 3.23 3.25A3.24 3.24 0 0119.78 22a3.24 3.24 0 01-3.14-3.98l-.75-.38L12 19.9l-3.88-2.27-.76.38A3.24 3.24 0 014.22 22 3.24 3.24 0 011 18.75a3.24 3.24 0 013.22-3.25c.81 0 1.55.3 2.11.8l.82-.42v-4.45L11 9.18v-.84a3.25 3.25 0 01-2.22-3.09zM12 10.91l-2.85 1.66v3.36L12 17.59l2.85-1.66v-3.36L12 10.91zm-6.78 7.12c-.22-.32-.59-.53-1-.53-.66 0-1.22.55-1.22 1.25S3.56 20 4.22 20c.67 0 1.22-.55 1.22-1.25 0-.15-.02-.29-.06-.42l-.16-.3zm13.4.3c-.04.14-.06.27-.06.42 0 .7.55 1.25 1.22 1.25.66 0 1.22-.55 1.22-1.25s-.56-1.25-1.22-1.25c-.41 0-.78.2-1 .53l-.16.3z"/></svg>`;
|
|
1024
|
+
const tdesignSystemCoordinate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-coordinate" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.27 1v2.65l6.62 3.89v7.74l2.46 1.3-.93 1.77-2.5-1.32-5.65 3.32V23h-2v-2.65L5.58 17l-3.12 1.3-.77-1.84 2.97-1.24V7.54l6.61-3.89V1h2zm-1 4.38L7.63 8.11l4.64 2.73 4.64-2.73-4.64-2.73zm5.62 4.48l-4.62 2.71v5.46l4.62-2.71V9.86zm-6.62 8.17v-5.46L6.66 9.86v5.46l4.61 2.71z"/></svg>`;
|
|
1025
|
+
const tdesignSystemDevice = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-device" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.53 1H21v21H2V6.59h4.53V1zm2 5.59h4.54V20H19V3H8.53v3.59zM11.07 20V8.59H4V20h7.07zM6 16h3v2H6v-2z"/></svg>`;
|
|
1026
|
+
const tdesignSystemInterface = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-interface" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v22H1V1zm2 7.56V21h18V8.56H3zm18-2V3H3v3.56h18zM6 11h2v2H6v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z"/></svg>`;
|
|
1027
|
+
const tdesignSystemLocation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-location" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v10h-2V3H3v13h9v2H1V1zm17.5 13a2.75 2.75 0 00-2.75 2.75c0 1.25.73 2.45 1.61 3.42.41.45.82.82 1.14 1.08.32-.26.73-.63 1.14-1.08.88-.97 1.61-2.17 1.61-3.42A2.75 2.75 0 0018.5 14zm0 9.7l-.55-.37h-.01l-.01-.01-.04-.03a7.7 7.7 0 01-.6-.45c-.39-.31-.9-.76-1.4-1.32-1-1.1-2.14-2.77-2.14-4.77a4.75 4.75 0 119.5 0c0 2-1.14 3.67-2.14 4.77a12.83 12.83 0 01-2 1.77l-.04.03-.01.01-.56.37zM17.25 16h2.5v2h-2.5v-2zm-15 5H12v2H2.25v-2z"/></svg>`;
|
|
1028
|
+
const tdesignSystemLocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-locked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v10h-2V3H3v13h10v2H1V1zm18.5 13.5c.7 0 1.25.56 1.25 1.25v.75h-2.5v-.75c0-.69.56-1.25 1.25-1.25zm3.25 2v-.75a3.25 3.25 0 00-6.5 0v.75H15V23h9v-6.5h-1.25zm-.75 2V21h-5v-2.5h5zM2.25 21H13v2H2.25v-2z"/></svg>`;
|
|
1029
|
+
const tdesignSystemLog = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-log" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v22H1V1zm2 8.67V21h18V9.67H3zm18-2V3H3v4.67h18zM5 4h2v2H5V4zm1 8h12v2H6v-2zm0 4h6v2H6v-2z"/></svg>`;
|
|
1030
|
+
const tdesignSystemMarked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-marked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v10h-2V3H3v13h9.5v2H1V1zm13.5 12H23v10.3l-4.25-2.63-4.25 2.62v-10.3zm2 2v4.71l2.25-1.38L21 19.7V15h-4.5zM2.25 21H12.5v2H2.25v-2z"/></svg>`;
|
|
1031
|
+
const tdesignSystemMessages = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-messages" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm15-6.77v13.54L9.72 15H6V9h3.72L16 5.23zm-2 3.54L10.28 11H8v2h2.28L14 15.23V8.77z"/></svg>`;
|
|
1032
|
+
const tdesignSystemRegulation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-regulation" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v17H1V1zm2 2v13h18V3H3zm6 2v5H7V5h2zm4 0v3h-2V5h2zm4 0v5h-2V5h2zm-4 4v5h-2V9h2zm-4 2v3H7v-3h2zm8 0v3h-2v-3h2zM3.22 21h17.56v2H3.22v-2z"/></svg>`;
|
|
1033
|
+
const tdesignSystemSearch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-search" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v11h-2V3H3v13h9v2H1V1zm17.25 14a2.75 2.75 0 011.95 4.7h-.01a2.74 2.74 0 01-4.69-1.95A2.75 2.75 0 0118.25 15zm4 5.33a4.75 4.75 0 10-1.41 1.41l1.66 1.67 1.41-1.4-1.67-1.68zm-20 .67H12v2H2.25v-2z"/></svg>`;
|
|
1034
|
+
const tdesignSystemSetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2h22v8.25h-2V4H3v12h8.5v2H1V2zm2 18h8.5v2H3v-2z"/><path fill="currentColor" d="M19.5 12v1.38a4 4 0 011.85 1.07l1.2-.7 1 1.74-1.2.69a4 4 0 010 2.14l1.2.69-1 1.73-1.2-.69a4 4 0 01-1.85 1.07v1.38h-2v-1.38a4 4 0 01-1.85-1.07l-1.2.7-1-1.74 1.2-.69a4 4 0 010-2.14l-1.2-.69 1-1.73 1.2.69a4 4 0 011.85-1.07V12h2zm-2.75 4.28a2 2 0 000 1.94l.04.06a2 2 0 003.42 0l.04-.06a2 2 0 000-1.94l-.04-.06a2 2 0 00-3.42 0l-.04.06z"/></svg>`;
|
|
1035
|
+
const tdesignSystemStorage = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-storage" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 4v3.63H11V4H8.5zM13 4v5.63H6.5V4H4v16h16V9.04L14.96 4H13zm2.79-2L22 8.21V22H2V2h13.79zM7 14v-2h10v2H7zm0 3v-2h6v2H7z"/></svg>`;
|
|
1036
|
+
const tdesignSystemSum = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-sum" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.53 5.7a32.12 32.12 0 014.61 4.61 17.5 17.5 0 001.38-2.5c.46-1.03.68-1.91.71-2.6.03-.68-.14-1.05-.34-1.26-.2-.2-.59-.37-1.27-.35-.68.03-1.56.26-2.6.71-.78.35-1.62.81-2.5 1.38zm-1.7-1.28a20.4 20.4 0 013.39-1.94 9.47 9.47 0 013.32-.87c1.02-.05 2.03.2 2.76.93.74.73.97 1.74.93 2.76a9.47 9.47 0 01-.88 3.32A20.4 20.4 0 0119.42 12c.8 1.16 1.46 2.3 1.93 3.38.52 1.17.84 2.3.88 3.32a3.58 3.58 0 01-.93 2.76c-.73.74-1.74.97-2.76.93a9.47 9.47 0 01-3.32-.88 20.42 20.42 0 01-3.38-1.93c-1.16.8-2.3 1.46-3.38 1.93-1.17.52-2.3.84-3.32.88a3.58 3.58 0 01-2.76-.93 3.58 3.58 0 01-.93-2.76c.04-1.02.36-2.15.87-3.32A20.41 20.41 0 014.26 12c-.8-1.16-1.46-2.3-1.94-3.38a9.47 9.47 0 01-.87-3.32c-.05-1.02.2-2.03.93-2.76a3.58 3.58 0 012.76-.93c1.02.04 2.15.36 3.32.87a20.4 20.4 0 013.38 1.94zm-6.3 5.9a32.12 32.12 0 014.62-4.63 17.52 17.52 0 00-2.5-1.38 7.53 7.53 0 00-2.6-.7c-.68-.03-1.05.13-1.26.34-.2.2-.37.58-.34 1.26.02.69.25 1.57.7 2.6.35.79.81 1.63 1.38 2.5zM6.75 12a29.74 29.74 0 005.09 5.1 29.74 29.74 0 005.1-5.1 29.73 29.73 0 00-5.1-5.1 29.75 29.75 0 00-5.1 5.1zm-1.22 1.69c-.57.87-1.03 1.71-1.38 2.5a7.53 7.53 0 00-.7 2.6c-.03.68.13 1.05.34 1.26.2.2.58.37 1.26.34a7.53 7.53 0 002.6-.7c.79-.35 1.63-.82 2.5-1.39a32.1 32.1 0 01-4.62-4.61zm8 4.61c.87.57 1.71 1.04 2.5 1.38 1.03.46 1.91.68 2.6.71.68.03 1.05-.14 1.26-.34.2-.2.37-.58.34-1.27a7.53 7.53 0 00-.7-2.6c-.35-.78-.81-1.62-1.39-2.5a32.12 32.12 0 01-4.61 4.62zM11 11h2v2h-2v-2z"/></svg>`;
|
|
1037
|
+
const tdesignSystemUnlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-system-unlocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 1h22v10h-2V3H3v13h10v2H1V1zm18.5 13.5c-.69 0-1.25.56-1.25 1.25v.75H24V23h-9v-6.5h1.25v-.75a3.25 3.25 0 015.54-2.3l.71.7-1.4 1.42-.72-.7a1.24 1.24 0 00-.88-.37zm-2.5 4V21h5v-2.5h-5zM2.25 21H13v2H2.25v-2z"/></svg>`;
|
|
1038
|
+
const tdesignTab = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tab" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22.5 20h-21v-2h21v2zm0-16v12h-6V4h6zm-2 2h-2v8h2V6zM15 4v12H9V4h6zm-2 2h-2v8h2V6zM7.5 4v12h-6V4h6zm-2 2h-2v8h2V6z"/></svg>`;
|
|
1039
|
+
const tdesignTable1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-table-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v4h16V4H4zm16 6h-4v10h4V10zm-6 10V10h-4v10h4zm-6 0V10H4v10h4z"/></svg>`;
|
|
1040
|
+
const tdesignTable2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-table-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 3.5h21v17h-21v-17zm2 2v3H11v-3H3.5zm9.5 0v3h7.5v-3H13zm7.5 5H13v3h7.5v-3zm0 5H13v3h7.5v-3zm-9.5 3v-3H3.5v3H11zm-7.5-5H11v-3H3.5v3z"/></svg>`;
|
|
1041
|
+
const tdesignTableAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-table-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v2h16V4H4zm16 4H4v12h16V8zm-7 2v3h3v2h-3v3h-2v-3H8v-2h3v-3h2z"/></svg>`;
|
|
1042
|
+
const tdesignTableSplit = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-table-split" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v2h7V4H4zm9 0v2h7V4h-7zm7 4H4v12h16V8zm-9 2h2v2h-2v-2zm-6 3h2v2H5v-2zm3 0h2v2H8v-2zm3 0h2v2h-2v-2zm3 0h2v2h-2v-2zm3 0h2v2h-2v-2zm-6 3h2v2h-2v-2z"/></svg>`;
|
|
1043
|
+
const tdesignTable = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-table" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 22h20V2H2v20zm2-2v-5h4v5H4zm6 0v-5h4v5h-4zm6 0v-5h4v5h-4zm4-7h-4V8h4v5zm0-7H4V4h16v2zM4 8h4v5H4V8zm6 5V8h4v5h-4z"/></svg>`;
|
|
1044
|
+
const tdesignTag = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tag" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.88 23.02l-9.9-9.9L11.1 3.02 21 3v9.91L10.88 23.02zm0-2.83L19 12.1V5l-7.07.01-8.12 8.11 7.07 7.07zM15 9V7h2v2h-2z"/></svg>`;
|
|
1045
|
+
const tdesignTangerinr = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tangerinr" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.5 1.59l2.53 2.53 2.7-2.53 1.37 1.46-1.02.95c.79.04 1.57.3 2.2.6.66.3 1.27.68 1.65 1.02 1.5 1.15 2.98 3.7 3.07 6.62.09 3.04-1.33 6.4-5.5 9.04a4.88 4.88 0 01-3.29.64c-.44-.1-.69-.2-.84-.26l-.07-.03a.22.22 0 00-.05-.02h-.5l-.05.02c-.03 0-.05.02-.07.03-.15.05-.4.15-.84.26a4.88 4.88 0 01-3.3-.64c-4.16-2.64-5.58-6-5.49-9.04.1-2.91 1.56-5.47 3.07-6.62.38-.34.99-.73 1.65-1.03.67-.3 1.52-.58 2.36-.59l-1-1L9.5 1.59zM7.55 6.4a4.7 4.7 0 00-1.15.7l-.04.04-.05.04c-1 .74-2.24 2.73-2.3 5.1-.08 2.28.93 5 4.56 7.3a2.88 2.88 0 001.76.38c.3-.07.43-.12.56-.18.04 0 .07-.02.1-.04.3-.1.56-.15 1.01-.15.45 0 .7.04 1 .15l.1.04a2.07 2.07 0 001.4.15c.36-.07.7-.2.93-.36 3.63-2.29 4.64-5 4.57-7.28-.07-2.38-1.31-4.37-2.31-5.11l-.05-.04-.04-.04a4.7 4.7 0 00-1.15-.7A4.03 4.03 0 0014.9 6c-.86 0-1.5.17-1.85.3-.26.1-.63.21-1.04.21-.41 0-.78-.1-1.04-.21-.34-.13-1-.3-1.85-.3-.45 0-1.01.16-1.56.41zM8 8h2v2H8V8zm-2 3h2v2H6v-2zm2 3h2v2H8v-2z"/></svg>`;
|
|
1046
|
+
const tdesignTape = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tape" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v14h18V5h-1.46l-2 3H6.46l-2-3H3zm3.87 0l.67 1h8.92l.67-1H6.87zM8 12a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0zm11-1a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0z"/></svg>`;
|
|
1047
|
+
const tdesignTask1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 1h10v2h4v20H3V3h4V1zm0 4H5v16h14V5h-2v2H7V5zm8-2H9v2h6V3z"/></svg>`;
|
|
1048
|
+
const tdesignTaskAdd1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task-add-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 000 18h1v2h-1a11 11 0 114.23-21.16l.93.39-.77 1.84-.93-.38A8.97 8.97 0 0012 3zm11.41 1.5L12 15.91 6.09 10 7.5 8.59l4.5 4.5 10-10 1.41 1.41zM20 15v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"/></svg>`;
|
|
1049
|
+
const tdesignTaskAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 1h10v2h4v9h-2V5h-2v2H7V5H5v16h7v2H3V3h4V1zm2 4h6V3H9v2zm11 9v4h4v2h-4v4h-2v-4h-4v-2h4v-4h2z"/></svg>`;
|
|
1050
|
+
const tdesignTaskChecked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task-checked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 1h10v2h4v11h-2V5h-2v2H7V5H5v16h6v2H3V3h4V1zm2 4h6V3H9v2zm14.66 11.59l-7.07 7.07-4.25-4.25L13.76 18l2.83 2.83 5.65-5.66 1.42 1.42z"/></svg>`;
|
|
1051
|
+
const tdesignTaskError = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task-error" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 1h10v2h4v9h-2V5h-2v2H7V5H5v16h7v2H3V3h4V1zm2 4h6V3H9v2zm7.17 9.76L19 17.59l2.83-2.83 1.41 1.41L20.41 19l2.83 2.83-1.41 1.41L19 20.41l-2.83 2.83-1.41-1.41L17.59 19l-2.83-2.83 1.41-1.41z"/></svg>`;
|
|
1052
|
+
const tdesignTaskLocation = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task-location" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 0v2h7V0h2v2H21v8.5h-2V9H5v12h9v2H3V2h3.5V0h2zM5 7h14V4H5v3zm13.75 7A2.75 2.75 0 0016 16.75c0 1.25.73 2.45 1.61 3.42.41.45.82.82 1.14 1.08.32-.26.73-.63 1.14-1.08.88-.97 1.61-2.17 1.61-3.42A2.75 2.75 0 0018.75 14zm0 9.7l-.75-.5a11.33 11.33 0 01-1.86-1.68c-1-1.1-2.14-2.77-2.14-4.77a4.75 4.75 0 119.5 0c0 2-1.14 3.67-2.14 4.77a12.83 12.83 0 01-1.86 1.67c-.24.18-.5.34-.75.51zM17.5 16H20v2h-2.5v-2z"/></svg>`;
|
|
1053
|
+
const tdesignTaskMarked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task-marked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 1h10v2h4v8h-2V5h-2v2H7V5H5v16h7.5v2H3V3h4V1zm2 4h6V3H9v2zm5.75 8h8.5v10.3L19 20.66l-4.25 2.62v-10.3zm2 2v4.71L19 18.33l2.25 1.38V15h-4.5z"/></svg>`;
|
|
1054
|
+
const tdesignTaskSetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_9300_24245)"><path fill="currentColor" d="M7 1h10v2h4v9h-2V5h-2v2H7V5H5v16h7v2H3V3h4V1zm2 4h6V3H9v2zm11 8.75v1.38a4 4 0 011.85 1.07l1.2-.7 1 1.74-1.2.69a4 4 0 010 2.14l1.2.69-1 1.73-1.2-.69A4 4 0 0120 22.87v1.38h-2v-1.38a4 4 0 01-1.85-1.07l-1.2.7-1-1.74 1.2-.69a4 4 0 010-2.14l-1.2-.69 1-1.73 1.2.69A4 4 0 0118 15.13v-1.38h2zm-2.75 4.28a2 2 0 000 1.94l.04.06a2 2 0 003.42 0l.04-.06a2 2 0 000-1.94l-.04-.06a2 2 0 00-3.42 0l-.04.06z"/></g><defs><clipPath id="clip0_9300_24245"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></svg>`;
|
|
1055
|
+
const tdesignTaskVisible = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task-visible" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 1H7v2H3v20h7v-2H5V5h2v2h10V5h2v8h2V3h-4V1zm-2 4H9V3h6v2zM15.75 20v-2h2.5v2h-2.5z"/><path fill="currentColor" d="M17 23.5c4.42 0 6.1-4.5 6.1-4.5s-1.68-4.5-6.1-4.5c-4.41 0-6.09 4.5-6.09 4.5s1.67 4.5 6.1 4.5zm0-2c-2.62 0-3.87-2.5-3.87-2.5s1.25-2.5 3.87-2.5 3.87 2.5 3.87 2.5-1.25 2.5-3.87 2.5z"/></svg>`;
|
|
1056
|
+
const tdesignTask = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-task" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 1h10v2h4v20H3V3h4V1zm0 4H5v16h14V5h-2v2H7V5zm8-2H9v2h6V3zm-6 8h6v2H9v-2zm0 4h6v2H9v-2z"/></svg>`;
|
|
1057
|
+
const tdesignTea = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tea" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 2v5H9V2h2zM7 3v4H5V3h2zm8 0v4h-2V3h2zM2.93 8H21v5a4 4 0 01-4 4h-.93a6.67 6.67 0 01-2.59 3H20v2H3v-2h3.5a6.6 6.6 0 01-3.08-5.04L2.92 8zm13.65 7H17a2 2 0 002-2v-3h-2.07l-.35 4.95V15zm-1.65-5H5.07l.35 4.8a4.6 4.6 0 009.17 0l.34-4.8z"/></svg>`;
|
|
1058
|
+
const tdesignTeahouse = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-teahouse" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 2v1h8V2h2v1h1v2h-1v1.67L20.5 10H22v2h-1v8h1v2H2v-2h1v-8H2v-2h1.5L6 6.67V5H5V3h1V2h2zm0 3v1h8V5H8zm8.5 3h-9L6 10h12l-1.5-2zm2.5 4h-3v8h3v-8zm-5 8v-8h-4v8h4zm-6 0v-8H5v8h3z"/></svg>`;
|
|
1059
|
+
const tdesignTemplate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-template" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v4h16V4H4zm16 6h-9v10h9V10zM9 20V10H4v10h5z"/></svg>`;
|
|
1060
|
+
const tdesignTemple = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-temple" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.59L19.41 9H21v2h-1v9h2v2H2v-2h2v-9H3V9h1.59L12 1.59zM6 11v9h5v-9H6zm7 0v9h5v-9h-5zm3.59-2L12 4.41 7.41 9h9.18z"/></svg>`;
|
|
1061
|
+
const tdesignTerminalRectangle1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-terminal-rectangle-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v3h18V5H3zm18 5H3v9h18v-9zM7 11.09l3.41 3.41L7 17.91 5.59 16.5l2-2-2-2L7 11.09zM12 15h6v2h-6v-2z"/></svg>`;
|
|
1062
|
+
const tdesignTerminalRectangle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-terminal-rectangle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 3v18H1V3h22zm-2 2H3v14h18V5zm-2 12h-7v-2h7v2zm-8.93-5l-3.74 3.74-1.41-1.4L7.24 12 4.92 9.67l1.41-1.41L10.07 12z"/></svg>`;
|
|
1063
|
+
const tdesignTerminalWindow = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-terminal-window" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 3H1v18h22V3zM3 10h18v9H3v-9zm0-2V5h18v3H3zm4 9H5v-5h2v5z"/></svg>`;
|
|
1064
|
+
const tdesignTerminal = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-terminal" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.5 5.59L9.91 12 3.5 18.41 2.09 17l5-5-5-5L3.5 5.59zM12 18h10v2H12v-2z"/></svg>`;
|
|
1065
|
+
const tdesignTextbox = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-textbox" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm7 4.5H6v-2h12v2h-5V18h-2V8.5z"/></svg>`;
|
|
1066
|
+
const tdesignTextformatBold = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-textformat-bold" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 3H5v18h9a5 5 0 002.44-9.37A4.99 4.99 0 0013 3H6zm7 8H7V5h6a3 3 0 110 6zm-6 2h7a3 3 0 110 6H7v-6z"/></svg>`;
|
|
1067
|
+
const tdesignTextformatColor = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-textformat-color" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19.81 17.53l-.4-.92-6-14-.25-.61H10.84l-.26.6-6 14-.4.93 1.85.78.39-.92 1.82-4.25h7.52l1.82 4.25.4.92 1.83-.78zM9.8 11.13H9.1L12 4.38l2.9 6.77H9.8zM19 22h1v-2H4v2h15z"/></svg>`;
|
|
1068
|
+
const tdesignTextformatItalic = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-textformat-italic" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 3H18v2h-3.67L11.7 19h4.8v2H6v-2h3.67l2.62-14H7.5V3z"/></svg>`;
|
|
1069
|
+
const tdesignTextformatStrikethrough = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-textformat-strikethrough" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.98 3.08A8.03 8.03 0 0112 2c2.46 0 4.29 1 6.06 2.16l.83.55-1.1 1.67-.84-.55C15.28 4.73 13.85 4 12 4c-.87 0-2.05.22-2.98.79A2.97 2.97 0 007.5 7.5c0 .46.07.83.2 1.13l.37.93-1.86.74-.37-.93A5.02 5.02 0 015.5 7.5c0-2.16 1.1-3.58 2.48-4.42zM4 11h16v2h-2.96c.85.8 1.46 1.93 1.46 3.5 0 2.16-1.1 3.58-2.48 4.42A8.03 8.03 0 0111.99 22c-2.45 0-4.28-.99-6.05-2.17l-.83-.55 1.11-1.67.84.56C8.72 19.28 10.14 20 11.99 20c.88 0 2.06-.22 2.99-.79a2.97 2.97 0 001.52-2.7c0-1.3-.64-2.06-1.55-2.57A9.92 9.92 0 0011.9 13H4v-2z"/></svg>`;
|
|
1070
|
+
const tdesignTextformatUnderline = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-textformat-underline" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18 3v9a6 6 0 01-12 0V3h2v9a4 4 0 008 0V3h2zM4 20h16v2H4v-2z"/></svg>`;
|
|
1071
|
+
const tdesignTextformatWrap = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-textformat-wrap" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 4h20v2H2V4zm0 7h15a5.6 5.6 0 013.35 1.01A4.18 4.18 0 0122 15.5c0 1.55-.64 2.73-1.65 3.49A5.6 5.6 0 0117 20h-5.41l1.7-1.7 2-2 .71-.71L17.41 17l-.7.7-.3.3H17c.85 0 1.62-.22 2.15-.61.49-.37.85-.94.85-1.89s-.36-1.52-.85-1.89c-.53-.4-1.3-.61-2.15-.61H2v-2zm1 7H2v2h8v-2H3z"/></svg>`;
|
|
1072
|
+
const tdesignTheaters = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-theaters" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M22 22H2V2h20v20zM20 4h-2.5v2.5H20V4zm0 4.5h-2.5V11H20V8.5zm0 4.5h-2.5v2.5H20V13zm-2.5 4.5H20V20h-2.5v-2.5zm-2-2V13H15v-2h.5V8.5H15v-2h.5V4h-7v2.5H9v2h-.5V11H9v2h-.5v2.5H9v2h-.5V20h7v-2.5H15v-2h.5zM6.5 4H4v2.5h2.5V4zm0 4.5H4V11h2.5V8.5zm0 4.5H4v2.5h2.5V13zm0 4.5H4V20h2.5v-2.5z"/></svg>`;
|
|
1073
|
+
const tdesignThumbDown1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thumb-down-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.45 22.24l-1.72-.58a3.7 3.7 0 01-2.53-3.5V15.7H5.33a3 3 0 01-2.96-3.46l1.18-7.7A3 3 0 016.52 2H21v11.9h-3.85l-3.7 8.34zm-1.1-2.48l3.5-7.86H19V4H6.52a1 1 0 00-1 .85l-1.18 7.7a1 1 0 001 1.15h5.86v4.45c0 .73.47 1.38 1.16 1.61z"/></svg>`;
|
|
1074
|
+
const tdesignThumbDown2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thumb-down-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.45 22.24l-1.72-.58a3.7 3.7 0 01-2.53-3.5V15.7H5.33a3 3 0 01-2.96-3.46l1.18-7.7A3 3 0 016.52 2H22v11.9h-4.85l-3.7 8.34zM17.5 11.9H20V4h-2.5v7.9zm-2-7.9H6.52a1 1 0 00-1 .85l-1.18 7.7a1 1 0 001 1.15h5.86v4.45c0 .73.47 1.38 1.16 1.61l3.14-7.07V4z"/></svg>`;
|
|
1075
|
+
const tdesignThumbDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thumb-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.88 22.62l1.28-.22a4 4 0 003.34-3.94V16h5.32a2 2 0 001.97-2.33l-1.66-10A2 2 0 0019.15 2H7v11.2l3.88 9.42zm1.23-2.26L9 12.8V4h10.15l1.67 10H13.5v4.46a2 2 0 01-1.39 1.9zM4 14V2H2v12h2z"/></svg>`;
|
|
1076
|
+
const tdesignThumbUp1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thumb-up-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.55 1.76l1.72.58a3.7 3.7 0 012.53 3.5V8.3h3.87a3 3 0 012.96 3.46l-1.18 7.7A3 3 0 0117.48 22H3V10.1h3.85l3.7-8.34zm1.1 2.48l-3.5 7.86H5V20h12.48a1 1 0 001-.85l1.18-7.7a1 1 0 00-1-1.15H12.8V5.85a1.7 1.7 0 00-1.15-1.61z"/></svg>`;
|
|
1077
|
+
const tdesignThumbUp2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thumb-up-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.55 1.76l1.72.58a3.7 3.7 0 012.53 3.5V8.3h3.87a3 3 0 012.96 3.46l-1.18 7.7A3 3 0 0117.48 22H2V10.1h4.85l3.7-8.34zM6.5 12.1H4V20h2.5v-7.9zm2 7.9h8.98a1 1 0 001-.85l1.18-7.7a1 1 0 00-1-1.15H12.8V5.85a1.7 1.7 0 00-1.15-1.61L8.5 11.3V20z"/></svg>`;
|
|
1078
|
+
const tdesignThumbUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thumb-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M10.88 1.38l1.28.22a4 4 0 013.34 3.94V8h5.32a2 2 0 011.97 2.33l-1.66 10A2 2 0 0119.15 22H7V10.8l3.88-9.42zm1.23 2.26L9 11.2V20h10.15l1.67-10H13.5V5.54a2 2 0 00-1.39-1.9zM4 10v12H2V10h2z"/></svg>`;
|
|
1079
|
+
const tdesignThunder = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thunder" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.1 5h-.06A4.3 4.3 0 006.7 9.2c0 .26.03.52.07.77l.19.95-.95.21A2.5 2.5 0 004 13.53c0 .95.57 1.8 1.43 2.2l.9.44-.86 1.8-.9-.43a4.46 4.46 0 01-2.57-4 4.46 4.46 0 012.7-4.08V9.2A6.3 6.3 0 0111.1 3c.55 0 1.08.07 1.59.2a6.33 6.33 0 014.53 4.18 5.59 5.59 0 012.65 1.07A5.27 5.27 0 0122 12.67a5.33 5.33 0 01-3.31 4.9l-.92.38-.78-1.84.92-.4A3.33 3.33 0 0020 12.68a3.27 3.27 0 00-1.74-2.89 3.61 3.61 0 00-1.82-.45l-.85.02-.15-.84a4.29 4.29 0 00-3.23-3.38A4.6 4.6 0 0011.1 5zm2.78 5.68L11.82 14h4.02l-4.03 6.38-1.69-1.07L12.21 16H8.23l3.95-6.38 1.7 1.06z"/></svg>`;
|
|
1080
|
+
const tdesignThunderstormNight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thunderstorm-night" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17.13.9l-.1 1.19-.02.39a4.5 4.5 0 004.9 4.49l1.19-.1-.1 1.18a6.5 6.5 0 01-2.17 4.3c.74.9 1.19 2.05 1.19 3.3a5.34 5.34 0 01-3.32 4.9l-.92.4L17 19.1l.93-.39a3.34 3.34 0 002.09-3.05 3.28 3.28 0 00-1.75-2.89 3.62 3.62 0 00-1.76-.45h-.06l-.85.02-.15-.85a4.3 4.3 0 00-3.24-3.37 4.61 4.61 0 00-1.17-.14 4.3 4.3 0 00-4.34 4.2c0 .27.03.53.08.78l.18.95-.95.21A2.5 2.5 0 004 16.52c0 .95.57 1.8 1.43 2.21l.9.44-.86 1.8-.9-.43A4.46 4.46 0 012 16.53a4.46 4.46 0 012.7-4.08v-.26c0-3.15 2.4-5.7 5.47-6.14A6.5 6.5 0 0115.95 1l1.18-.1zm-4.9 5.18l.46.1a6.33 6.33 0 014.54 4.19 5.6 5.6 0 012.05.67 4.51 4.51 0 001.5-2.1 6.5 6.5 0 01-5.73-5.72 4.52 4.52 0 00-2.82 2.86zm1.65 7.58l-2.06 3.32h4.02l-4.03 6.38-1.69-1.07 2.09-3.31H8.23l3.95-6.38 1.7 1.06z"/></svg>`;
|
|
1081
|
+
const tdesignThunderstormSunny = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thunderstorm-sunny" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M16 1v2h-2V1h2zm-5.95 1.63l1.42 1.42-1.42 1.42-1.41-1.42 1.41-1.42zm9.9 0l1.42 1.42-1.42 1.42-1.42-1.42 1.42-1.42zm-9 3.43a6.3 6.3 0 00-7.25 6.4A4.46 4.46 0 001 16.53a4.46 4.46 0 002.57 4.01l.9.43.86-1.8-.9-.43A2.46 2.46 0 013 16.54a2.5 2.5 0 012-2.4l.96-.22-.19-.95A4.3 4.3 0 0110.1 8a4.29 4.29 0 014.34 3.5l.15.85.85-.02h.06c.64 0 1.24.17 1.76.45A3.3 3.3 0 0119 15.67c0 1.34-.84 2.52-2.09 3.05l-.92.39.78 1.84.92-.39a5.25 5.25 0 001.51-8.84 5 5 0 00-8.24-5.66zm2.12.65a3 3 0 014.41 3.98 5.6 5.6 0 00-1.26-.31 6.26 6.26 0 00-3.15-3.67zM21 8h2v2h-2V8zm-8.12 5.68L10.82 17h4.02l-4.03 6.38-1.69-1.07L11.21 19H7.23l3.95-6.38 1.7 1.06z"/></svg>`;
|
|
1082
|
+
const tdesignThunderstorm = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-thunderstorm" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.1 5h-.06A4.3 4.3 0 006.7 9.2c0 .26.03.52.07.77l.19.95-.95.21A2.5 2.5 0 004 13.53c0 .95.57 1.8 1.43 2.2l.9.44-.86 1.8-.9-.43a4.46 4.46 0 01-2.57-4 4.46 4.46 0 012.7-4.08V9.2A6.3 6.3 0 0111.1 3c.55 0 1.08.07 1.59.2a6.33 6.33 0 014.53 4.18 5.59 5.59 0 012.65 1.07A5.27 5.27 0 0122 12.67a5.33 5.33 0 01-3.31 4.9l-.92.38-.78-1.84.92-.4A3.33 3.33 0 0020 12.68a3.27 3.27 0 00-1.74-2.89 3.61 3.61 0 00-1.82-.45l-.85.02-.15-.84a4.29 4.29 0 00-3.23-3.38A4.6 4.6 0 0011.1 5zm2.78 5.68L11.82 14h4.02l-4.03 6.38-1.69-1.07L12.21 16H8.23l3.95-6.38 1.7 1.06zM7 18h2v2H7v-2zm8 0h2v2h-2v-2z"/></svg>`;
|
|
1083
|
+
const tdesignTicket = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-ticket" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 4h22v5.47l-.57.27a2.5 2.5 0 000 4.52l.57.27V20H1v-5.47l.57-.27a2.5 2.5 0 000-4.52L1 9.47V4zm2 2v2.26a4.5 4.5 0 010 7.48V18h18v-2.26a4.5 4.5 0 010-7.48V6H3zm5 3h8v2H8V9zm0 4h8v2H8v-2z"/></svg>`;
|
|
1084
|
+
const tdesignTimeFilled = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-time-filled" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 23a11 11 0 110-22 11 11 0 010 22zm1-17.5h-2v6.91l4 4L16.41 15 13 11.59V5.5z"/></svg>`;
|
|
1085
|
+
const tdesignTime = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-time" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-8 4.41l-4-4V5.5h2v6.09L16.41 15 15 16.41z"/></svg>`;
|
|
1086
|
+
const tdesignTipsDouble = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tips-double" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21 7H6v11h4.91l2.59 2.59L16.09 18H21V7zm2 13h-6.09l-3.41 3.41L10.09 20H4V5h19v15zM19 3.5H2.5v12h-2v-14H19v2z"/></svg>`;
|
|
1087
|
+
const tdesignTips = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tips" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M23 2v17h-7.59L12 22.41 8.59 19H1V2h22zm-2 2H3v13h6.41L12 19.59 14.59 17H21V4z"/></svg>`;
|
|
1088
|
+
const tdesignTomato = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tomato" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9.5 1.59l2.53 2.53 2.7-2.53 1.37 1.46-1.02.95c.41.02.81.1 1.2.22 1.06.3 2.11.91 2.65 1.4 1.5 1.15 2.98 3.7 3.07 6.62.09 3.04-1.33 6.4-5.5 9.04a4.88 4.88 0 01-3.29.64c-.44-.1-.69-.2-.84-.26l-.07-.03a.22.22 0 00-.05-.02h-.5l-.05.02c-.03 0-.05.02-.07.03-.15.05-.4.15-.84.26a4.88 4.88 0 01-3.3-.64c-4.16-2.64-5.58-6-5.49-9.04.1-2.91 1.56-5.47 3.07-6.62a7.24 7.24 0 012.66-1.4C8.14 4.1 8.62 4 9.08 4l-1-1L9.5 1.59zm.97 4.56l.84.8a1 1 0 001.38 0l.84-.8c-.2.05-.36.1-.49.15-.26.1-.63.21-1.04.21-.41 0-.78-.1-1.04-.21l-.49-.15zm5.78.17L14.07 8.4a3 3 0 01-4.14 0L7.75 6.32c-.62.25-1.14.6-1.35.8l-.04.03-.05.04c-1 .74-2.24 2.73-2.3 5.1-.08 2.28.93 5 4.56 7.3a2.88 2.88 0 001.76.38c.3-.07.43-.12.56-.18.04 0 .07-.02.1-.04.3-.1.56-.15 1.01-.15.45 0 .7.04 1 .15l.1.04a2.07 2.07 0 001.4.15c.36-.07.7-.2.93-.36 3.63-2.29 4.64-5 4.57-7.28-.07-2.38-1.31-4.37-2.31-5.11l-.05-.04-.04-.04a5.1 5.1 0 00-1.35-.79z"/></svg>`;
|
|
1089
|
+
const tdesignToolsCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tools-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 21a9 9 0 100-18 9 9 0 000 18zm11-9a11 11 0 11-22 0 11 11 0 0122 0zm-7.3 7.23l-4.22-4.21A5 5 0 015.6 8.2l.32-.73 1.35.26 1.84 1.84.46-.46-1.84-1.84-.26-1.35.74-.32a5 5 0 016.8 5.88l4.22 4.21-3.54 3.54zm.7-3.54l-3.71-3.71.26-.62A3 3 0 0010.5 7.2l1.91 1.91-3.29 3.29-1.9-1.91a2.99 2.99 0 004.15 2.46l.62-.26 3.71 3.7.7-.7z"/></svg>`;
|
|
1090
|
+
const tdesignTools = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tools" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.53 1.87a8.5 8.5 0 0111.5 9.79l5.14 5.15-1.41 1.42-5.99-6 .18-.57A6.5 6.5 0 008.34 3.4l4.23 4.23-4.95 4.95-4.23-4.23a6.5 6.5 0 008.27 7.61l.58-.18 5.99 6-1.42 1.4-5.15-5.15a8.5 8.5 0 01-9.8-11.48l.26-.63h1.67l3.83 3.83 2.12-2.12-3.83-3.83V2.12l.62-.25zm9.22 12.47l4.95 4.95-1.41 1.41-4.95-4.95 1.41-1.41z"/></svg>`;
|
|
1091
|
+
const tdesignTornado = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tornado" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.53 4c-.31 0-.53.24-.53.5s.22.5.53.5H19v2H5.53A2.51 2.51 0 013 4.5C3 3.1 4.15 2 5.53 2H8v2H5.53zM21 8v2H6V8h15zM8 11h11v2H8v-2zm-2 3h9v2H6v-2zm-1 3h8v2H5v-2zm3 3h7v2H8v-2z"/></svg>`;
|
|
1092
|
+
const tdesignTower1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tower-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v1h3v6h-.94c.2 1.79.87 4.2 1.82 6.58 1.06 2.66 2.37 5.09 3.55 6.42H22v2h-7.85l-.14-.83v-.01a2 2 0 00-.08-.34 3.94 3.94 0 00-.36-.82c-.33-.57-.8-1-1.57-1-.76 0-1.24.43-1.57 1a3.94 3.94 0 00-.44 1.16l-.14.84H2v-2h1.57c1.18-1.33 2.5-3.76 3.55-6.42A27.7 27.7 0 008.94 8H8V2h3V1h2zm-2.05 7c-.2 2.1-.97 4.8-1.97 7.32A30.53 30.53 0 016.08 21h2.16c.1-.3.25-.65.46-1 .54-.93 1.56-2 3.3-2a3.75 3.75 0 013.3 2c.21.35.36.7.46 1h2.16a30.53 30.53 0 01-2.9-5.68c-1-2.52-1.77-5.22-1.97-7.32h-2.1zM10 6h4V4h-4v2z"/></svg>`;
|
|
1093
|
+
const tdesignTower2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tower-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .59l2.97 2.97.97 14.44H17v5H7v-5h1.06l.97-14.44L12 .59zM10.07 18h3.86l-.9-13.56L12 3.41l-1.03 1.03-.9 13.56zM9 20v1h6v-1H9z"/></svg>`;
|
|
1094
|
+
const tdesignTower3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tower-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 3.13V1h2v2.13a4 4 0 011.57 6.93L16.13 23H7.87l1.56-12.94A4 4 0 0111 3.13zm.33 7.81L10.13 21h3.74l-1.2-10.06a4.02 4.02 0 01-1.34 0zM12 5a2 2 0 100 4 2 2 0 000-4z"/></svg>`;
|
|
1095
|
+
const tdesignTowerClock = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tower-clock" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 .93l5.29 1.98-.7 1.88-.59-.22V5h3v12h-2v6H7v-6H5V5h3v-.43l-.59.22-.7-1.88L12 .93zm-2 2.89V5h4V3.82l-2-.75-2 .75zM9 17v4h6v-4h-2v3h-2v-3H9zm8-2V7H7v8h10zm-5-5a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0z"/></svg>`;
|
|
1096
|
+
const tdesignTower = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tower" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 1v1h3v6h-.98c.08 1.87.37 4.35.9 6.73.32 1.41.72 2.77 1.2 3.93.35.86.74 1.57 1.14 2.11l.2.23H20v2h-6v-2h1.67l-.27-.25a9.95 9.95 0 00-1.75-1.25A3.6 3.6 0 0012 19a3.6 3.6 0 00-1.65.5A9.95 9.95 0 008.33 21H10v2H4v-2h1.54l.2-.23c.4-.54.79-1.25 1.14-2.11a24.5 24.5 0 001.2-3.93c.53-2.38.82-4.86.9-6.73H8V2h3V1h2zm-2.02 7a42.03 42.03 0 01-.95 7.17c-.2.89-.44 1.77-.7 2.62l.07-.04A5.56 5.56 0 0112 17a5.56 5.56 0 012.68.79 30.7 30.7 0 01-.7-2.62A42.03 42.03 0 0113.01 8h-2.04zM10 6h4V4h-4v2z"/></svg>`;
|
|
1097
|
+
const tdesignTown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-town" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h5.44L11 5.91V2h5.47L22 8.64V22H2V2zm11 2v16h7V9.36L15.53 4H13zm-2 16V8.89L6.56 4H4v16h7zM6 8h2v2H6V8zm9 0h2v2h-2V8zm-9 4h2v2H6v-2zm9 0h2v2h-2v-2zm-9 4h2v2H6v-2zm9 0h2v2h-2v-2z"/></svg>`;
|
|
1098
|
+
const tdesignTrafficEvents = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-traffic-events" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.91l3.64 8.7.4.89-.02.01L19.16 19H21v2H3v-2h1.83l3.15-7.49-.03-.01.4-.9L12 1.91zm-1.85 9.59L9 14.23h6l-1.15-2.73h-3.7zm2.86-2L12 7.09 10.99 9.5H13zm2.83 6.73H8.17L7 19h10l-1.16-2.77z"/></svg>`;
|
|
1099
|
+
const tdesignTraffic = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-traffic" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2h12v4h3v2h-3v3h3v2h-3v3h3v2h-3v4H6v-4H3v-2h3v-3H3v-2h3V8H3V6h3V2zm2 2v16h8V4H8zm2 3a2 2 0 114 0 2 2 0 01-4 0zm0 5a2 2 0 114 0 2 2 0 01-4 0zm0 5a2 2 0 114 0 2 2 0 01-4 0z"/></svg>`;
|
|
1100
|
+
const tdesignTransform1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-transform-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h6v2h8V2h6v6h-2v8h2v6h-6v-2H8v2H2v-6h2V8H2V2zm4 6v8h2v2h8v-2h2V8h-2V6H8v2H6zm0-4H4v2h2V4zm14 2V4h-2v2h2zm-2 12v2h2v-2h-2zM6 20v-2H4v2h2z"/></svg>`;
|
|
1101
|
+
const tdesignTransform2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-transform-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 1v15h6v2H6V8H1V6h5V1h2zm2 5h8v10h5v2h-5v5h-2V8h-6V6z"/></svg>`;
|
|
1102
|
+
const tdesignTransform3 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-transform-3" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 2.5V6h8.59L20 2.59 21.41 4 18 7.41V16h3.5v2H18v3.5h-2V18H6V8H2.5V6H6V2.5h2zM8 8v6.59L14.59 8H8zm8 1.41L9.41 16H16V9.41z"/></svg>`;
|
|
1103
|
+
const tdesignTransform = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-transform" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 3a1 1 0 100 2 1 1 0 000-2zM1 4a3 3 0 015.83-1h10.34A3 3 0 1121 6.83v10.34A3 3 0 1117.17 21H6.83A3 3 0 113 17.17V6.83A3 3 0 011 4zm4 2.83v10.34A3 3 0 016.83 19h10.34A3 3 0 0119 17.17V6.83A3 3 0 0117.17 5H6.83A3 3 0 015 6.83zM20 3a1 1 0 100 2 1 1 0 000-2zM4 19a1 1 0 100 2 1 1 0 000-2zm16 0a1 1 0 100 2 1 1 0 000-2z"/></svg>`;
|
|
1104
|
+
const tdesignTranslate1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-translate-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.5 2v2.5H2v2h7.46a14.98 14.98 0 01-2.09 3.67 15.01 15.01 0 01-1.46-2.3l-.46-.9-1.78.93.46.88c.54 1.04 1.17 2 1.9 2.9-.9.9-1.92 1.67-3.03 2.31l-.87.5 1 1.74.87-.5a17.07 17.07 0 003.37-2.57c1.02 1 2.15 1.85 3.38 2.57l.86.5 1-1.74-.86-.5a15.06 15.06 0 01-3.03-2.3A16.97 16.97 0 0011.6 6.5H13v-2H8.5V2h-2zm10 7.16l-5.83 12.32 1.8.85L13.59 20h5.84l1.1 2.33 1.81-.85L16.5 9.16zM18.47 18h-3.94l1.97-4.16L18.47 18z"/></svg>`;
|
|
1105
|
+
const tdesignTranslate = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-translate" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 5a3 3 0 013-3h2a3 3 0 013 3v6H8V8.5H4V11H2V5zm2 1.5h4V5a1 1 0 00-1-1H5a1 1 0 00-1 1v1.5zm8-3h6a3 3 0 013 3V9h-2V6.5a1 1 0 00-1-1h-6v-2zm6 8V13h4v2h-1.06a7.97 7.97 0 01-2.2 4.56c.7.29 1.46.44 2.26.44h1v2h-1a7.96 7.96 0 01-4-1.07A7.96 7.96 0 0113 22h-1v-2h1c.8 0 1.56-.16 2.25-.44a8.01 8.01 0 01-1.48-2.13l-.43-.9 1.8-.86.44.9c.34.73.83 1.37 1.42 1.9 1-.89 1.69-2.1 1.92-3.47H12v-2h4v-1.5h2zM6 13v6a1 1 0 001 1h2.5v2H7a3 3 0 01-3-3v-6h2z"/></svg>`;
|
|
1106
|
+
const tdesignTreeList = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tree-list" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 22a4 4 0 01-1-7.87V9.87a4 4 0 112 0v4.26A4 4 0 016 22zm-2-4a2 2 0 104 0 2 2 0 00-4 0zM4 6a2 2 0 104 0 2 2 0 00-4 0zm8 12h7v2h-7v-2zm0-7h10v2H12v-2zm0-7h7v2h-7V4z"/></svg>`;
|
|
1107
|
+
const tdesignTreeRoundDotVertical = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tree-round-dot-vertical" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.13 4a4 4 0 110 2H14a1 1 0 00-1 1v10a1 1 0 001 1h1.13a4 4 0 110 2H14a3 3 0 01-3-3v-4H8.87a4 4 0 110-2H11V7a3 3 0 013-3h1.13zM19 3a2 2 0 100 4 2 2 0 000-4zM5 10a2 2 0 100 4 2 2 0 000-4zm14 7a2 2 0 100 4 2 2 0 000-4z"/></svg>`;
|
|
1108
|
+
const tdesignTreeRoundDot = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tree-round-dot" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a2 2 0 100 4 2 2 0 000-4zm-1 5.87a4 4 0 112 0V11h4a3 3 0 013 3v1.13a4 4 0 11-2 0V14a1 1 0 00-1-1H7a1 1 0 00-1 1v1.13a4 4 0 11-2 0V14a3 3 0 013-3h4V8.87zM19 17zM5 17a2 2 0 100 4 2 2 0 000-4z"/></svg>`;
|
|
1109
|
+
const tdesignTreeSquareDotVertical = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tree-square-dot-vertical" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 4h3v3h-3V4zm-2 2.5V9h7V2h-7v2.5h-3.67V11H9V8.5H2v7h7V13h2.33v6.5H15V22h7v-7h-7v2.5h-1.67v-11H15zM17 20v-3h3v3h-3zM7 10.5v3H4v-3h3z"/></svg>`;
|
|
1110
|
+
const tdesignTreeSquareDot = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tree-square-dot" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 2h7v7H13v2.33h6.5V15H22v7h-7v-7h2.5v-1.67h-11V15H9v7H2v-7h2.5v-3.67H11V9H8.5V2zm5 5V4h-3v3h3zM4 17v3h3v-3H4zm13 0v3h3v-3h-3z"/></svg>`;
|
|
1111
|
+
const tdesignTrendingDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-trending-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.09 7.5l6.41 6.41 4-4L17.59 15H13.5v2H21V9.5h-2v4.09l-6.5-6.5-4 4-5-5L2.09 7.5z"/></svg>`;
|
|
1112
|
+
const tdesignTrendingUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-trending-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2.09 16.5l6.41-6.41 4 4L17.59 9H13.5V7H21v7.5h-2v-4.09l-6.5 6.5-4-4-5 5-1.41-1.41z"/></svg>`;
|
|
1113
|
+
const tdesignTv1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tv-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 3h24v15h-4.05l2.7 2.06-1.21 1.6L16.66 18H7.33l-4.77 3.65-1.21-1.59L4.05 18H0V3zm2 2v11h20V5H2z"/></svg>`;
|
|
1114
|
+
const tdesignTv2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tv-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 3h24v15H0V3zm2 2v11h20V5H2zm2 15h16v2H4v-2z"/></svg>`;
|
|
1115
|
+
const tdesignTv = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-tv" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 2h22v17h-6v-2h4V4H3v13h4v2H1V2zm11 13.59l4.24 4.24 2.42 2.41h-2.83l-1-1L12 18.42l-2.83 2.82-1 1H5.34l2.42-2.41L12 15.59z"/></svg>`;
|
|
1116
|
+
const tdesignTypography = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-typography" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 3h15v8H2V3zm2 2v4h11V5H4zm-2 9h20v2H2v-2zm0 5h20v2H2v-2z"/></svg>`;
|
|
1117
|
+
const tdesignUncomfortable1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-uncomfortable-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm6.62-4.86L11 9.04v1.46l-3.2 2.4-1.2-1.6 1.86-1.4-1.82-1.02.98-1.74zm9.74 1.74l-1.82 1.03 1.86 1.39-1.2 1.6-3.2-2.4V9.04l3.38-1.9.98 1.74zM7.67 15.5a5 5 0 018.66 0l.5.86-1.73 1-.5-.86a3 3 0 00-5.2 0l-.5.87-1.73-1 .5-.87z"/></svg>`;
|
|
1118
|
+
const tdesignUncomfortable2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-uncomfortable-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm6.62-4.86L11 9.04v1.46l-3.2 2.4-1.2-1.6 1.86-1.4-1.82-1.02.98-1.74zm9.74 1.74l-1.82 1.03 1.86 1.39-1.2 1.6-3.2-2.4V9.04l3.38-1.9.98 1.74zM9.5 15.5a1 1 0 00-1 1v1h-2v-1a3 3 0 015.06-2.18.99.99 0 00.25.18h.38l.04-.02a.99.99 0 00.2-.16 3 3 0 015.07 2.18v1h-2v-1a1 1 0 00-1.69-.73c-.32.31-.88.73-1.62.73h-.38a2.4 2.4 0 01-1.62-.73 1 1 0 00-.69-.27zm2.68-1zm-.36 0z"/></svg>`;
|
|
1119
|
+
const tdesignUncomfortable = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-uncomfortable" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm9.23-2.13l-3.46 2-1-1.74 3.46-2 1 1.74zm4.54-1.74l3.46 2-1 1.74-3.46-2 1-1.74zM9.5 15.5a1 1 0 00-1 1v1h-2v-1a3 3 0 015.06-2.18.99.99 0 00.25.18h.38l.04-.02a.99.99 0 00.2-.16 3 3 0 015.07 2.18v1h-2v-1a1 1 0 00-1.69-.73c-.32.31-.88.73-1.62.73h-.38a2.4 2.4 0 01-1.62-.73 1 1 0 00-.69-.27zm2.68-1zm-.36 0z"/></svg>`;
|
|
1120
|
+
const tdesignUndertakeDelivery = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-undertake-delivery" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 2h14v9.5h-2V4h-2v5.62l-3-1.5-3 1.5V4h-2v5.5h-2V2zm6 2v2.38l1-.5 1 .5V4h-2zm-5.06 9.25a1.25 1.25 0 00-.89.36L5.5 15.66v3.84h5.63l5.8-1.45 3.53-1.5a.56.56 0 00-.41-1.03h-.02L13.6 17H10v-2h3.13a.87.87 0 100-1.75h-4.7zm7.55 1.15l3.55-.82a2.56 2.56 0 011.8 4.76l-.03.02-3.74 1.6-6.2 1.54H0v-7.25h4.09l2.05-2.05a3.25 3.25 0 012.3-.95h4.69a2.87 2.87 0 012.86 3.15zM3.5 16.25H2v3.25h1.5v-3.25z"/></svg>`;
|
|
1121
|
+
const tdesignUndertakeEnvironmentProtection = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-undertake-environment-protection" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M17 3.51c.21.26.45.56.68.9C18.42 5.47 19 6.61 19 7.5a2 2 0 11-4 0c0-.88.58-2.03 1.32-3.09.23-.34.47-.64.68-.9zm0-2.94l-.71.73-.02.01-.03.03a10.13 10.13 0 00-.47.52c-.3.35-.69.83-1.09 1.4C13.92 4.35 13 5.95 13 7.5a4 4 0 008 0c0-1.55-.92-3.15-1.68-4.24a17.71 17.71 0 00-1.56-1.92l-.03-.03h-.01V1.3L17 .57zM8.44 13.25a1.25 1.25 0 00-.89.36L5.5 15.66v3.84h5.63l5.8-1.45 3.53-1.5a.55.55 0 00-.41-1.03h-.02L13.6 17H10v-2h3.13a.88.88 0 000-1.75h-4.7zm7.55 1.15l3.55-.82a2.56 2.56 0 011.8 4.76l-.03.02-3.74 1.6-6.2 1.54H0v-7.25h4.09l2.05-2.05a3.25 3.25 0 012.3-.95h4.69a2.88 2.88 0 012.86 3.15zM3.5 16.25H2v3.25h1.5v-3.25z"/></svg>`;
|
|
1122
|
+
const tdesignUndertakeHoldUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-undertake-hold-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13.95 5.7a3.36 3.36 0 10-4.75 4.76l.8.79h3.13a2.87 2.87 0 012.86 3.15l1.12-.26 3.69-3.68a3.36 3.36 0 00-4.75-4.75L15 6.76 13.95 5.7zm6.6 7.83c.05 0 .09 0 .13.02a2.56 2.56 0 01.66 4.8h-.03l-3.74 1.6-6.2 1.55H0v-7.25h4.09l2.05-2.05a3.25 3.25 0 011.25-.78A5.36 5.36 0 0115 3.96a5.36 5.36 0 017.21 7.91l-1.65 1.66zM3.5 16.25H2v3.25h1.5v-3.25zm2 3.25h5.63l5.8-1.45 3.53-1.5a.56.56 0 00-.41-1.03h-.02L13.6 17H10v-2H13.22a.87.87 0 00-.1-1.75H8.45a1.25 1.25 0 00-.89.36L5.5 15.66v3.84z"/></svg>`;
|
|
1123
|
+
const tdesignUndertakeTransaction = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-undertake-transaction" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M14.5 3a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM10 5.5a4.5 4.5 0 016.5-4.03A4.49 4.49 0 0123 5.5a4.5 4.5 0 01-6.5 4.03A4.49 4.49 0 0110 5.5zm8.25 2.49l.25.01a2.5 2.5 0 10-.25-4.99 4.48 4.48 0 010 4.98zm-9.81 5.26a1.25 1.25 0 00-.89.36L5.5 15.66v3.84h5.63l5.8-1.45 3.53-1.5a.56.56 0 00-.41-1.03h-.02L13.6 17H10v-2h3.13a.87.87 0 100-1.75h-4.7zm7.55 1.15l3.55-.82a2.56 2.56 0 011.8 4.76l-.03.02-3.74 1.6-6.2 1.54H0v-7.25h4.09l2.05-2.05a3.25 3.25 0 012.3-.95h4.69a2.87 2.87 0 012.86 3.15zM3.5 16.25H2v3.25h1.5v-3.25z"/></svg>`;
|
|
1124
|
+
const tdesignUndertake = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-undertake" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.86 8.78a1.38 1.38 0 00-.97.4L5.7 11.36v4.14h6.01l6.15-1.54 3.74-1.6a.64.64 0 00-.48-1.18h-.02l-6.77 1.56h-3.76v-2h3.25a.98.98 0 000-1.96H8.86zm7.92 1.35l3.84-.89a2.65 2.65 0 011.86 4.93l-.03.01-3.95 1.69-6.54 1.63H0V9.95h4.29l2.18-2.19a3.38 3.38 0 012.4-.98h4.95a2.98 2.98 0 012.96 3.35zM3.7 11.95H2v3.55h1.7v-3.55z"/></svg>`;
|
|
1125
|
+
const tdesignUnfoldLess = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-unfold-less" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8 3.59l4 4 4-4L17.41 5 12 10.41 6.59 5 8 3.59zm4 10L17.41 19 16 20.41l-4-4-4 4L6.59 19 12 13.59z"/></svg>`;
|
|
1126
|
+
const tdesignUnfoldMore = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-unfold-more" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3.59L17.41 9 16 10.41l-4-4-4 4L6.59 9 12 3.59zm-4 10l4 4 4-4L17.41 15 12 20.41 6.59 15 8 13.59z"/></svg>`;
|
|
1127
|
+
const tdesignUnhappy1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-unhappy-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm5-3h4v2H6V9zm8 0h4v2h-4V9zm-6.33 6.5a5 5 0 018.66 0l.5.86-1.73 1-.5-.86a3 3 0 00-5.2 0l-.5.87-1.73-1 .5-.87z"/></svg>`;
|
|
1128
|
+
const tdesignUnhappy = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-unhappy" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm8-4v4H7V8h2zm8 0v4h-2V8h2zm-9.33 7.5a5 5 0 018.66 0l.5.86-1.73 1-.5-.86a3 3 0 00-5.2 0l-.5.87-1.73-1 .5-.87z"/></svg>`;
|
|
1129
|
+
const tdesignUninstall = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-uninstall" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 1.6l4.91 4.85-1.4 1.42L13 5.4v7.11h-2V5.4L8.5 7.86 7.08 6.45 12 1.6zM2 2h5.5v2H4v10h16V4h-3.5V2H22v20H2V2zm18 14H4v4h16v-4zM6 17h2v2H6v-2zm3 0h2v2H9v-2z"/></svg>`;
|
|
1130
|
+
const tdesignUpload1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-upload-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 2.59L18.41 9 17 10.41l-4-4V16h-2V6.41l-4 4L5.59 9 12 2.59zM3 18h18v2H3v-2z"/></svg>`;
|
|
1131
|
+
const tdesignUpload = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-upload" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 2.59l5.91 5.91-1.41 1.41-3.5-3.5V16h-2V6.41l-3.5 3.5L6.09 8.5 12 2.59zM4.5 14v5h15v-5h2v7h-19v-7h2z"/></svg>`;
|
|
1132
|
+
const tdesignUpscale = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-upscale" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.06 2l6.9.03.05 6.91-2 .02-.02-3.53-5.03 5.03-1.42-1.42 5.03-5.03L15.04 4l.02-2zM2 2h10v2H4v6H2V2zm0 10h4v2H4v2H2v-4zm6 0h4v4h-2v-2H8v-2zm14 0v10h-8v-2h6v-8h2zM4 18v2h2v2H2v-4h2zm8 0v4H8v-2h2v-2h2z"/></svg>`;
|
|
1133
|
+
const tdesignUsb = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-usb" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M4 2h16v9h2v11H2V11h2V2zm0 11v7h16v-7H4zm14-2V4H6v7h12zM8 6.5h2v2H8v-2zm6 0h2v2h-2v-2z"/></svg>`;
|
|
1134
|
+
const tdesignUser1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a3 3 0 100 6 3 3 0 000-6zM7 7a5 5 0 1110 0A5 5 0 017 7zM3.5 19a5 5 0 015-5h7a5 5 0 015 5v2h-2v-2a3 3 0 00-3-3h-7a3 3 0 00-3 3v2h-2v-2z"/></svg>`;
|
|
1135
|
+
const tdesignUserAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM19 13v4h4v2h-4v4h-2v-4h-4v-2h4v-4h2zM8 16a4 4 0 00-4 4h8.05v2H2v-2a6 6 0 016-6h4v2H8z"/></svg>`;
|
|
1136
|
+
const tdesignUserArrowDown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-arrow-down" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM19 12v7.1l2.5-2.47 1.41 1.42L18 22.91l-4.91-4.86 1.4-1.42L17 19.11V12h2zM8 16a4 4 0 00-4 4h8.8v2H2v-2a6 6 0 016-6h4.75v2H8z"/></svg>`;
|
|
1137
|
+
const tdesignUserArrowLeft = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-arrow-left" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm12.87 7L16.4 17h7.11v2h-7.1l2.47 2.51-1.42 1.4-4.86-4.9 4.86-4.92 1.42 1.4zM8 16a4 4 0 00-4 4h8.05v2H2v-2a6 6 0 016-6h4v2H8z"/></svg>`;
|
|
1138
|
+
const tdesignUserArrowRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-arrow-right" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm13.05 5.59L23.91 18l-4.86 4.92-1.42-1.41 2.48-2.5H13v-2h7.1l-2.47-2.52 1.42-1.4zM8 16a4 4 0 00-4 4h8.05v2H2v-2a6 6 0 016-6h4v2H8z"/></svg>`;
|
|
1139
|
+
const tdesignUserArrowUp = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-arrow-up" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm12 5.1l4.91 4.85-1.4 1.42L19 16.4v7.11h-2v-7.1l-2.5 2.47-1.41-1.42L18 12.6zM8 16a4 4 0 00-4 4h8.8v2H2v-2a6 6 0 016-6h4.75v2H8z"/></svg>`;
|
|
1140
|
+
const tdesignUserAvatar = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-avatar" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm17.5 18h.5V4H4v16h.5a5 5 0 015-5h5a5 5 0 015 5zM12 7a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM7.5 9.5a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zm2 7.5a3 3 0 00-3 3h11a3 3 0 00-3-3h-5z"/></svg>`;
|
|
1141
|
+
const tdesignUserBlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-blocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm12 7a3.5 3.5 0 00-3.08 5.17l4.75-4.75A3.48 3.48 0 0018 14.5zm3.08 1.83l-4.75 4.75a3.5 3.5 0 004.74-4.74zM12.5 18a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM8 16a4 4 0 00-4 4h7.05v2H2v-2a6 6 0 016-6h3v2H8z"/></svg>`;
|
|
1142
|
+
const tdesignUserBusiness = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-business" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6.5 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM3 19a5 5 0 015-5h8a5 5 0 015 5v3H3v-3zm5-3a3 3 0 00-3 3v1h5.61l-1.33-4H8zm3.39 0l.61 1.84.61-1.84H11.4zm3.33 0l-1.33 4H19v-1a3 3 0 00-3-3h-1.28z"/></svg>`;
|
|
1143
|
+
const tdesignUserChecked1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-checked-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 4a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0zm20.1 1.44l-5.66 5.66-3.54-3.54 1.42-1.41 2.12 2.12 4.24-4.24 1.42 1.4zM0 19a5 5 0 015-5h7a5 5 0 015 5v2h-2v-2a3 3 0 00-3-3H5a3 3 0 00-3 3v2H0v-2z"/></svg>`;
|
|
1144
|
+
const tdesignUserChecked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-checked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm17.66 7.59l-7.07 7.07-4.25-4.24 1.42-1.42 2.83 2.83 5.65-5.65 1.42 1.41zM8 16a4 4 0 00-4 4h8.05v2H2v-2a6 6 0 016-6h4v2H8z"/></svg>`;
|
|
1145
|
+
const tdesignUserCircle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-circle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 00-7.23 14.37A5 5 0 019.5 14h5a5 5 0 014.73 3.37A9 9 0 0012 3zm5.5 16.12V19a3 3 0 00-3-3h-5a3 3 0 00-3 3v.12a8.96 8.96 0 0011 0zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm11-6a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM7.5 8.5a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0z"/></svg>`;
|
|
1146
|
+
const tdesignUserClear = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-clear" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm9.17 6.26L18 16.59l2.83-2.83 1.41 1.41L19.41 18l2.83 2.83-1.41 1.41L18 19.41l-2.83 2.83-1.41-1.41L16.59 18l-2.83-2.83 1.41-1.41zM8 16a4 4 0 00-4 4h8.05v2H2v-2a6 6 0 016-6h4v2H8z"/></svg>`;
|
|
1147
|
+
const tdesignUserError1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-error-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 4a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0zm13.88-.54L19.5 8.6l2.12-2.13 1.42 1.42L20.9 10l2.13 2.12-1.42 1.42-2.12-2.13-2.12 2.13-1.42-1.42L18.1 10l-2.13-2.12 1.42-1.42zM0 19a5 5 0 015-5h7a5 5 0 015 5v2h-2v-2a3 3 0 00-3-3H5a3 3 0 00-3 3v2H0v-2z"/></svg>`;
|
|
1148
|
+
const tdesignUserInvisible = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-invisible" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 2a5.5 5.5 0 100 11 5.5 5.5 0 000-11zM8 7.5a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0zM4 20a4 4 0 014-4h3v-2H8a6 6 0 00-6 6v2h9.05v-2H4zM23.59 18s-1.67 4.5-6.09 4.5c-.97 0-1.81-.22-2.53-.56l-.97.97-1.41-1.41.71-.72A8.3 8.3 0 0111.41 18s1.67-4.5 6.09-4.5c.97 0 1.81.22 2.53.56l.97-.97 1.41 1.41-.71.72A8.31 8.31 0 0123.59 18zm-3.3-1.37l-3.76 3.75c.3.08.62.12.97.12 2.61 0 3.87-2.5 3.87-2.5s-.36-.7-1.08-1.37zm-1.82-1.01c-.3-.08-.63-.12-.97-.12-2.62 0-3.87 2.5-3.87 2.5s.35.71 1.08 1.37l3.76-3.75z"/></svg>`;
|
|
1149
|
+
const tdesignUserList = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-list" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM8 16a4 4 0 00-4 4h7.8v2H2v-2a6 6 0 016-6h3.75v2H8zm5.75-2h8.5v2h-8.5v-2zm0 3h8.5v2h-8.5v-2zm0 3h8.5v2h-8.5v-2z"/></svg>`;
|
|
1150
|
+
const tdesignUserLocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-locked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM18 14c.69 0 1.25.56 1.25 1.25V16h-2.5v-.75c0-.69.56-1.25 1.25-1.25zm3.25 2v-.75a3.25 3.25 0 00-6.5 0V16H13.5v6.5h9V16h-1.25zm-.75 2v2.5h-5V18h5zM8 16a4 4 0 00-4 4h7.55v2H2v-2a6 6 0 016-6h3.5v2H8z"/></svg>`;
|
|
1151
|
+
const tdesignUserMarked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-marked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm8.75 6h8.5v10.3L19 21.17l-4.25 2.61V13.5zm2 2v4.72L19 18.83l2.25 1.38V15.5h-4.5zM8 16a4 4 0 00-4 4h8.8v2H2v-2a6 6 0 016-6h4.75v2H8z"/></svg>`;
|
|
1152
|
+
const tdesignUserPassword = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-password" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM17 12h4v2h-2v2h1.95l1.55 1.14v5.36h-9v-5.36L15.05 16H17v-4zm-9 4a4 4 0 00-4 4h7.55v2H2v-2a6 6 0 016-6h3.5v2H8zm7.5 2.15v2.35h5v-2.35l-.2-.15h-4.6l-.2.15z"/></svg>`;
|
|
1153
|
+
const tdesignUserSafety = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-safety" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm10.5 8v3.63a1 1 0 00.45.84L19 21.31l2.05-1.34a1 1 0 00.45-.84V15.5h-5zm-2-2h9v5.63a3 3 0 01-1.36 2.52L19 23.7l-3.14-2.05a3 3 0 01-1.36-2.52V13.5zM8 16a4 4 0 00-4 4h8.55v2H2v-2a6 6 0 016-6h4.5v2H8z"/></svg>`;
|
|
1154
|
+
const tdesignUserSearch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-search" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM17.75 15a2.75 2.75 0 100 5.5 2.75 2.75 0 000-5.5zM13 17.75a4.75 4.75 0 118.74 2.58L23.41 22l-1.4 1.41-1.68-1.67a4.75 4.75 0 01-7.33-4zM8 16a4 4 0 00-4 4h7.55v2H2v-2a6 6 0 016-6h3.5v2H8z"/></svg>`;
|
|
1155
|
+
const tdesignUserSetting = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-setting" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM8 16a4 4 0 00-4 4h8.05v2H2v-2a6 6 0 016-6h4v2H8zM19.5 12.75v1.38a4 4 0 011.85 1.07l1.2-.7 1 1.74-1.2.69a4 4 0 010 2.14l1.2.69-1 1.73-1.2-.69a4 4 0 01-1.85 1.07v1.38h-2v-1.38a4 4 0 01-1.85-1.07l-1.2.7-1-1.74 1.2-.69a4 4 0 010-2.14l-1.2-.69 1-1.73 1.2.69a4 4 0 011.85-1.07v-1.38h2zm-2.75 4.28a2 2 0 000 1.94l.04.06a2 2 0 003.42 0l.04-.06a2 2 0 000-1.94l-.04-.06a2 2 0 00-3.42 0l-.04.06z"/></svg>`;
|
|
1156
|
+
const tdesignUserTalk1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-talk-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M8.5 4a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0zm17.07-1.35l.5.87a7 7 0 010 6.97l-.5.87-1.73-1 .5-.87a5 5 0 000-4.98l-.5-.87 1.73-1zm-3.03 1.74l.5.87a3.5 3.5 0 010 3.48l-.5.87-1.74-1 .5-.86a1.5 1.5 0 000-1.5l-.5-.86 1.74-1zM0 19a5 5 0 015-5h7a5 5 0 015 5v2h-2v-2a3 3 0 00-3-3H5a3 3 0 00-3 3v2H0v-2z"/></svg>`;
|
|
1157
|
+
const tdesignUserTalkOff1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-talk-off-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1.59L22.41 21 21 22.41l-4.04-4.03c.03.2.04.4.04.62v2h-2v-2a3 3 0 00-3-3H5a3 3 0 00-3 3v2H0v-2a5 5 0 015-5h7c.21 0 .42.01.62.04l-2.35-2.36a4.99 4.99 0 01-6.45-6.44L1.6 3 3 1.59zm2.5 5.33V7a3 3 0 003.08 3L5.5 6.92zM8.5 4c-.12 0-.24 0-.36.02l-.99.12-.23-1.99.99-.12L8.5 2a5 5 0 014.97 5.59l-.12 1-1.99-.24.12-1L11.5 7a3 3 0 00-3-3zm12.08 1.65l.5.87a7 7 0 010 6.97l-.5.87-1.74-1 .5-.87a5 5 0 000-4.98l-.5-.87 1.74-1zm-3.04 1.74l.5.87a3.5 3.5 0 010 3.49l-.5.86-1.74-1 .5-.86a1.5 1.5 0 000-1.5l-.5-.86 1.74-1z"/></svg>`;
|
|
1158
|
+
const tdesignUserTalk = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-talk" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm12.98 5.48l.6.8a7 7 0 010 8.44l-.6.8-1.6-1.2.6-.8a5 5 0 00.01-6.03l-.6-.8 1.6-1.2zM8 16a4 4 0 00-4 4h9.05v2H2v-2a6 6 0 016-6h5v2H8zm8.2-.9l.6.79a3.5 3.5 0 010 4.22l-.61.8-1.6-1.2.6-.8a1.5 1.5 0 000-1.82l-.6-.8 1.6-1.2z"/></svg>`;
|
|
1159
|
+
const tdesignUserTime = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-time" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm12 7a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM12.5 18a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM8 16a4 4 0 00-4 4h7.05v2H2v-2a6 6 0 016-6h3v2H8zm11-.25v1.84L20.41 19 19 20.41l-2-2v-2.66h2z"/></svg>`;
|
|
1160
|
+
const tdesignUserTransmit = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-transmit" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm12.58 5.6l3.67 2.88v1.52h-8.5v-2h4.65l-1.06-.83 1.24-1.57zM8 16a4 4 0 00-4 4h7.8v2H2v-2a6 6 0 016-6h3.75v2H8zm5.75 2.5h8.5v2H17.6l1.06.83-1.23 1.57-3.68-2.88V18.5z"/></svg>`;
|
|
1161
|
+
const tdesignUserUnknown = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-unknown" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM18 14c-.93 0-1.5.66-1.5 1.25v1h-2v-1c0-1.9 1.67-3.25 3.5-3.25s3.5 1.36 3.5 3.25c0 .91-.4 1.72-1.03 2.3L19 18.94v.68h-2v-1.54l2.11-2c.26-.23.39-.53.39-.83 0-.6-.57-1.25-1.5-1.25zM8 16a4 4 0 00-4 4h8.8v2H2v-2a6 6 0 016-6h4.75v2H8zm9 5h2v2h-2v-2z"/></svg>`;
|
|
1162
|
+
const tdesignUserUnlocked = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-unlocked" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM18 14c-.69 0-1.25.56-1.25 1.25V16h5.75v6.5h-9V16h1.25v-.75a3.25 3.25 0 015.54-2.3l.71.7-1.41 1.42-.7-.7A1.24 1.24 0 0018 14zm-2.5 4v2.5h5V18h-5zM8 16a4 4 0 00-4 4h7.55v2H2v-2a6 6 0 016-6h3.5v2H8z"/></svg>`;
|
|
1163
|
+
const tdesignUserVip = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-vip" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm8.38 6h7.24l2.08 4.16L18 24l-5.7-6.33 2.08-4.16zm1.24 2l-.92 1.84L18 21l3.3-3.67-.92-1.84h-4.76zM8 16a4 4 0 00-4 4h7.05v2H2v-2a6 6 0 016-6h3v2H8z"/></svg>`;
|
|
1164
|
+
const tdesignUserVisible = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user-visible" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM8 16a4 4 0 00-4 4h7.05v2H2v-2a6 6 0 016-6h3v2H8zM16.25 19v-2h2.5v2h-2.5z"/><path fill="currentColor" d="M17.5 22.5c4.42 0 6.09-4.5 6.09-4.5s-1.67-4.5-6.09-4.5-6.09 4.5-6.09 4.5 1.67 4.5 6.09 4.5zm0-2c-2.62 0-3.87-2.5-3.87-2.5s1.25-2.5 3.87-2.5 3.87 2.5 3.87 2.5-1.26 2.5-3.87 2.5z"/></svg>`;
|
|
1165
|
+
const tdesignUser = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-user" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM6.5 7.5a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zM3 19a5 5 0 015-5h8a5 5 0 015 5v3H3v-3zm5-3a3 3 0 00-3 3v1h14v-1a3 3 0 00-3-3H8z"/></svg>`;
|
|
1166
|
+
const tdesignUsergroupAdd = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-usergroup-add" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 5a3 3 0 000 6v2a5 5 0 00-5 5v4H2v-4a7 7 0 013.75-6.2A4.99 4.99 0 019 3h1v2H9zm6 0a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0zM7 19a5 5 0 015-5h3v2h-3a3 3 0 00-3 3v1h6v2H7v-3zm14-5v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"/></svg>`;
|
|
1167
|
+
const tdesignUsergroupClear = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-usergroup-clear" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M9 5a3 3 0 000 6v2a5 5 0 00-5 5v4H2v-4a7 7 0 013.75-6.2A4.99 4.99 0 019 3h1v2H9zm6 0a3 3 0 100 6 3 3 0 000-6zm-5 3a5 5 0 1110 0 5 5 0 01-10 0zM7 19a5 5 0 015-5h3v2h-3a3 3 0 00-3 3v1h6v2H7v-3zm10.88-4.54L20 16.6l2.12-2.13 1.42 1.42L21.4 18l2.13 2.12-1.42 1.42L20 19.4l-2.12 2.13-1.42-1.42L18.6 18l-2.13-2.12 1.42-1.42z"/></svg>`;
|
|
1168
|
+
const tdesignUsergroup = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-usergroup" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7 5a3 3 0 000 6v2a5 5 0 00-5 5v4H0v-4a7 7 0 013.75-6.2A4.99 4.99 0 017 3h1v2a5 5 0 018 0V3h1a5 5 0 013.25 8.8A7 7 0 0124 18v4h-2v-4a5 5 0 00-5-5v-2a3 3 0 100-6h-1a5 5 0 11-8 0H7zm5 0a3 3 0 100 6 3 3 0 000-6zM4 19a5 5 0 015-5h6a5 5 0 015 5v3H4v-3zm5-3a3 3 0 00-3 3v1h12v-1a3 3 0 00-3-3H9z"/></svg>`;
|
|
1169
|
+
const tdesignVehicle = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-vehicle" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 5c0-1.1.9-2 2-2h11a2 2 0 012 2v2h-2V5H2v7h6v2H2v4h6v2H5.41L3.5 21.91 2.09 20.5l.5-.5H2a2 2 0 01-2-2V5zm11.32 3h10.36L24 13.8v7.7h-2V20H11v1.5H9v-7.7L11.32 8zM11 18h11v-3.8l-.08-.2H11.08l-.08.2V18zm.88-6h9.24l-.8-2h-7.64l-.8 2zM3 15h2v2H3v-2zm9 0h2v2h-2v-2zm7 0h2v2h-2v-2z"/></svg>`;
|
|
1170
|
+
const tdesignVerified = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-verified" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7351)"><path fill="currentColor" d="M12 .19l3.62 3.08 4.73.38.38 4.73L23.81 12l-3.08 3.62-.38 4.73-4.73.38L12 23.81l-3.62-3.08-4.73-.38-.38-4.73L.19 12l3.08-3.62.38-4.73 4.73-.38L12 .19zm0 2.62l-2.81 2.4-3.69.3-.29 3.68L2.81 12l2.4 2.81.3 3.69 3.68.29 2.81 2.4 2.81-2.4 3.69-.3.29-3.68 2.4-2.81-2.4-2.81-.3-3.69-3.68-.29L12 2.81zm5.91 6.69L11 16.41 6.59 12 8 10.59l3 3 5.5-5.5 1.41 1.41z"/></g></svg>`;
|
|
1171
|
+
const tdesignVerify = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-verify" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v14h18V5H3zm12.5 4.5a1 1 0 110 2 1 1 0 010-2zm2.4 2.8a3 3 0 10-4.8 0 4 4 0 00-1.6 3.2v1h2v-1a2 2 0 114 0v1h2v-1a4 4 0 00-1.6-3.2zM5 9h4.5v2H5V9zm0 4h4.5v2H5v-2z"/></svg>`;
|
|
1172
|
+
const tdesignVideoCamera1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-video-camera-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 4h17v4.43l7-4.2v15.5l-7-4V20H0V4zm17 9.42l5 2.86V7.77l-5 3v2.65zM2 6v12h13V6H2zm2 2h6v2H4V8z"/></svg>`;
|
|
1173
|
+
const tdesignVideoCamera2 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-video-camera-2" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12.5 3a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm4.24 7A5.5 5.5 0 107.3 4.72 4 4 0 001.53 10H1v12h17v-2.52l5 2V10.52l-5 2V10h-1.26zM18 14.68l3-1.2v5.04l-3-1.2v-2.64zM16 12v8H3v-8h13zM5 10a2 2 0 110-4 2 2 0 010 4z"/></svg>`;
|
|
1174
|
+
const tdesignVideoCameraDollar = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-video-camera-dollar" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 4h17v4.43l7-4.2v15.5l-7-4V20H0V4zm17 9.42l5 2.85v-8.5l-5 3v2.65zM2 6v12h13V6H2zm7.5 1v1h2v2h-4v1h2a2 2 0 012 2v1a2 2 0 01-2 2v1h-2v-1h-2v-2h4v-1h-2a2 2 0 01-2-2v-1c0-1.1.9-2 2-2V7h2z"/></svg>`;
|
|
1175
|
+
const tdesignVideoCameraMinus = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-video-camera-minus" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M24 4.23v15.5l-7-4V20H0V4h17v4.43l7-4.2zm-7 6.54v2.65l5 2.86V7.77l-5 3zM15 18V6H2v12h13zm-2.5-5h-8v-2h8v2z"/></svg>`;
|
|
1176
|
+
const tdesignVideoCameraMusic = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-video-camera-music" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M24 4.23v15.5l-7-4V20H0V4h17v4.43l7-4.2zm-7 6.54v2.65l5 2.86V7.77l-5 3zM15 6H2v12h13V6zm-2.5 3h-2v5a3 3 0 11-2-2.83V7h4v2zm-4 5a1 1 0 10-2 0 1 1 0 002 0z"/></svg>`;
|
|
1177
|
+
const tdesignVideoCameraOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 25 24" class="t-icon t-icon-video-camera-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1.59L22.41 21 21 22.41l-4-4V20H0V4h2.59l-1-1L3 1.59zM4.59 6H2v12h13v-1.59L4.59 6zm3-2H17v4.43l7-4.2v15.19l-2-2V7.76l-5 3v2.65l-2-2V6H9.59l-2-2z"/></svg>`;
|
|
1178
|
+
const tdesignVideoCamera = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-video-camera" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M0 4h17v4.43l7-4.2v15.54l-7-4.2V20H0V4zm15 2H2v12h13V6zm2 7.23l5 3V7.77l-5 3v2.46z"/></svg>`;
|
|
1179
|
+
const tdesignVideoLibrary = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-video-library" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2h12v2H6V2zM4 5h16v2H4V5zM1.84 8h20.32l-2.1 14H3.94L1.84 8zm2.32 2l1.5 10h12.68l1.5-10H4.16zm6.34 1.5l4.67 3.5-4.67 3.5v-7z"/></svg>`;
|
|
1180
|
+
const tdesignVideo = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-video" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h16V4H4zm4 2.37L17.75 12 8 17.63V6.37zm2 3.46v4.34L13.75 12 10 9.83z"/></svg>`;
|
|
1181
|
+
const tdesignViewAgenda = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-view-agenda" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 3h20v8H2V3zm2 2v4h16V5H4zm-2 8h20v8H2v-8zm2 2v4h16v-4H4z"/></svg>`;
|
|
1182
|
+
const tdesignViewColumn = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-view-column" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6 2v20H4V2h2zm7 0v20h-2V2h2zm7 0v20h-2V2h2z"/></svg>`;
|
|
1183
|
+
const tdesignViewInAr = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-view-in-ar" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1.5 1.5h5v2h-3v3h-2v-5zm16 0h5v5h-2v-3h-3v-2zM12 3.85l7.06 4.07v8.16L12 20.15l-7.06-4.07V7.92L12 3.85zm-5.06 6.38v4.7L11 17.26v-4.7l-4.06-2.34zM13 17.27l4.06-2.35v-4.69L13 12.58v4.69zm-1-6.43l4.06-2.34L12 6.15 7.94 8.5 12 10.84zM3.5 17.5v3h3v2h-5v-5h2zm19 0v5h-5v-2h3v-3h2z"/></svg>`;
|
|
1184
|
+
const tdesignViewList = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-view-list" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 4h20v2H2V4zm0 7h20v2H2v-2zm1 7H2v2h20v-2H3z"/></svg>`;
|
|
1185
|
+
const tdesignViewModule = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-view-module" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h22v18H1V3zm2 2v6h4.67V5H3zm6.67 0v6h4.66V5H9.67zm6.66 0v6H21V5h-4.67zM21 13h-4.67v6H21v-6zm-6.67 6v-6H9.67v6h4.66zm-6.66 0v-6H3v6h4.67z"/></svg>`;
|
|
1186
|
+
const tdesignVisualRecognition = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-visual-recognition" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v10h-2V4H4v9.59l5-5 4.91 4.91-1.41 1.41-3.5-3.5-5 5V20h13v2H2V2zm13.55 5a1 1 0 100 2 1 1 0 000-2zm-3 1a3 3 0 116 0 3 3 0 01-6 0zM16 14h8v2h-3v7h-2v-7h-3v-2z"/></svg>`;
|
|
1187
|
+
const tdesignWallet = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wallet" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M1 3h15a3 3 0 013 3v1h4v14H1V3zm2 6v10h18V9H3zm0-2h14V6a1 1 0 00-1-1H3v2zm13 6h3v2h-3v-2z"/></svg>`;
|
|
1188
|
+
const tdesignWatch = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-watch" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.12 0h9.76l.5 4.02A3 3 0 0120 7v2h1v6h-1v2a3 3 0 01-2.61 2.98l-.5 4.02H7.11l-.5-4.02A3 3 0 014 17V7a3 3 0 012.61-2.98L7.11 0zm1.51 4h6.74l-.25-2H8.88l-.25 2zM7 18h10a1 1 0 001-1V7a1 1 0 00-1-1H7a1 1 0 00-1 1v10a1 1 0 001 1zm1.63 2l.25 2h6.24l.25-2H8.63z"/></svg>`;
|
|
1189
|
+
const tdesignWatermelon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-watermelon" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M18 .6L1.6 17l.69.7a16.04 16.04 0 004.12 2.92c1.6.8 3.4 1.38 5.08 1.38C17.85 22 23 16.85 23 10.49 23 8.8 22.42 7 21.62 5.4c-.8-1.6-1.86-3.08-2.92-4.12l-.7-.7zm2.94 9.06a9.51 9.51 0 01-10.28 10.28A11.52 11.52 0 0020.94 9.66zM17.9 3.51c.47.79.75 1.77.91 2.7a13.57 13.57 0 01.19 2.1v.21A9.51 9.51 0 019.49 18h-.06A4.78 4.78 0 018.9 18c-.36-.02-.88-.07-1.47-.17a9.61 9.61 0 01-2.87-.98L17.9 3.51zM17 8h-2v2h2V8zm-3 3h-2v2h2v-2zm-3 3H9v2h2v-2z"/></svg>`;
|
|
1190
|
+
const tdesignWaveLeft = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wave-left" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.16 3.2l-.83.56c-1 .7-1.88 1.57-2.57 2.57l-.57.83-1.64-1.14.56-.82C2.94 4 4 2.94 5.2 2.1l.82-.56 1.14 1.64zm4.3 3.68a.39.39 0 00-.55.55l5.23 5.23-1.41 1.42-6.6-6.6a.39.39 0 00-.55.54l6.6 6.6-1.41 1.42-5.24-5.24a.39.39 0 00-.55.55l2.09 2.08 3.15 3.16L10.81 18l-3.16-3.15a.39.39 0 00-.54.55l4.32 4.32a5.19 5.19 0 007.34 0l.84-.85c1.67-1.67 2-4.25.81-6.29l-2.22-3.8a.15.15 0 00-.27.1l.67 2.5a1 1 0 01-.28.98 1 1 0 01-1.4-.01l-5.46-5.47zm-5.47 6.3l-.42-.42a2.39 2.39 0 01.33-3.65A2.39 2.39 0 019.22 5.8a2.39 2.39 0 013.65-.33l3.08 3.08a2.15 2.15 0 013.97-.78l2.23 3.82a7.19 7.19 0 01-1.12 8.7l-.85.85a7.19 7.19 0 01-10.17 0L5.7 16.81a2.39 2.39 0 01.3-3.63z"/></svg>`;
|
|
1191
|
+
const tdesignWaveRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wave-right" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M19.05.37l.82.57c1.2.83 2.25 1.88 3.09 3.09l.56.82-1.64 1.13-.57-.82c-.7-1-1.57-1.88-2.57-2.57l-.83-.57L19.05.37zM12.2 4.3a2.39 2.39 0 013.65.33 2.39 2.39 0 013.32 3.32 2.4 2.4 0 01.33 3.65l-.42.42.3.25c.93.94.93 2.45 0 3.38l-4.33 4.32a7.19 7.19 0 01-10.16 0l-.85-.85a7.19 7.19 0 01-1.12-8.7l2.22-3.82a2.15 2.15 0 013.98.78l3.08-3.08zm5.89 5.89a.39.39 0 00-.55-.55l-5.24 5.24-1.41-1.42 6.6-6.6a.39.39 0 00-.55-.55l-6.6 6.6-1.42-1.4 5.24-5.25a.39.39 0 00-.55-.54l-5.47 5.46a1 1 0 01-1.67-.96l.67-2.5a.15.15 0 00-.27-.11l-2.23 3.81a5.19 5.19 0 00.82 6.29l.84.84a5.19 5.19 0 007.34 0l4.32-4.32a.39.39 0 00-.55-.54l-3.15 3.15-1.41-1.41 5.24-5.24z"/></svg>`;
|
|
1192
|
+
const tdesignWealth1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wealth-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5 7.97v3.53c0 .02.03.1.18.23.2.19.56.4 1.08.6 1.04.4 2.54.67 4.24.67 1.7 0 3.2-.27 4.24-.67.52-.2.87-.41 1.08-.6.15-.13.18-.21.18-.23V7.97a7.5 7.5 0 01-.54.23c-1.32.5-3.07.8-4.96.8-1.89 0-3.64-.3-4.96-.8A7.51 7.51 0 015 7.97zM18 5.5v6.52a5.5 5.5 0 11-4.9 8.78c-.8.13-1.69.2-2.6.2-1.89 0-3.64-.3-4.96-.8a5.45 5.45 0 01-1.7-.99A2.33 2.33 0 013 17.5v-12c0-.72.39-1.3.84-1.71a5.45 5.45 0 011.7-1C6.86 2.3 8.61 2 10.5 2c1.89 0 3.64.3 4.96.8.65.25 1.25.58 1.7.99.45.4.84.99.84 1.71zm-13 0c0 .02.04.1.18.23.2.19.56.4 1.08.6C7.3 6.73 8.8 7 10.5 7c1.7 0 3.2-.27 4.24-.67.52-.2.87-.41 1.08-.6.14-.13.17-.2.18-.23 0-.02-.04-.1-.18-.23-.2-.19-.56-.4-1.08-.6A12.3 12.3 0 0010.5 4c-1.7 0-3.2.27-4.24.67-.52.2-.87.41-1.08.6-.14.13-.17.2-.18.23zm0 8.47v3.53c0 .02.03.1.18.23.2.19.56.4 1.08.6 1.04.4 2.54.67 4.24.67.59 0 1.15-.03 1.68-.09a5.5 5.5 0 01.5-4.04c-.7.08-1.43.13-2.18.13-1.89 0-3.64-.3-4.96-.8a7.53 7.53 0 01-.54-.23zm12.5.03c-.13 0-.26 0-.39.02a3.5 3.5 0 10.39-.02z"/></svg>`;
|
|
1193
|
+
const tdesignWealth = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wealth" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M6.75 2.5h10.5v2.75c0 1.57-.69 2.98-1.78 3.94a9.03 9.03 0 014.4 3.95l.5.88-1.76.97-.48-.88A7 7 0 005 17.5v.5c0 1.1.9 2 2 2h7v2H7a4 4 0 01-4-4v-.5a9 9 0 015.53-8.3 5.24 5.24 0 01-1.78-3.95V2.5zm5.25 6c1.8 0 3.25-1.46 3.25-3.25V4.5h-6.5v.75c0 1.8 1.46 3.25 3.25 3.25zm4 7.5h7v2h-7v-2zm0 4h7v2h-7v-2z"/></svg>`;
|
|
1194
|
+
const tdesignWidget = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-widget" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M5.35 3h13.3L23 12.79V22H1v-9.21L5.35 3zm1.3 2l-3.11 7h16.92l-3.11-7H6.65zM21 14H3v6h18v-6zM5 16h2v2H5v-2zm4 0h2v2H9v-2z"/></svg>`;
|
|
1195
|
+
const tdesignWifi1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wifi-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3.43 7.69L12 18.39l8.57-10.7a15.01 15.01 0 00-17.14 0zm-2.05-.97a17 17 0 0121.24 0l.78.63L12 21.6.6 7.35l.78-.63z"/></svg>`;
|
|
1196
|
+
const tdesignWifiOff1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wifi-off-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1.59L22.41 21 21 22.41l-5.36-5.36L12 21.6.6 7.35l.78-.62c.75-.6 1.53-1.13 2.35-1.59L1.59 3 3 1.59zm2.2 5.03c-.6.31-1.2.67-1.77 1.07L12 18.39l2.21-2.76-9-9zM20.58 7.7A15 15 0 009.4 5.22l-.99.18-.34-1.97.99-.18c4.68-.81 9.64.34 13.55 3.47l.78.63-5.47 6.83-1.56-1.25 4.2-5.24z"/></svg>`;
|
|
1197
|
+
const tdesignWifiOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wifi-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M3 1.59L22.41 21 21 22.41l-7.3-7.3-2.56-2.55c-1.37.18-2.69.8-3.74 1.84l-.7.71-1.42-1.41.7-.71c1.02-1 2.22-1.71 3.49-2.1l-.37-.38-3.07-3.06A13 13 0 002.81 9.8l-.71.7L.69 9.1l.7-.7c.97-.97 2.03-1.78 3.17-2.43L1.59 3 3 1.59zM21.2 9.8a12.98 12.98 0 00-10.94-3.7l-1 .14L9 4.27l1-.14c4.47-.6 9.16.82 12.6 4.26l.71.71-1.41 1.41-.7-.7zm-10.61 7.78a2 2 0 012.82 0l.71.7L12 20.41 9.88 18.3l.7-.7z"/></svg>`;
|
|
1198
|
+
const tdesignWifi = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wifi" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M21.2 9.8a13 13 0 00-18.4 0l-.7.71L.7 9.1l.7-.7a15 15 0 0121.22 0l.7.7-1.41 1.41-.7-.7zm-4.6 4.6a6.5 6.5 0 00-9.2 0l-.7.71-1.42-1.41.71-.71a8.5 8.5 0 0112.02 0l.7.7-1.4 1.42-.71-.7zm-6.01 3.19a2 2 0 012.82 0l.71.7L12 20.41 9.88 18.3l.7-.7z"/></svg>`;
|
|
1199
|
+
const tdesignWindow1 = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-window-1" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M11 .61l11 3.67V22H2V3h9V.61zM11 5H4v15h10.84L11 18.72V5zm9 14.61v-5.89l-7-2.33v5.89l7 2.33zm0-8V5.72L13 3.4v5.89l7 2.33z"/></svg>`;
|
|
1200
|
+
const tdesignWindow = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-window" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M2 2h20v20H2V2zm2 2v16h7V4H4zm9 1.41v6.18l7 7V12.4l-7-7zm7 4.18V4h-5.59L20 9.59zM18.59 20L13 14.41V20h5.59z"/></svg>`;
|
|
1201
|
+
const tdesignWindyRain = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-windy-rain" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 5a1 1 0 100 2h5v2h-5a3 3 0 110-6h4v2h-4zM5.5 8a1.5 1.5 0 100 3H12v2H5.5a3.5 3.5 0 110-7H8v2H5.5zM20 7h2v2h-2V7zm0 4h2v2h-2v-2zm-6 0h4v2h-4v-2zm2 4h2v2h-2v-2zM5 18a3 3 0 013-3h1v2H8a1 1 0 100 2h4.5v2H8a3 3 0 01-3-3zm6-3h3v2h-3v-2z"/></svg>`;
|
|
1202
|
+
const tdesignWindy = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-windy" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M13 5a1 1 0 100 2h9v2h-9a3 3 0 110-6h4v2h-4zM5.5 8a1.5 1.5 0 100 3H22v2H5.5a3.5 3.5 0 110-7H8v2H5.5zM5 18a3 3 0 013-3h10v2H8a1 1 0 100 2h4.5v2H8a3 3 0 01-3-3z"/></svg>`;
|
|
1203
|
+
const tdesignWink = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wink" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm16.36-3.12l-1.82 1.03 1.86 1.39-1.2 1.6-3.2-2.4V9.04l3.38-1.9.98 1.74zM9 8v4H7V8h2zm-.1 5.63l.5.87a3 3 0 005.2 0l.5-.87 1.73 1-.5.87a5 5 0 01-8.66 0l-.5-.86 1.73-1z"/></svg>`;
|
|
1204
|
+
const tdesignWorkHistory = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-work-history" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 2.5h9v4H22V11h-2V8.5H4v11h7v2H2v-15h5.5v-4zm2 4h5v-2h-5v2zm8.5 8a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM12.5 18a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0zm6.5-2.25v1.84L20.41 19 19 20.41l-2-2v-2.66h2z"/></svg>`;
|
|
1205
|
+
const tdesignWorkOff = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-work-off" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><g clip-path="url(#clip0_8726_7418)"><path fill="currentColor" d="M2 .59L23.41 22 22 23.41l-1.91-1.91H2v-15h3.09L.59 2 2 .59zM7.09 8.5H4v11h14.09l-11-11zm.42-6h8.99v4H22v11.42l-2-2V8.5h-7.41l-2-2h3.91v-2h-5v1.62l-2-2.04V2.5z"/></g></svg>`;
|
|
1206
|
+
const tdesignWork = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-work" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M7.5 2.5h9v4H22v15H2v-15h5.5v-4zm2 4h5v-2h-5v2zM4 8.5v11h16v-11H4z"/></svg>`;
|
|
1207
|
+
const tdesignWrySmile = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-wry-smile" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M12 3a9 9 0 100 18 9 9 0 000-18zM1 12a11 11 0 1122 0 11 11 0 01-22 0zm9.23-2.13l-3.46 2-1-1.74 3.46-2 1 1.74zm4.54-1.74l3.46 2-1 1.74-3.46-2 1-1.74zm-5.87 5.5l.5.87a3 3 0 005.2 0l.5-.87 1.73 1-.5.87a5 5 0 01-8.66 0l-.5-.86 1.73-1z"/></svg>`;
|
|
1208
|
+
const tdesignZoomIn = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-zoom-in" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.1 5.9a6.5 6.5 0 10-9.2 9.2 6.5 6.5 0 009.2-9.2zM4.49 4.5a8.5 8.5 0 0112.69 11.27l5.34 5.35-1.41 1.41-5.35-5.34A8.5 8.5 0 014.5 4.49zM11.5 6.5v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"/></svg>`;
|
|
1209
|
+
const tdesignZoomOut = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" view-box="0 0 24 24" class="t-icon t-icon-zoom-out" style="width:var(--ng-icon__size, 1em);height:var(--ng-icon__size, 1em)"><path fill="currentColor" d="M15.1 5.9a6.5 6.5 0 10-9.2 9.2 6.5 6.5 0 009.2-9.2zM4.49 4.5a8.5 8.5 0 0112.69 11.27l5.34 5.35-1.41 1.41-5.35-5.34A8.5 8.5 0 014.5 4.49zM6.5 11.5v-2h8v2h-8z"/></svg>`;
|
|
1210
|
+
|
|
1211
|
+
/**
|
|
1212
|
+
* Generated bundle index. Do not edit.
|
|
1213
|
+
*/
|
|
1214
|
+
|
|
1215
|
+
export { tdesignActivity, tdesignAdd, tdesignAddAndSubtract, tdesignAddCircle, tdesignAddRectangle, tdesignAddressBook, tdesignAdjustment, tdesignAirplayWave, tdesignAlarm, tdesignAlarmAdd, tdesignAlarmOff, tdesignAlignTop, tdesignAlignVertical, tdesignAlpha, tdesignAnalytics, tdesignAnchor, tdesignAngry, tdesignAnimation, tdesignAnimation1, tdesignAnticlockwise, tdesignApi, tdesignApp, tdesignApple, tdesignApplication, tdesignArchitectureHuiStyle, tdesignArchway, tdesignArchway1, tdesignArrowDown, tdesignArrowDownCircle, tdesignArrowDownRectangle, tdesignArrowLeft, tdesignArrowLeftCircle, tdesignArrowLeftDown, tdesignArrowLeftDownCircle, tdesignArrowLeftRight1, tdesignArrowLeftRight2, tdesignArrowLeftRight3, tdesignArrowLeftRightCircle, tdesignArrowLeftUp, tdesignArrowLeftUpCircle, tdesignArrowRight, tdesignArrowRightCircle, tdesignArrowRightDown, tdesignArrowRightDownCircle, tdesignArrowRightUp, tdesignArrowRightUpCircle, tdesignArrowTriangleDown, tdesignArrowTriangleDownFilled, tdesignArrowTriangleUp, tdesignArrowTriangleUpFilled, tdesignArrowUp, tdesignArrowUpCircle, tdesignArrowUpDown1, tdesignArrowUpDown2, tdesignArrowUpDown3, tdesignArrowUpDownCircle, tdesignArtboard, tdesignArticle, tdesignAssignment, tdesignAssignmentChecked, tdesignAssignmentCode, tdesignAssignmentError, tdesignAssignmentUser, tdesignAttach, tdesignAttic, tdesignAttic1, tdesignAudio, tdesignAwkward, tdesignBacktop, tdesignBacktopRectangle, tdesignBackup, tdesignBackward, tdesignBadLaugh, tdesignBambooShoot, tdesignBanana, tdesignBarbecue, tdesignBarcode, tdesignBarcode1, tdesignBaseStation, tdesignBattery, tdesignBatteryAdd, tdesignBatteryCharging, tdesignBatteryLow, tdesignBean, tdesignBeer, tdesignBeta, tdesignBifurcate, tdesignBill, tdesignBlockchain, tdesignBluetooth, tdesignBone, tdesignBook, tdesignBookOpen, tdesignBookmark, tdesignBookmarkAdd, tdesignBookmarkChecked, tdesignBookmarkDouble, tdesignBookmarkMinus, tdesignBooks, tdesignBraces, tdesignBrackets, tdesignBread, tdesignBridge, tdesignBridge1, tdesignBridge2, tdesignBridge3, tdesignBridge4, tdesignBridge5, tdesignBridge6, tdesignBrightness, tdesignBrightness1, tdesignBroccoli, tdesignBrowse, tdesignBrowseGallery, tdesignBrowseOff, tdesignBrush, tdesignBug, tdesignBugReport, tdesignBuilding, tdesignBuilding1, tdesignBuilding2, tdesignBuilding3, tdesignBuilding4, tdesignBuilding5, tdesignBulletpoint, tdesignButton, tdesignCabbage, tdesignCake, tdesignCalculation, tdesignCalculation1, tdesignCalculator, tdesignCalculator1, tdesignCalendar, tdesignCalendar1, tdesignCalendar2, tdesignCalendarEdit, tdesignCalendarEvent, tdesignCall, tdesignCall1, tdesignCallCancel, tdesignCallForwarded, tdesignCallIncoming, tdesignCallOff, tdesignCalm, tdesignCalm1, tdesignCamera, tdesignCamera1, tdesignCamera2, tdesignCameraOff, tdesignCandy, tdesignCard, tdesignCardmembership, tdesignCaretDown, tdesignCaretDownSmall, tdesignCaretLeft, tdesignCaretLeftSmall, tdesignCaretRight, tdesignCaretRightSmall, tdesignCaretUp, tdesignCaretUpSmall, tdesignCart, tdesignCartAdd, tdesignCast, tdesignCastle, tdesignCastle1, tdesignCastle2, tdesignCastle3, tdesignCastle4, tdesignCastle5, tdesignCastle6, tdesignCastle7, tdesignCat, tdesignCatalog, tdesignCd, tdesignCelsius, tdesignCenterFocusStrong, tdesignCentimeter, tdesignCertificate, tdesignCertificate1, tdesignChart, tdesignChart3d, tdesignChartAdd, tdesignChartAnalytics, tdesignChartArea, tdesignChartAreaMulti, tdesignChartBar, tdesignChartBubble, tdesignChartColum, tdesignChartCombo, tdesignChartLine, tdesignChartLineData, tdesignChartLineData1, tdesignChartLineMulti, tdesignChartMaximum, tdesignChartMedian, tdesignChartMinimum, tdesignChartPie, tdesignChartRadar, tdesignChartRadial, tdesignChartRing, tdesignChartRing1, tdesignChartScatter, tdesignChartStacked, tdesignChat, tdesignChatAdd, tdesignChatBubble, tdesignChatBubble1, tdesignChatBubbleAdd, tdesignChatBubbleError, tdesignChatBubbleHelp, tdesignChatBubbleHistory, tdesignChatBubbleLocked, tdesignChatBubbleSmile, tdesignChatChecked, tdesignChatClear, tdesignChatDouble, tdesignChatError, tdesignChatHeart, tdesignChatMessage, tdesignChatOff, tdesignChatPoll, tdesignChatSetting, tdesignCheck, tdesignCheckCircle, tdesignCheckCircleFilled, tdesignCheckDouble, tdesignCheckRectangle, tdesignCheckRectangleFilled, tdesignCheese, tdesignCherry, tdesignChevronDown, tdesignChevronDownCircle, tdesignChevronDownDouble, tdesignChevronDownDoubleS, tdesignChevronDownRectangle, tdesignChevronDownS, tdesignChevronLeft, tdesignChevronLeftCircle, tdesignChevronLeftDouble, tdesignChevronLeftDoubleS, tdesignChevronLeftRectangle, tdesignChevronLeftS, tdesignChevronRight, tdesignChevronRightCircle, tdesignChevronRightDouble, tdesignChevronRightDoubleS, tdesignChevronRightRectangle, tdesignChevronRightS, tdesignChevronUp, tdesignChevronUpCircle, tdesignChevronUpDouble, tdesignChevronUpDoubleS, tdesignChevronUpRectangle, tdesignChevronUpS, tdesignChicken, tdesignChili, tdesignChimney, tdesignChimney1, tdesignChimney2, tdesignChineseCabbage, tdesignChurch, tdesignCircle, tdesignCity, tdesignCity1, tdesignCity10, tdesignCity11, tdesignCity12, tdesignCity13, tdesignCity14, tdesignCity15, tdesignCity2, tdesignCity3, tdesignCity4, tdesignCity5, tdesignCity6, tdesignCity7, tdesignCity8, tdesignCity9, tdesignCityAncient, tdesignCityAncient1, tdesignCityAncient2, tdesignClear, tdesignClearFormatting, tdesignClearFormatting1, tdesignClose, tdesignCloseCircle, tdesignCloseCircleFilled, tdesignCloseOctagon, tdesignCloseRectangle, tdesignCloud, tdesignCloudDownload, tdesignCloudUpload, tdesignCloudyDay, tdesignCloudyNight, tdesignCloudyNightRain, tdesignCloudyRain, tdesignCloudySunny, tdesignCode, tdesignCode1, tdesignCodeOff, tdesignCola, tdesignCollage, tdesignCollection, tdesignColorInvert, tdesignCombination, tdesignCommand, tdesignCompass, tdesignCompass1, tdesignComponentBreadcrumb, tdesignComponentCheckbox, tdesignComponentDividerHorizontal, tdesignComponentDividerVertical, tdesignComponentDropdown, tdesignComponentGrid, tdesignComponentInput, tdesignComponentLayout, tdesignComponentRadio, tdesignComponentSpace, tdesignComponentSteps, tdesignComponentSwitch, tdesignConstraint, tdesignContrast, tdesignContrast1, tdesignControlPlatform, tdesignCooperate, tdesignCoordinateSystem, tdesignCopy, tdesignCopyright, tdesignCorn, tdesignCoupon, tdesignCourse, tdesignCpu, tdesignCrack, tdesignCreditcard, tdesignCreditcardAdd, tdesignCreditcardOff, tdesignCrookedSmile, tdesignCryAndLaugh, tdesignCryLoudly, tdesignCss3, tdesignCucumber, tdesignCurrencyExchange, tdesignCursor, tdesignCurtain, tdesignCurve, tdesignCut, tdesignCut1, tdesignDam, tdesignDam1, tdesignDam2, tdesignDam3, tdesignDam4, tdesignDam5, tdesignDam6, tdesignDam7, tdesignDartBoard, tdesignDashboard, tdesignDashboard1, tdesignData, tdesignDataBase, tdesignDataChecked, tdesignDataDisplay, tdesignDataError, tdesignDataSearch, tdesignDelete, tdesignDelete1, tdesignDeleteTime, tdesignDelta, tdesignDepressed, tdesignDesktop, tdesignDesktop1, tdesignDespise, tdesignDevice, tdesignDiscount, tdesignDiscountFilled, tdesignDissatisfaction, tdesignDivide, tdesignDividers, tdesignDividers1, tdesignDoge, tdesignDoubleStorey, tdesignDownload, tdesignDownload1, tdesignDownscale, tdesignDragDrop, tdesignDragMove, tdesignDrink, tdesignDrumstick, tdesignDv, tdesignDvd, tdesignEarphone, tdesignEarth, tdesignEdit, tdesignEdit1, tdesignEdit2, tdesignEditOff, tdesignEducation, tdesignEggplant, tdesignEllipsis, tdesignEmoEmotional, tdesignEnter, tdesignEqual, tdesignError, tdesignErrorCircle, tdesignErrorCircleFilled, tdesignErrorTriangle, tdesignExcited, tdesignExcited1, tdesignExpandHorizontal, tdesignExpandVertical, tdesignExplore, tdesignExploreOff, tdesignExposure, tdesignExtension, tdesignExtensionOff, tdesignFaceRetouching, tdesignFactCheck, tdesignFahrenheitScale, tdesignFeature, tdesignFeelAtEase, tdesignFerocious, tdesignFerrisWheel, tdesignFile, tdesignFile1, tdesignFileAdd, tdesignFileAdd1, tdesignFileAttachment, tdesignFileBlocked, tdesignFileCode, tdesignFileCode1, tdesignFileCopy, tdesignFileDownload, tdesignFileExcel, tdesignFileExport, tdesignFileIcon, tdesignFileImage, tdesignFileImport, tdesignFileLocked, tdesignFileMinus, tdesignFileMusic, tdesignFileOnenote, tdesignFileOutlook, tdesignFilePaste, tdesignFilePdf, tdesignFilePowerpoint, tdesignFileRestore, tdesignFileSafety, tdesignFileSearch, tdesignFileSetting, tdesignFileTeams, tdesignFileUnknown, tdesignFileUnlocked, tdesignFileWord, tdesignFileZip, tdesignFillColor, tdesignFillColor1, tdesignFilm, tdesignFilm1, tdesignFilter, tdesignFilter1, tdesignFilter2, tdesignFilter3, tdesignFilterClear, tdesignFilterOff, tdesignFingerprint, tdesignFingerprint1, tdesignFingerprint2, tdesignFingerprint3, tdesignFish, tdesignFlag, tdesignFlag1, tdesignFlag2, tdesignFlag3, tdesignFlag4, tdesignFlashlight, tdesignFlightLanding, tdesignFlightTakeoff, tdesignFlipSmilingFace, tdesignFlipToBack, tdesignFlipToFront, tdesignFocus, tdesignFog, tdesignFogNight, tdesignFogSunny, tdesignFolder, tdesignFolder1, tdesignFolderAdd, tdesignFolderAdd1, tdesignFolderBlocked, tdesignFolderDetails, tdesignFolderExport, tdesignFolderImport, tdesignFolderLocked, tdesignFolderMinus, tdesignFolderMove, tdesignFolderOff, tdesignFolderOpen, tdesignFolderOpen1, tdesignFolderSearch, tdesignFolderSetting, tdesignFolderShared, tdesignFolderUnlocked, tdesignFolderZip, tdesignForest, tdesignFork, tdesignForm, tdesignFormatHorizontalAlignBottom, tdesignFormatHorizontalAlignCenter, tdesignFormatHorizontalAlignTop, tdesignFormatVerticalAlignCenter, tdesignFormatVerticalAlignLeft, tdesignFormatVerticalAlignRight, tdesignForward, tdesignFrame, tdesignFrame1, tdesignFries, tdesignFullscreen, tdesignFullscreen1, tdesignFullscreen2, tdesignFullscreenExit, tdesignFullscreenExit1, tdesignFunctionAdd, tdesignFunctionCurve, tdesignFunctions, tdesignFunctions1, tdesignGamepad, tdesignGamepad1, tdesignGamma, tdesignGarlic, tdesignGenderFemale, tdesignGenderMale, tdesignGestureApplause, tdesignGestureClick, tdesignGestureDown, tdesignGestureExpansion, tdesignGestureLeft, tdesignGestureLeftSlip, tdesignGesturePray, tdesignGesturePray1, tdesignGesturePress, tdesignGestureRanslation, tdesignGestureRanslation1, tdesignGestureRight, tdesignGestureRightSlip, tdesignGestureSlideUp, tdesignGestureUp, tdesignGestureUp1, tdesignGestureUp2, tdesignGestureUpAndDown, tdesignGestureWipeDown, tdesignGift, tdesignGiggle, tdesignGitBranch, tdesignGitCommit, tdesignGitMerge, tdesignGitPullRequest, tdesignGitRepository, tdesignGitRepositoryCommits, tdesignGitRepositoryPrivate, tdesignGps, tdesignGrape, tdesignGreaterThan, tdesignGreaterThanOrEqual, tdesignGreenOnion, tdesignGridAdd, tdesignGridView, tdesignGuitar, tdesignHamburger, tdesignHappy, tdesignHardDiskStorage, tdesignHardDrive, tdesignHashtag, tdesignHd, tdesignHeart, tdesignHeartFilled, tdesignHelp, tdesignHelpCircle, tdesignHelpCircleFilled, tdesignHelpRectangle, tdesignHighlight, tdesignHighlight1, tdesignHistory, tdesignHistorySetting, tdesignHome, tdesignHospital, tdesignHospital1, tdesignHotspotWave, tdesignHourglass, tdesignHouses, tdesignHouses1, tdesignHouses2, tdesignHtml5, tdesignHttps, tdesignIceCream, tdesignIcon, tdesignImage, tdesignImage1, tdesignImageAdd, tdesignImageEdit, tdesignImageError, tdesignImageOff, tdesignImageSearch, tdesignIndentLeft, tdesignIndentRight, tdesignIndicator, tdesignInfoCircle, tdesignInfoCircleFilled, tdesignInk, tdesignInstall, tdesignInstallDesktop, tdesignInstallMobile, tdesignInstitution, tdesignInstitutionChecked, tdesignInternet, tdesignIpod, tdesignJoyful, tdesignJump, tdesignJumpOff, tdesignKeyboard, tdesignLaptop, tdesignLayers, tdesignLayout, tdesignLeaderboard, tdesignLemon, tdesignLemonSlice, tdesignLessThan, tdesignLessThanOrEqual, tdesignLettersA, tdesignLettersB, tdesignLettersC, tdesignLettersD, tdesignLettersE, tdesignLettersF, tdesignLettersG, tdesignLettersH, tdesignLettersI, tdesignLettersJ, tdesignLettersK, tdesignLettersL, tdesignLettersM, tdesignLettersN, tdesignLettersO, tdesignLettersP, tdesignLettersQ, tdesignLettersR, tdesignLettersS, tdesignLettersT, tdesignLettersU, tdesignLettersV, tdesignLettersW, tdesignLettersX, tdesignLettersY, tdesignLettersZ, tdesignLightbulb, tdesignLightbulbCircle, tdesignLighthouse, tdesignLighthouse1, tdesignLighthouse2, tdesignLightingCircle, tdesignLineHeight, tdesignLink, tdesignLink1, tdesignLinkUnlink, tdesignLiquor, tdesignList, tdesignLoad, tdesignLoading, tdesignLocation, tdesignLocation1, tdesignLocationEnlargement, tdesignLocationError, tdesignLocationParkingPlace, tdesignLocationReduction, tdesignLocationSetting, tdesignLockOff, tdesignLockOn, tdesignLockTime, tdesignLogin, tdesignLogoAdobeIllustrate, tdesignLogoAdobePhotoshop, tdesignLogoAdobePhotoshop1, tdesignLogoAndroid, tdesignLogoApple, tdesignLogoAppleFilled, tdesignLogoBehance, tdesignLogoChrome, tdesignLogoChromeFilled, tdesignLogoCinema4d, tdesignLogoCodepen, tdesignLogoCodesandbox, tdesignLogoDribbble, tdesignLogoFacebook, tdesignLogoFigma, tdesignLogoFramer, tdesignLogoGithub, tdesignLogoGithubFilled, tdesignLogoGitlab, tdesignLogoIe, tdesignLogoIeFilled, tdesignLogoInstagram, tdesignLogoQq, tdesignLogoTwitter, tdesignLogoWechat, tdesignLogoWechatStroke, tdesignLogoWecom, tdesignLogoWindows, tdesignLogoWindowsFilled, tdesignLogoYoutube, tdesignLogout, tdesignLookAround, tdesignLoudspeaker, tdesignMail, tdesignMap, tdesignMap3d, tdesignMapAdd, tdesignMapAiming, tdesignMapBlocked, tdesignMapBubble, tdesignMapCancel, tdesignMapChat, tdesignMapChecked, tdesignMapCollection, tdesignMapConnection, tdesignMapDistance, tdesignMapDouble, tdesignMapEdit, tdesignMapGrid, tdesignMapInformation, tdesignMapInformation1, tdesignMapInformation2, tdesignMapLocation, tdesignMapLocked, tdesignMapMarked, tdesignMapNavigation, tdesignMapOutline, tdesignMapRoutePlanning, tdesignMapRuler, tdesignMapSafety, tdesignMapSearch, tdesignMapSearch1, tdesignMapSetting, tdesignMapUnlocked, tdesignMarkAsUnread, tdesignMarkup, tdesignMathematics, tdesignMeasurement, tdesignMeasurement1, tdesignMeasurement2, tdesignMeatPepper, tdesignMediaLibrary, tdesignMember, tdesignMenu, tdesignMenuApplication, tdesignMenuFold, tdesignMenuUnfold, tdesignMergeCells, tdesignMicrophone, tdesignMicrophone1, tdesignMicrophone2, tdesignMilk, tdesignMinus, tdesignMinusCircle, tdesignMinusCircleFilled, tdesignMinusRectangle, tdesignMinusRectangleFilled, tdesignMirror, tdesignMobile, tdesignMobileBlocked, tdesignMobileList, tdesignMobileNavigation, tdesignMobileShortcut, tdesignMobileVibrate, tdesignModeDark, tdesignModeLight, tdesignModule, tdesignMoney, tdesignMoneyCircle, tdesignMonument, tdesignMoon, tdesignMoonFall, tdesignMoonRising, tdesignMore, tdesignMosque, tdesignMosque1, tdesignMouse, tdesignMove, tdesignMove1, tdesignMovieClapper, tdesignMultiply, tdesignMuseum, tdesignMuseum1, tdesignMuseum2, tdesignMushroom, tdesignMushroom1, tdesignMusic, tdesignMusic1, tdesignMusic2, tdesignMusicRectangleAdd, tdesignNavigationArrow, tdesignNext, tdesignNoExpression, tdesignNoodle, tdesignNotification, tdesignNotificationAdd, tdesignNotificationCircle, tdesignNotificationError, tdesignNotificationFilled, tdesignNumbers0, tdesignNumbers01, tdesignNumbers1, tdesignNumbers11, tdesignNumbers2, tdesignNumbers21, tdesignNumbers3, tdesignNumbers31, tdesignNumbers4, tdesignNumbers41, tdesignNumbers5, tdesignNumbers51, tdesignNumbers6, tdesignNumbers61, tdesignNumbers7, tdesignNumbers71, tdesignNumbers8, tdesignNumbers81, tdesignNumbers9, tdesignNumbers91, tdesignNut, tdesignObjectStorage, tdesignOpenMouth, tdesignOpera, tdesignOrderAdjustmentColumn, tdesignOrderAscending, tdesignOrderDescending, tdesignOutbox, tdesignPageFirst, tdesignPageHead, tdesignPageLast, tdesignPalace, tdesignPalace1, tdesignPalace2, tdesignPalace3, tdesignPalace4, tdesignPalette, tdesignPalette1, tdesignPanoramaHorizontal, tdesignPanoramaVertical, tdesignPantone, tdesignParabola, tdesignParentheses, tdesignPaste, tdesignPatio, tdesignPause, tdesignPauseCircle, tdesignPauseCircleFilled, tdesignPauseCircleStroke, tdesignPea, tdesignPeach, tdesignPear, tdesignPearlOfTheOrient, tdesignPen, tdesignPenBall, tdesignPenBrush, tdesignPenMark, tdesignPenQuill, tdesignPending, tdesignPercent, tdesignPersonalInformation, tdesignPhoneLocked, tdesignPhoneSearch, tdesignPhoto, tdesignPi, tdesignPiano, tdesignPin, tdesignPinFilled, tdesignPlay, tdesignPlayCircle, tdesignPlayCircleFilled, tdesignPlayCircleStroke, tdesignPlayCircleStrokeAdd, tdesignPlayDemo, tdesignPlayRectangle, tdesignPlus, tdesignPopsicle, tdesignPortrait, tdesignPout, tdesignPoweroff, tdesignPreciseMonitor, tdesignPrevious, tdesignPrint, tdesignPumpkin, tdesignPyramid, tdesignPyramidMaya, tdesignQrcode, tdesignQuadratic, tdesignQuestionnaire, tdesignQueue, tdesignRadar, tdesignRadio1, tdesignRadio2, tdesignRadish, tdesignRainHeavy, tdesignRainLight, tdesignRainMedium, tdesignRainbow, tdesignRectangle, tdesignRefresh, tdesignRelation, tdesignRelativity, tdesignRemoteWave, tdesignRemove, tdesignReplay, tdesignRice, tdesignRiceBall, tdesignRoast, tdesignRocket, tdesignRollback, tdesignRollfront, tdesignRootList, tdesignRotate, tdesignRotateLocked, tdesignRotation, tdesignRound, tdesignRouterWave, tdesignRss, tdesignRuler, tdesignSailingHotel, tdesignSandwich, tdesignSaturation, tdesignSausage, tdesignSave, tdesignSavingPot, tdesignScan, tdesignScreen4k, tdesignScreencast, tdesignScreenshot, tdesignScrollBar, tdesignSdCard, tdesignSdCard1, tdesignSearch, tdesignSearchError, tdesignSecured, tdesignSend, tdesignSendCancel, tdesignSensors, tdesignSensors1, tdesignSensors2, tdesignSensorsOff, tdesignSerenity, tdesignServer, tdesignService, tdesignSetting, tdesignSetting1, tdesignShare, tdesignShare1, tdesignSharpness, tdesignShieldError, tdesignShimen, tdesignShop, tdesignShop1, tdesignShop2, tdesignShop3, tdesignShop4, tdesignShop5, tdesignShrimp, tdesignShrinkHorizontal, tdesignShrinkVertical, tdesignShutter, tdesignShutup, tdesignSimCard, tdesignSimCard1, tdesignSimCard2, tdesignSinisterSmile, tdesignSip, tdesignSlash, tdesignSleep, tdesignSlice, tdesignSlideshow, tdesignSmile, tdesignSneer, tdesignSnowflake, tdesignSonic, tdesignSound, tdesignSoundDown, tdesignSoundHigh, tdesignSoundLow, tdesignSoundMute, tdesignSoundMute1, tdesignSoundUp, tdesignSpace, tdesignSpeechless1, tdesignStar, tdesignStarFilled, tdesignStatueOfJesus, tdesignStickyNote, tdesignStop, tdesignStopCircle, tdesignStopCircle1, tdesignStopCircleFilled, tdesignStopCircleStroke, tdesignStore, tdesignStreetRoad, tdesignStreetRoad1, tdesignSubtitle, tdesignSubwayLine, tdesignSum, tdesignSunFall, tdesignSunRising, tdesignSunny, tdesignSupport, tdesignSurprised, tdesignSurprised1, tdesignSwap, tdesignSwapLeft, tdesignSwapRight, tdesignSwear1, tdesignSwear2, tdesignSystem2, tdesignSystem3, tdesignSystemApplication, tdesignSystemBlocked, tdesignSystemCode, tdesignSystemComponents, tdesignSystemCoordinate, tdesignSystemDevice, tdesignSystemInterface, tdesignSystemLocation, tdesignSystemLocked, tdesignSystemLog, tdesignSystemMarked, tdesignSystemMessages, tdesignSystemRegulation, tdesignSystemSearch, tdesignSystemSetting, tdesignSystemStorage, tdesignSystemSum, tdesignSystemUnlocked, tdesignTab, tdesignTable, tdesignTable1, tdesignTable2, tdesignTableAdd, tdesignTableSplit, tdesignTag, tdesignTangerinr, tdesignTape, tdesignTask, tdesignTask1, tdesignTaskAdd, tdesignTaskAdd1, tdesignTaskChecked, tdesignTaskError, tdesignTaskLocation, tdesignTaskMarked, tdesignTaskSetting, tdesignTaskVisible, tdesignTea, tdesignTeahouse, tdesignTemplate, tdesignTemple, tdesignTerminal, tdesignTerminalRectangle, tdesignTerminalRectangle1, tdesignTerminalWindow, tdesignTextbox, tdesignTextformatBold, tdesignTextformatColor, tdesignTextformatItalic, tdesignTextformatStrikethrough, tdesignTextformatUnderline, tdesignTextformatWrap, tdesignTheaters, tdesignThumbDown, tdesignThumbDown1, tdesignThumbDown2, tdesignThumbUp, tdesignThumbUp1, tdesignThumbUp2, tdesignThunder, tdesignThunderstorm, tdesignThunderstormNight, tdesignThunderstormSunny, tdesignTicket, tdesignTime, tdesignTimeFilled, tdesignTips, tdesignTipsDouble, tdesignTomato, tdesignTools, tdesignToolsCircle, tdesignTornado, tdesignTower, tdesignTower1, tdesignTower2, tdesignTower3, tdesignTowerClock, tdesignTown, tdesignTraffic, tdesignTrafficEvents, tdesignTransform, tdesignTransform1, tdesignTransform2, tdesignTransform3, tdesignTranslate, tdesignTranslate1, tdesignTreeList, tdesignTreeRoundDot, tdesignTreeRoundDotVertical, tdesignTreeSquareDot, tdesignTreeSquareDotVertical, tdesignTrendingDown, tdesignTrendingUp, tdesignTv, tdesignTv1, tdesignTv2, tdesignTypography, tdesignUncomfortable, tdesignUncomfortable1, tdesignUncomfortable2, tdesignUndertake, tdesignUndertakeDelivery, tdesignUndertakeEnvironmentProtection, tdesignUndertakeHoldUp, tdesignUndertakeTransaction, tdesignUnfoldLess, tdesignUnfoldMore, tdesignUnhappy, tdesignUnhappy1, tdesignUninstall, tdesignUpload, tdesignUpload1, tdesignUpscale, tdesignUsb, tdesignUser, tdesignUser1, tdesignUserAdd, tdesignUserArrowDown, tdesignUserArrowLeft, tdesignUserArrowRight, tdesignUserArrowUp, tdesignUserAvatar, tdesignUserBlocked, tdesignUserBusiness, tdesignUserChecked, tdesignUserChecked1, tdesignUserCircle, tdesignUserClear, tdesignUserError1, tdesignUserInvisible, tdesignUserList, tdesignUserLocked, tdesignUserMarked, tdesignUserPassword, tdesignUserSafety, tdesignUserSearch, tdesignUserSetting, tdesignUserTalk, tdesignUserTalk1, tdesignUserTalkOff1, tdesignUserTime, tdesignUserTransmit, tdesignUserUnknown, tdesignUserUnlocked, tdesignUserVip, tdesignUserVisible, tdesignUsergroup, tdesignUsergroupAdd, tdesignUsergroupClear, tdesignVehicle, tdesignVerified, tdesignVerify, tdesignVideo, tdesignVideoCamera, tdesignVideoCamera1, tdesignVideoCamera2, tdesignVideoCameraDollar, tdesignVideoCameraMinus, tdesignVideoCameraMusic, tdesignVideoCameraOff, tdesignVideoLibrary, tdesignViewAgenda, tdesignViewColumn, tdesignViewInAr, tdesignViewList, tdesignViewModule, tdesignVisualRecognition, tdesignWallet, tdesignWatch, tdesignWatermelon, tdesignWaveLeft, tdesignWaveRight, tdesignWealth, tdesignWealth1, tdesignWidget, tdesignWifi, tdesignWifi1, tdesignWifiOff, tdesignWifiOff1, tdesignWindow, tdesignWindow1, tdesignWindy, tdesignWindyRain, tdesignWink, tdesignWork, tdesignWorkHistory, tdesignWorkOff, tdesignWrySmile, tdesignZoomIn, tdesignZoomOut };
|
|
1216
|
+
//# sourceMappingURL=ng-icons-tdesign-icons.mjs.map
|