Skip to content

wooserv/tawfeer-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tawfeer Icons

A collection of custom SVG icons for Tawfeer projects.

Installation

npm install @tawfeer/icons

Usage

import { ad, emailAd, gift } from '@tawfeer/icons';

// Use with WordPress Icon component
<Icon icon={ ad } />

Available Icons

  • ad - Advertisement icon
  • emailAd - Email advertisement icon
  • gift - Gift icon
  • newspaper - Newspaper icon
  • And more...

Development

Icons are stored as JS files in the src directory that export React components containing SVG data. Each icon is exported through the main index.js file.

To add a new icon:

  1. Create a JS file in the src directory that exports a React component with SVG data
  2. Export it in index.js
  3. Follow the existing naming conventions

Building

npm run build

License

GPL-2.0-or-later

About

A collection of custom SVG icons for Tawfeer projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors