1.53.2 • Published 2 years ago

@seamlessc/tabler-icons-react v1.53.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tabler-icons-react

npm version npm downloads

A library of React components for Tabler Icons — a set of over free 700 open-sourced MIT-licensed icons.

Usage

The package is available via npm and can be installed using npm or yarn:

# npm
npm install tabler-icons-react

# yarn
yarn add tabler-icons-react

After installing the package you can import Tabler Icons as React components as follows:

import { Activity } from 'tabler-icons-react';

Example

import React from 'react';
import { Activity } from 'tabler-icons-react';

export default function Example() {
  return (
    <div>
      <Activity size={48} color="red" />
    </div>
  );
}

Docs

Every icon component accepts following props:

PropDefault
size24
color'currentColor'

License

This project is MIT licensed.

JSONStreamansi-regexarray-ifybabel-plugin-polyfill-corejs2babel-plugin-dynamic-import-nodebabel-plugin-polyfill-corejs3ansi-stylesarrifybalanced-matchbabel-plugin-polyfill-regeneratorbrowserslistbuiltin-modulesbrace-expansioncallsitescamelcasecaniuse-litechalkcamelcase-keyscliuicolor-convertcolor-namecommondirconcat-mapconventional-changelog-angularcompare-funcconventional-commits-parserconventional-changelog-conventionalcommitsconvert-source-mapcore-js-compatcore-jscore-util-iscosmiconfigdebugcsstypedargsdecamelize-keysdecamelizedeepmergeelectron-to-chromiumdot-properror-exemoji-regexescaladeescape-string-regexpfind-updefine-propertiesfs.realpathesutilsfs-extrafunction-bindgensyncget-stdinget-caller-filegit-raw-commitsglobal-dirshard-rejectionglobgraceful-fsglobalshashas-flaghas-symbolsimport-freshhosted-git-infoindent-stringinflightinheritsis-arrayishiniis-core-moduleis-builtin-moduleis-fullwidth-code-pointis-moduleis-objis-plain-objis-referenceisarrayis-text-pathjs-tokensjsescjson-parse-better-errorsjson5jsonfilejsonparsekind-oflines-and-columnslodashlodash._reinterpolatelodash.debouncelodash.templatemagic-stringloose-envifymap-objlodash.templatesettingsmeowmin-indentminimatchminimist-optionsmsnode-releasesnormalize-package-dataobject-keysobject.assignonceparse-jsonparent-modulepath-existspath-is-absolutepath-parsepath-typepicocolorspicomatchprocess-nextick-argsqquick-lrureactredentread-pkgregenerateregenerate-unicode-propertiesread-pkg-upreadable-streamregenerator-runtimeregenerator-transformregexpu-coreregjsgenregjsparserrequire-directoryrequire-main-filenameresolveresolve-fromresolve-globalsafe-buffersemverset-blockingsourcemap-codecspdx-correctspdx-exceptionsspdx-license-idsspdx-expression-parsesplit2string-widthstring_decoderstrip-ansitext-extensionsstrip-indentsupports-colorthroughto-fast-propertiessupports-preserve-symlinks-flagthrough2trim-newlinestrim-off-newlinestype-festunicode-canonical-property-names-ecmascriptunicode-match-property-ecmascriptunicode-match-property-value-ecmascriptunicode-property-aliases-ecmascriptuniversalifyutil-deprecatevalidate-npm-package-licensewhich-modulewrap-ansiwrappyxtendy18nyamlyargsyargs-parser
1.53.2

2 years ago