### New Icons Pack schematics

This schematic provides migration for css-selectors of typography. It includes:

- Update css-classes for updated typography styles according to [mapping](data.ts)

[Params](schema.ts)

Usage for Angular Cli:

```shell
ng g @koobiq/components:css-selectors --fix=true --project <your project>
```

Usage for Nx:

```shell
nx g @koobiq/components:css-selectors --fix=true --project <your project>
```
