@marigold/icons 1.3.26 → 1.3.28

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/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import React, { forwardRef } from "react";
1
+ import { forwardRef } from "react";
2
2
  import { SVG } from "@marigold/system";
3
3
 
4
4
  //#region src/action/Cancel.tsx
@@ -245,6 +245,18 @@ const Underlined = forwardRef((props, ref) => /* @__PURE__ */ React.createElemen
245
245
  ref
246
246
  }, /* @__PURE__ */ React.createElement("path", { d: "M17.9896 11.0417C17.9896 14.2138 15.4117 16.7917 12.2396 16.7917C9.0675 16.7917 6.48958 14.2138 6.48958 11.0417V3.375H8.88541V11.0417C8.88541 12.8913 10.39 14.3958 12.2396 14.3958C14.0892 14.3958 15.5938 12.8913 15.5938 11.0417V3.375H17.9896V11.0417ZM5.53125 20.625V18.7083H18.9479V20.625H5.53125Z" })));
247
247
 
248
+ //#endregion
249
+ //#region src/action/Upload.tsx
250
+ const Upload = forwardRef((props, ref) => /* @__PURE__ */ React.createElement(SVG, {
251
+ ...props,
252
+ viewBox: "0 0 24 24",
253
+ stroke: "currentColor",
254
+ strokeWidth: 2,
255
+ strokeLinecap: "round",
256
+ strokeLinejoin: "round",
257
+ ref
258
+ }, /* @__PURE__ */ React.createElement("path", { d: "M18 9l-6-6-6 6M12 3v14M5 21h14" })));
259
+
248
260
  //#endregion
249
261
  //#region src/action/Zoom.tsx
250
262
  const Zoom = forwardRef((props, ref) => /* @__PURE__ */ React.createElement(SVG, {
@@ -1001,4 +1013,4 @@ const User = forwardRef((props, ref) => /* @__PURE__ */ React.createElement(SVG,
1001
1013
  }, /* @__PURE__ */ React.createElement("path", { d: "M16.5 7.5C16.5 9.98625 14.4862 12 12 12C9.51375 12 7.5 9.98625 7.5 7.5C7.5 5.01375 9.51375 3 12 3C14.4862 3 16.5 5.01375 16.5 7.5ZM3 18.75C3 15.7575 8.99625 14.25 12 14.25C15.0037 14.25 21 15.7575 21 18.75V21H3V18.75Z" })));
1002
1014
 
1003
1015
  //#endregion
1004
- export { Accessible, Add, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, AutoRenew, Banned, BatteryCharging, BatteryEmpty, BatteryFull, BatteryHalf, BurgerMenu, Bus, Calendar, Camera, Cancel, Cart, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleChecked, CircleUnchecked, Clock, Close, CreditCard, Crop, Deal, Delete, DesignTicket, Direction, Download, Edit, Email, EventDate, Exclamation, ExportFile, ExternalLink, Eye, Facebook, Feedback, Filter, Food, FormatBold, FormatItalic, FormatSize, GiftCard, Globe, Google, Group, HighlightOff, Home, IconMore, Id, Info, Instagram, Location, Lock, LockOpen, Logout, Marker, Membership, MobilePhone, MobileSignal, Notification, PDF, Parking, Pause, PauseAlt, Phone, Pickup, Picture, Play, PlayAlt, Price, Print, Remove, Required, Resale, ResaleEdit, ResaleLogbook, Restart, RotateLeft, RotateRight, Save, Scanner, Search, Seat, Selling, SettingDots, Share, SmilieDissatisfied, SmilieNeutral, SmilieSatisfied, SmilieVeryDissatisfied, SmilieVerySatisfied, Sort, SortDown, SortUp, Spinner, SquareChecked, SquareUnchecked, Stadium, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, User, Whatsapp, Wifi, Zoom };
1016
+ export { Accessible, Add, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, AutoRenew, Banned, BatteryCharging, BatteryEmpty, BatteryFull, BatteryHalf, BurgerMenu, Bus, Calendar, Camera, Cancel, Cart, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleChecked, CircleUnchecked, Clock, Close, CreditCard, Crop, Deal, Delete, DesignTicket, Direction, Download, Edit, Email, EventDate, Exclamation, ExportFile, ExternalLink, Eye, Facebook, Feedback, Filter, Food, FormatBold, FormatItalic, FormatSize, GiftCard, Globe, Google, Group, HighlightOff, Home, IconMore, Id, Info, Instagram, Location, Lock, LockOpen, Logout, Marker, Membership, MobilePhone, MobileSignal, Notification, PDF, Parking, Pause, PauseAlt, Phone, Pickup, Picture, Play, PlayAlt, Price, Print, Remove, Required, Resale, ResaleEdit, ResaleLogbook, Restart, RotateLeft, RotateRight, Save, Scanner, Search, Seat, Selling, SettingDots, Share, SmilieDissatisfied, SmilieNeutral, SmilieSatisfied, SmilieVeryDissatisfied, SmilieVerySatisfied, Sort, SortDown, SortUp, Spinner, SquareChecked, SquareUnchecked, Stadium, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, Upload, User, Whatsapp, Wifi, Zoom };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marigold/icons",
3
3
  "description": "Marigold Icons",
4
- "version": "1.3.26",
4
+ "version": "1.3.28",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "marigold",
@@ -32,13 +32,13 @@
32
32
  "directory": "packages/icons"
33
33
  },
34
34
  "dependencies": {
35
- "@marigold/system": "15.4.2"
35
+ "@marigold/system": "16.0.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=17.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "tsdown": "0.15.6",
41
+ "tsdown": "0.15.9",
42
42
  "@marigold/tsconfig": "0.4.1"
43
43
  },
44
44
  "scripts": {