1.0.10 • Published 1 year ago

@pulsanova/icons v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@pulsanova/icons

An icon set, ready to be used in SCSS (entirely based on Phosphor icons)
(See ./package.json for the exact version of Phosphor on which this project is based)

Installation

# - NPM
npm install @pulsanova/icons

# - Yarn
yarn add @pulsanova/icons

Usage

@use '@pulsanova/icons' with (
    $duotone-primary-color: #eb4034,
);

.my-rule {
    @include icons.icon('plus', 'fill') {
        font-size: 1.75rem;
    }
}
1.0.10

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago