Skip to content

Commit

Permalink
Merge pull request #125 from pierreavn/release/2.36.0
Browse files Browse the repository at this point in the history
[AUTO] Tabler Icons v2.36.0
  • Loading branch information
pierreavn authored Oct 3, 2023
2 parents 15c36eb + c292226 commit 4b4c130
Show file tree
Hide file tree
Showing 28 changed files with 253 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# angular-tabler-icons

[![tabler-icons-version](https://img.shields.io/badge/Tabler%20Icons-v2.35.0-%23206bc4?style=flat-square)](https://tabler-icons.io)
[![tabler-icons-version](https://img.shields.io/badge/Tabler%20Icons-v2.36.0-%23206bc4?style=flat-square)](https://tabler-icons.io)
[![license](https://img.shields.io/npm/l/angular-tabler-icons.svg?style=flat-square)]()
[![downloads](https://img.shields.io/npm/dm/angular-tabler-icons?style=flat-square)]()

Expand Down Expand Up @@ -78,7 +78,7 @@ After importing the _IconsModule_ in your feature or shared module, use the icon

List of available icons: https://tabler-icons.io/

This version includes **Tabler Icons v2.35.0**, see [changelog](https://tabler-icons.io/changelog) to know which icons are available.
This version includes **Tabler Icons v2.36.0**, see [changelog](https://tabler-icons.io/changelog) to know which icons are available.


## Styling icons
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"@tabler/icons": "2.35.0",
"@tabler/icons": "2.36.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
Expand Down
21 changes: 20 additions & 1 deletion projects/angular-tabler-icons/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export { IconAirBalloon } from './svg/air-balloon';
export { IconAirConditioningDisabled } from './svg/air-conditioning-disabled';
export { IconAirConditioning } from './svg/air-conditioning';
export { IconAirTrafficControl } from './svg/air-traffic-control';
export { IconAlarmAverage } from './svg/alarm-average';
export { IconAlarmFilled } from './svg/alarm-filled';
export { IconAlarmMinusFilled } from './svg/alarm-minus-filled';
export { IconAlarmMinus } from './svg/alarm-minus';
Expand Down Expand Up @@ -257,6 +258,8 @@ export { IconArrowLoopLeft2 } from './svg/arrow-loop-left-2';
export { IconArrowLoopLeft } from './svg/arrow-loop-left';
export { IconArrowLoopRight2 } from './svg/arrow-loop-right-2';
export { IconArrowLoopRight } from './svg/arrow-loop-right';
export { IconArrowMergeAltLeft } from './svg/arrow-merge-alt-left';
export { IconArrowMergeAltRight } from './svg/arrow-merge-alt-right';
export { IconArrowMergeBoth } from './svg/arrow-merge-both';
export { IconArrowMergeLeft } from './svg/arrow-merge-left';
export { IconArrowMergeRight } from './svg/arrow-merge-right';
Expand Down Expand Up @@ -481,6 +484,7 @@ export { IconBattery } from './svg/battery';
export { IconBeachOff } from './svg/beach-off';
export { IconBeach } from './svg/beach';
export { IconBedFilled } from './svg/bed-filled';
export { IconBedFlat } from './svg/bed-flat';
export { IconBedOff } from './svg/bed-off';
export { IconBed } from './svg/bed';
export { IconBeerFilled } from './svg/beer-filled';
Expand Down Expand Up @@ -534,6 +538,7 @@ export { IconBleachChlorine } from './svg/bleach-chlorine';
export { IconBleachNoChlorine } from './svg/bleach-no-chlorine';
export { IconBleachOff } from './svg/bleach-off';
export { IconBleach } from './svg/bleach';
export { IconBlender } from './svg/blender';
export { IconBlockquote } from './svg/blockquote';
export { IconBluetoothConnected } from './svg/bluetooth-connected';
export { IconBluetoothOff } from './svg/bluetooth-off';
Expand All @@ -542,6 +547,7 @@ export { IconBluetooth } from './svg/bluetooth';
export { IconBlurOff } from './svg/blur-off';
export { IconBlur } from './svg/blur';
export { IconBmp } from './svg/bmp';
export { IconBodyScan } from './svg/body-scan';
export { IconBoldOff } from './svg/bold-off';
export { IconBold } from './svg/bold';
export { IconBoltOff } from './svg/bolt-off';
Expand Down Expand Up @@ -1749,8 +1755,8 @@ export { IconDeviceDesktopUp } from './svg/device-desktop-up';
export { IconDeviceDesktopX } from './svg/device-desktop-x';
export { IconDeviceDesktop } from './svg/device-desktop';
export { IconDeviceFloppy } from './svg/device-floppy';
export { IconDeviceGamePad } from './svg/device-game-pad';
export { IconDeviceGamepad2 } from './svg/device-gamepad-2';
export { IconDeviceGamepad3 } from './svg/device-gamepad-3';
export { IconDeviceGamepad } from './svg/device-gamepad';
export { IconDeviceHeartMonitorFilled } from './svg/device-heart-monitor-filled';
export { IconDeviceHeartMonitor } from './svg/device-heart-monitor';
Expand Down Expand Up @@ -2415,8 +2421,12 @@ export { IconGraphOff } from './svg/graph-off';
export { IconGraph } from './svg/graph';
export { IconGrave2 } from './svg/grave-2';
export { IconGrave } from './svg/grave';
export { IconGrid3x3 } from './svg/grid-3x3';
export { IconGrid4x4 } from './svg/grid-4x4';
export { IconGridDots } from './svg/grid-dots';
export { IconGridGoldenratio } from './svg/grid-goldenratio';
export { IconGridPattern } from './svg/grid-pattern';
export { IconGridScan } from './svg/grid-scan';
export { IconGrillFork } from './svg/grill-fork';
export { IconGrillOff } from './svg/grill-off';
export { IconGrillSpatula } from './svg/grill-spatula';
Expand Down Expand Up @@ -3467,6 +3477,7 @@ export { IconPhotoPentagon } from './svg/photo-pentagon';
export { IconPhotoPin } from './svg/photo-pin';
export { IconPhotoPlus } from './svg/photo-plus';
export { IconPhotoQuestion } from './svg/photo-question';
export { IconPhotoScan } from './svg/photo-scan';
export { IconPhotoSearch } from './svg/photo-search';
export { IconPhotoSensor2 } from './svg/photo-sensor-2';
export { IconPhotoSensor3 } from './svg/photo-sensor-3';
Expand Down Expand Up @@ -3746,7 +3757,13 @@ export { IconRotateDot } from './svg/rotate-dot';
export { IconRotateRectangle } from './svg/rotate-rectangle';
export { IconRotate } from './svg/rotate';
export { IconRoute2 } from './svg/route-2';
export { IconRouteAltLeft } from './svg/route-alt-left';
export { IconRouteAltRight } from './svg/route-alt-right';
export { IconRouteOff } from './svg/route-off';
export { IconRouteSquare2 } from './svg/route-square-2';
export { IconRouteSquare } from './svg/route-square';
export { IconRouteX2 } from './svg/route-x-2';
export { IconRouteX } from './svg/route-x';
export { IconRoute } from './svg/route';
export { IconRouterOff } from './svg/router-off';
export { IconRouter } from './svg/router';
Expand Down Expand Up @@ -4486,6 +4503,7 @@ export { IconUserPentagon } from './svg/user-pentagon';
export { IconUserPin } from './svg/user-pin';
export { IconUserPlus } from './svg/user-plus';
export { IconUserQuestion } from './svg/user-question';
export { IconUserScan } from './svg/user-scan';
export { IconUserSearch } from './svg/user-search';
export { IconUserShare } from './svg/user-share';
export { IconUserShield } from './svg/user-shield';
Expand Down Expand Up @@ -4690,5 +4708,6 @@ export { IconZoomPan } from './svg/zoom-pan';
export { IconZoomQuestion } from './svg/zoom-question';
export { IconZoomReplace } from './svg/zoom-replace';
export { IconZoomReset } from './svg/zoom-reset';
export { IconZoomScan } from './svg/zoom-scan';
export { IconZzzOff } from './svg/zzz-off';
export { IconZzz } from './svg/zzz';
10 changes: 10 additions & 0 deletions projects/angular-tabler-icons/icons/svg/alarm-average.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const IconAlarmAverage = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M5 13a7 7 0 1 0 14 0a7 7 0 0 0 -14 0" />
<path d="M7 4l-2.75 2" />
<path d="M17 4l2.75 2" />
<path d="M8 13h1l2 3l2 -6l2 3h1" />
</svg>
`
12 changes: 12 additions & 0 deletions projects/angular-tabler-icons/icons/svg/arrow-merge-alt-left.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export const IconArrowMergeAltLeft = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M8 7l4 -4l4 4" />
<path d="M18 21v.01" />
<path d="M18 18.01v.01" />
<path d="M17 15.02v.01" />
<path d="M14 13.03v.01" />
<path d="M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394" />
</svg>
`
12 changes: 12 additions & 0 deletions projects/angular-tabler-icons/icons/svg/arrow-merge-alt-right.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export const IconArrowMergeAltRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M16 7l-4 -4l-4 4" />
<path d="M6 21v.01" />
<path d="M6 18.01v.01" />
<path d="M7 15.02v.01" />
<path d="M10 13.03v.01" />
<path d="M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394" />
</svg>
`
9 changes: 9 additions & 0 deletions projects/angular-tabler-icons/icons/svg/bed-flat.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const IconBedFlat = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
<path d="M10 13h11v-2a3 3 0 0 0 -3 -3h-8v5z" />
<path d="M3 16h18" />
</svg>
`
6 changes: 4 additions & 2 deletions projects/angular-tabler-icons/icons/svg/bed.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export const IconBed = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 7v11m0 -4h18m0 4v-8a2 2 0 0 0 -2 -2h-8v6" />
<path d="M7 10m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
<path d="M7 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
<path d="M22 17v-3h-20" />
<path d="M2 8v9" />
<path d="M12 14h10v-2a3 3 0 0 0 -3 -3h-7v5z" />
</svg>
Expand Down
11 changes: 11 additions & 0 deletions projects/angular-tabler-icons/icons/svg/blender.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export const IconBlender = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9 10h-3a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h10.802a1 1 0 0 1 .984 1.179l-1.786 9.821" />
<path d="M8 4l2 11" />
<path d="M11 15h4a3 3 0 0 1 3 3v2a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-2a3 3 0 0 1 3 -3z" />
<path d="M12 4v-1h2v1" />
<path d="M13 18v.01" />
</svg>
`
14 changes: 14 additions & 0 deletions projects/angular-tabler-icons/icons/svg/body-scan.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export const IconBodyScan = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2 -2v-2" />
<path d="M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
<path d="M10 17v-1a2 2 0 1 1 4 0v1" />
<path d="M8 10c.666 .666 1.334 1 2 1h4c.666 0 1.334 -.334 2 -1" />
<path d="M12 11v3" />
</svg>
`
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const IconDeviceGamePad = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
export const IconDeviceGamepad3 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M10 12l-3 -3h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2l3 -3z" />
<path d="M14 12l3 -3h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2l-3 -3z" />
Expand Down
10 changes: 10 additions & 0 deletions projects/angular-tabler-icons/icons/svg/grid-3x3.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const IconGrid3x3 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 8h18" />
<path d="M3 16h18" />
<path d="M8 3v18" />
<path d="M16 3v18" />
</svg>
`
12 changes: 12 additions & 0 deletions projects/angular-tabler-icons/icons/svg/grid-4x4.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export const IconGrid4x4 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 6h18" />
<path d="M3 12h18" />
<path d="M3 18h18" />
<path d="M6 3v18" />
<path d="M12 3v18" />
<path d="M18 3v18" />
</svg>
`
10 changes: 10 additions & 0 deletions projects/angular-tabler-icons/icons/svg/grid-goldenratio.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const IconGridGoldenratio = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 10h18" />
<path d="M3 14h18" />
<path d="M10 3v18" />
<path d="M14 3v18" />
</svg>
`
14 changes: 14 additions & 0 deletions projects/angular-tabler-icons/icons/svg/grid-scan.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export const IconGridScan = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M10 8v8" />
<path d="M14 8v8" />
<path d="M8 10h8" />
<path d="M8 14h8" />
<path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2 -2v-2" />
</svg>
`
13 changes: 13 additions & 0 deletions projects/angular-tabler-icons/icons/svg/photo-scan.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export const IconPhotoScan = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M15 8h.01" />
<path d="M6 13l2.644 -2.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644" />
<path d="M13 13l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l1.644 1.644" />
<path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2 -2v-2" />
</svg>
`
6 changes: 2 additions & 4 deletions projects/angular-tabler-icons/icons/svg/route-2.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
export const IconRoute2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 17l4 4" />
<path d="M7 17l-4 4" />
<path d="M17 3l4 4" />
<path d="M21 3l-4 4" />
<path d="M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
<path d="M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z" />
<path d="M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2" />
</svg>
Expand Down
12 changes: 12 additions & 0 deletions projects/angular-tabler-icons/icons/svg/route-alt-left.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export const IconRouteAltLeft = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M8 3h-5v5" />
<path d="M16 3h5v5" />
<path d="M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" />
<path d="M18 6.01v-.01" />
<path d="M16 8.02v-.01" />
<path d="M14 10v.01" />
</svg>
`
12 changes: 12 additions & 0 deletions projects/angular-tabler-icons/icons/svg/route-alt-right.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export const IconRouteAltRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M16 3h5v5" />
<path d="M8 3h-5v5" />
<path d="M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />
<path d="M6 6.01v-.01" />
<path d="M8 8.02v-.01" />
<path d="M10 10v.01" />
</svg>
`
9 changes: 9 additions & 0 deletions projects/angular-tabler-icons/icons/svg/route-square-2.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const IconRouteSquare2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2" />
<path d="M3 17h4v4h-4z" />
<path d="M17 3h4v4h-4z" />
</svg>
`
9 changes: 9 additions & 0 deletions projects/angular-tabler-icons/icons/svg/route-square.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const IconRouteSquare = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 17h4v4h-4z" />
<path d="M17 3h4v4h-4z" />
<path d="M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5" />
</svg>
`
11 changes: 11 additions & 0 deletions projects/angular-tabler-icons/icons/svg/route-x-2.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export const IconRouteX2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 17l4 4" />
<path d="M7 17l-4 4" />
<path d="M17 3l4 4" />
<path d="M21 3l-4 4" />
<path d="M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2" />
</svg>
`
11 changes: 11 additions & 0 deletions projects/angular-tabler-icons/icons/svg/route-x.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export const IconRouteX = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 17l4 4" />
<path d="M7 17l-4 4" />
<path d="M17 3l4 4" />
<path d="M21 3l-4 4" />
<path d="M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5" />
</svg>
`
6 changes: 3 additions & 3 deletions projects/angular-tabler-icons/icons/svg/route.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const IconRoute = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
<path d="M18 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
<path d="M12 19h4.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h3.5" />
<path d="M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
<path d="M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z" />
<path d="M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5" />
</svg>
Expand Down
Loading

0 comments on commit 4b4c130

Please sign in to comment.