Iconography

Font Awesome Pro — Sharp Duotone Light fasdl

← Design System

Icon Library

Dark Blue primary layer · Primary Blue (#005CF6) secondary layer. Import from @fortawesome/sharp-duotone-light-svg-icons.

Size Scale

Usage

React component
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faChurch } from '@fortawesome/sharp-duotone-light-svg-icons';
import { ICON_COLORS } from '../lib/icons';

<div style={ICON_COLORS}>
  <FontAwesomeIcon icon={faChurch} />
</div>
Configuration reference
Package @fortawesome/sharp-duotone-light-svg-icons
Prefix fasdl
Config file src/lib/icons.ts
Primary color #001240 (Dark Blue)
Secondary color #005CF6 (Primary Blue)