@internetarchive/icon-magnify-minus
Advanced tools
Comparing version 1.2.1 to 1.2.2
30
index.js
import { html } from 'lit-html'; | ||
export default html` | ||
<svg | ||
height="18" | ||
viewBox="0 0 18 18" | ||
width="18" | ||
xmlns="http://www.w3.org/2000/svg" | ||
aria-labelledby="magnify-minusTitleID magnify-minusDescID" | ||
<svg | ||
height="18" | ||
viewBox="0 0 18 18" | ||
width="18" | ||
xmlns="http://www.w3.org/2000/svg" | ||
aria-labelledby="magnify-minusTitleID magnify-minusDescID" | ||
> | ||
<title id="magnify-minusTitleID">Zoom out</title> | ||
<desc id="magnify-minusDescID">Take a look further.</desc> | ||
<g | ||
class="fill-color" | ||
fill="none" | ||
fill-rule="nonzero" | ||
> | ||
<title id="magnify-minusTitleID">Zoom out</title> | ||
<desc id="magnify-minusDescID">Take a look further.</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="m10 7.75v-1.5h-6v1.5z"/> | ||
</g> | ||
</svg> | ||
<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="m10 7.75v-1.5h-6v1.5z"/> | ||
</g> | ||
</svg> | ||
`; |
{ | ||
"name": "@internetarchive/icon-magnify-minus", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "SVG magnify-minus icon", | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only", |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3291
47
0