npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@chaoswise/icons-svg

v1.0.1

Published

Abstract nodes for ant design icons.

Downloads

35

Readme

基于@ant-design/icons 调整符合公司规范的图标调整以下 svg 图标

// check.svg
// // 调整前
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024">
  <path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"/>
</svg>
// // 调整后
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="-2 -2 17 14">
  <path d="M12.794 1.406 5.835 8.994a.712.712 0 0 1-1.01 0L.978 5.136a.714.714 0 0 1 1.01-1.009l3.342 3.35 6.453-7.08a.713.713 0 0 1 1.22.504c0 .197-.08.375-.21.504Z"/>
</svg>

// close.svg
// // 调整前
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" fill="currentColor" fill-rule="evenodd"><path d="M799.855 166.312c.023.007.043.018.084.059l57.69 57.69c.041.041.052.06.059.084a.118.118 0 0 1 0 .069c-.007.023-.018.042-.059.083L569.926 512l287.703 287.703c.041.04.052.06.059.083a.118.118 0 0 1 0 .07c-.007.022-.018.042-.059.083l-57.69 57.69c-.041.041-.06.052-.084.059a.118.118 0 0 1-.069 0c-.023-.007-.042-.018-.083-.059L512 569.926 224.297 857.629c-.04.041-.06.052-.083.059a.118.118 0 0 1-.07 0c-.022-.007-.042-.018-.083-.059l-57.69-57.69c-.041-.041-.052-.06-.059-.084a.118.118 0 0 1 0-.069c.007-.023.018-.042.059-.083L454.073 512 166.371 224.297c-.041-.04-.052-.06-.059-.083a.118.118 0 0 1 0-.07c.007-.022.018-.042.059-.083l57.69-57.69c.041-.041.06-.052.084-.059a.118.118 0 0 1 .069 0c.023.007.042.018.083.059L512 454.073l287.703-287.702c.04-.041.06-.052.083-.059a.118.118 0 0 1 .07 0Z"/></svg>
// // 调整后
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 14 16" fill="currentColor" fill-rule="evenodd"><path d="M9.713 10.547a.667.667 0 0 1-.943 0L5 6.777l-3.77 3.77a.667.667 0 1 1-.943-.944l3.77-3.77-3.77-3.77a.667.667 0 0 1 .943-.943L5 4.89l3.77-3.77a.667.667 0 0 1 .943.943l-3.77 3.77 3.77 3.77a.667.667 0 0 1 0 .944Z"/></svg>

// down.svg
// // 调整前
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024">
  <path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"/>
</svg>
// // 调整后
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="-2 -2 16 12">
  <path d="M10.714.705a.65.65 0 1 1 .966.87L6.528 7.297a.649.649 0 0 1-.506.215.649.649 0 0 1-.506-.215L.364 1.575a.65.65 0 1 1 .966-.87l4.692 5.211Z"/>
</svg>

// left.svg
// // 调整前
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024">
  <path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"/>
</svg>
// // 调整后
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="-2 -2 12 16">
  <path d="M7.297 1.286a.65.65 0 1 0-.87-.966L.705 5.472a.649.649 0 0 0-.215.506.649.649 0 0 0 .215.506l5.722 5.152a.65.65 0 1 0 .87-.966l-5.21-4.692Z"/>
</svg>

// plus.svg
// // 调整前
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024">
    <path d="M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8Z"/>
    <path d="M192 474h672q8 0 8 8v60q0 8-8 8H160q-8 0-8-8v-60q0-8 8-8Z"/>
</svg>
// // 调整后
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="-2 -2 16 16">
    <path d="M6 .003c.461 0 .586.373.586.457v4.949h4.959c.083 0 .456.127.456.591 0 .464-.373.596-.456.596h-4.96l.001 4.94c0 .04-.125.466-.586.466a.615.615 0 0 1-.601-.467V6.597l-4.93.001A.606.606 0 0 1 .004 6c0-.464.423-.59.465-.59l4.93-.001V.459c0-.083.14-.456.601-.456Z"/>
</svg>

// right.svg
// // 调整前
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024">
  <path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z"/>
</svg>
// // 调整后
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="-2 -2 12 16">
  <path d="M.703 10.714a.65.65 0 1 0 .87.966l5.722-5.152a.649.649 0 0 0 .215-.506.649.649 0 0 0-.215-.506L1.573.364a.65.65 0 1 0-.87.966l5.21 4.692Z"/>
</svg>

// up.svg
// // 调整前
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 1024 1024">
  <path d="M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 0 0 140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"/>
</svg>
// // 调整后
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="-2 -2 16 12">
  <path d="M10.714 7.297a.65.65 0 1 0 .966-.87L6.528.705A.649.649 0 0 0 6.022.49a.649.649 0 0 0-.506.215L.364 6.427a.65.65 0 1 0 .966.87l4.692-5.21Z"/>
</svg>