@semcore/icon 17.0.0-prerelease.2 → 17.0.0-prerelease.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/lib/ChevronDown/l/index.js +1 -3
- package/lib/ChevronDown/l/index.mjs +1 -3
- package/lib/ChevronDown/m/index.js +0 -2
- package/lib/ChevronDown/m/index.mjs +0 -2
- package/lib/Semrush/l/index.js +1 -1
- package/lib/Semrush/l/index.mjs +1 -1
- package/lib/Semrush/m/index.js +1 -1
- package/lib/Semrush/m/index.mjs +1 -1
- package/lib/cjs/Icon.js +30 -1
- package/lib/cjs/Icon.js.map +1 -1
- package/lib/es6/Icon.js +30 -1
- package/lib/es6/Icon.js.map +1 -1
- package/lib/esm/Icon.mjs +31 -3
- package/lib/types/Icon.d.ts +20 -2
- package/package.json +1167 -1167
- package/svg/icon/ChevronDown/l.svg +1 -1
- package/svg/icon/ChevronDown/m.svg +1 -1
- package/svg/icon/Semrush/l.svg +1 -1
- package/svg/icon/Semrush/m.svg +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3.293 9.293a1 1 0 0 1 1.414 0L12 16.586l7.293-7.293a1 1 0 1 1 1.414 1.414l-8 8a1 1 0 0 1-1.414 0l-8-8a1 1 0 0 1 0-1.414"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M3.293 6.293a1 1 0 0 1 1.414 0L8 9.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z"/></svg>
|
package/svg/icon/Semrush/l.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M16.23 5.002C19.956 5.002 23 8.19 23 12S20.069 18.903 16.4 19H6.722l5.852-3.23H1l10.514-5.802H5.729l7.06-3.893C14.056 5.391 15.19 5 16.23 5z"/></svg>
|
package/svg/icon/Semrush/m.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M11.077 3.002C13.786 3.002 16 5.279 16 8s-2.132 4.93-4.8 4.999H4.161l4.256-2.308H0l7.646-4.144H3.438l5.136-2.78C9.496 3.28 10.321 3 11.077 3z"/></svg>
|