@superflycss/utilities-icons

Icon utilities

Usage no npm install needed!

<script type="module">
  import superflycssUtilitiesIcons from 'https://cdn.skypack.dev/@superflycss/utilities-icons';
</script>

README

Icon Utilities

Greenkeeper badge

Build Status

The utilities-icons module uses HTML Entities (special characters) for simple shapes. For example for star ratings the entity ★ can be used to create a solid star (★). The corresponding icon utilty would be u-icon-star-operator. Correspondingly, the html entity ☆ can be used to to create empty stars (☆). Since these are vector shapes resolution stays crips at any zoom level.

Note that some html entities, like thin space &thinsp do not have a visual rendering, but can be used to alter content rendering.

The soft hyphen html entity will only render in specific contexts.

Installation

See Installation.

Usage

See Usage

Tests

SuperflyCSS Utilities Icons Tests