@ieeesa-npm/shared-styles 0.1.1 → 0.1.2

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.
@@ -100,5 +100,11 @@
100
100
  <symbol id="icon-filter-list" viewBox="0 0 32 32">
101
101
  <path fill="#00629b" style="fill: var(--color1, #00629b)" d="M13.333 24h5.333v-2.667h-5.333v2.667zM4 8v2.667h24v-2.667h-24zM8 17.333h16v-2.667h-16v2.667z"></path>
102
102
  </symbol>
103
+ <symbol id="icon-data-table-row-edit" viewBox="0 0 32 32">
104
+ <path d="M25.413 4.785l1.8 1.8c1.053 1.040 1.053 2.733 0 3.773l-17.64 17.64h-5.573v-5.573l17.64-17.64c1.040-1.040 2.733-1.040 3.773 0zM6.667 25.332l1.88 0.080 13.093-13.107-1.88-1.88-13.093 13.093v1.813z"></path>
105
+ </symbol>
106
+ <symbol id="icon-data-table-row-delete" viewBox="0 0 32 32">
107
+ <path d="M20 4v1.333h6.667v2.667h-1.333v17.333c0 1.467-1.2 2.667-2.667 2.667h-13.333c-1.467 0-2.667-1.2-2.667-2.667v-17.333h-1.333v-2.667h6.667v-1.333h8zM9.333 25.333h13.333v-17.333h-13.333v17.333zM12 10.667h2.667v12h-2.667v-12zM20 10.667h-2.667v12h2.667v-12z"></path>
108
+ </symbol>
103
109
  </defs>
104
110
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"