1.1.2 • Published 5 months ago
nepali-icons v1.1.2
Nepali Icons
Nepali Icons is a collection of SVG icons representing various cultural and thematic elements of Nepal. This npm package provides easy integration of these icons into your web projects, allowing you to enrich your applications with Nepali cultural symbols.
Installation
Install the package using npm:
npm install nepali-icons
Or using yarn:
yarn add nepali-icons
Usage
Importing Icons
You can import individual icons from the package like this:
import { GodShiv, Khukuri, GautamBuddha } from 'nepali-icons';
Example
Here's an example of how you might use these icons in a React component:
import React from 'react';
import { GodShiv, GautamBuddha } from 'nepali-icons';
const NepaliIconComponent = () => (
<div>
<GodShiv width="144px" height="144px" />
<GautamBuddha width="144px" height="144px" />
</div>
);
export default NepaliIconComponent;
Available Icons
Boudhanath
Curry
DalBhat
Daura
DhimayBaja
Drum
EPhone
Eyes
GautamBuddha
GodShiv
JhyaliBaja
Khukuri
Kite
Kumari
Mountain
MurchungaBaja
Nepal
NepalFlag
NepalMap
NepaliMan
NeplaiWord
Om
Pashupatinath
Rupees
Selroti
Stupa
Swastika
Temple
Women
WomenDress
YalamberBaja
Yomari
momo
NepaliAlphabetBa
NepaliAlphabetBha
NepaliAlphabetCa
NepaliAlphabetChha
NepaliAlphabetChhya
NepaliAlphabetDa
NepaliAlphabetDah
NepaliAlphabetDda
NepaliAlphabetDh
NepaliAlphabetDha
NepaliAlphabetFa
NepaliAlphabetGa
NepaliAlphabetGha
NepaliAlphabetGya
NepaliAlphabetHa
NepaliAlphabetJa
NepaliAlphabetJha
NepaliAlphabetKa
NepaliAlphabetKha
NepaliAlphabetLa
NepaliAlphabetMa
NepaliAlphabetN
NepaliAlphabetNa
NepaliAlphabetNga
NepaliAlphabetNya
NepaliAlphabetPa
NepaliAlphabetRa
NepaliAlphabetSa
NepaliAlphabetSha
NepaliAlphabetShha
NepaliAlphabetTa
NepaliAlphabetTah
NepaliAlphabetTha
NepaliAlphabetThh
NepaliAlphabetTra
NepaliAlphabetV
NepaliAlphabetYa
License
This package is open-source and available under the MIT License.