ma-icons 0.13.0 → 0.14.0

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.
Files changed (2) hide show
  1. package/icons/phone.svg +10 -0
  2. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_2353_27)">
3
+ <path d="M50.9395 4.5957C51.5253 4.01022 52.4749 4.01099 53.0605 4.59668L56.2324 7.76758C62.9881 14.5233 62.9881 25.4767 56.2324 32.2324L32.2324 56.2324C25.4767 62.9881 14.5232 62.9881 7.76758 56.2324L4.59668 53.0605C4.01089 52.4748 4.01089 51.5252 4.59668 50.9395L16.9395 38.5957C17.5253 38.0102 18.4749 38.011 19.0605 38.5967L23.5254 43.0605C24.8922 44.4273 27.1078 44.4273 28.4746 43.0605L43.0605 28.4746C44.4273 27.1078 44.4273 24.8922 43.0605 23.5254L38.5967 19.0605C38.0109 18.4748 38.0109 17.5252 38.5967 16.9395L50.9395 4.5957Z" stroke="black" stroke-width="5"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_2353_27">
7
+ <rect width="64" height="64" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ma-icons",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Ma Icons by Taavi Rübenhagen",
5
5
  "type": "module",
6
6
  "main": "./dist/ma-icons.js",