@webstudio-is/icons 0.128.0 → 0.129.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.
- package/lib/__generated__/svg/index.js +8 -0
- package/lib/index.js +870 -848
- package/lib/types/src/__generated__/arrow-left.d.ts +3 -0
- package/lib/types/src/__generated__/arrow-up.d.ts +3 -0
- package/lib/types/src/__generated__/index.d.ts +2 -0
- package/lib/types/src/__generated__/svg/arrow-left.d.ts +1 -0
- package/lib/types/src/__generated__/svg/arrow-up.d.ts +1 -0
- package/lib/types/src/__generated__/svg/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -67,9 +67,15 @@ var AlertIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fil
|
|
|
67
67
|
// src/__generated__/svg/arrow-down.ts
|
|
68
68
|
var ArrowDownIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M3.434 8.434a.8.8 0 0 1 1.132 0L7.2 11.07V3a.8.8 0 1 1 1.6 0v8.069l2.634-2.635a.8.8 0 0 1 1.132 1.132l-4 4a.8.8 0 0 1-1.132 0l-4-4a.8.8 0 0 1 0-1.132Z" clip-rule="evenodd"/></svg>`;
|
|
69
69
|
|
|
70
|
+
// src/__generated__/svg/arrow-left.ts
|
|
71
|
+
var ArrowLeftIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M7.566 3.434a.8.8 0 0 1 0 1.132L4.93 7.2H13a.8.8 0 0 1 0 1.6H4.931l2.635 2.634a.8.8 0 0 1-1.132 1.132l-4-4a.8.8 0 0 1 0-1.132l4-4a.8.8 0 0 1 1.132 0Z" clip-rule="evenodd"/></svg>`;
|
|
72
|
+
|
|
70
73
|
// src/__generated__/svg/arrow-right.ts
|
|
71
74
|
var ArrowRightIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M8.434 12.566a.8.8 0 0 1 0-1.132L11.07 8.8H3a.8.8 0 1 1 0-1.6h8.069L8.434 4.566a.8.8 0 1 1 1.132-1.132l4 4a.8.8 0 0 1 0 1.132l-4 4a.8.8 0 0 1-1.132 0Z" clip-rule="evenodd"/></svg>`;
|
|
72
75
|
|
|
76
|
+
// src/__generated__/svg/arrow-up.ts
|
|
77
|
+
var ArrowUpIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M12.566 7.566a.8.8 0 0 1-1.132 0L8.8 4.93V13a.8.8 0 0 1-1.6 0V4.931L4.566 7.566a.8.8 0 1 1-1.132-1.132l4-4a.8.8 0 0 1 1.132 0l4 4a.8.8 0 0 1 0 1.132Z" clip-rule="evenodd"/></svg>`;
|
|
78
|
+
|
|
73
79
|
// src/__generated__/svg/aspect-ratio.ts
|
|
74
80
|
var AspectRatioIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 17" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M4.666 2.317a.65.65 0 0 1 .46.19l2.664 2.67a.65.65 0 1 1-.92.919L5.316 4.538v5.792c0 .36.291.65.65.65h5.857l-1.555-1.55a.65.65 0 0 1 .917-.92l2.67 2.66a.65.65 0 0 1 .001.92l-2.67 2.67a.65.65 0 0 1-.92-.92l1.561-1.56h-5.86a1.95 1.95 0 0 1-1.95-1.95V4.538L2.461 6.096a.65.65 0 1 1-.92-.918l2.664-2.67a.65.65 0 0 1 .46-.191Z" clip-rule="evenodd"/></svg>`;
|
|
75
81
|
|
|
@@ -540,7 +546,9 @@ export {
|
|
|
540
546
|
AiLoadingIcon,
|
|
541
547
|
AlertIcon,
|
|
542
548
|
ArrowDownIcon,
|
|
549
|
+
ArrowLeftIcon,
|
|
543
550
|
ArrowRightIcon,
|
|
551
|
+
ArrowUpIcon,
|
|
544
552
|
AspectRatioIcon,
|
|
545
553
|
AttachmentIcon,
|
|
546
554
|
AutoScrollIcon,
|