Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@drawbotics/icons
Advanced tools
Collection of icons as SVG, which are then used to generate the icon font to be used in Drawbotics projects.
This package shouldn't be used on its own, although it can be. The icons should come with the version of the Drawbotics design system that you decided to use for your project, e.g. react
or vanilla
.
This icon set is a superset of feather icons, with additional custom icons created for business usage (e.g. products).
This package uses webfont to generate the icon font from the svg of the icons. You also need to set the following environment variables at the root of the monorepo project i.e. at drylus/.env
.
AWS_SECRET_KEY=
AWS_ACCESS_KEY=
In the icons
folder you have the SVG for each icon. The font is also synced with the Drawbotics CDN on amazon s3.
To try out new icons (while developing) you run the following
npm run build:dev
This will generate new icon fonts and push them to the dev
folder on the CDN. Since react-drylus
uses the fonts directly, while developing you will have access to the dev
version. If you're bundling the react-drylus
package for production, the latest version of the icons will be used instead. See the docs in the react-drylus
package for more info.
To build the icon fonts for a new production version run
npm run build
NOTE don't forget to bump the version, otherwise the CDN sync will not work, since you're trying to push to an existing production version.
FAQs
Drawbotics Icons Collection
The npm package @drawbotics/icons receives a total of 3 weekly downloads. As such, @drawbotics/icons popularity was classified as not popular.
We found that @drawbotics/icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.