1. pe7-icon
Pe7Icon npm package
pe7-icon
Package: pe7-icon
Created by: prasannatm
Last modified: Thu, 23 Jun 2022 16:56:51 GMT
Version: 1.0.4
License: MIT
Downloads: 21,848
Repository: https://github.com/prasannatm/pe7-icon

Install

npm install pe7-icon
yarn add pe7-icon

Pe7-icon

Thanks to https://github.com/olimsaidov/pixeden-stroke-7-icon

To install pe7-icon
npm install pe7-icon --save-dev

It supports only SCSS currently. Add these line in your base.scss file

$pe-7s-font-path: "../../node_modules/pe7-icon/dist/fonts" !default;
@import "node_modules/pe7-icon/dist/scss/pe-icon-7-stroke";

... // Your scss styles```

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin