Giter Club home page Giter Club logo

Comments (7)

codecalm avatar codecalm commented on May 22, 2024 3

I've added new calendar icons

Screenshot 2020-04-10 at 15 37 25

from tabler-icons.

GitHubRulesOK avatar GitHubRulesOK commented on May 22, 2024

like this ?
image

<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<rect x="4" y="5" width="16" height="16" rx="2" />
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
<line x1="09" y1="16" x2="15" y2="16" />
 <line x1="12" y1="13" x2="12" y2="19" />
</svg>

from tabler-icons.

elad-eyal avatar elad-eyal commented on May 22, 2024

The cross is too big, it touches the calendar outline.

from tabler-icons.

GitHubRulesOK avatar GitHubRulesOK commented on May 22, 2024

better ?
the problem is keeping it proportional in centre of existing shape

image

<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<rect x="4" y="5" width="16" height="16" rx="2" />
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
<line x1="10" y1="16" x2="14" y2="16" />
 <line x1="12" y1="14" x2="12" y2="18" />
</svg>

Compromise
image

<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<rect x="4" y="5" width="16" height="16" rx="2" />
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
<line x1="9.5" y1="16" x2="14.5" y2="16" />
<line x1="12" y1="13.5" x2="12" y2="18.5" />
</svg>

from tabler-icons.

elad-eyal avatar elad-eyal commented on May 22, 2024

Both are fine imo

from tabler-icons.

codecalm avatar codecalm commented on May 22, 2024

done in https://github.com/tabler/tabler-icons/releases/tag/v1.5.0

from tabler-icons.

zaddok avatar zaddok commented on May 22, 2024

Amazing!!

from tabler-icons.

Related Issues (20)

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.