Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cicara/sico

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cicara/sico

optimize svg file for svg icons

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Svg Icon Optimize

  • Pack svg sprites
  • Optimize svg file for svg icons

Usage

npm install -g @cicara/sico

Options

$ sico --help
Usage: sico [options] [command]

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  sprite          package svg files to a single sprite file
  optimize        optimize svg icons
  help [command]  display help for command
$ sico sprite --help
Usage: sico-sprite [options] <pattern>

Options:
  -p --pretty                  pretty output (default: false)
  -o --output-file <filename>  output file for new files (can not coexist with write)
  -h, --help                   display help for command
$ sico optimize --help
Usage: sico-optimize [options] <pattern>

Options:
  -w --write                 overwrite origin files (default: false)
  -p --pretty                pretty output (default: false)
  --current-color            transform color to currentColor (default: false)
  --convert-path-data        convert Path data to relative or absolute (whichever is shorter), convert one segment to another, trim useless delimiters, smart rounding, and much more (default: false)
  --set-size-1em             set svg width and height to 1em (default: false)
  -o --output <destination>  output path for new files (can not coexist with write)
  -h, --help                 display help for command

Keywords

FAQs

Package last updated on 18 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc