New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@internetarchive/icon-magnify-plus

Package Overview
Dependencies
Maintainers
11
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/icon-magnify-plus - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

28

index.js
import { html } from 'lit-html';
export default html`
<svg
viewBox="0 0 18 18"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
aria-labelledby="magnify-plusTitleID magnify-plusDescID"
>
<title id="magnify-plusTitleID">Zoom in</title>
<desc id="magnify-plusDescID">An icon of a magnifying glass with a plus symbol</desc>
<g fill="none" fill-rule="evenodd">
<circle cx="7" cy="7" r="6" class="stroke-color" stroke-width="2" />
<path d="m12 12 4.335213 4.335213" class="stroke-color" stroke-linecap="round" stroke-width="2" />
<path d="m7.75 4v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25v-2.25z" class="fill-color" fill-rule="nonzero" />
</g>
</svg>
<svg
height="18"
viewBox="0 0 18 18"
width="18"
xmlns="http://www.w3.org/2000/svg"
aria-labelledby="magnify-plusTitleID magnify-plusDescID"
>
<title id="magnify-plusTitleID">Zoom in</title>
<desc id="magnify-plusDescID">Take a look closer.</desc>
<g fill="#fff" fill-rule="nonzero">
<path d="m7 0c3.854149 0 7 3.1458514 7 7 0 1.5717634-.529107 3.020558-1.410156 4.191406.0416324.03077.0808125.0647264.117187.101563l4.335938 4.335937c.3904239.3905071.3904239 1.0235559 0 1.414063-.3905071.3904239-1.0235559.3904239-1.414063 0l-4.335937-4.335938c-.0362414-.0370712-.0695452-.0769047-.09961-.11914-1.171224.882043-2.6206167 1.412109-4.193359 1.412109-3.8541486 0-7-3.145851-7-7 0-3.8541486 3.1458514-7 7-7zm0 2c-2.7732684 0-5 2.2267316-5 5s2.2267316 5 5 5 5-2.2267316 5-5-2.2267316-5-5-5z"/>
<path d="m7.75 4v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25v-2.25z"/>
</g>
</svg>
`;
{
"name": "@internetarchive/icon-magnify-plus",
"version": "1.2.0",
"version": "1.2.1",
"description": "SVG magnify-plus icon",

@@ -40,4 +40,3 @@ "license": "AGPL-3.0-only",

]
},
"gitHead": "0fe2a82ce2b13599001c5e639b9cb090110abcaa"
}
}

Sorry, the diff of this file is not supported yet

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