@bookklik/senangstart-icons 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bookklik/senangstart-icons",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Curated Starter icons designed for web projects.",
5
5
  "main": "dist/senangstart-icon.min.js",
6
6
  "scripts": {
package/src/icons.css CHANGED
@@ -139,6 +139,16 @@
139
139
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.75 12a8.25 8.25 0 108.25-8.25c-2.3 0-4.5 1-6 2.5L3.75 8.5m0-4.5v4.5h4.5'/%3E%3C/svg%3E");
140
140
  }
141
141
 
142
+ .ss-rotate-add {
143
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.25 12a8.25 8.25 0 11-8.25-8.25c2.3 0 4.5 1 6 2.5L20.25 8.5m0-4.5v4.5h-4.5m-6.75 3.5L15 12m-3 3L12 9'/%3E%3C/svg%3E");
144
+ mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.25 12a8.25 8.25 0 11-8.25-8.25c2.3 0 4.5 1 6 2.5L20.25 8.5m0-4.5v4.5h-4.5m-6.75 3.5L15 12m-3 3L12 9'/%3E%3C/svg%3E");
145
+ }
146
+
147
+ .ss-rotate-minus {
148
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.75 12a8.25 8.25 0 108.25-8.25c-2.3 0-4.5 1-6 2.5L3.75 8.5m0-4.5v4.5h4.5m.75 3.5L15 12'/%3E%3C/svg%3E");
149
+ mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.75 12a8.25 8.25 0 108.25-8.25c-2.3 0-4.5 1-6 2.5L3.75 8.5m0-4.5v4.5h4.5m.75 3.5L15 12'/%3E%3C/svg%3E");
150
+ }
151
+
142
152
  .ss-arrow-top-right-on-square {
143
153
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25'/%3E%3C/svg%3E");
144
154
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25'/%3E%3C/svg%3E");
@@ -879,6 +889,16 @@
879
889
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12M6 21h12M18 8v8a2 2 0 01-2 2H8a2 2 0 01-2-2V8a2 2 0 012-2h8a2 2 0 012 2ZM3 6 3 18M21 6 21 18'/%3E%3C/svg%3E");
880
890
  }
881
891
 
892
+ .ss-flip-horizontal {
893
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3L12 21M8 20 8 4 3 20 8 20M16 4 16 20 21 20 16 4'/%3E%3C/svg%3E");
894
+ mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3L12 21M8 20 8 4 3 20 8 20M16 4 16 20 21 20 16 4'/%3E%3C/svg%3E");
895
+ }
896
+
897
+ .ss-flip-vertical {
898
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 12L3 12m1-4L20 8 4 3 4 8M20 16 4 16 4 21 20 16'/%3E%3C/svg%3E");
899
+ mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 12L3 12m1-4L20 8 4 3 4 8M20 16 4 16 4 21 20 16'/%3E%3C/svg%3E");
900
+ }
901
+
882
902
  .ss-grid {
883
903
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3v18M15 3v18M3 9h18M3 15h18M3 21h18M3 3h18M3 3v18M21 3v18'/%3E%3C/svg%3E");
884
904
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3v18M15 3v18M3 9h18M3 15h18M3 21h18M3 3h18M3 3v18M21 3v18'/%3E%3C/svg%3E");
package/src/icons.json CHANGED
@@ -347,6 +347,24 @@
347
347
  "arrow-rotate-ccw"
348
348
  ]
349
349
  },
350
+ {
351
+ "name": "Rotate Add",
352
+ "slug": "rotate-add",
353
+ "src": "M20.25 12a8.25 8.25 0 11-8.25-8.25c2.3 0 4.5 1 6 2.5L20.25 8.5m0-4.5v4.5h-4.5m-6.75 3.5L15 12m-3 3L12 9",
354
+ "tags": [
355
+ "rotate",
356
+ "arrow-rotate-add"
357
+ ]
358
+ },
359
+ {
360
+ "name": "Rotate Minus",
361
+ "slug": "rotate-minus",
362
+ "src": "M3.75 12a8.25 8.25 0 108.25-8.25c-2.3 0-4.5 1-6 2.5L3.75 8.5m0-4.5v4.5h4.5m.75 3.5L15 12",
363
+ "tags": [
364
+ "rotate",
365
+ "rotate-minus"
366
+ ]
367
+ },
350
368
  {
351
369
  "name": "Arrow Top Right On Square",
352
370
  "slug": "arrow-top-right-on-square",
@@ -1903,6 +1921,18 @@
1903
1921
  "src": "M6 3h12M6 21h12M18 8v8a2 2 0 01-2 2H8a2 2 0 01-2-2V8a2 2 0 012-2h8a2 2 0 012 2ZM3 6 3 18M21 6 21 18",
1904
1922
  "tags": ["container", "box", "center", "layout", "design"]
1905
1923
  },
1924
+ {
1925
+ "name": "Flip Horizontal",
1926
+ "slug": "flip-horizontal",
1927
+ "src": "m12 3L12 21M8 20 8 4 3 20 8 20M16 4 16 20 21 20 16 4",
1928
+ "tags": ["flip", "horizontal", "flip-horizontal", "design"]
1929
+ },
1930
+ {
1931
+ "name": "Flip Vertical",
1932
+ "slug": "flip-vertical",
1933
+ "src": "m21 12L3 12m1-4L20 8 4 3 4 8M20 16 4 16 4 21 20 16",
1934
+ "tags": ["flip", "vertical", "flip-vertical", "design"]
1935
+ },
1906
1936
  {
1907
1937
  "name": "Grid",
1908
1938
  "slug": "grid",