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

dat-icons

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dat-icons - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

1

example.js
const svgSprite = require('./')
document.body.innerHTML += svgSprite()
document.body.innerHTML += '<svg><use xlink:href="#daticon-happy-dat"></use></svg>'

2

package.json
{
"name": "dat-icons",
"version": "1.1.2",
"version": "1.2.0",
"description": "Icons and other SVGs for dat-data.com",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Kriesse/dat-icons#readme",

@@ -11,4 +11,32 @@ # dat-icons

Make sure this is the first element after the `<body>` opening tag
Make sure this is the first element after the `<body>` opening tag.
Icons can later be referenced like so:
```html
<svg><use xlink:href="#daticon-happy-dat"></use></svg>
```
### Icon Names
- `daticon-clipboard`
- `daticon-create-new-dat`
- `daticon-delete`
- `daticon-download`
- `daticon-edit-dat`
- `daticon-file`
- `daticon-folder`
- `daticon-happy-dat`
- `daticon-hexagon-outlines`
- `daticon-import-dat`
- `daticon-link`
- `daticon-loading`
- `daticon-lock`
- `daticon-menu`
- `daticon-open-in-desktop`
- `daticon-open-in-finder`
- `daticon-question`
- `daticon-sad-dat`
- `daticon-star-dat`
## Build

@@ -15,0 +43,0 @@

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