@dsgngo/common-icons 3.0.4 → 3.0.5

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.
@@ -9,16 +9,20 @@ exports.IconArrowClockwise = IconArrowClockwise;
9
9
  exports.IconArrowElbowDownLeft = IconArrowElbowDownLeft;
10
10
  exports.IconArrowLeft = IconArrowLeft;
11
11
  exports.IconArrowRight = IconArrowRight;
12
+ exports.IconArrowSquareIn = IconArrowSquareIn;
13
+ exports.IconArrowSquareOut = IconArrowSquareOut;
12
14
  exports.IconArrowUDownLeft = IconArrowUDownLeft;
13
15
  exports.IconArrowsIn = IconArrowsIn;
14
16
  exports.IconArrowsInCardinal = IconArrowsInCardinal;
15
17
  exports.IconArrowsInLineHorizontal = IconArrowsInLineHorizontal;
16
18
  exports.IconArrowsInLineVertical = IconArrowsInLineVertical;
19
+ exports.IconArrowsInSimple = IconArrowsInSimple;
17
20
  exports.IconArrowsLeftRight = IconArrowsLeftRight;
18
21
  exports.IconArrowsOut = IconArrowsOut;
19
22
  exports.IconArrowsOutCardinal = IconArrowsOutCardinal;
20
23
  exports.IconArrowsOutLineHorizontal = IconArrowsOutLineHorizontal;
21
24
  exports.IconArrowsOutLineVertical = IconArrowsOutLineVertical;
25
+ exports.IconArrowsOutSimple = IconArrowsOutSimple;
22
26
  exports.IconCaretDoubleDown = IconCaretDoubleDown;
23
27
  exports.IconCaretDoubleLeft = IconCaretDoubleLeft;
24
28
  exports.IconCaretDoubleRight = IconCaretDoubleRight;
@@ -339,4 +343,56 @@ function IconArrowsInLineVertical(props) {
339
343
  })
340
344
  })
341
345
  });
346
+ }
347
+ function IconArrowsInSimple(props) {
348
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
349
+ className: "icon fill icon-arrows-in-simple ".concat(props.className ? props.className : ''),
350
+ onClick: props.onClick ? props.onClick : undefined,
351
+ style: props.style ? props.style : undefined,
352
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
353
+ viewBox: "0 0 32 32",
354
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
355
+ d: "M26.7075 6.70751L20.4138 13H24C24.2652 13 24.5196 13.1054 24.7071 13.2929C24.8947 13.4804 25 13.7348 25 14C25 14.2652 24.8947 14.5196 24.7071 14.7071C24.5196 14.8946 24.2652 15 24 15H18C17.7348 15 17.4804 14.8946 17.2929 14.7071C17.1054 14.5196 17 14.2652 17 14V8.00001C17 7.73479 17.1054 7.48044 17.2929 7.2929C17.4804 7.10536 17.7348 7.00001 18 7.00001C18.2652 7.00001 18.5196 7.10536 18.7071 7.2929C18.8947 7.48044 19 7.73479 19 8.00001V11.5863L25.2925 5.29251C25.4801 5.10487 25.7346 4.99945 26 4.99945C26.2654 4.99945 26.5199 5.10487 26.7075 5.29251C26.8951 5.48015 27.0006 5.73464 27.0006 6.00001C27.0006 6.26537 26.8951 6.51987 26.7075 6.70751ZM14 17H8.00001C7.73479 17 7.48044 17.1054 7.2929 17.2929C7.10536 17.4804 7.00001 17.7348 7.00001 18C7.00001 18.2652 7.10536 18.5196 7.2929 18.7071C7.48044 18.8947 7.73479 19 8.00001 19H11.5863L5.29251 25.2925C5.10487 25.4801 4.99945 25.7346 4.99945 26C4.99945 26.2654 5.10487 26.5199 5.29251 26.7075C5.48015 26.8951 5.73464 27.0006 6.00001 27.0006C6.26537 27.0006 6.51987 26.8951 6.70751 26.7075L13 20.4138V24C13 24.2652 13.1054 24.5196 13.2929 24.7071C13.4804 24.8947 13.7348 25 14 25C14.2652 25 14.5196 24.8947 14.7071 24.7071C14.8946 24.5196 15 24.2652 15 24V18C15 17.7348 14.8946 17.4804 14.7071 17.2929C14.5196 17.1054 14.2652 17 14 17Z"
356
+ })
357
+ })
358
+ });
359
+ }
360
+ function IconArrowsOutSimple(props) {
361
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
362
+ className: "icon fill icon-arrows-out-simple ".concat(props.className ? props.className : ''),
363
+ onClick: props.onClick ? props.onClick : undefined,
364
+ style: props.style ? props.style : undefined,
365
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
366
+ viewBox: "0 0 32 32",
367
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
368
+ d: "M27 6V12C27 12.2652 26.8946 12.5196 26.7071 12.7071C26.5196 12.8946 26.2652 13 26 13C25.7348 13 25.4804 12.8946 25.2929 12.7071C25.1054 12.5196 25 12.2652 25 12V8.41375L18.7075 14.7075C18.5199 14.8951 18.2654 15.0006 18 15.0006C17.7346 15.0006 17.4801 14.8951 17.2925 14.7075C17.1049 14.5199 16.9994 14.2654 16.9994 14C16.9994 13.7346 17.1049 13.4801 17.2925 13.2925L23.5863 7H20C19.7348 7 19.4804 6.89464 19.2929 6.70711C19.1054 6.51957 19 6.26522 19 6C19 5.73478 19.1054 5.48043 19.2929 5.29289C19.4804 5.10536 19.7348 5 20 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6ZM13.2925 17.2925L7 23.5863V20C7 19.7348 6.89464 19.4804 6.70711 19.2929C6.51957 19.1054 6.26522 19 6 19C5.73478 19 5.48043 19.1054 5.29289 19.2929C5.10536 19.4804 5 19.7348 5 20V26C5 26.2652 5.10536 26.5196 5.29289 26.7071C5.48043 26.8946 5.73478 27 6 27H12C12.2652 27 12.5196 26.8946 12.7071 26.7071C12.8946 26.5196 13 26.2652 13 26C13 25.7348 12.8946 25.4804 12.7071 25.2929C12.5196 25.1054 12.2652 25 12 25H8.41375L14.7075 18.7075C14.8951 18.5199 15.0006 18.2654 15.0006 18C15.0006 17.7346 14.8951 17.4801 14.7075 17.2925C14.5199 17.1049 14.2654 16.9994 14 16.9994C13.7346 16.9994 13.4801 17.1049 13.2925 17.2925Z"
369
+ })
370
+ })
371
+ });
372
+ }
373
+ function IconArrowSquareIn(props) {
374
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
375
+ className: "icon fill icon-arrows-square-in ".concat(props.className ? props.className : ''),
376
+ onClick: props.onClick ? props.onClick : undefined,
377
+ style: props.style ? props.style : undefined,
378
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
379
+ viewBox: "0 0 32 32",
380
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
381
+ d: "M16 17V25C16 25.2652 15.8946 25.5196 15.7071 25.7071C15.5196 25.8946 15.2652 26 15 26C14.7348 26 14.4804 25.8946 14.2929 25.7071C14.1054 25.5196 14 25.2652 14 25V19.415L5.70751 27.7075C5.6146 27.8004 5.5043 27.8741 5.3829 27.9244C5.26151 27.9747 5.1314 28.0006 5.00001 28.0006C4.86861 28.0006 4.7385 27.9747 4.61711 27.9244C4.49572 27.8741 4.38542 27.8004 4.29251 27.7075C4.1996 27.6146 4.1259 27.5043 4.07561 27.3829C4.02533 27.2615 3.99945 27.1314 3.99945 27C3.99945 26.8686 4.02533 26.7385 4.07561 26.6171C4.1259 26.4957 4.1996 26.3854 4.29251 26.2925L12.585 18H7.00001C6.73479 18 6.48044 17.8946 6.2929 17.7071C6.10536 17.5196 6.00001 17.2652 6.00001 17C6.00001 16.7348 6.10536 16.4804 6.2929 16.2929C6.48044 16.1054 6.73479 16 7.00001 16H15C15.2652 16 15.5196 16.1054 15.7071 16.2929C15.8946 16.4804 16 16.7348 16 17ZM26 4H10C9.46957 4 8.96087 4.21071 8.58579 4.58579C8.21072 4.96086 8.00001 5.46957 8.00001 6V12C8.00001 12.2652 8.10536 12.5196 8.2929 12.7071C8.48044 12.8946 8.73479 13 9.00001 13C9.26522 13 9.51958 12.8946 9.70711 12.7071C9.89465 12.5196 10 12.2652 10 12V6H26V22H20C19.7348 22 19.4804 22.1054 19.2929 22.2929C19.1054 22.4804 19 22.7348 19 23C19 23.2652 19.1054 23.5196 19.2929 23.7071C19.4804 23.8946 19.7348 24 20 24H26C26.5304 24 27.0391 23.7893 27.4142 23.4142C27.7893 23.0391 28 22.5304 28 22V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4Z"
382
+ })
383
+ })
384
+ });
385
+ }
386
+ function IconArrowSquareOut(props) {
387
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
388
+ className: "icon fill icon-arrows-square-out ".concat(props.className ? props.className : ''),
389
+ onClick: props.onClick ? props.onClick : undefined,
390
+ style: props.style ? props.style : undefined,
391
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
392
+ viewBox: "0 0 32 32",
393
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
394
+ d: "M28 13C28 13.2652 27.8946 13.5196 27.7071 13.7071C27.5196 13.8946 27.2652 14 27 14C26.7348 14 26.4804 13.8946 26.2929 13.7071C26.1054 13.5196 26 13.2652 26 13V7.415L17.7087 15.7075C17.5211 15.8951 17.2666 16.0006 17.0012 16.0006C16.7359 16.0006 16.4814 15.8951 16.2938 15.7075C16.1061 15.5199 16.0007 15.2654 16.0007 15C16.0007 14.7346 16.1061 14.4801 16.2938 14.2925L24.585 6H19C18.7348 6 18.4804 5.89464 18.2929 5.70711C18.1054 5.51957 18 5.26522 18 5C18 4.73478 18.1054 4.48043 18.2929 4.29289C18.4804 4.10536 18.7348 4 19 4H27C27.2652 4 27.5196 4.10536 27.7071 4.29289C27.8946 4.48043 28 4.73478 28 5V13ZM23 16C22.7348 16 22.4804 16.1054 22.2929 16.2929C22.1054 16.4804 22 16.7348 22 17V26H6V10H15C15.2652 10 15.5196 9.89464 15.7071 9.70711C15.8946 9.51957 16 9.26522 16 9C16 8.73478 15.8946 8.48043 15.7071 8.29289C15.5196 8.10536 15.2652 8 15 8H6C5.46957 8 4.96086 8.21071 4.58579 8.58579C4.21071 8.96086 4 9.46957 4 10V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H22C22.5304 28 23.0391 27.7893 23.4142 27.4142C23.7893 27.0391 24 26.5304 24 26V17C24 16.7348 23.8946 16.4804 23.7071 16.2929C23.5196 16.1054 23.2652 16 23 16Z"
395
+ })
396
+ })
397
+ });
342
398
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsgngo/common-icons",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Mini set of icons for projects",
5
5
  "main": "dist/index.js",
6
6
  "files": ["dist"],