@internetarchive/icon-magnify-plus
Advanced tools
Comparing version 1.2.0 to 1.2.1-alpha.6
import icon from './index.js'; | ||
import { css, LitElement } from 'lit-element'; | ||
import { css, LitElement } from 'lit'; | ||
@@ -29,2 +29,2 @@ class IAIconMagnifyPlus extends LitElement { | ||
export default IAIconMagnifyPlus; | ||
export default IAIconMagnifyPlus; |
14
index.js
@@ -6,3 +6,2 @@ import { html } from 'lit-html'; | ||
viewBox="0 0 18 18" | ||
version="1.1" | ||
xmlns="http://www.w3.org/2000/svg" | ||
@@ -12,9 +11,12 @@ 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" /> | ||
<desc id="magnify-plusDescID">Take a look closer.</desc> | ||
<g | ||
class="fill-color" | ||
fill="none" | ||
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-alpha.6+c4269fd", | ||
"description": "SVG magnify-plus icon", | ||
@@ -15,5 +15,2 @@ "license": "AGPL-3.0-only", | ||
}, | ||
"dependencies": { | ||
"lit-html": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
@@ -42,3 +39,6 @@ "@open-wc/eslint-config": "^1.0.0", | ||
}, | ||
"gitHead": "0fe2a82ce2b13599001c5e639b9cb090110abcaa" | ||
"dependencies": { | ||
"lit": "^2.0.2" | ||
}, | ||
"gitHead": "c4269fd9820bddec155cd1ba0d3036d4bf4cbece" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37893
46
2
2
+ Addedlit@^2.0.2
+ Added@lit-labs/ssr-dom-shim@1.3.0(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removedlit-html@^1.2.1
- Removedlit-html@1.4.1(transitive)