Code Monkey home page Code Monkey logo

xyz-icon-set's Issues

UI Icons

  • Download
  • Upload
  • Translate
  • Share
  • Share with an arrow
  • Signal
  • WiFi
  • RSS
  • Reply
  • Quote
  • Fullscreen
  • History
  • Kebab menu
    • Vertical
    • Horizontal
  • Link (chain)
  • Repeat
  • Layout
    • Grid
    • Column
    • Row
  • Color picker
  • Thumbs Up
  • Thumbs Down

Mathematics Icons

  • XY Axis
  • XYZ Axis
  • Subscript
  • Superscript
  • Function
    • Linear
    • Exponential
    • Logarithmic
    • Sinus
    • Cosinus
    • Tagnens
    • Parabola
    • Hyberbola
  • Pi
  • Tau
  • Square Root
  • Calculator
  • Ruler
  • Golden Ratio
  • Sum
  • Infinity
  • Plus
  • Minus

Chart Icons

  • Pie Chart
  • Bar Chart
  • Line Chart
    • Smooth
    • Sharp
  • Venn Diagram
  • Flow Chart

Weather Icons

  • Cloud
    • Plain
    • With storm
    • With rain
    • With snowflake
  • Storm
  • Sun
  • Snowflake
  • Moon

Design default API for icon package

This package will be used even by packages scoped inside of this one. Therefore it should have nice and expandable API. This issue will cover how will it look.

import XYZIconSet from 'xyz-icon-set';

/*
 *  [ iconName: string ]: Icon
 *  returns all icon names in dash-case format
 */

const paperPlane = XYZIconSet.PaperPlane;
paperPlane.name === 'paper-plane';
paperPlane.source === '<svg wid...';

Import just specific icon

import { PaperPlane } from 'xyz-icon-set';

/*
 *  Icon object
 *  {
 *    name: string,
 *    source: string,
 *  }
 */

PaperPlane.name === 'paper-plane';
PaperPlane.source === '<svg width="24" height="24"><path style="fill:#000" ...';

Media Icons

  • Headphones
  • Single Note
  • Double Note
  • Violin Key
  • Speaker
  • Volume Indicator
    • Level 2
    • Level 1
    • Level 0
    • Muted
  • Floppy Disc
  • Camera
  • Videocamera
  • Microphone
  • Megaphone
  • Radio
  • Speaker

GIT Icons

  • Branch
  • Commit
  • Merge
  • Pull request / Merge request
  • Compare
  • Fork

Food Icons

I miss food icons like pizza, burger, beef, etc.

  • Pizza
  • Burger
  • Beef (steak icon?)
  • Fork & knife
  • Bottle
  • Coffee Cup
  • Chicken
  • Soup (bowl)
  • Spaghetti

Design API for Vue components

Developer with Vue must be able to use the Vue icon components as follows

import { PaperPlane } from '@xyz-icon-set/vue';

export default {
  components: {
    PaperPlaneIcon: PaperPlane,
  }
}

and in template

<template>
  <paper-plane-icon />
</template>

Icon natively uses currentColor as fill. Can be specified manually.

<template>
  <paper-plane-icon color="#F06262" />
</template>

Space Icons

  • Planet
  • Earth
  • Planet with ring
  • Spaceship
    • Apollo
    • Falcon Heavy
  • ISS
  • Galaxy

Other Icons

  • Flame (trending)
  • Filter
  • Flag
    screen shot 2018-05-08 at 4 09 04 pm
  • Tag
  • Flashlight
  • Battery
  • Crown
  • Hand Watches
  • Stopwatch
  • TV
  • Wallet
  • Barcode
  • Eye
  • Ship
  • Anchor
  • Book
    • Open
    • Closed
  • Car (from front)
  • Taxi (car icon with taxi sign on top)
  • Train (from front)
  • Stick figure
    • Standing
    • Walking
    • Waving
  • Gift
  • Toolbox
    screen shot 2018-05-08 at 4 00 33 pm
  • Bank
    screen shot 2018-05-08 at 4 06 03 pm
  • Shop
    screen shot 2018-05-08 at 4 06 19 pm
  • NFC
    screen shot 2018-05-14 at 11 20 16 am

Office Icons

  • Pin
  • Pencil
  • Magnifying Glass
    • Normal
    • Plus
    • Minus
  • Table
  • Chair
  • Calendar
  • Archive Box
  • Printer
  • Trash Bin
    • Empty
    • Full
  • Notepad
    screen shot 2018-05-08 at 3 59 25 pm
  • Envelope
    screen shot 2018-05-08 at 4 05 01 pm

Social Icons

  • Chat bubble
    • Square Chat Bubble
    • Circle Chat Bubble
  • Send
  • Emoji
  • Reply
  • Hashtag
  • Mention (@)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.