🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@helpscout/icons

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helpscout/icons

Help Scout's icon fonts

latest
Source
npmnpm
Version
0.0.15
Version published
Maintainers
1
Created
Source

hs-icons

Build Status

Help Scout's Icon font

Built using gulp.

Table of contents

Requirements

  • Node
  • Gulp
Node

If you do not have Node installed on your machine, we recommend installing it using Homebrew.

Run the following command in your command line:

brew install node
Gulp

Help Scout's icon font is compiled using Gulp. See the Getting Started guide for more information.

npm install -g gulp

Getting started

Installing node things

Similar to Bundler, all you have to do is run the following command, which will allow Gulp to do it's thing.

npm install

Updating

Icon font are automatically generated based on the folders and .svg files within the src directory.

Directory naming

The folder's name (e.g. awesome) will be used as the name of the icon font, and will appear in /dist/ once the font is compiled.

File naming

.svg files that are added/removed from directories within /src/ will be added/removed from the compiled fonts. The file name of the .svg file will be used for the class name of the icon in the compiled CSS.

Example:

checkmark.svg -> .icon-checkmark
Building

To build the icon font, execute the following command in your command line:

gulp

This will compile the icon font (eot, svg, ttf, woff, woff2) and other files (.css, .scss, .html, .md). These files can be found in the /dist/ directory.

FAQs

Package last updated on 22 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts