Fix og image for sprite package in README (#1020)
* Fix og image for sprite package in README * og images fixes --------- Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl> Co-authored-by: codecalm <codecalm@gmail.com>
BIN
.github/packages/og-core.png
vendored
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 79 KiB |
BIN
.github/packages/og-package-angular-dark.png
vendored
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
.github/packages/og-package-angular.png
vendored
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 80 KiB |
BIN
.github/packages/og-package-e11ty.png
vendored
Before Width: | Height: | Size: 67 KiB |
BIN
.github/packages/og-package-eps-dark.png
vendored
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
.github/packages/og-package-eps.png
vendored
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 79 KiB |
BIN
.github/packages/og-package-js-dark.png
vendored
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
.github/packages/og-package-js.png
vendored
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 78 KiB |
BIN
.github/packages/og-package-pdf-dark.png
vendored
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
.github/packages/og-package-pdf.png
vendored
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 79 KiB |
BIN
.github/packages/og-package-png-dark.png
vendored
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
.github/packages/og-package-png.png
vendored
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 79 KiB |
BIN
.github/packages/og-package-preact-dark.png
vendored
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
.github/packages/og-package-preact.png
vendored
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 81 KiB |
BIN
.github/packages/og-package-react-dark.png
vendored
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
.github/packages/og-package-react-native-dark.png
vendored
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
.github/packages/og-package-react-native.png
vendored
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 83 KiB |
BIN
.github/packages/og-package-react.png
vendored
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 82 KiB |
BIN
.github/packages/og-package-solidjs-dark.png
vendored
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
.github/packages/og-package-solidjs.png
vendored
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 84 KiB |
BIN
.github/packages/og-package-sprite-dark.png
vendored
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
.github/packages/og-package-sprite.png
vendored
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 79 KiB |
BIN
.github/packages/og-package-svelte-dark.png
vendored
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
.github/packages/og-package-svelte.png
vendored
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 80 KiB |
BIN
.github/packages/og-package-svg-dark.png
vendored
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
.github/packages/og-package-svg.png
vendored
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 79 KiB |
BIN
.github/packages/og-package-vue-dark.png
vendored
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
.github/packages/og-package-vue.png
vendored
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 79 KiB |
BIN
.github/packages/og-package-webfont-dark.png
vendored
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
.github/packages/og-package-webfont.png
vendored
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 79 KiB |
@@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-core.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-core.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
@@ -103,7 +103,7 @@ React components available through [`@tabler/icons-react`](https://www.npmjs.com
|
||||
import { IconAward } from '@tabler/icons-react';
|
||||
|
||||
const MyComponent = () => {
|
||||
return <IconAward
|
||||
return <IconAward
|
||||
size={36} // set custom `width` and `height`
|
||||
color="red" // set `stroke` color
|
||||
stroke={3} // set `stroke-width`
|
||||
@@ -165,10 +165,10 @@ For more details, see the [documentation](https://github.com/tabler/tabler-icons
|
||||
|
||||
### Angular
|
||||
|
||||
Angular components available through [`angular-tabler-icons`](https://www.npmjs.com/package/angular-tabler-icons) package.
|
||||
Angular components available through [`angular-tabler-icons`](https://www.npmjs.com/package/angular-tabler-icons) package.
|
||||
Install the package, then create icons module:
|
||||
|
||||
```ts
|
||||
```ts
|
||||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { TablerIconsModule } from 'angular-tabler-icons';
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons EPS
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-eps.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-eps.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons PDF
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-pdf.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-pdf.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons PNG
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-png.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-png.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons for Preact
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-preact.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-preact.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons for React
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-react.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-react.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons for React
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-react.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-react.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons for SolidJS
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-solidjs.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-solidjs.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-core.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-sprite.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
@@ -47,7 +47,7 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
|
||||
|
||||
## Usage
|
||||
|
||||
Add an icon to be displayed on your page with the following markup (`activity` in the above example can be replaced with any valid icon name):
|
||||
Add an icon to be displayed on your page with the following markup (`activity` in the following example can be replaced with any valid icon name):
|
||||
|
||||
```html
|
||||
<svg width="24" height="24">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons for Svelte
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-svelte.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-svelte.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
@@ -86,4 +86,4 @@ Tabler Icons is licensed under the [MIT License](https://github.com/tabler/table
|
||||
|
||||
## Sponsor Tabler
|
||||
|
||||
<a href="https://github.com/sponsors/codecalm" target="_blank"><img src="https://github.com/tabler/tabler/raw/dev/src/static/sponsor-banner-readme.png?raw=true" alt="Sponsor Tabler" /></a>
|
||||
<a href="https://github.com/sponsors/codecalm" target="_blank"><img src="https://github.com/tabler/tabler/raw/dev/src/static/sponsor-banner-readme.png?raw=true" alt="Sponsor Tabler" /></a>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons for Vue
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-vue.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-vue.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons Webfont
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-webfont.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-webfont.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Tabler Icons
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-core.png" alt="Tabler Icons" width="838">
|
||||
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-core.png" alt="Tabler Icons" width="838">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|