0.6.2 • Published 3 years ago

@dasa-health/alma-icons v0.6.2

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
3 years ago

Alma DS icons

Alma icons is the official icon SVG & React lib from Dasa. They can be browsed at here in our Figma.

Introduction

Alma's icon pack is designed to export icons in React and SVG component format.

Installation

Use the terminal to install AlmaIcons in your project.

yarn install @dasa-health/alma-icons

importing

The naming of icons in React follows the format

NameIconVariation

See examples below

import { AddBold } from "@dasa-health/alma-icons";
import { RoundcheckOutline } from "@dasa-health/alma-icons";

const App = () => (
  <Box>
  	<Icon color="support.01">
  		<AddBold />
  	</Icon>
    <Icon px="auto">
      <RoundcheckOutline />
    </Icon>
   </Box>
)

SVG

To use SVG as a module you need to import the complete path of the icon following the format

@dasa-health/alma-icons/assets/variacao/nome-icone.svg

See examples below

import AddBoldIcon from "@dasa-health/alma-icons/assets/bold/add.svg";
import ArrowleftOutlineIcon from "@dasa-health/alma-icons/assets/outline/arrow-left.svg";

See more about Icons in our documentation

See more about our features in our documentation.

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0-beta.1

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.1.4-beta.4

3 years ago

0.3.1-next.14

3 years ago

0.3.1-next.11

3 years ago

0.4.0-alpha.6

3 years ago

0.3.0

3 years ago

0.1.2

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.3.1-beta.6

3 years ago

0.1.1-beta.43

3 years ago

0.3.1-beta.7

3 years ago

0.1.1-beta.49

3 years ago

0.3.2

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.1.3

4 years ago

0.0.11

4 years ago

0.1.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago