1.12.4 • Published 3 years ago

@masonite/svg-icons v1.12.4

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

@masonite/svg-icons

Install

npm install --save @masonite/svg-icons

Usage

If you are using a Create React App application

import { ReactComponent as MBifold } from '@masonite/svg-icons/dist/svg/bifold.svg'

or you can import the SVG as a string and implement per your use case or preference.

import { mBifold } from '@masonite/svg-icons'

Development

To develop, clone the Masonitedoors/MDL repo with git clone --recurse-submodules -j8 to get it. Make sure MIcons was cloned to vendors in its root. You cannot build without it.

If you already have the micons submodule cloned, you must use git submodule update --recursive --remote to pull the latest updates from micons before building.

  1. Make sure you have done what is mentioned in development.
  2. Update the CHANGELOG.md for the version you're releasing. If there is an [Unreleased] block, change that to the next version following semver.
  3. Build the package npm run build-package:svg-icons from the monorepo root, followed by lerna publish.
1.12.4

3 years ago

1.12.3

3 years ago

1.12.2

3 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.11.1

3 years ago

1.11.0

3 years ago

1.10.2

3 years ago

1.10.1

3 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago