@dsgngo/common-icons 3.0.3 → 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,14 +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;
17
+ exports.IconArrowsInLineHorizontal = IconArrowsInLineHorizontal;
18
+ exports.IconArrowsInLineVertical = IconArrowsInLineVertical;
19
+ exports.IconArrowsInSimple = IconArrowsInSimple;
15
20
  exports.IconArrowsLeftRight = IconArrowsLeftRight;
16
21
  exports.IconArrowsOut = IconArrowsOut;
17
22
  exports.IconArrowsOutCardinal = IconArrowsOutCardinal;
18
23
  exports.IconArrowsOutLineHorizontal = IconArrowsOutLineHorizontal;
19
24
  exports.IconArrowsOutLineVertical = IconArrowsOutLineVertical;
25
+ exports.IconArrowsOutSimple = IconArrowsOutSimple;
20
26
  exports.IconCaretDoubleDown = IconCaretDoubleDown;
21
27
  exports.IconCaretDoubleLeft = IconCaretDoubleLeft;
22
28
  exports.IconCaretDoubleRight = IconCaretDoubleRight;
@@ -311,4 +317,82 @@ function IconCaretDoubleRight(props) {
311
317
  })
312
318
  })
313
319
  });
320
+ }
321
+ function IconArrowsInLineHorizontal(props) {
322
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
323
+ className: "icon fill icon-arrows-in-line-horizontal ".concat(props.className ? props.className : ''),
324
+ onClick: props.onClick ? props.onClick : undefined,
325
+ style: props.style ? props.style : undefined,
326
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
327
+ viewBox: "0 0 32 32",
328
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
329
+ d: "M17 5V27C17 27.2652 16.8946 27.5196 16.7071 27.7071C16.5196 27.8946 16.2652 28 16 28C15.7348 28 15.4804 27.8946 15.2929 27.7071C15.1054 27.5196 15 27.2652 15 27V5C15 4.73478 15.1054 4.48043 15.2929 4.29289C15.4804 4.10536 15.7348 4 16 4C16.2652 4 16.5196 4.10536 16.7071 4.29289C16.8946 4.48043 17 4.73478 17 5ZM8.7075 11.2925C8.51986 11.1049 8.26536 10.9994 8 10.9994C7.73464 10.9994 7.48014 11.1049 7.2925 11.2925C7.10486 11.4801 6.99944 11.7346 6.99944 12C6.99944 12.2654 7.10486 12.5199 7.2925 12.7075L9.58625 15H2C1.73478 15 1.48043 15.1054 1.29289 15.2929C1.10536 15.4804 1 15.7348 1 16C1 16.2652 1.10536 16.5196 1.29289 16.7071C1.48043 16.8946 1.73478 17 2 17H9.58625L7.2925 19.2925C7.19959 19.3854 7.12589 19.4957 7.07561 19.6171C7.02532 19.7385 6.99944 19.8686 6.99944 20C6.99944 20.1314 7.02532 20.2615 7.07561 20.3829C7.12589 20.5043 7.19959 20.6146 7.2925 20.7075C7.38541 20.8004 7.49571 20.8741 7.6171 20.9244C7.7385 20.9747 7.86861 21.0006 8 21.0006C8.13139 21.0006 8.2615 20.9747 8.3829 20.9244C8.50429 20.8741 8.61459 20.8004 8.7075 20.7075L12.7075 16.7075C12.8005 16.6146 12.8742 16.5043 12.9246 16.3829C12.9749 16.2615 13.0008 16.1314 13.0008 16C13.0008 15.8686 12.9749 15.7385 12.9246 15.6171C12.8742 15.4957 12.8005 15.3854 12.7075 15.2925L8.7075 11.2925ZM30 15H22.4137L24.7075 12.7075C24.8004 12.6146 24.8741 12.5043 24.9244 12.3829C24.9747 12.2615 25.0006 12.1314 25.0006 12C25.0006 11.8686 24.9747 11.7385 24.9244 11.6171C24.8741 11.4957 24.8004 11.3854 24.7075 11.2925C24.6146 11.1996 24.5043 11.1259 24.3829 11.0756C24.2615 11.0253 24.1314 10.9994 24 10.9994C23.8686 10.9994 23.7385 11.0253 23.6171 11.0756C23.4957 11.1259 23.3854 11.1996 23.2925 11.2925L19.2925 15.2925C19.1995 15.3854 19.1258 15.4957 19.0754 15.6171C19.0251 15.7385 18.9992 15.8686 18.9992 16C18.9992 16.1314 19.0251 16.2615 19.0754 16.3829C19.1258 16.5043 19.1995 16.6146 19.2925 16.7075L23.2925 20.7075C23.3854 20.8004 23.4957 20.8741 23.6171 20.9244C23.7385 20.9747 23.8686 21.0006 24 21.0006C24.1314 21.0006 24.2615 20.9747 24.3829 20.9244C24.5043 20.8741 24.6146 20.8004 24.7075 20.7075C24.8004 20.6146 24.8741 20.5043 24.9244 20.3829C24.9747 20.2615 25.0006 20.1314 25.0006 20C25.0006 19.8686 24.9747 19.7385 24.9244 19.6171C24.8741 19.4957 24.8004 19.3854 24.7075 19.2925L22.4137 17H30C30.2652 17 30.5196 16.8946 30.7071 16.7071C30.8946 16.5196 31 16.2652 31 16C31 15.7348 30.8946 15.4804 30.7071 15.2929C30.5196 15.1054 30.2652 15 30 15Z"
330
+ })
331
+ })
332
+ });
333
+ }
334
+ function IconArrowsInLineVertical(props) {
335
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
336
+ className: "icon fill icon-arrows-in-line-vertical ".concat(props.className ? props.className : ''),
337
+ onClick: props.onClick ? props.onClick : undefined,
338
+ style: props.style ? props.style : undefined,
339
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
340
+ viewBox: "0 0 32 32",
341
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
342
+ d: "M28 16C28 16.2652 27.8946 16.5196 27.7071 16.7071C27.5196 16.8946 27.2652 17 27 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16C4 15.7348 4.10536 15.4804 4.29289 15.2929C4.48043 15.1054 4.73478 15 5 15H27C27.2652 15 27.5196 15.1054 27.7071 15.2929C27.8946 15.4804 28 15.7348 28 16ZM15.2925 12.7075C15.3854 12.8005 15.4957 12.8742 15.6171 12.9246C15.7385 12.9749 15.8686 13.0008 16 13.0008C16.1314 13.0008 16.2615 12.9749 16.3829 12.9246C16.5043 12.8742 16.6146 12.8005 16.7075 12.7075L20.7075 8.7075C20.8951 8.51986 21.0006 8.26536 21.0006 8C21.0006 7.73464 20.8951 7.48014 20.7075 7.2925C20.5199 7.10486 20.2654 6.99944 20 6.99944C19.7346 6.99944 19.4801 7.10486 19.2925 7.2925L17 9.58625V2C17 1.73478 16.8946 1.48043 16.7071 1.29289C16.5196 1.10536 16.2652 1 16 1C15.7348 1 15.4804 1.10536 15.2929 1.29289C15.1054 1.48043 15 1.73478 15 2V9.58625L12.7075 7.2925C12.6146 7.19959 12.5043 7.12589 12.3829 7.07561C12.2615 7.02532 12.1314 6.99944 12 6.99944C11.7346 6.99944 11.4801 7.10486 11.2925 7.2925C11.1996 7.38541 11.1259 7.49571 11.0756 7.6171C11.0253 7.7385 10.9994 7.86861 10.9994 8C10.9994 8.26536 11.1049 8.51986 11.2925 8.7075L15.2925 12.7075ZM16.7075 19.2925C16.6146 19.1995 16.5043 19.1258 16.3829 19.0754C16.2615 19.0251 16.1314 18.9992 16 18.9992C15.8686 18.9992 15.7385 19.0251 15.6171 19.0754C15.4957 19.1258 15.3854 19.1995 15.2925 19.2925L11.2925 23.2925C11.1996 23.3854 11.1259 23.4957 11.0756 23.6171C11.0253 23.7385 10.9994 23.8686 10.9994 24C10.9994 24.1314 11.0253 24.2615 11.0756 24.3829C11.1259 24.5043 11.1996 24.6146 11.2925 24.7075C11.4801 24.8951 11.7346 25.0006 12 25.0006C12.1314 25.0006 12.2615 24.9747 12.3829 24.9244C12.5043 24.8741 12.6146 24.8004 12.7075 24.7075L15 22.4137V30C15 30.2652 15.1054 30.5196 15.2929 30.7071C15.4804 30.8946 15.7348 31 16 31C16.2652 31 16.5196 30.8946 16.7071 30.7071C16.8946 30.5196 17 30.2652 17 30V22.4137L19.2925 24.7075C19.3854 24.8004 19.4957 24.8741 19.6171 24.9244C19.7385 24.9747 19.8686 25.0006 20 25.0006C20.1314 25.0006 20.2615 24.9747 20.3829 24.9244C20.5043 24.8741 20.6146 24.8004 20.7075 24.7075C20.8004 24.6146 20.8741 24.5043 20.9244 24.3829C20.9747 24.2615 21.0006 24.1314 21.0006 24C21.0006 23.8686 20.9747 23.7385 20.9244 23.6171C20.8741 23.4957 20.8004 23.3854 20.7075 23.2925L16.7075 19.2925Z"
343
+ })
344
+ })
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
+ });
314
398
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsgngo/common-icons",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "description": "Mini set of icons for projects",
5
5
  "main": "dist/index.js",
6
6
  "files": ["dist"],