From 4790ff2b5af51afae33ac3bc41752b355fac26e0 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins <matiss@mja.lv> Date: Tue, 3 Jan 2023 21:47:07 +0000 Subject: [PATCH] prune: remove unused icons --- packages/loot-design/src/svg/Add.mobile.js | 1 + packages/loot-design/src/svg/Bank.mobile.js | 48 ---------- packages/loot-design/src/svg/Bank.svg | 16 ---- packages/loot-design/src/svg/Bank.web.js | 31 ------- packages/loot-design/src/svg/Budget.mobile.js | 53 ----------- packages/loot-design/src/svg/Budget.svg | 20 ----- packages/loot-design/src/svg/Budget.web.js | 36 -------- packages/loot-design/src/svg/Check.mobile.js | 2 - packages/loot-design/src/svg/Check.svg | 48 ---------- packages/loot-design/src/svg/Check.web.js | 52 ----------- packages/loot-design/src/svg/Delete.mobile.js | 1 + packages/loot-design/src/svg/Delete.web.js | 1 + .../loot-design/src/svg/DownArrow.mobile.js | 43 --------- packages/loot-design/src/svg/DownArrow.svg | 12 --- packages/loot-design/src/svg/DownArrow.web.js | 26 ------ .../loot-design/src/svg/DragIOS.mobile.js | 41 --------- packages/loot-design/src/svg/DragIOS.svg | 6 -- packages/loot-design/src/svg/DragIOS.web.js | 24 ----- .../loot-design/src/svg/ExpandArrow.mobile.js | 1 + .../loot-design/src/svg/ExpandArrow.web.js | 1 + .../loot-design/src/svg/LeftArrow.mobile.js | 47 ---------- packages/loot-design/src/svg/LeftArrow.svg | 17 ---- packages/loot-design/src/svg/LeftArrow.web.js | 30 ------- .../loot-design/src/svg/LeftArrow2.mobile.js | 1 + .../loot-design/src/svg/LeftArrow2.web.js | 1 + .../loot-design/src/svg/LeftArrow3.mobile.js | 43 --------- packages/loot-design/src/svg/LeftArrow3.svg | 12 --- .../loot-design/src/svg/LeftArrow3.web.js | 28 ------ .../loot-design/src/svg/Loading.mobile.js | 55 ------------ packages/loot-design/src/svg/Loading.svg | 25 ------ packages/loot-design/src/svg/Loading.web.js | 38 -------- packages/loot-design/src/svg/Logo.mobile.js | 88 ------------------- packages/loot-design/src/svg/Logo.svg | 57 ------------ packages/loot-design/src/svg/Logo.web.js | 71 --------------- packages/loot-design/src/svg/Math.mobile.js | 1 + packages/loot-design/src/svg/Math.web.js | 1 + packages/loot-design/src/svg/Pencil.mobile.js | 43 --------- packages/loot-design/src/svg/Pencil.svg | 13 --- packages/loot-design/src/svg/Pencil.web.js | 26 ------ .../loot-design/src/svg/Reports.mobile.js | 43 --------- packages/loot-design/src/svg/Reports.svg | 12 --- packages/loot-design/src/svg/Reports.web.js | 26 ------ .../loot-design/src/svg/RightArrow.mobile.js | 47 ---------- packages/loot-design/src/svg/RightArrow.svg | 17 ---- .../loot-design/src/svg/RightArrow.web.js | 30 ------- .../loot-design/src/svg/RightArrow2.mobile.js | 1 + .../loot-design/src/svg/RightArrow2.web.js | 1 + packages/loot-design/src/svg/Search.mobile.js | 42 --------- packages/loot-design/src/svg/Search.svg | 11 --- packages/loot-design/src/svg/Search.web.js | 25 ------ .../loot-design/src/svg/Settings.mobile.js | 45 ---------- packages/loot-design/src/svg/Settings.svg | 14 --- packages/loot-design/src/svg/Settings.web.js | 28 ------ .../loot-design/src/svg/Subtract.mobile.js | 1 + packages/loot-design/src/svg/generate | 5 +- packages/loot-design/src/svg/merge.mobile.js | 1 + packages/loot-design/src/svg/merge.web.js | 1 + .../loot-design/src/svg/package-lock.json | 13 --- packages/loot-design/src/svg/package2.json | 14 --- packages/loot-design/src/svg/split.mobile.js | 1 + packages/loot-design/src/svg/split.web.js | 1 + 61 files changed, 19 insertions(+), 1420 deletions(-) delete mode 100644 packages/loot-design/src/svg/Bank.mobile.js delete mode 100644 packages/loot-design/src/svg/Bank.svg delete mode 100644 packages/loot-design/src/svg/Bank.web.js delete mode 100644 packages/loot-design/src/svg/Budget.mobile.js delete mode 100644 packages/loot-design/src/svg/Budget.svg delete mode 100644 packages/loot-design/src/svg/Budget.web.js delete mode 100644 packages/loot-design/src/svg/Check.mobile.js delete mode 100644 packages/loot-design/src/svg/Check.svg delete mode 100644 packages/loot-design/src/svg/Check.web.js delete mode 100644 packages/loot-design/src/svg/DownArrow.mobile.js delete mode 100644 packages/loot-design/src/svg/DownArrow.svg delete mode 100644 packages/loot-design/src/svg/DownArrow.web.js delete mode 100644 packages/loot-design/src/svg/DragIOS.mobile.js delete mode 100644 packages/loot-design/src/svg/DragIOS.svg delete mode 100644 packages/loot-design/src/svg/DragIOS.web.js delete mode 100644 packages/loot-design/src/svg/LeftArrow.mobile.js delete mode 100644 packages/loot-design/src/svg/LeftArrow.svg delete mode 100644 packages/loot-design/src/svg/LeftArrow.web.js delete mode 100644 packages/loot-design/src/svg/LeftArrow3.mobile.js delete mode 100644 packages/loot-design/src/svg/LeftArrow3.svg delete mode 100644 packages/loot-design/src/svg/LeftArrow3.web.js delete mode 100644 packages/loot-design/src/svg/Loading.mobile.js delete mode 100644 packages/loot-design/src/svg/Loading.svg delete mode 100644 packages/loot-design/src/svg/Loading.web.js delete mode 100644 packages/loot-design/src/svg/Logo.mobile.js delete mode 100644 packages/loot-design/src/svg/Logo.svg delete mode 100644 packages/loot-design/src/svg/Logo.web.js delete mode 100644 packages/loot-design/src/svg/Pencil.mobile.js delete mode 100644 packages/loot-design/src/svg/Pencil.svg delete mode 100644 packages/loot-design/src/svg/Pencil.web.js delete mode 100644 packages/loot-design/src/svg/Reports.mobile.js delete mode 100644 packages/loot-design/src/svg/Reports.svg delete mode 100644 packages/loot-design/src/svg/Reports.web.js delete mode 100644 packages/loot-design/src/svg/RightArrow.mobile.js delete mode 100644 packages/loot-design/src/svg/RightArrow.svg delete mode 100644 packages/loot-design/src/svg/RightArrow.web.js delete mode 100644 packages/loot-design/src/svg/Search.mobile.js delete mode 100644 packages/loot-design/src/svg/Search.svg delete mode 100644 packages/loot-design/src/svg/Search.web.js delete mode 100644 packages/loot-design/src/svg/Settings.mobile.js delete mode 100644 packages/loot-design/src/svg/Settings.svg delete mode 100644 packages/loot-design/src/svg/Settings.web.js delete mode 100644 packages/loot-design/src/svg/package-lock.json delete mode 100644 packages/loot-design/src/svg/package2.json diff --git a/packages/loot-design/src/svg/Add.mobile.js b/packages/loot-design/src/svg/Add.mobile.js index a121771cd..1e3c99a3e 100644 --- a/packages/loot-design/src/svg/Add.mobile.js +++ b/packages/loot-design/src/svg/Add.mobile.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/Bank.mobile.js b/packages/loot-design/src/svg/Bank.mobile.js deleted file mode 100644 index d71ce89f1..000000000 --- a/packages/loot-design/src/svg/Bank.mobile.js +++ /dev/null @@ -1,48 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function Bank({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 20 20" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <Path - fill={color} - className="path" - d="M16.6,16.2c2.1-1.5,3.3-3.8,3.3-6.2c0-5-5.2-8.8-10.8-7.8C7.9,0.9,6.2,0.1,4.1,0C3.2,0,2.7,1,3.2,1.6 c0.9,1.1,1.2,2.1,1.1,3.1C3.7,5.4,3.1,6.2,2.7,7.1H1.1c-0.5,0-1,0.4-1,1v3c0,0.5,0.3,0.9,0.8,1l1.6,0.4C3,13.9,4,15.2,5.4,16.2 l-0.8,2.5C4.4,19.4,4.9,20,5.5,20h4c0.5,0,1-0.4,1-1v-1c0.3,0,0.7,0,1,0v1c0,0.5,0.4,1,1,1h4c0.7,0,1.1-0.6,0.9-1.3L16.6,16.2z M15,15c-0.4,0.2-0.6,0.7-0.4,1.1l0.6,1.9h-1.6v-1.1c0-0.6-0.6-1.1-1.2-1c-0.8,0.2-1.8,0.1-2.6,0c-0.6-0.1-1.2,0.4-1.2,1V18H6.9 l0.6-1.9c0.1-0.4,0-0.9-0.4-1.1c-1.4-0.9-2.4-2.1-2.8-3.6c-0.1-0.4-0.4-0.6-0.7-0.7l-1.4-0.4V9.1h1.3c0.4,0,0.8-0.3,0.9-0.7 C4.6,7.5,5.2,6.6,6,6c0.2-0.1,0.3-0.3,0.3-0.6c0.2-1,0.1-2-0.3-3C6.8,2.7,7.4,3.2,7.9,4C8.2,4.3,8.6,4.5,9,4.4 c4.4-1.2,8.9,1.7,8.9,5.7C17.9,12,16.8,13.8,15,15z" - /> - <Path - fill={color} - className="path" - d="M6.3,7.4C6.1,7.6,6,7.8,6,8.1c0,0.6,0.5,1,1,1c0.6,0,1-0.5,1-1C8,7.1,6.9,6.8,6.3,7.4z" - /> - </Svg> - ); -} - -export default Bank; diff --git a/packages/loot-design/src/svg/Bank.svg b/packages/loot-design/src/svg/Bank.svg deleted file mode 100644 index 5b9158e21..000000000 --- a/packages/loot-design/src/svg/Bank.svg +++ /dev/null @@ -1,16 +0,0 @@ - <svg - width="20" - height="20" - viewBox="0 0 20 20" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill="black" - d="M16.6,16.2c2.1-1.5,3.3-3.8,3.3-6.2c0-5-5.2-8.8-10.8-7.8C7.9,0.9,6.2,0.1,4.1,0C3.2,0,2.7,1,3.2,1.6 c0.9,1.1,1.2,2.1,1.1,3.1C3.7,5.4,3.1,6.2,2.7,7.1H1.1c-0.5,0-1,0.4-1,1v3c0,0.5,0.3,0.9,0.8,1l1.6,0.4C3,13.9,4,15.2,5.4,16.2 l-0.8,2.5C4.4,19.4,4.9,20,5.5,20h4c0.5,0,1-0.4,1-1v-1c0.3,0,0.7,0,1,0v1c0,0.5,0.4,1,1,1h4c0.7,0,1.1-0.6,0.9-1.3L16.6,16.2z M15,15c-0.4,0.2-0.6,0.7-0.4,1.1l0.6,1.9h-1.6v-1.1c0-0.6-0.6-1.1-1.2-1c-0.8,0.2-1.8,0.1-2.6,0c-0.6-0.1-1.2,0.4-1.2,1V18H6.9 l0.6-1.9c0.1-0.4,0-0.9-0.4-1.1c-1.4-0.9-2.4-2.1-2.8-3.6c-0.1-0.4-0.4-0.6-0.7-0.7l-1.4-0.4V9.1h1.3c0.4,0,0.8-0.3,0.9-0.7 C4.6,7.5,5.2,6.6,6,6c0.2-0.1,0.3-0.3,0.3-0.6c0.2-1,0.1-2-0.3-3C6.8,2.7,7.4,3.2,7.9,4C8.2,4.3,8.6,4.5,9,4.4 c4.4-1.2,8.9,1.7,8.9,5.7C17.9,12,16.8,13.8,15,15z" - /> - <path - fill="black" - d="M6.3,7.4C6.1,7.6,6,7.8,6,8.1c0,0.6,0.5,1,1,1c0.6,0,1-0.5,1-1C8,7.1,6.9,6.8,6.3,7.4z" - /> - </svg> diff --git a/packages/loot-design/src/svg/Bank.web.js b/packages/loot-design/src/svg/Bank.web.js deleted file mode 100644 index 11a5042d8..000000000 --- a/packages/loot-design/src/svg/Bank.web.js +++ /dev/null @@ -1,31 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function Bank({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 20 20" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill={color} - className="path" - d="M16.6,16.2c2.1-1.5,3.3-3.8,3.3-6.2c0-5-5.2-8.8-10.8-7.8C7.9,0.9,6.2,0.1,4.1,0C3.2,0,2.7,1,3.2,1.6 c0.9,1.1,1.2,2.1,1.1,3.1C3.7,5.4,3.1,6.2,2.7,7.1H1.1c-0.5,0-1,0.4-1,1v3c0,0.5,0.3,0.9,0.8,1l1.6,0.4C3,13.9,4,15.2,5.4,16.2 l-0.8,2.5C4.4,19.4,4.9,20,5.5,20h4c0.5,0,1-0.4,1-1v-1c0.3,0,0.7,0,1,0v1c0,0.5,0.4,1,1,1h4c0.7,0,1.1-0.6,0.9-1.3L16.6,16.2z M15,15c-0.4,0.2-0.6,0.7-0.4,1.1l0.6,1.9h-1.6v-1.1c0-0.6-0.6-1.1-1.2-1c-0.8,0.2-1.8,0.1-2.6,0c-0.6-0.1-1.2,0.4-1.2,1V18H6.9 l0.6-1.9c0.1-0.4,0-0.9-0.4-1.1c-1.4-0.9-2.4-2.1-2.8-3.6c-0.1-0.4-0.4-0.6-0.7-0.7l-1.4-0.4V9.1h1.3c0.4,0,0.8-0.3,0.9-0.7 C4.6,7.5,5.2,6.6,6,6c0.2-0.1,0.3-0.3,0.3-0.6c0.2-1,0.1-2-0.3-3C6.8,2.7,7.4,3.2,7.9,4C8.2,4.3,8.6,4.5,9,4.4 c4.4-1.2,8.9,1.7,8.9,5.7C17.9,12,16.8,13.8,15,15z" - /> - <path - fill={color} - className="path" - d="M6.3,7.4C6.1,7.6,6,7.8,6,8.1c0,0.6,0.5,1,1,1c0.6,0,1-0.5,1-1C8,7.1,6.9,6.8,6.3,7.4z" - /> - </svg> - ); -} - -export default Bank; diff --git a/packages/loot-design/src/svg/Budget.mobile.js b/packages/loot-design/src/svg/Budget.mobile.js deleted file mode 100644 index e5ed789ff..000000000 --- a/packages/loot-design/src/svg/Budget.mobile.js +++ /dev/null @@ -1,53 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function Budget({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 20 20" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <Path - fill={color} - className="path" - d="M19.1,3h-4l-0.7-2.3c-0.2-0.5-0.7-0.8-1.2-0.7L0.7,3.6C0.1,3.8-0.2,4.3,0,4.9l4.1,14.4c0.1,0.4,0.5,0.7,1,0.7h0h0h14 c0.6,0,1-0.4,1-1V4C20.1,3.5,19.6,3,19.1,3z M12.7,2.2L13,3H10L12.7,2.2z M4.1,4.7v7.2L2.2,5.3L4.1,4.7z M18.1,18h-12V5 c4.4,0,7.6,0,12,0V18z" - /> - <Path - fill={color} - className="path" - d="M8.1,9c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1s-0.4-1-1-1h-6C8.5,8,8.1,8.4,8.1,9z" - /> - <Path - fill={color} - className="path" - d="M15.1,13h-6c-0.6,0-1,0.4-1,1s0.4,1,1,1h6c0.6,0,1-0.4,1-1S15.6,13,15.1,13z" - /> - </Svg> - ); -} - -export default Budget; diff --git a/packages/loot-design/src/svg/Budget.svg b/packages/loot-design/src/svg/Budget.svg deleted file mode 100644 index bf6682747..000000000 --- a/packages/loot-design/src/svg/Budget.svg +++ /dev/null @@ -1,20 +0,0 @@ - <svg - width="20" - height="20" - viewBox="0 0 20 20" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill="black" - d="M19.1,3h-4l-0.7-2.3c-0.2-0.5-0.7-0.8-1.2-0.7L0.7,3.6C0.1,3.8-0.2,4.3,0,4.9l4.1,14.4c0.1,0.4,0.5,0.7,1,0.7h0h0h14 c0.6,0,1-0.4,1-1V4C20.1,3.5,19.6,3,19.1,3z M12.7,2.2L13,3H10L12.7,2.2z M4.1,4.7v7.2L2.2,5.3L4.1,4.7z M18.1,18h-12V5 c4.4,0,7.6,0,12,0V18z" - /> - <path - fill="black" - d="M8.1,9c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1s-0.4-1-1-1h-6C8.5,8,8.1,8.4,8.1,9z" - /> - <path - fill="black" - d="M15.1,13h-6c-0.6,0-1,0.4-1,1s0.4,1,1,1h6c0.6,0,1-0.4,1-1S15.6,13,15.1,13z" - /> - </svg> diff --git a/packages/loot-design/src/svg/Budget.web.js b/packages/loot-design/src/svg/Budget.web.js deleted file mode 100644 index 92e42b520..000000000 --- a/packages/loot-design/src/svg/Budget.web.js +++ /dev/null @@ -1,36 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function Budget({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 20 20" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill={color} - className="path" - d="M19.1,3h-4l-0.7-2.3c-0.2-0.5-0.7-0.8-1.2-0.7L0.7,3.6C0.1,3.8-0.2,4.3,0,4.9l4.1,14.4c0.1,0.4,0.5,0.7,1,0.7h0h0h14 c0.6,0,1-0.4,1-1V4C20.1,3.5,19.6,3,19.1,3z M12.7,2.2L13,3H10L12.7,2.2z M4.1,4.7v7.2L2.2,5.3L4.1,4.7z M18.1,18h-12V5 c4.4,0,7.6,0,12,0V18z" - /> - <path - fill={color} - className="path" - d="M8.1,9c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1s-0.4-1-1-1h-6C8.5,8,8.1,8.4,8.1,9z" - /> - <path - fill={color} - className="path" - d="M15.1,13h-6c-0.6,0-1,0.4-1,1s0.4,1,1,1h6c0.6,0,1-0.4,1-1S15.6,13,15.1,13z" - /> - </svg> - ); -} - -export default Budget; diff --git a/packages/loot-design/src/svg/Check.mobile.js b/packages/loot-design/src/svg/Check.mobile.js deleted file mode 100644 index 5b1e3ab73..000000000 --- a/packages/loot-design/src/svg/Check.mobile.js +++ /dev/null @@ -1,2 +0,0 @@ -// eslint-disable-next-line no-unused-expressions -null; diff --git a/packages/loot-design/src/svg/Check.svg b/packages/loot-design/src/svg/Check.svg deleted file mode 100644 index d47c9953e..000000000 --- a/packages/loot-design/src/svg/Check.svg +++ /dev/null @@ -1,48 +0,0 @@ - <svg - width="45" - height="35" - viewBox="0 0 45 35" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <defs> - <filter - id="glow" - x="-5000%" - y="-5000%" - width="10000%" - height="10000%" - > - <feFlood - result="flood" - floodColor="black" - floodOpacity="1" - /> - <feComposite - in="flood" - result="mask" - in2="SourceGraphic" - operator="in" - /> - <feMorphology - in="mask" - result="dilated" - operator="dilate" - radius="1.5" - /> - <feGaussianBlur in="dilated" result="blurred" stdDeviation="2" /> - <feMerge> - <feMergeNode in="blurred" /> - <feMergeNode in="SourceGraphic" /> - </feMerge> - </filter> - </defs> - <polyline - fill="none" - stroke="black" - strokeWidth="5" - strokeMiterlimit="10" - points="35.636,8.041 18.351,25.324 9.281,16.252" - filter="glow" - /> - </svg> diff --git a/packages/loot-design/src/svg/Check.web.js b/packages/loot-design/src/svg/Check.web.js deleted file mode 100644 index c0b6e2e2a..000000000 --- a/packages/loot-design/src/svg/Check.web.js +++ /dev/null @@ -1,52 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function Check({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 45 35" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <defs> - <filter id="glow" x="-5000%" y="-5000%" width="10000%" height="10000%"> - <feFlood result="flood" floodColor="black" floodOpacity="1" /> - <feComposite - in="flood" - result="mask" - in2="SourceGraphic" - operator="in" - /> - <feMorphology - in="mask" - result="dilated" - operator="dilate" - radius="1.5" - /> - <feGaussianBlur in="dilated" result="blurred" stdDeviation="2" /> - <feMerge> - <feMergeNode in="blurred" /> - <feMergeNode in="SourceGraphic" /> - </feMerge> - </filter> - </defs> - <polyline - fill="none" - stroke={color} - className="path" - strokeWidth="5" - strokeMiterlimit="10" - points="35.636,8.041 18.351,25.324 9.281,16.252" - filter="glow" - /> - </svg> - ); -} - -export default Check; diff --git a/packages/loot-design/src/svg/Delete.mobile.js b/packages/loot-design/src/svg/Delete.mobile.js index c856b906f..1def39552 100644 --- a/packages/loot-design/src/svg/Delete.mobile.js +++ b/packages/loot-design/src/svg/Delete.mobile.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/Delete.web.js b/packages/loot-design/src/svg/Delete.web.js index b9f82b158..e54c1ba58 100644 --- a/packages/loot-design/src/svg/Delete.web.js +++ b/packages/loot-design/src/svg/Delete.web.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/DownArrow.mobile.js b/packages/loot-design/src/svg/DownArrow.mobile.js deleted file mode 100644 index ba6c02d6e..000000000 --- a/packages/loot-design/src/svg/DownArrow.mobile.js +++ /dev/null @@ -1,43 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function DownArrow({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 72 96" - xmlns="http://www.w3.org/2000/svg" - > - <Path - d="M39.8 93.9l30.6-30.6c2.1-2.1 2.1-5.5 0-7.5-2.1-2.1-5.5-2.1-7.5 0L41.3 77.3V5.8c0-2.9-2.4-5.3-5.3-5.3s-5.3 2.4-5.3 5.3v71.5L9.2 55.8c-2.1-2.1-5.5-2.1-7.5 0-1 1-1.6 2.4-1.6 3.8s.5 2.7 1.6 3.8l30.5 30.5c1 1 2.4 1.6 3.8 1.6s2.8-.6 3.8-1.6z" - fillRule="nonzero" - fill={color} - className="path" - /> - </Svg> - ); -} - -export default DownArrow; diff --git a/packages/loot-design/src/svg/DownArrow.svg b/packages/loot-design/src/svg/DownArrow.svg deleted file mode 100644 index 246834224..000000000 --- a/packages/loot-design/src/svg/DownArrow.svg +++ /dev/null @@ -1,12 +0,0 @@ -<svg - width="72" - height="96" - viewBox="0 0 72 96" - xmlns="http://www.w3.org/2000/svg" -> - <path - d="M39.8 93.9l30.6-30.6c2.1-2.1 2.1-5.5 0-7.5-2.1-2.1-5.5-2.1-7.5 0L41.3 77.3V5.8c0-2.9-2.4-5.3-5.3-5.3s-5.3 2.4-5.3 5.3v71.5L9.2 55.8c-2.1-2.1-5.5-2.1-7.5 0-1 1-1.6 2.4-1.6 3.8s.5 2.7 1.6 3.8l30.5 30.5c1 1 2.4 1.6 3.8 1.6s2.8-.6 3.8-1.6z" - fill-rule="nonzero" - fill="black" - /> -</svg> diff --git a/packages/loot-design/src/svg/DownArrow.web.js b/packages/loot-design/src/svg/DownArrow.web.js deleted file mode 100644 index 864c7f856..000000000 --- a/packages/loot-design/src/svg/DownArrow.web.js +++ /dev/null @@ -1,26 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function DownArrow({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 72 96" - xmlns="http://www.w3.org/2000/svg" - > - <path - d="M39.8 93.9l30.6-30.6c2.1-2.1 2.1-5.5 0-7.5-2.1-2.1-5.5-2.1-7.5 0L41.3 77.3V5.8c0-2.9-2.4-5.3-5.3-5.3s-5.3 2.4-5.3 5.3v71.5L9.2 55.8c-2.1-2.1-5.5-2.1-7.5 0-1 1-1.6 2.4-1.6 3.8s.5 2.7 1.6 3.8l30.5 30.5c1 1 2.4 1.6 3.8 1.6s2.8-.6 3.8-1.6z" - fillRule="nonzero" - fill={color} - className="path" - /> - </svg> - ); -} - -export default DownArrow; diff --git a/packages/loot-design/src/svg/DragIOS.mobile.js b/packages/loot-design/src/svg/DragIOS.mobile.js deleted file mode 100644 index 7b614f31b..000000000 --- a/packages/loot-design/src/svg/DragIOS.mobile.js +++ /dev/null @@ -1,41 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function DragIos({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 36 4" - > - <Path - fill={color} - className="path" - d="M0 2C0 0.895431 0.895431 0 2 0H34C35.1046 0 36 0.895431 36 2V2C36 3.10457 35.1046 4 34 4H2C0.895432 4 0 3.10457 0 2V2Z" - /> - </Svg> - ); -} - -export default DragIos; diff --git a/packages/loot-design/src/svg/DragIOS.svg b/packages/loot-design/src/svg/DragIOS.svg deleted file mode 100644 index b92aea6f1..000000000 --- a/packages/loot-design/src/svg/DragIOS.svg +++ /dev/null @@ -1,6 +0,0 @@ - <svg width="36" height="4" viewBox="0 0 36 4"> - <path - fill="black" - d="M0 2C0 0.895431 0.895431 0 2 0H34C35.1046 0 36 0.895431 36 2V2C36 3.10457 35.1046 4 34 4H2C0.895432 4 0 3.10457 0 2V2Z" - /> - </svg> diff --git a/packages/loot-design/src/svg/DragIOS.web.js b/packages/loot-design/src/svg/DragIOS.web.js deleted file mode 100644 index 81b198564..000000000 --- a/packages/loot-design/src/svg/DragIOS.web.js +++ /dev/null @@ -1,24 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function DragIos({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 36 4" - > - <path - fill={color} - className="path" - d="M0 2C0 0.895431 0.895431 0 2 0H34C35.1046 0 36 0.895431 36 2V2C36 3.10457 35.1046 4 34 4H2C0.895432 4 0 3.10457 0 2V2Z" - /> - </svg> - ); -} - -export default DragIos; diff --git a/packages/loot-design/src/svg/ExpandArrow.mobile.js b/packages/loot-design/src/svg/ExpandArrow.mobile.js index aeb9fa481..8df38aa0e 100644 --- a/packages/loot-design/src/svg/ExpandArrow.mobile.js +++ b/packages/loot-design/src/svg/ExpandArrow.mobile.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/ExpandArrow.web.js b/packages/loot-design/src/svg/ExpandArrow.web.js index 77c032c5a..d3eae8f52 100644 --- a/packages/loot-design/src/svg/ExpandArrow.web.js +++ b/packages/loot-design/src/svg/ExpandArrow.web.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/LeftArrow.mobile.js b/packages/loot-design/src/svg/LeftArrow.mobile.js deleted file mode 100644 index 635ee0b4a..000000000 --- a/packages/loot-design/src/svg/LeftArrow.mobile.js +++ /dev/null @@ -1,47 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function LeftArrow({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 12 23" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <Polyline - className="path" - fill="none" - stroke={color} - strokeWidth="4" - strokeLinecap="round" - strokeLinejoin="round" - points="11 22 1 12 11 1" - /> - </Svg> - ); -} - -export default LeftArrow; diff --git a/packages/loot-design/src/svg/LeftArrow.svg b/packages/loot-design/src/svg/LeftArrow.svg deleted file mode 100644 index 36076707d..000000000 --- a/packages/loot-design/src/svg/LeftArrow.svg +++ /dev/null @@ -1,17 +0,0 @@ - <svg - width="12" - height="23" - viewBox="0 0 12 23" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <polyline - className="path" - fill="none" - stroke="black" - strokeWidth="4" - strokeLinecap="round" - strokeLinejoin="round" - points="11 22 1 12 11 1" - /> - </svg> diff --git a/packages/loot-design/src/svg/LeftArrow.web.js b/packages/loot-design/src/svg/LeftArrow.web.js deleted file mode 100644 index 24d221250..000000000 --- a/packages/loot-design/src/svg/LeftArrow.web.js +++ /dev/null @@ -1,30 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function LeftArrow({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 12 23" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <polyline - className="path" - fill="none" - stroke={color} - strokeWidth="4" - strokeLinecap="round" - strokeLinejoin="round" - points="11 22 1 12 11 1" - /> - </svg> - ); -} - -export default LeftArrow; diff --git a/packages/loot-design/src/svg/LeftArrow2.mobile.js b/packages/loot-design/src/svg/LeftArrow2.mobile.js index 00dfb0828..12fadb040 100644 --- a/packages/loot-design/src/svg/LeftArrow2.mobile.js +++ b/packages/loot-design/src/svg/LeftArrow2.mobile.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/LeftArrow2.web.js b/packages/loot-design/src/svg/LeftArrow2.web.js index f8d3b45db..7485a72d5 100644 --- a/packages/loot-design/src/svg/LeftArrow2.web.js +++ b/packages/loot-design/src/svg/LeftArrow2.web.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/LeftArrow3.mobile.js b/packages/loot-design/src/svg/LeftArrow3.mobile.js deleted file mode 100644 index d3a39e605..000000000 --- a/packages/loot-design/src/svg/LeftArrow3.mobile.js +++ /dev/null @@ -1,43 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function LeftArrow3({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 10 8" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <Path - fill={color} - className="path" - d="M 4.84128 7.49862C 4.83519 7.37152 4.77828 7.25205 4.68305 7.16653L 1.72853 4.48295L 9.49021 4.48295C 9.50698 4.48375 9.52385 4.48375 9.54062 4.48295C 9.79409 4.46994 10.0126 4.22991 9.99943 3.97915C 9.98624 3.72839 9.74363 3.51211 9.49021 3.52524L 1.72853 3.52524L 4.68305 0.846643C 4.88835 0.677209 4.9159 0.375211 4.74464 0.172136C 4.57338 -0.030938 4.26812 -0.0582727 4.06286 0.111162C 4.05056 0.121298 4.03878 0.132032 4.02761 0.143325L 0.155472 3.65493C -0.040837 3.8345 -0.0528567 4.13745 0.128609 4.33167C 0.137201 4.34089 0.146195 4.34975 0.155472 4.35825L 4.02761 7.86985C 4.12272 7.95844 4.25005 8.00521 4.38054 7.99954C 4.64759 7.98709 4.85382 7.76279 4.84128 7.49862Z" - /> - </Svg> - ); -} - -export default LeftArrow3; diff --git a/packages/loot-design/src/svg/LeftArrow3.svg b/packages/loot-design/src/svg/LeftArrow3.svg deleted file mode 100644 index b0d731878..000000000 --- a/packages/loot-design/src/svg/LeftArrow3.svg +++ /dev/null @@ -1,12 +0,0 @@ - <svg - width="10" - height="8" - viewBox="0 0 10 8" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill="black" - d="M 4.84128 7.49862C 4.83519 7.37152 4.77828 7.25205 4.68305 7.16653L 1.72853 4.48295L 9.49021 4.48295C 9.50698 4.48375 9.52385 4.48375 9.54062 4.48295C 9.79409 4.46994 10.0126 4.22991 9.99943 3.97915C 9.98624 3.72839 9.74363 3.51211 9.49021 3.52524L 1.72853 3.52524L 4.68305 0.846643C 4.88835 0.677209 4.9159 0.375211 4.74464 0.172136C 4.57338 -0.030938 4.26812 -0.0582727 4.06286 0.111162C 4.05056 0.121298 4.03878 0.132032 4.02761 0.143325L 0.155472 3.65493C -0.040837 3.8345 -0.0528567 4.13745 0.128609 4.33167C 0.137201 4.34089 0.146195 4.34975 0.155472 4.35825L 4.02761 7.86985C 4.12272 7.95844 4.25005 8.00521 4.38054 7.99954C 4.64759 7.98709 4.85382 7.76279 4.84128 7.49862Z" - /> - </svg> diff --git a/packages/loot-design/src/svg/LeftArrow3.web.js b/packages/loot-design/src/svg/LeftArrow3.web.js deleted file mode 100644 index 6ba48fe5a..000000000 --- a/packages/loot-design/src/svg/LeftArrow3.web.js +++ /dev/null @@ -1,28 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -let x = <div />; - -function LeftArrow3({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 10 8" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill={color} - className="path" - d="M 4.84128 7.49862C 4.83519 7.37152 4.77828 7.25205 4.68305 7.16653L 1.72853 4.48295L 9.49021 4.48295C 9.50698 4.48375 9.52385 4.48375 9.54062 4.48295C 9.79409 4.46994 10.0126 4.22991 9.99943 3.97915C 9.98624 3.72839 9.74363 3.51211 9.49021 3.52524L 1.72853 3.52524L 4.68305 0.846643C 4.88835 0.677209 4.9159 0.375211 4.74464 0.172136C 4.57338 -0.030938 4.26812 -0.0582727 4.06286 0.111162C 4.05056 0.121298 4.03878 0.132032 4.02761 0.143325L 0.155472 3.65493C -0.040837 3.8345 -0.0528567 4.13745 0.128609 4.33167C 0.137201 4.34089 0.146195 4.34975 0.155472 4.35825L 4.02761 7.86985C 4.12272 7.95844 4.25005 8.00521 4.38054 7.99954C 4.64759 7.98709 4.85382 7.76279 4.84128 7.49862Z" - /> - </svg> - ); -} - -export default LeftArrow3; diff --git a/packages/loot-design/src/svg/Loading.mobile.js b/packages/loot-design/src/svg/Loading.mobile.js deleted file mode 100644 index 07cc283f8..000000000 --- a/packages/loot-design/src/svg/Loading.mobile.js +++ /dev/null @@ -1,55 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function Loading({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 38 38" - xmlns="http://www.w3.org/2000/svg" - > - <Defs> - <LinearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a"> - <Stop stopColor="black" stopOpacity="0" offset="0%" /> - <Stop stopColor="black" stopOpacity=".631" offset="63.146%" /> - <Stop stopColor="black" offset="100%" /> - </LinearGradient> - </Defs> - <G fill="none" fillRule="evenodd"> - <G transform="translate(1 2)"> - <Path - d="M36 18c0-9.94-8.06-18-18-18" - id="Oval-2" - stroke="url(#a)" - strokeWidth="2" - /> - <Circle fill={color} className="path" cx="36" cy="18" r="1" /> - </G> - </G> - </Svg> - ); -} - -export default Loading; diff --git a/packages/loot-design/src/svg/Loading.svg b/packages/loot-design/src/svg/Loading.svg deleted file mode 100644 index 37f9813a0..000000000 --- a/packages/loot-design/src/svg/Loading.svg +++ /dev/null @@ -1,25 +0,0 @@ - <svg - viewBox="0 0 38 38" - xmlns="http://www.w3.org/2000/svg" - > - <defs> - <linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a"> - <stop stop-color="black" stop-opacity="0" offset="0%" /> - <stop stop-color="black" stop-opacity=".631" offset="63.146%" /> - <stop stop-color="black" offset="100%" /> - </linearGradient> - </defs> - <g fill="none" fill-rule="evenodd"> - <g transform="translate(1 2)"> - <path - d="M36 18c0-9.94-8.06-18-18-18" - id="Oval-2" - stroke="url(#a)" - stroke-width="2" - > - </path> - <circle fill="black" cx="36" cy="18" r="1"> - </circle> - </g> - </g> - </svg> diff --git a/packages/loot-design/src/svg/Loading.web.js b/packages/loot-design/src/svg/Loading.web.js deleted file mode 100644 index d6d8798bd..000000000 --- a/packages/loot-design/src/svg/Loading.web.js +++ /dev/null @@ -1,38 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function Loading({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 38 38" - xmlns="http://www.w3.org/2000/svg" - > - <defs> - <linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a"> - <stop stopColor="black" stopOpacity="0" offset="0%" /> - <stop stopColor="black" stopOpacity=".631" offset="63.146%" /> - <stop stopColor="black" offset="100%" /> - </linearGradient> - </defs> - <g fill="none" fillRule="evenodd"> - <g transform="translate(1 2)"> - <path - d="M36 18c0-9.94-8.06-18-18-18" - id="Oval-2" - stroke="url(#a)" - strokeWidth="2" - /> - <circle fill={color} className="path" cx="36" cy="18" r="1" /> - </g> - </g> - </svg> - ); -} - -export default Loading; diff --git a/packages/loot-design/src/svg/Logo.mobile.js b/packages/loot-design/src/svg/Logo.mobile.js deleted file mode 100644 index dc3ef849a..000000000 --- a/packages/loot-design/src/svg/Logo.mobile.js +++ /dev/null @@ -1,88 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function Logo({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 160 60" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <Path - fill={color} - className="path" - d="M152.708,48.43c-0.44,0-0.88,0.201-1.32,0.6c-0.72,0.64-1.51,1.161-2.37,1.56 - c-0.86,0.4-1.63,0.6-2.31,0.6c-1.24,0-2.22-0.36-2.94-1.08c-0.72-0.72-1.221-1.899-1.5-3.54c4.521-6.12,8.09-12.32,10.71-18.6 - c2.62-6.279,3.931-11.799,3.931-16.56c0-3.32-0.551-5.87-1.65-7.65c-1.101-1.779-2.609-2.67-4.53-2.67 - c-3.399,0-6.329,2.241-8.79,6.72c-2.46,4.48-4.319,9.84-5.579,16.08c-1.261,6.24-1.891,11.8-1.891,16.68 - c0,1.9,0.123,3.665,0.365,5.297c-1.478,1.729-2.681,3.016-3.604,3.853c-1.08,0.98-2,1.47-2.76,1.47c-0.48,0-0.87-0.18-1.17-0.54 - c-0.3-0.36-0.45-0.84-0.45-1.44c0-1.8,0.46-5,1.38-9.6c0.601-3.16,0.9-5.16,0.9-6c0-1.4-0.98-2.1-2.94-2.1 - c-0.92,0-1.8,0.081-2.64,0.24c-0.201-0.879-0.45-1.489-0.75-1.83c-0.3-0.339-0.891-0.51-1.771-0.51c-2.76,0-5.369,0.87-7.829,2.61 - c-2.461,1.74-4.431,4.041-5.91,6.9c-1.42,2.745-2.152,5.647-2.209,8.704c-0.798,0.871-1.494,1.573-2.081,2.096 - c-1.101,0.98-2.051,1.47-2.85,1.47c-0.521,0-0.94-0.21-1.261-0.63c-0.32-0.42-0.479-1.009-0.479-1.77c0-1.2,0.56-4.359,1.68-9.48 - c1-4.479,1.5-7.22,1.5-8.22c0-0.6-0.18-1.01-0.54-1.23c-0.359-0.22-1-0.33-1.92-0.33c-1.32,0-2.31,0.261-2.97,0.78 - c-0.66,0.521-1.15,1.38-1.47,2.58c-0.96,3.561-1.95,6.561-2.971,9c-1.02,2.44-1.979,4.26-2.88,5.46c-0.899,1.2-1.649,1.8-2.25,1.8 - c-0.44,0-0.76-0.17-0.96-0.51c-0.2-0.339-0.3-0.93-0.3-1.77c0-1.399,0.399-4.2,1.2-8.4c0.239-1.2,0.56-2.54,0.96-4.02 - c0.439-1.839,0.66-2.919,0.66-3.24c0-0.56-0.171-0.98-0.511-1.26c-0.34-0.279-0.95-0.42-1.83-0.42c-1.56,0-2.699,0.261-3.42,0.78 - c-0.72,0.521-1.28,1.38-1.68,2.58c-0.921,2.8-1.581,5.451-1.979,7.95c-0.288,1.798-0.468,3.729-0.549,5.786 - c-1.175,1.258-2.236,2.268-3.17,3.004c-1.32,1.041-2.841,1.56-4.56,1.56c-2.121,0-3.671-0.84-4.65-2.52 - c-0.98-1.68-1.47-4.6-1.47-8.76c0-1.119,0.039-2.679,0.12-4.68h7.319c4.521,0,6.78-1.38,6.78-4.14c0-0.759-0.141-1.28-0.42-1.56 - c-0.28-0.279-0.74-0.42-1.38-0.42h-6.72c5.199-4.6,7.8-10,7.8-16.2c0-2.24-0.48-4.1-1.44-5.58c-0.96-1.479-2.279-2.22-3.96-2.22 - c-2.279,0-4.41,1.08-6.39,3.24c-1.98,2.16-3.671,5.061-5.07,8.7c-1.4,3.64-2.44,7.66-3.12,12.06h-3.42c-1.8,0-2.7,1.12-2.7,3.36 - c0,0.96,0.21,1.66,0.631,2.1c0.42,0.44,1.229,0.66,2.43,0.66h2.34c-0.12,1.8-0.18,3.58-0.18,5.34c0,1.267,0.058,2.452,0.158,3.579 - c-0.472,0.084-0.906,0.344-1.298,0.801c-1.84,2.2-3.71,3.851-5.609,4.95C48.3,51,46.53,51.55,44.89,51.55 - c-4.04,0-6.06-2.319-6.06-6.96c0-1.68,0.24-3.219,0.72-4.62c0.48-1.4,1.119-2.51,1.92-3.33c0.8-0.819,1.66-1.23,2.58-1.23 - c0.48,0,0.85,0.141,1.11,0.42c0.26,0.28,0.39,0.681,0.39,1.2c0,0.521-0.1,1.08-0.3,1.68c-0.04,0.16-0.101,0.42-0.18,0.78 - c-0.081,0.36-0.12,0.681-0.12,0.96c0,0.64,0.229,1.14,0.689,1.5s1.07,0.54,1.83,0.54c1.2,0,2.17-0.58,2.91-1.74 - c0.74-1.16,1.11-2.58,1.11-4.26c0-2.04-0.61-3.709-1.83-5.01c-1.221-1.3-2.931-1.95-5.13-1.95c-2.241,0-4.38,0.66-6.42,1.98 - s-3.7,3.201-4.98,5.64c-1.28,2.44-1.92,5.28-1.92,8.52c0,0.704,0.053,1.374,0.135,2.024c-0.767,0.839-1.433,1.517-1.994,2.025 - c-1.08,0.98-2,1.47-2.76,1.47c-0.48,0-0.871-0.18-1.17-0.54c-0.301-0.36-0.451-0.84-0.451-1.44c0-1.8,0.461-5,1.381-9.6 - c0.6-3.16,0.9-5.16,0.9-6c0-1.4-0.98-2.1-2.941-2.1c-0.92,0-1.799,0.081-2.639,0.24c-0.201-0.879-0.451-1.489-0.75-1.83 - c-0.301-0.339-0.891-0.51-1.771-0.51c-2.76,0-5.369,0.87-7.828,2.61c-2.461,1.74-4.432,4.041-5.911,6.9 - c-1.48,2.86-2.22,5.89-2.22,9.09c0,2.92,0.74,5.28,2.22,7.08c1.479,1.8,3.459,2.7,5.94,2.7c3.158,0,5.779-1.68,7.859-5.04 - c0.561,1.56,1.391,2.79,2.49,3.69c1.1,0.9,2.311,1.35,3.631,1.35c1.719,0,3.498-0.699,5.34-2.1c0.957-0.729,1.886-1.549,2.789-2.451 - c0.312,0.425,0.643,0.837,1.02,1.221c2.18,2.22,5.229,3.33,9.149,3.33c2.439,0,4.97-0.63,7.59-1.89c2.62-1.26,4.87-3.05,6.75-5.37 - c0.122-0.153,0.217-0.326,0.319-0.494c1.803,5.161,5.43,7.754,10.901,7.754c2.641,0,4.98-0.68,7.021-2.04 - c0.95-0.633,1.861-1.357,2.742-2.155c0.246,0.604,0.528,1.182,0.887,1.705c1.141,1.66,2.61,2.49,4.41,2.49 - c1.56,0,3.02-0.729,4.38-2.19c1.359-1.459,2.38-3.549,3.061-6.27c0,2.681,0.449,4.761,1.35,6.24c0.9,1.48,2.31,2.22,4.229,2.22 - c2.521,0,4.771-0.68,6.75-2.04c0.829-0.569,1.63-1.221,2.414-1.923c0.252,0.446,0.534,0.871,0.857,1.264 - c1.479,1.8,3.459,2.7,5.939,2.7c3.159,0,5.78-1.68,7.86-5.04c0.56,1.56,1.39,2.79,2.49,3.69c1.1,0.9,2.31,1.35,3.63,1.35 - c1.719,0,3.499-0.699,5.34-2.1c1.397-1.064,2.737-2.315,4.021-3.749c0.17,0.369,0.347,0.732,0.539,1.078 - c1.759,3.18,4.539,4.77,8.34,4.77c2.64,0,4.999-0.859,7.08-2.58c1.199-1,1.8-2.34,1.8-4.02c0-0.76-0.15-1.41-0.45-1.95 - S153.188,48.43,152.708,48.43z M66.701,19.36c0.66-2.66,1.359-4.74,2.1-6.24s1.41-2.25,2.01-2.25c0.88,0,1.32,1.181,1.32,3.54 - c0,2.081-0.591,4.391-1.77,6.93c-1.181,2.541-2.951,4.83-5.311,6.87C65.49,24.97,66.041,22.021,66.701,19.36z M17.772,46.03 - c-0.359,1.72-0.941,3.1-1.74,4.14c-0.801,1.041-1.641,1.56-2.52,1.56c-0.881,0-1.57-0.3-2.07-0.9c-0.5-0.6-0.75-1.52-0.75-2.76 - c0-2.24,0.42-4.359,1.26-6.36c0.84-2,1.971-3.609,3.391-4.83c1.418-1.22,2.969-1.85,4.65-1.89L17.772,46.03z M119.649,46.03 - c-0.359,1.72-0.94,3.1-1.739,4.14c-0.801,1.041-1.641,1.56-2.521,1.56s-1.57-0.3-2.07-0.9c-0.5-0.6-0.75-1.52-0.75-2.76 - c0-2.24,0.42-4.359,1.261-6.36c0.84-2,1.97-3.609,3.39-4.83c1.419-1.22,2.97-1.85,4.65-1.89L119.649,46.03z M143.228,24.37 - c0.88-4.92,1.899-9.039,3.061-12.36c1.159-3.32,2.199-4.98,3.12-4.98c1.119,0,1.68,1.521,1.68,4.56c0,3.88-0.84,8.17-2.52,12.87 - c-1.681,4.7-3.94,9.39-6.78,14.07C141.868,34.01,142.348,29.29,143.228,24.37z" - /> - </Svg> - ); -} - -export default Logo; diff --git a/packages/loot-design/src/svg/Logo.svg b/packages/loot-design/src/svg/Logo.svg deleted file mode 100644 index 072da2b8b..000000000 --- a/packages/loot-design/src/svg/Logo.svg +++ /dev/null @@ -1,57 +0,0 @@ - <svg - width="160" - height="60" - viewBox="0 0 160 60" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill="black" - d="M152.708,48.43c-0.44,0-0.88,0.201-1.32,0.6c-0.72,0.64-1.51,1.161-2.37,1.56 - c-0.86,0.4-1.63,0.6-2.31,0.6c-1.24,0-2.22-0.36-2.94-1.08c-0.72-0.72-1.221-1.899-1.5-3.54c4.521-6.12,8.09-12.32,10.71-18.6 - c2.62-6.279,3.931-11.799,3.931-16.56c0-3.32-0.551-5.87-1.65-7.65c-1.101-1.779-2.609-2.67-4.53-2.67 - c-3.399,0-6.329,2.241-8.79,6.72c-2.46,4.48-4.319,9.84-5.579,16.08c-1.261,6.24-1.891,11.8-1.891,16.68 - c0,1.9,0.123,3.665,0.365,5.297c-1.478,1.729-2.681,3.016-3.604,3.853c-1.08,0.98-2,1.47-2.76,1.47c-0.48,0-0.87-0.18-1.17-0.54 - c-0.3-0.36-0.45-0.84-0.45-1.44c0-1.8,0.46-5,1.38-9.6c0.601-3.16,0.9-5.16,0.9-6c0-1.4-0.98-2.1-2.94-2.1 - c-0.92,0-1.8,0.081-2.64,0.24c-0.201-0.879-0.45-1.489-0.75-1.83c-0.3-0.339-0.891-0.51-1.771-0.51c-2.76,0-5.369,0.87-7.829,2.61 - c-2.461,1.74-4.431,4.041-5.91,6.9c-1.42,2.745-2.152,5.647-2.209,8.704c-0.798,0.871-1.494,1.573-2.081,2.096 - c-1.101,0.98-2.051,1.47-2.85,1.47c-0.521,0-0.94-0.21-1.261-0.63c-0.32-0.42-0.479-1.009-0.479-1.77c0-1.2,0.56-4.359,1.68-9.48 - c1-4.479,1.5-7.22,1.5-8.22c0-0.6-0.18-1.01-0.54-1.23c-0.359-0.22-1-0.33-1.92-0.33c-1.32,0-2.31,0.261-2.97,0.78 - c-0.66,0.521-1.15,1.38-1.47,2.58c-0.96,3.561-1.95,6.561-2.971,9c-1.02,2.44-1.979,4.26-2.88,5.46c-0.899,1.2-1.649,1.8-2.25,1.8 - c-0.44,0-0.76-0.17-0.96-0.51c-0.2-0.339-0.3-0.93-0.3-1.77c0-1.399,0.399-4.2,1.2-8.4c0.239-1.2,0.56-2.54,0.96-4.02 - c0.439-1.839,0.66-2.919,0.66-3.24c0-0.56-0.171-0.98-0.511-1.26c-0.34-0.279-0.95-0.42-1.83-0.42c-1.56,0-2.699,0.261-3.42,0.78 - c-0.72,0.521-1.28,1.38-1.68,2.58c-0.921,2.8-1.581,5.451-1.979,7.95c-0.288,1.798-0.468,3.729-0.549,5.786 - c-1.175,1.258-2.236,2.268-3.17,3.004c-1.32,1.041-2.841,1.56-4.56,1.56c-2.121,0-3.671-0.84-4.65-2.52 - c-0.98-1.68-1.47-4.6-1.47-8.76c0-1.119,0.039-2.679,0.12-4.68h7.319c4.521,0,6.78-1.38,6.78-4.14c0-0.759-0.141-1.28-0.42-1.56 - c-0.28-0.279-0.74-0.42-1.38-0.42h-6.72c5.199-4.6,7.8-10,7.8-16.2c0-2.24-0.48-4.1-1.44-5.58c-0.96-1.479-2.279-2.22-3.96-2.22 - c-2.279,0-4.41,1.08-6.39,3.24c-1.98,2.16-3.671,5.061-5.07,8.7c-1.4,3.64-2.44,7.66-3.12,12.06h-3.42c-1.8,0-2.7,1.12-2.7,3.36 - c0,0.96,0.21,1.66,0.631,2.1c0.42,0.44,1.229,0.66,2.43,0.66h2.34c-0.12,1.8-0.18,3.58-0.18,5.34c0,1.267,0.058,2.452,0.158,3.579 - c-0.472,0.084-0.906,0.344-1.298,0.801c-1.84,2.2-3.71,3.851-5.609,4.95C48.3,51,46.53,51.55,44.89,51.55 - c-4.04,0-6.06-2.319-6.06-6.96c0-1.68,0.24-3.219,0.72-4.62c0.48-1.4,1.119-2.51,1.92-3.33c0.8-0.819,1.66-1.23,2.58-1.23 - c0.48,0,0.85,0.141,1.11,0.42c0.26,0.28,0.39,0.681,0.39,1.2c0,0.521-0.1,1.08-0.3,1.68c-0.04,0.16-0.101,0.42-0.18,0.78 - c-0.081,0.36-0.12,0.681-0.12,0.96c0,0.64,0.229,1.14,0.689,1.5s1.07,0.54,1.83,0.54c1.2,0,2.17-0.58,2.91-1.74 - c0.74-1.16,1.11-2.58,1.11-4.26c0-2.04-0.61-3.709-1.83-5.01c-1.221-1.3-2.931-1.95-5.13-1.95c-2.241,0-4.38,0.66-6.42,1.98 - s-3.7,3.201-4.98,5.64c-1.28,2.44-1.92,5.28-1.92,8.52c0,0.704,0.053,1.374,0.135,2.024c-0.767,0.839-1.433,1.517-1.994,2.025 - c-1.08,0.98-2,1.47-2.76,1.47c-0.48,0-0.871-0.18-1.17-0.54c-0.301-0.36-0.451-0.84-0.451-1.44c0-1.8,0.461-5,1.381-9.6 - c0.6-3.16,0.9-5.16,0.9-6c0-1.4-0.98-2.1-2.941-2.1c-0.92,0-1.799,0.081-2.639,0.24c-0.201-0.879-0.451-1.489-0.75-1.83 - c-0.301-0.339-0.891-0.51-1.771-0.51c-2.76,0-5.369,0.87-7.828,2.61c-2.461,1.74-4.432,4.041-5.911,6.9 - c-1.48,2.86-2.22,5.89-2.22,9.09c0,2.92,0.74,5.28,2.22,7.08c1.479,1.8,3.459,2.7,5.94,2.7c3.158,0,5.779-1.68,7.859-5.04 - c0.561,1.56,1.391,2.79,2.49,3.69c1.1,0.9,2.311,1.35,3.631,1.35c1.719,0,3.498-0.699,5.34-2.1c0.957-0.729,1.886-1.549,2.789-2.451 - c0.312,0.425,0.643,0.837,1.02,1.221c2.18,2.22,5.229,3.33,9.149,3.33c2.439,0,4.97-0.63,7.59-1.89c2.62-1.26,4.87-3.05,6.75-5.37 - c0.122-0.153,0.217-0.326,0.319-0.494c1.803,5.161,5.43,7.754,10.901,7.754c2.641,0,4.98-0.68,7.021-2.04 - c0.95-0.633,1.861-1.357,2.742-2.155c0.246,0.604,0.528,1.182,0.887,1.705c1.141,1.66,2.61,2.49,4.41,2.49 - c1.56,0,3.02-0.729,4.38-2.19c1.359-1.459,2.38-3.549,3.061-6.27c0,2.681,0.449,4.761,1.35,6.24c0.9,1.48,2.31,2.22,4.229,2.22 - c2.521,0,4.771-0.68,6.75-2.04c0.829-0.569,1.63-1.221,2.414-1.923c0.252,0.446,0.534,0.871,0.857,1.264 - c1.479,1.8,3.459,2.7,5.939,2.7c3.159,0,5.78-1.68,7.86-5.04c0.56,1.56,1.39,2.79,2.49,3.69c1.1,0.9,2.31,1.35,3.63,1.35 - c1.719,0,3.499-0.699,5.34-2.1c1.397-1.064,2.737-2.315,4.021-3.749c0.17,0.369,0.347,0.732,0.539,1.078 - c1.759,3.18,4.539,4.77,8.34,4.77c2.64,0,4.999-0.859,7.08-2.58c1.199-1,1.8-2.34,1.8-4.02c0-0.76-0.15-1.41-0.45-1.95 - S153.188,48.43,152.708,48.43z M66.701,19.36c0.66-2.66,1.359-4.74,2.1-6.24s1.41-2.25,2.01-2.25c0.88,0,1.32,1.181,1.32,3.54 - c0,2.081-0.591,4.391-1.77,6.93c-1.181,2.541-2.951,4.83-5.311,6.87C65.49,24.97,66.041,22.021,66.701,19.36z M17.772,46.03 - c-0.359,1.72-0.941,3.1-1.74,4.14c-0.801,1.041-1.641,1.56-2.52,1.56c-0.881,0-1.57-0.3-2.07-0.9c-0.5-0.6-0.75-1.52-0.75-2.76 - c0-2.24,0.42-4.359,1.26-6.36c0.84-2,1.971-3.609,3.391-4.83c1.418-1.22,2.969-1.85,4.65-1.89L17.772,46.03z M119.649,46.03 - c-0.359,1.72-0.94,3.1-1.739,4.14c-0.801,1.041-1.641,1.56-2.521,1.56s-1.57-0.3-2.07-0.9c-0.5-0.6-0.75-1.52-0.75-2.76 - c0-2.24,0.42-4.359,1.261-6.36c0.84-2,1.97-3.609,3.39-4.83c1.419-1.22,2.97-1.85,4.65-1.89L119.649,46.03z M143.228,24.37 - c0.88-4.92,1.899-9.039,3.061-12.36c1.159-3.32,2.199-4.98,3.12-4.98c1.119,0,1.68,1.521,1.68,4.56c0,3.88-0.84,8.17-2.52,12.87 - c-1.681,4.7-3.94,9.39-6.78,14.07C141.868,34.01,142.348,29.29,143.228,24.37z" - /> - </svg> diff --git a/packages/loot-design/src/svg/Logo.web.js b/packages/loot-design/src/svg/Logo.web.js deleted file mode 100644 index dbb2b3143..000000000 --- a/packages/loot-design/src/svg/Logo.web.js +++ /dev/null @@ -1,71 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function Logo({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 160 60" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill={color} - className="path" - d="M152.708,48.43c-0.44,0-0.88,0.201-1.32,0.6c-0.72,0.64-1.51,1.161-2.37,1.56 - c-0.86,0.4-1.63,0.6-2.31,0.6c-1.24,0-2.22-0.36-2.94-1.08c-0.72-0.72-1.221-1.899-1.5-3.54c4.521-6.12,8.09-12.32,10.71-18.6 - c2.62-6.279,3.931-11.799,3.931-16.56c0-3.32-0.551-5.87-1.65-7.65c-1.101-1.779-2.609-2.67-4.53-2.67 - c-3.399,0-6.329,2.241-8.79,6.72c-2.46,4.48-4.319,9.84-5.579,16.08c-1.261,6.24-1.891,11.8-1.891,16.68 - c0,1.9,0.123,3.665,0.365,5.297c-1.478,1.729-2.681,3.016-3.604,3.853c-1.08,0.98-2,1.47-2.76,1.47c-0.48,0-0.87-0.18-1.17-0.54 - c-0.3-0.36-0.45-0.84-0.45-1.44c0-1.8,0.46-5,1.38-9.6c0.601-3.16,0.9-5.16,0.9-6c0-1.4-0.98-2.1-2.94-2.1 - c-0.92,0-1.8,0.081-2.64,0.24c-0.201-0.879-0.45-1.489-0.75-1.83c-0.3-0.339-0.891-0.51-1.771-0.51c-2.76,0-5.369,0.87-7.829,2.61 - c-2.461,1.74-4.431,4.041-5.91,6.9c-1.42,2.745-2.152,5.647-2.209,8.704c-0.798,0.871-1.494,1.573-2.081,2.096 - c-1.101,0.98-2.051,1.47-2.85,1.47c-0.521,0-0.94-0.21-1.261-0.63c-0.32-0.42-0.479-1.009-0.479-1.77c0-1.2,0.56-4.359,1.68-9.48 - c1-4.479,1.5-7.22,1.5-8.22c0-0.6-0.18-1.01-0.54-1.23c-0.359-0.22-1-0.33-1.92-0.33c-1.32,0-2.31,0.261-2.97,0.78 - c-0.66,0.521-1.15,1.38-1.47,2.58c-0.96,3.561-1.95,6.561-2.971,9c-1.02,2.44-1.979,4.26-2.88,5.46c-0.899,1.2-1.649,1.8-2.25,1.8 - c-0.44,0-0.76-0.17-0.96-0.51c-0.2-0.339-0.3-0.93-0.3-1.77c0-1.399,0.399-4.2,1.2-8.4c0.239-1.2,0.56-2.54,0.96-4.02 - c0.439-1.839,0.66-2.919,0.66-3.24c0-0.56-0.171-0.98-0.511-1.26c-0.34-0.279-0.95-0.42-1.83-0.42c-1.56,0-2.699,0.261-3.42,0.78 - c-0.72,0.521-1.28,1.38-1.68,2.58c-0.921,2.8-1.581,5.451-1.979,7.95c-0.288,1.798-0.468,3.729-0.549,5.786 - c-1.175,1.258-2.236,2.268-3.17,3.004c-1.32,1.041-2.841,1.56-4.56,1.56c-2.121,0-3.671-0.84-4.65-2.52 - c-0.98-1.68-1.47-4.6-1.47-8.76c0-1.119,0.039-2.679,0.12-4.68h7.319c4.521,0,6.78-1.38,6.78-4.14c0-0.759-0.141-1.28-0.42-1.56 - c-0.28-0.279-0.74-0.42-1.38-0.42h-6.72c5.199-4.6,7.8-10,7.8-16.2c0-2.24-0.48-4.1-1.44-5.58c-0.96-1.479-2.279-2.22-3.96-2.22 - c-2.279,0-4.41,1.08-6.39,3.24c-1.98,2.16-3.671,5.061-5.07,8.7c-1.4,3.64-2.44,7.66-3.12,12.06h-3.42c-1.8,0-2.7,1.12-2.7,3.36 - c0,0.96,0.21,1.66,0.631,2.1c0.42,0.44,1.229,0.66,2.43,0.66h2.34c-0.12,1.8-0.18,3.58-0.18,5.34c0,1.267,0.058,2.452,0.158,3.579 - c-0.472,0.084-0.906,0.344-1.298,0.801c-1.84,2.2-3.71,3.851-5.609,4.95C48.3,51,46.53,51.55,44.89,51.55 - c-4.04,0-6.06-2.319-6.06-6.96c0-1.68,0.24-3.219,0.72-4.62c0.48-1.4,1.119-2.51,1.92-3.33c0.8-0.819,1.66-1.23,2.58-1.23 - c0.48,0,0.85,0.141,1.11,0.42c0.26,0.28,0.39,0.681,0.39,1.2c0,0.521-0.1,1.08-0.3,1.68c-0.04,0.16-0.101,0.42-0.18,0.78 - c-0.081,0.36-0.12,0.681-0.12,0.96c0,0.64,0.229,1.14,0.689,1.5s1.07,0.54,1.83,0.54c1.2,0,2.17-0.58,2.91-1.74 - c0.74-1.16,1.11-2.58,1.11-4.26c0-2.04-0.61-3.709-1.83-5.01c-1.221-1.3-2.931-1.95-5.13-1.95c-2.241,0-4.38,0.66-6.42,1.98 - s-3.7,3.201-4.98,5.64c-1.28,2.44-1.92,5.28-1.92,8.52c0,0.704,0.053,1.374,0.135,2.024c-0.767,0.839-1.433,1.517-1.994,2.025 - c-1.08,0.98-2,1.47-2.76,1.47c-0.48,0-0.871-0.18-1.17-0.54c-0.301-0.36-0.451-0.84-0.451-1.44c0-1.8,0.461-5,1.381-9.6 - c0.6-3.16,0.9-5.16,0.9-6c0-1.4-0.98-2.1-2.941-2.1c-0.92,0-1.799,0.081-2.639,0.24c-0.201-0.879-0.451-1.489-0.75-1.83 - c-0.301-0.339-0.891-0.51-1.771-0.51c-2.76,0-5.369,0.87-7.828,2.61c-2.461,1.74-4.432,4.041-5.911,6.9 - c-1.48,2.86-2.22,5.89-2.22,9.09c0,2.92,0.74,5.28,2.22,7.08c1.479,1.8,3.459,2.7,5.94,2.7c3.158,0,5.779-1.68,7.859-5.04 - c0.561,1.56,1.391,2.79,2.49,3.69c1.1,0.9,2.311,1.35,3.631,1.35c1.719,0,3.498-0.699,5.34-2.1c0.957-0.729,1.886-1.549,2.789-2.451 - c0.312,0.425,0.643,0.837,1.02,1.221c2.18,2.22,5.229,3.33,9.149,3.33c2.439,0,4.97-0.63,7.59-1.89c2.62-1.26,4.87-3.05,6.75-5.37 - c0.122-0.153,0.217-0.326,0.319-0.494c1.803,5.161,5.43,7.754,10.901,7.754c2.641,0,4.98-0.68,7.021-2.04 - c0.95-0.633,1.861-1.357,2.742-2.155c0.246,0.604,0.528,1.182,0.887,1.705c1.141,1.66,2.61,2.49,4.41,2.49 - c1.56,0,3.02-0.729,4.38-2.19c1.359-1.459,2.38-3.549,3.061-6.27c0,2.681,0.449,4.761,1.35,6.24c0.9,1.48,2.31,2.22,4.229,2.22 - c2.521,0,4.771-0.68,6.75-2.04c0.829-0.569,1.63-1.221,2.414-1.923c0.252,0.446,0.534,0.871,0.857,1.264 - c1.479,1.8,3.459,2.7,5.939,2.7c3.159,0,5.78-1.68,7.86-5.04c0.56,1.56,1.39,2.79,2.49,3.69c1.1,0.9,2.31,1.35,3.63,1.35 - c1.719,0,3.499-0.699,5.34-2.1c1.397-1.064,2.737-2.315,4.021-3.749c0.17,0.369,0.347,0.732,0.539,1.078 - c1.759,3.18,4.539,4.77,8.34,4.77c2.64,0,4.999-0.859,7.08-2.58c1.199-1,1.8-2.34,1.8-4.02c0-0.76-0.15-1.41-0.45-1.95 - S153.188,48.43,152.708,48.43z M66.701,19.36c0.66-2.66,1.359-4.74,2.1-6.24s1.41-2.25,2.01-2.25c0.88,0,1.32,1.181,1.32,3.54 - c0,2.081-0.591,4.391-1.77,6.93c-1.181,2.541-2.951,4.83-5.311,6.87C65.49,24.97,66.041,22.021,66.701,19.36z M17.772,46.03 - c-0.359,1.72-0.941,3.1-1.74,4.14c-0.801,1.041-1.641,1.56-2.52,1.56c-0.881,0-1.57-0.3-2.07-0.9c-0.5-0.6-0.75-1.52-0.75-2.76 - c0-2.24,0.42-4.359,1.26-6.36c0.84-2,1.971-3.609,3.391-4.83c1.418-1.22,2.969-1.85,4.65-1.89L17.772,46.03z M119.649,46.03 - c-0.359,1.72-0.94,3.1-1.739,4.14c-0.801,1.041-1.641,1.56-2.521,1.56s-1.57-0.3-2.07-0.9c-0.5-0.6-0.75-1.52-0.75-2.76 - c0-2.24,0.42-4.359,1.261-6.36c0.84-2,1.97-3.609,3.39-4.83c1.419-1.22,2.97-1.85,4.65-1.89L119.649,46.03z M143.228,24.37 - c0.88-4.92,1.899-9.039,3.061-12.36c1.159-3.32,2.199-4.98,3.12-4.98c1.119,0,1.68,1.521,1.68,4.56c0,3.88-0.84,8.17-2.52,12.87 - c-1.681,4.7-3.94,9.39-6.78,14.07C141.868,34.01,142.348,29.29,143.228,24.37z" - /> - </svg> - ); -} - -export default Logo; diff --git a/packages/loot-design/src/svg/Math.mobile.js b/packages/loot-design/src/svg/Math.mobile.js index 101532489..5968d320d 100644 --- a/packages/loot-design/src/svg/Math.mobile.js +++ b/packages/loot-design/src/svg/Math.mobile.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/Math.web.js b/packages/loot-design/src/svg/Math.web.js index 885e134c4..4422943f5 100644 --- a/packages/loot-design/src/svg/Math.web.js +++ b/packages/loot-design/src/svg/Math.web.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/Pencil.mobile.js b/packages/loot-design/src/svg/Pencil.mobile.js deleted file mode 100644 index e3075344b..000000000 --- a/packages/loot-design/src/svg/Pencil.mobile.js +++ /dev/null @@ -1,43 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function Pencil({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 24 24" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <Path - className="path" - fill={color} - d="M14.396342,5.02634944 C13.7681487,4.39744238 12.7495316,4.39744238 12.1214275,5.02634944 L11.5527435,5.59565799 L3.59054275,13.5662454 L3.5925948,13.5682974 L3.34171004,13.8198959 C3.34171004,13.8198959 2.54159108,14.6257249 0.735078067,20.4577249 C0.722408922,20.4984981 0.709828996,20.5390037 0.697070632,20.5803123 C0.664862454,20.6847881 0.632297398,20.7909591 0.599464684,20.8985576 C0.570379182,20.9936654 0.540936803,21.0907361 0.511405204,21.1884312 C0.486513011,21.2707807 0.461799257,21.3522379 0.436550186,21.4363717 C0.379271375,21.6273011 0.32127881,21.8216208 0.262126394,22.0222751 C0.132312268,22.4627509 -0.184773234,23.4560297 0.173799257,23.8155836 C0.519078067,24.1619331 1.52279554,23.8572491 1.9620223,23.7269888 C2.16115985,23.6679257 2.35414126,23.6100223 2.54364312,23.5528327 C2.63116729,23.5264238 2.71601487,23.5005502 2.80157621,23.4744981 C2.89356134,23.4464833 2.98510037,23.4186468 3.0747658,23.3910781 C3.18798513,23.3562825 3.29959851,23.3219331 3.40933829,23.2878513 C3.44208178,23.2776803 3.47420074,23.2675985 3.50667658,23.2575167 C9.0554052,21.5297844 10.051539,20.7189591 10.1343346,20.6448178 C10.1349591,20.6443717 10.1349591,20.6443717 10.1354052,20.6439257 C10.1388848,20.6407138 10.1412937,20.6385725 10.1412937,20.6385725 L10.3981561,20.3810855 L10.4153755,20.3983048 L18.3777546,12.4277175 L18.3776654,12.4276283 L18.9463494,11.8583197 C19.5745428,11.2295019 19.5745428,10.2099033 18.9463494,9.58099628 L14.396342,5.02634944 Z M9.22518959,19.608803 C9.21823048,19.6135316 9.20877323,19.6196877 9.19878067,19.6260223 C9.19324907,19.6295911 9.18655762,19.6337844 9.17995539,19.6378885 C9.17326394,19.6420818 9.16594796,19.646632 9.15818587,19.6513606 C9.15131599,19.6555539 9.14417844,19.6598364 9.13650558,19.6644758 C8.87161338,19.8230186 8.09424535,20.2320892 6.20761338,20.9150632 C5.98715242,20.9948253 5.7470632,21.0794052 5.4955539,21.1665725 L2.81362082,18.4818736 C2.90105576,18.2284907 2.98572491,17.9866171 3.06575465,17.764461 C3.7472119,15.8698885 4.15592565,15.0902007 4.31357621,14.8256654 C4.31741264,14.8193309 4.32089219,14.8135316 4.32437175,14.8078216 C4.32990335,14.7987212 4.33507807,14.7902454 4.33989591,14.7824833 C4.34373234,14.7763271 4.34774721,14.7699033 4.35113755,14.7646394 C4.35747212,14.7547361 4.36362825,14.7452788 4.36835688,14.7382305 L4.56463941,14.5414126 L9.42575465,19.4076134 L9.22518959,19.608803 Z M23.496,5.02634944 L18.9460818,0.471702602 C18.3178885,-0.157115242 17.2994498,-0.157115242 16.6711673,0.471702602 L15.5337993,1.61040892 C14.9056059,2.23922677 14.9056059,3.25882528 15.5337993,3.88764312 L20.0836283,8.44228996 C20.7117323,9.07110781 21.7303494,9.07110781 22.3585428,8.44228996 L23.496,7.30367286 C24.1241933,6.6747658 24.1241933,5.65516729 23.496,5.02634944 Z" - /> - </Svg> - ); -} - -export default Pencil; diff --git a/packages/loot-design/src/svg/Pencil.svg b/packages/loot-design/src/svg/Pencil.svg deleted file mode 100644 index b49fb7ae0..000000000 --- a/packages/loot-design/src/svg/Pencil.svg +++ /dev/null @@ -1,13 +0,0 @@ - <svg - width="24" - height="24" - viewBox="0 0 24 24" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - className="path" - fill="black" - d="M14.396342,5.02634944 C13.7681487,4.39744238 12.7495316,4.39744238 12.1214275,5.02634944 L11.5527435,5.59565799 L3.59054275,13.5662454 L3.5925948,13.5682974 L3.34171004,13.8198959 C3.34171004,13.8198959 2.54159108,14.6257249 0.735078067,20.4577249 C0.722408922,20.4984981 0.709828996,20.5390037 0.697070632,20.5803123 C0.664862454,20.6847881 0.632297398,20.7909591 0.599464684,20.8985576 C0.570379182,20.9936654 0.540936803,21.0907361 0.511405204,21.1884312 C0.486513011,21.2707807 0.461799257,21.3522379 0.436550186,21.4363717 C0.379271375,21.6273011 0.32127881,21.8216208 0.262126394,22.0222751 C0.132312268,22.4627509 -0.184773234,23.4560297 0.173799257,23.8155836 C0.519078067,24.1619331 1.52279554,23.8572491 1.9620223,23.7269888 C2.16115985,23.6679257 2.35414126,23.6100223 2.54364312,23.5528327 C2.63116729,23.5264238 2.71601487,23.5005502 2.80157621,23.4744981 C2.89356134,23.4464833 2.98510037,23.4186468 3.0747658,23.3910781 C3.18798513,23.3562825 3.29959851,23.3219331 3.40933829,23.2878513 C3.44208178,23.2776803 3.47420074,23.2675985 3.50667658,23.2575167 C9.0554052,21.5297844 10.051539,20.7189591 10.1343346,20.6448178 C10.1349591,20.6443717 10.1349591,20.6443717 10.1354052,20.6439257 C10.1388848,20.6407138 10.1412937,20.6385725 10.1412937,20.6385725 L10.3981561,20.3810855 L10.4153755,20.3983048 L18.3777546,12.4277175 L18.3776654,12.4276283 L18.9463494,11.8583197 C19.5745428,11.2295019 19.5745428,10.2099033 18.9463494,9.58099628 L14.396342,5.02634944 Z M9.22518959,19.608803 C9.21823048,19.6135316 9.20877323,19.6196877 9.19878067,19.6260223 C9.19324907,19.6295911 9.18655762,19.6337844 9.17995539,19.6378885 C9.17326394,19.6420818 9.16594796,19.646632 9.15818587,19.6513606 C9.15131599,19.6555539 9.14417844,19.6598364 9.13650558,19.6644758 C8.87161338,19.8230186 8.09424535,20.2320892 6.20761338,20.9150632 C5.98715242,20.9948253 5.7470632,21.0794052 5.4955539,21.1665725 L2.81362082,18.4818736 C2.90105576,18.2284907 2.98572491,17.9866171 3.06575465,17.764461 C3.7472119,15.8698885 4.15592565,15.0902007 4.31357621,14.8256654 C4.31741264,14.8193309 4.32089219,14.8135316 4.32437175,14.8078216 C4.32990335,14.7987212 4.33507807,14.7902454 4.33989591,14.7824833 C4.34373234,14.7763271 4.34774721,14.7699033 4.35113755,14.7646394 C4.35747212,14.7547361 4.36362825,14.7452788 4.36835688,14.7382305 L4.56463941,14.5414126 L9.42575465,19.4076134 L9.22518959,19.608803 Z M23.496,5.02634944 L18.9460818,0.471702602 C18.3178885,-0.157115242 17.2994498,-0.157115242 16.6711673,0.471702602 L15.5337993,1.61040892 C14.9056059,2.23922677 14.9056059,3.25882528 15.5337993,3.88764312 L20.0836283,8.44228996 C20.7117323,9.07110781 21.7303494,9.07110781 22.3585428,8.44228996 L23.496,7.30367286 C24.1241933,6.6747658 24.1241933,5.65516729 23.496,5.02634944 Z" - /> - </svg> diff --git a/packages/loot-design/src/svg/Pencil.web.js b/packages/loot-design/src/svg/Pencil.web.js deleted file mode 100644 index b6b4f02a7..000000000 --- a/packages/loot-design/src/svg/Pencil.web.js +++ /dev/null @@ -1,26 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function Pencil({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 24 24" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - className="path" - fill={color} - d="M14.396342,5.02634944 C13.7681487,4.39744238 12.7495316,4.39744238 12.1214275,5.02634944 L11.5527435,5.59565799 L3.59054275,13.5662454 L3.5925948,13.5682974 L3.34171004,13.8198959 C3.34171004,13.8198959 2.54159108,14.6257249 0.735078067,20.4577249 C0.722408922,20.4984981 0.709828996,20.5390037 0.697070632,20.5803123 C0.664862454,20.6847881 0.632297398,20.7909591 0.599464684,20.8985576 C0.570379182,20.9936654 0.540936803,21.0907361 0.511405204,21.1884312 C0.486513011,21.2707807 0.461799257,21.3522379 0.436550186,21.4363717 C0.379271375,21.6273011 0.32127881,21.8216208 0.262126394,22.0222751 C0.132312268,22.4627509 -0.184773234,23.4560297 0.173799257,23.8155836 C0.519078067,24.1619331 1.52279554,23.8572491 1.9620223,23.7269888 C2.16115985,23.6679257 2.35414126,23.6100223 2.54364312,23.5528327 C2.63116729,23.5264238 2.71601487,23.5005502 2.80157621,23.4744981 C2.89356134,23.4464833 2.98510037,23.4186468 3.0747658,23.3910781 C3.18798513,23.3562825 3.29959851,23.3219331 3.40933829,23.2878513 C3.44208178,23.2776803 3.47420074,23.2675985 3.50667658,23.2575167 C9.0554052,21.5297844 10.051539,20.7189591 10.1343346,20.6448178 C10.1349591,20.6443717 10.1349591,20.6443717 10.1354052,20.6439257 C10.1388848,20.6407138 10.1412937,20.6385725 10.1412937,20.6385725 L10.3981561,20.3810855 L10.4153755,20.3983048 L18.3777546,12.4277175 L18.3776654,12.4276283 L18.9463494,11.8583197 C19.5745428,11.2295019 19.5745428,10.2099033 18.9463494,9.58099628 L14.396342,5.02634944 Z M9.22518959,19.608803 C9.21823048,19.6135316 9.20877323,19.6196877 9.19878067,19.6260223 C9.19324907,19.6295911 9.18655762,19.6337844 9.17995539,19.6378885 C9.17326394,19.6420818 9.16594796,19.646632 9.15818587,19.6513606 C9.15131599,19.6555539 9.14417844,19.6598364 9.13650558,19.6644758 C8.87161338,19.8230186 8.09424535,20.2320892 6.20761338,20.9150632 C5.98715242,20.9948253 5.7470632,21.0794052 5.4955539,21.1665725 L2.81362082,18.4818736 C2.90105576,18.2284907 2.98572491,17.9866171 3.06575465,17.764461 C3.7472119,15.8698885 4.15592565,15.0902007 4.31357621,14.8256654 C4.31741264,14.8193309 4.32089219,14.8135316 4.32437175,14.8078216 C4.32990335,14.7987212 4.33507807,14.7902454 4.33989591,14.7824833 C4.34373234,14.7763271 4.34774721,14.7699033 4.35113755,14.7646394 C4.35747212,14.7547361 4.36362825,14.7452788 4.36835688,14.7382305 L4.56463941,14.5414126 L9.42575465,19.4076134 L9.22518959,19.608803 Z M23.496,5.02634944 L18.9460818,0.471702602 C18.3178885,-0.157115242 17.2994498,-0.157115242 16.6711673,0.471702602 L15.5337993,1.61040892 C14.9056059,2.23922677 14.9056059,3.25882528 15.5337993,3.88764312 L20.0836283,8.44228996 C20.7117323,9.07110781 21.7303494,9.07110781 22.3585428,8.44228996 L23.496,7.30367286 C24.1241933,6.6747658 24.1241933,5.65516729 23.496,5.02634944 Z" - /> - </svg> - ); -} - -export default Pencil; diff --git a/packages/loot-design/src/svg/Reports.mobile.js b/packages/loot-design/src/svg/Reports.mobile.js deleted file mode 100644 index 2ab8844be..000000000 --- a/packages/loot-design/src/svg/Reports.mobile.js +++ /dev/null @@ -1,43 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function Reports({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 20 20" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <Path - fill={color} - className="path" - d="M19,18h-1v-8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v8h-3V1c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v17H8V7c0-0.6-0.4-1-1-1 C6.4,6,6,6.4,6,7v11H3V3c0-0.6-0.4-1-1-1C1.4,2,1,2.4,1,3v15c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1 C20,18.4,19.6,18,19,18z" - /> - </Svg> - ); -} - -export default Reports; diff --git a/packages/loot-design/src/svg/Reports.svg b/packages/loot-design/src/svg/Reports.svg deleted file mode 100644 index 8a311ee2c..000000000 --- a/packages/loot-design/src/svg/Reports.svg +++ /dev/null @@ -1,12 +0,0 @@ - <svg - width="20" - height="20" - viewBox="0 0 20 20" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill="black" - d="M19,18h-1v-8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v8h-3V1c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v17H8V7c0-0.6-0.4-1-1-1 C6.4,6,6,6.4,6,7v11H3V3c0-0.6-0.4-1-1-1C1.4,2,1,2.4,1,3v15c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1 C20,18.4,19.6,18,19,18z" - /> - </svg> diff --git a/packages/loot-design/src/svg/Reports.web.js b/packages/loot-design/src/svg/Reports.web.js deleted file mode 100644 index f7f58cafd..000000000 --- a/packages/loot-design/src/svg/Reports.web.js +++ /dev/null @@ -1,26 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function Reports({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 20 20" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <path - fill={color} - className="path" - d="M19,18h-1v-8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v8h-3V1c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v17H8V7c0-0.6-0.4-1-1-1 C6.4,6,6,6.4,6,7v11H3V3c0-0.6-0.4-1-1-1C1.4,2,1,2.4,1,3v15c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1 C20,18.4,19.6,18,19,18z" - /> - </svg> - ); -} - -export default Reports; diff --git a/packages/loot-design/src/svg/RightArrow.mobile.js b/packages/loot-design/src/svg/RightArrow.mobile.js deleted file mode 100644 index c6cc74642..000000000 --- a/packages/loot-design/src/svg/RightArrow.mobile.js +++ /dev/null @@ -1,47 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function RightArrow({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 12 23" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <Polyline - className="path" - fill="none" - stroke={color} - strokeWidth="4" - strokeLinecap="round" - strokeLinejoin="round" - points="1 1 11 11 1 22" - /> - </Svg> - ); -} - -export default RightArrow; diff --git a/packages/loot-design/src/svg/RightArrow.svg b/packages/loot-design/src/svg/RightArrow.svg deleted file mode 100644 index c9ecff73e..000000000 --- a/packages/loot-design/src/svg/RightArrow.svg +++ /dev/null @@ -1,17 +0,0 @@ - <svg - width="12" - height="23" - viewBox="0 0 12 23" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <polyline - className="path" - fill="none" - stroke="black" - strokeWidth="4" - strokeLinecap="round" - strokeLinejoin="round" - points="1 1 11 11 1 22" - /> - </svg> diff --git a/packages/loot-design/src/svg/RightArrow.web.js b/packages/loot-design/src/svg/RightArrow.web.js deleted file mode 100644 index 97faa573d..000000000 --- a/packages/loot-design/src/svg/RightArrow.web.js +++ /dev/null @@ -1,30 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function RightArrow({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 12 23" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <polyline - className="path" - fill="none" - stroke={color} - strokeWidth="4" - strokeLinecap="round" - strokeLinejoin="round" - points="1 1 11 11 1 22" - /> - </svg> - ); -} - -export default RightArrow; diff --git a/packages/loot-design/src/svg/RightArrow2.mobile.js b/packages/loot-design/src/svg/RightArrow2.mobile.js index 6124f018f..796c67bc5 100644 --- a/packages/loot-design/src/svg/RightArrow2.mobile.js +++ b/packages/loot-design/src/svg/RightArrow2.mobile.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/RightArrow2.web.js b/packages/loot-design/src/svg/RightArrow2.web.js index 8da88c583..276ab93f5 100644 --- a/packages/loot-design/src/svg/RightArrow2.web.js +++ b/packages/loot-design/src/svg/RightArrow2.web.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/Search.mobile.js b/packages/loot-design/src/svg/Search.mobile.js deleted file mode 100644 index cbbb8b9c4..000000000 --- a/packages/loot-design/src/svg/Search.mobile.js +++ /dev/null @@ -1,42 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function Search({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="-1 -1 26 24" - version="1.1" - > - <Path - d="M16.4186947,12.8650846 C18.9421092,9.0316538 18.1554124,3.91051002 14.597738,1.01124023 C11.0400636,-1.88802956 5.86553329,-1.62489236 2.62032047,1.62032047 C-0.624892359,4.86553329 -0.888029561,10.0400636 2.01124023,13.597738 C4.91051002,17.1554124 10.0316538,17.9421092 13.8650846,15.4186947 L20.9470967,22.5007068 C21.2664142,22.8203797 21.699715,23 22.1515495,23 C22.603384,23 23.0366848,22.8203797 23.3560022,22.5007068 L23.5007068,22.3560022 C23.8203797,22.0366848 24,21.603384 24,21.1515495 C24,20.699715 23.8203797,20.2664142 23.5007068,19.9470967 L16.4186947,12.8650846 Z M1.71841249,7.95364116 C1.71841249,3.95773471 4.95773471,0.71841249 8.95364116,0.71841249 C12.9495476,0.71841249 16.1888698,3.95773471 16.1888698,7.95364116 C16.1888698,11.9495476 12.9495476,15.1888698 8.95364116,15.1888698 C4.95967919,15.1841793 1.723103,11.9476031 1.71841249,7.95364116 Z" - fill={color} - className="path" - /> - </Svg> - ); -} - -export default Search; diff --git a/packages/loot-design/src/svg/Search.svg b/packages/loot-design/src/svg/Search.svg deleted file mode 100644 index efec705bc..000000000 --- a/packages/loot-design/src/svg/Search.svg +++ /dev/null @@ -1,11 +0,0 @@ -<svg - width="24px" - height="24px" - viewBox="-1 -1 26 24" - version="1.1" -> - <path - d="M16.4186947,12.8650846 C18.9421092,9.0316538 18.1554124,3.91051002 14.597738,1.01124023 C11.0400636,-1.88802956 5.86553329,-1.62489236 2.62032047,1.62032047 C-0.624892359,4.86553329 -0.888029561,10.0400636 2.01124023,13.597738 C4.91051002,17.1554124 10.0316538,17.9421092 13.8650846,15.4186947 L20.9470967,22.5007068 C21.2664142,22.8203797 21.699715,23 22.1515495,23 C22.603384,23 23.0366848,22.8203797 23.3560022,22.5007068 L23.5007068,22.3560022 C23.8203797,22.0366848 24,21.603384 24,21.1515495 C24,20.699715 23.8203797,20.2664142 23.5007068,19.9470967 L16.4186947,12.8650846 Z M1.71841249,7.95364116 C1.71841249,3.95773471 4.95773471,0.71841249 8.95364116,0.71841249 C12.9495476,0.71841249 16.1888698,3.95773471 16.1888698,7.95364116 C16.1888698,11.9495476 12.9495476,15.1888698 8.95364116,15.1888698 C4.95967919,15.1841793 1.723103,11.9476031 1.71841249,7.95364116 Z" - fill="black" - /> -</svg> diff --git a/packages/loot-design/src/svg/Search.web.js b/packages/loot-design/src/svg/Search.web.js deleted file mode 100644 index 9e5d883bb..000000000 --- a/packages/loot-design/src/svg/Search.web.js +++ /dev/null @@ -1,25 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function Search({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="-1 -1 26 24" - version="1.1" - > - <path - d="M16.4186947,12.8650846 C18.9421092,9.0316538 18.1554124,3.91051002 14.597738,1.01124023 C11.0400636,-1.88802956 5.86553329,-1.62489236 2.62032047,1.62032047 C-0.624892359,4.86553329 -0.888029561,10.0400636 2.01124023,13.597738 C4.91051002,17.1554124 10.0316538,17.9421092 13.8650846,15.4186947 L20.9470967,22.5007068 C21.2664142,22.8203797 21.699715,23 22.1515495,23 C22.603384,23 23.0366848,22.8203797 23.3560022,22.5007068 L23.5007068,22.3560022 C23.8203797,22.0366848 24,21.603384 24,21.1515495 C24,20.699715 23.8203797,20.2664142 23.5007068,19.9470967 L16.4186947,12.8650846 Z M1.71841249,7.95364116 C1.71841249,3.95773471 4.95773471,0.71841249 8.95364116,0.71841249 C12.9495476,0.71841249 16.1888698,3.95773471 16.1888698,7.95364116 C16.1888698,11.9495476 12.9495476,15.1888698 8.95364116,15.1888698 C4.95967919,15.1841793 1.723103,11.9476031 1.71841249,7.95364116 Z" - fill={color} - className="path" - /> - </svg> - ); -} - -export default Search; diff --git a/packages/loot-design/src/svg/Settings.mobile.js b/packages/loot-design/src/svg/Settings.mobile.js deleted file mode 100644 index fc714ba97..000000000 --- a/packages/loot-design/src/svg/Settings.mobile.js +++ /dev/null @@ -1,45 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { - Svg, - Circle, - Ellipse, - G, - LinearGradient, - RadialGradient, - Line, - Path, - Polygon, - Polyline, - Rect, - Symbol, - Text, - Use, - Defs, - Stop -} from 'mobile/node_modules/react-native-svg'; - -function Settings({ width, height, style, color = 'black', ...props }) { - return ( - <Svg - width={width} - height={height} - {...props} - style={style} - viewBox="0 0 90 90" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <G stroke="none" strokeWidth="1" fill="none" fillRule="evenodd"> - <Path - fill={color} - className="path" - d="M39.6875,0.36629 C38.4908805,0.487492543 37.4822911,1.31154449 37.125,2.45994 L33.65625,13.45944 C32.560795,13.84656 31.48351,14.30746 30.4375,14.80313 L20.21875,9.49087 C19.0607775,8.88750416 17.6455171,9.10231238 16.71875,10.0221 L9.65625,17.08428 C8.7364219,18.0110058 8.5216056,19.4262014 9.125,20.58412 L14.4375,30.8024 C13.941809,31.84836 13.480894,32.92559 13.09375,34.021 L2.09375,37.48959 C0.841822167,37.8863756 -0.00653319083,39.0512288 -2.40523476e-16,40.36446 L-2.40523476e-16,50.364 C-0.00654635792,51.6772423 0.841811547,52.8421111 2.09375,53.2389 L13.09375,56.7075 C13.480892,57.8029 13.941807,58.8801 14.4375,59.9261 L9.125,70.1444 C8.52162537,71.3023086 8.73644062,72.7174811 9.65625,73.6442 L16.71875,80.7064 C17.6455242,81.6261775 19.0607839,81.8409735 20.21875,81.2376 L30.4375,75.9253 C31.483509,76.421 32.560795,76.8819 33.65625,77.269 L37.125,88.2685 C37.5217873,89.5203883 38.6866969,90.3687261 40,90.3622 L50,90.3622 C51.3133031,90.3687261 52.4782127,89.5203883 52.875,88.2685 L56.34375,77.269 C57.439205,76.8819 58.516491,76.421 59.5625,75.9253 L69.78125,81.2376 C70.9392161,81.8409735 72.3544758,81.6261775 73.28125,80.7064 L80.34375,73.6442 C81.2635594,72.7174811 81.4783746,71.3023086 80.875,70.1444 L75.5625,59.9261 C76.058193,58.8801 76.519108,57.8029 76.90625,56.7075 L87.90625,53.2389 C89.1581885,52.8421111 90.0065464,51.6772423 90,50.364 L90,40.36446 C90.0065332,39.0512288 89.1581778,37.8863756 87.90625,37.48959 L76.90625,34.021 C76.519106,32.92559 76.058191,31.84836 75.5625,30.8024 L80.875,20.58412 C81.4783944,19.4262014 81.2635781,18.0110058 80.34375,17.08428 L73.28125,10.0221 C72.3544829,9.10231238 70.9392225,8.88750416 69.78125,9.49087 L59.5625,14.80313 C58.51649,14.30746 57.439205,13.84656 56.34375,13.45944 L52.875,2.45994 C52.4781949,1.20807152 51.3132895,0.359757066 50,0.36629 L40,0.36629 C39.8959041,0.36086176 39.7915959,0.36086176 39.6875,0.36629 L39.6875,0.36629 Z M42.21875,6.36601 L47.78125,6.36601 L51,16.5843 C51.3058184,17.5385431 52.0678746,18.2771177 53.03125,18.55296 C54.885917,19.10642 56.630426,19.81716 58.28125,20.70911 C59.1555015,21.1855007 60.2091445,21.1971891 61.09375,20.74031 L70.5625,15.80303 L74.5625,19.80285 L69.625,29.27117 C69.1681157,30.1557428 69.1798229,31.2093369 69.65625,32.08354 C70.548244,33.73431 71.259015,35.47872 71.8125,37.3333 C72.0883541,38.2966325 72.8269626,39.0586551 73.78125,39.36446 L84,42.58311 L84,48.1454 L73.78125,51.364 C72.826977,51.6697933 72.0883714,52.4317905 71.8125,53.3951 C71.259012,55.2497 70.548232,56.9942 69.65625,58.6449 C69.1798476,59.5190846 69.1681405,60.572646 69.625,61.4572 L74.5625,70.9256 L70.5625,74.9254 L61.09375,69.9881 C60.2091775,69.5311588 59.1555348,69.5427723 58.28125,70.0191 C56.630424,70.911 54.885915,71.6217 53.03125,72.1752 C52.0677947,72.4511085 51.3057224,73.1898263 51,74.1442 L47.78125,84.3625 L42.21875,84.3625 L39,74.1442 C38.6941929,73.1899415 37.9321348,72.4513501 36.96875,72.1755 C35.114085,71.622 33.369576,70.9113 31.71875,70.0194 C30.8444652,69.5430723 29.7908225,69.5314588 28.90625,69.9884 L19.4375,74.9257 L15.4375,70.9259 L20.375,61.4575 C20.8318595,60.572946 20.8201524,59.5193846 20.34375,58.6452 C19.451768,56.9945 18.740988,55.25 18.1875,53.3954 C17.9116286,52.4320905 17.173023,51.6700933 16.21875,51.3643 L6,48.1454 L6,42.58311 L16.21875,39.36451 C17.1730374,39.0587051 17.9116459,38.2966825 18.1875,37.33335 C18.740985,35.47877 19.451756,33.73436 20.34375,32.08359 C20.8201771,31.2093869 20.8318843,30.1557928 20.375,29.27122 L15.4375,19.8029 L19.4375,15.80308 L28.90625,20.74036 C29.7908555,21.1972391 30.8444985,21.1855507 31.71875,20.70916 C33.369574,19.81721 35.114083,19.10647 36.96875,18.55301 C37.9321371,18.277158 38.6941957,17.5385624 39,16.5843 L42.21875,6.36601 L42.21875,6.36601 Z M45,28.36501 C35.646692,28.36501 28,36.01131 28,45.3642 C28,54.717 35.646671,62.3635 45,62.3635 C54.353329,62.3635 62,54.717 62,45.3642 C62,36.01131 54.353308,28.36501 45,28.36501 Z M45,34.36474 C51.110664,34.36474 56,39.25378 56,45.3642 C56,51.4746 51.110643,56.3637 45,56.3637 C38.889357,56.3637 34,51.4746 34,45.3642 C34,39.25378 38.889336,34.36474 45,34.36474 Z" - /> - </G> - </Svg> - ); -} - -export default Settings; diff --git a/packages/loot-design/src/svg/Settings.svg b/packages/loot-design/src/svg/Settings.svg deleted file mode 100644 index ad018a6ab..000000000 --- a/packages/loot-design/src/svg/Settings.svg +++ /dev/null @@ -1,14 +0,0 @@ - <svg - width="90" - height="90" - viewBox="0 0 90 90" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> - <path - fill="black" - d="M39.6875,0.36629 C38.4908805,0.487492543 37.4822911,1.31154449 37.125,2.45994 L33.65625,13.45944 C32.560795,13.84656 31.48351,14.30746 30.4375,14.80313 L20.21875,9.49087 C19.0607775,8.88750416 17.6455171,9.10231238 16.71875,10.0221 L9.65625,17.08428 C8.7364219,18.0110058 8.5216056,19.4262014 9.125,20.58412 L14.4375,30.8024 C13.941809,31.84836 13.480894,32.92559 13.09375,34.021 L2.09375,37.48959 C0.841822167,37.8863756 -0.00653319083,39.0512288 -2.40523476e-16,40.36446 L-2.40523476e-16,50.364 C-0.00654635792,51.6772423 0.841811547,52.8421111 2.09375,53.2389 L13.09375,56.7075 C13.480892,57.8029 13.941807,58.8801 14.4375,59.9261 L9.125,70.1444 C8.52162537,71.3023086 8.73644062,72.7174811 9.65625,73.6442 L16.71875,80.7064 C17.6455242,81.6261775 19.0607839,81.8409735 20.21875,81.2376 L30.4375,75.9253 C31.483509,76.421 32.560795,76.8819 33.65625,77.269 L37.125,88.2685 C37.5217873,89.5203883 38.6866969,90.3687261 40,90.3622 L50,90.3622 C51.3133031,90.3687261 52.4782127,89.5203883 52.875,88.2685 L56.34375,77.269 C57.439205,76.8819 58.516491,76.421 59.5625,75.9253 L69.78125,81.2376 C70.9392161,81.8409735 72.3544758,81.6261775 73.28125,80.7064 L80.34375,73.6442 C81.2635594,72.7174811 81.4783746,71.3023086 80.875,70.1444 L75.5625,59.9261 C76.058193,58.8801 76.519108,57.8029 76.90625,56.7075 L87.90625,53.2389 C89.1581885,52.8421111 90.0065464,51.6772423 90,50.364 L90,40.36446 C90.0065332,39.0512288 89.1581778,37.8863756 87.90625,37.48959 L76.90625,34.021 C76.519106,32.92559 76.058191,31.84836 75.5625,30.8024 L80.875,20.58412 C81.4783944,19.4262014 81.2635781,18.0110058 80.34375,17.08428 L73.28125,10.0221 C72.3544829,9.10231238 70.9392225,8.88750416 69.78125,9.49087 L59.5625,14.80313 C58.51649,14.30746 57.439205,13.84656 56.34375,13.45944 L52.875,2.45994 C52.4781949,1.20807152 51.3132895,0.359757066 50,0.36629 L40,0.36629 C39.8959041,0.36086176 39.7915959,0.36086176 39.6875,0.36629 L39.6875,0.36629 Z M42.21875,6.36601 L47.78125,6.36601 L51,16.5843 C51.3058184,17.5385431 52.0678746,18.2771177 53.03125,18.55296 C54.885917,19.10642 56.630426,19.81716 58.28125,20.70911 C59.1555015,21.1855007 60.2091445,21.1971891 61.09375,20.74031 L70.5625,15.80303 L74.5625,19.80285 L69.625,29.27117 C69.1681157,30.1557428 69.1798229,31.2093369 69.65625,32.08354 C70.548244,33.73431 71.259015,35.47872 71.8125,37.3333 C72.0883541,38.2966325 72.8269626,39.0586551 73.78125,39.36446 L84,42.58311 L84,48.1454 L73.78125,51.364 C72.826977,51.6697933 72.0883714,52.4317905 71.8125,53.3951 C71.259012,55.2497 70.548232,56.9942 69.65625,58.6449 C69.1798476,59.5190846 69.1681405,60.572646 69.625,61.4572 L74.5625,70.9256 L70.5625,74.9254 L61.09375,69.9881 C60.2091775,69.5311588 59.1555348,69.5427723 58.28125,70.0191 C56.630424,70.911 54.885915,71.6217 53.03125,72.1752 C52.0677947,72.4511085 51.3057224,73.1898263 51,74.1442 L47.78125,84.3625 L42.21875,84.3625 L39,74.1442 C38.6941929,73.1899415 37.9321348,72.4513501 36.96875,72.1755 C35.114085,71.622 33.369576,70.9113 31.71875,70.0194 C30.8444652,69.5430723 29.7908225,69.5314588 28.90625,69.9884 L19.4375,74.9257 L15.4375,70.9259 L20.375,61.4575 C20.8318595,60.572946 20.8201524,59.5193846 20.34375,58.6452 C19.451768,56.9945 18.740988,55.25 18.1875,53.3954 C17.9116286,52.4320905 17.173023,51.6700933 16.21875,51.3643 L6,48.1454 L6,42.58311 L16.21875,39.36451 C17.1730374,39.0587051 17.9116459,38.2966825 18.1875,37.33335 C18.740985,35.47877 19.451756,33.73436 20.34375,32.08359 C20.8201771,31.2093869 20.8318843,30.1557928 20.375,29.27122 L15.4375,19.8029 L19.4375,15.80308 L28.90625,20.74036 C29.7908555,21.1972391 30.8444985,21.1855507 31.71875,20.70916 C33.369574,19.81721 35.114083,19.10647 36.96875,18.55301 C37.9321371,18.277158 38.6941957,17.5385624 39,16.5843 L42.21875,6.36601 L42.21875,6.36601 Z M45,28.36501 C35.646692,28.36501 28,36.01131 28,45.3642 C28,54.717 35.646671,62.3635 45,62.3635 C54.353329,62.3635 62,54.717 62,45.3642 C62,36.01131 54.353308,28.36501 45,28.36501 Z M45,34.36474 C51.110664,34.36474 56,39.25378 56,45.3642 C56,51.4746 51.110643,56.3637 45,56.3637 C38.889357,56.3637 34,51.4746 34,45.3642 C34,39.25378 38.889336,34.36474 45,34.36474 Z" - /> - </g> - </svg> diff --git a/packages/loot-design/src/svg/Settings.web.js b/packages/loot-design/src/svg/Settings.web.js deleted file mode 100644 index a7381e528..000000000 --- a/packages/loot-design/src/svg/Settings.web.js +++ /dev/null @@ -1,28 +0,0 @@ -/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ -import React from 'react'; - -import { css } from 'glamor'; - -function Settings({ width, height, style, color = 'black', ...props }) { - return ( - <svg - width={width} - height={height} - {...props} - {...css(style)} - viewBox="0 0 90 90" - version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd"> - <path - fill={color} - className="path" - d="M39.6875,0.36629 C38.4908805,0.487492543 37.4822911,1.31154449 37.125,2.45994 L33.65625,13.45944 C32.560795,13.84656 31.48351,14.30746 30.4375,14.80313 L20.21875,9.49087 C19.0607775,8.88750416 17.6455171,9.10231238 16.71875,10.0221 L9.65625,17.08428 C8.7364219,18.0110058 8.5216056,19.4262014 9.125,20.58412 L14.4375,30.8024 C13.941809,31.84836 13.480894,32.92559 13.09375,34.021 L2.09375,37.48959 C0.841822167,37.8863756 -0.00653319083,39.0512288 -2.40523476e-16,40.36446 L-2.40523476e-16,50.364 C-0.00654635792,51.6772423 0.841811547,52.8421111 2.09375,53.2389 L13.09375,56.7075 C13.480892,57.8029 13.941807,58.8801 14.4375,59.9261 L9.125,70.1444 C8.52162537,71.3023086 8.73644062,72.7174811 9.65625,73.6442 L16.71875,80.7064 C17.6455242,81.6261775 19.0607839,81.8409735 20.21875,81.2376 L30.4375,75.9253 C31.483509,76.421 32.560795,76.8819 33.65625,77.269 L37.125,88.2685 C37.5217873,89.5203883 38.6866969,90.3687261 40,90.3622 L50,90.3622 C51.3133031,90.3687261 52.4782127,89.5203883 52.875,88.2685 L56.34375,77.269 C57.439205,76.8819 58.516491,76.421 59.5625,75.9253 L69.78125,81.2376 C70.9392161,81.8409735 72.3544758,81.6261775 73.28125,80.7064 L80.34375,73.6442 C81.2635594,72.7174811 81.4783746,71.3023086 80.875,70.1444 L75.5625,59.9261 C76.058193,58.8801 76.519108,57.8029 76.90625,56.7075 L87.90625,53.2389 C89.1581885,52.8421111 90.0065464,51.6772423 90,50.364 L90,40.36446 C90.0065332,39.0512288 89.1581778,37.8863756 87.90625,37.48959 L76.90625,34.021 C76.519106,32.92559 76.058191,31.84836 75.5625,30.8024 L80.875,20.58412 C81.4783944,19.4262014 81.2635781,18.0110058 80.34375,17.08428 L73.28125,10.0221 C72.3544829,9.10231238 70.9392225,8.88750416 69.78125,9.49087 L59.5625,14.80313 C58.51649,14.30746 57.439205,13.84656 56.34375,13.45944 L52.875,2.45994 C52.4781949,1.20807152 51.3132895,0.359757066 50,0.36629 L40,0.36629 C39.8959041,0.36086176 39.7915959,0.36086176 39.6875,0.36629 L39.6875,0.36629 Z M42.21875,6.36601 L47.78125,6.36601 L51,16.5843 C51.3058184,17.5385431 52.0678746,18.2771177 53.03125,18.55296 C54.885917,19.10642 56.630426,19.81716 58.28125,20.70911 C59.1555015,21.1855007 60.2091445,21.1971891 61.09375,20.74031 L70.5625,15.80303 L74.5625,19.80285 L69.625,29.27117 C69.1681157,30.1557428 69.1798229,31.2093369 69.65625,32.08354 C70.548244,33.73431 71.259015,35.47872 71.8125,37.3333 C72.0883541,38.2966325 72.8269626,39.0586551 73.78125,39.36446 L84,42.58311 L84,48.1454 L73.78125,51.364 C72.826977,51.6697933 72.0883714,52.4317905 71.8125,53.3951 C71.259012,55.2497 70.548232,56.9942 69.65625,58.6449 C69.1798476,59.5190846 69.1681405,60.572646 69.625,61.4572 L74.5625,70.9256 L70.5625,74.9254 L61.09375,69.9881 C60.2091775,69.5311588 59.1555348,69.5427723 58.28125,70.0191 C56.630424,70.911 54.885915,71.6217 53.03125,72.1752 C52.0677947,72.4511085 51.3057224,73.1898263 51,74.1442 L47.78125,84.3625 L42.21875,84.3625 L39,74.1442 C38.6941929,73.1899415 37.9321348,72.4513501 36.96875,72.1755 C35.114085,71.622 33.369576,70.9113 31.71875,70.0194 C30.8444652,69.5430723 29.7908225,69.5314588 28.90625,69.9884 L19.4375,74.9257 L15.4375,70.9259 L20.375,61.4575 C20.8318595,60.572946 20.8201524,59.5193846 20.34375,58.6452 C19.451768,56.9945 18.740988,55.25 18.1875,53.3954 C17.9116286,52.4320905 17.173023,51.6700933 16.21875,51.3643 L6,48.1454 L6,42.58311 L16.21875,39.36451 C17.1730374,39.0587051 17.9116459,38.2966825 18.1875,37.33335 C18.740985,35.47877 19.451756,33.73436 20.34375,32.08359 C20.8201771,31.2093869 20.8318843,30.1557928 20.375,29.27122 L15.4375,19.8029 L19.4375,15.80308 L28.90625,20.74036 C29.7908555,21.1972391 30.8444985,21.1855507 31.71875,20.70916 C33.369574,19.81721 35.114083,19.10647 36.96875,18.55301 C37.9321371,18.277158 38.6941957,17.5385624 39,16.5843 L42.21875,6.36601 L42.21875,6.36601 Z M45,28.36501 C35.646692,28.36501 28,36.01131 28,45.3642 C28,54.717 35.646671,62.3635 45,62.3635 C54.353329,62.3635 62,54.717 62,45.3642 C62,36.01131 54.353308,28.36501 45,28.36501 Z M45,34.36474 C51.110664,34.36474 56,39.25378 56,45.3642 C56,51.4746 51.110643,56.3637 45,56.3637 C38.889357,56.3637 34,51.4746 34,45.3642 C34,39.25378 38.889336,34.36474 45,34.36474 Z" - /> - </g> - </svg> - ); -} - -export default Settings; diff --git a/packages/loot-design/src/svg/Subtract.mobile.js b/packages/loot-design/src/svg/Subtract.mobile.js index 8aa0ed40f..307a86cf5 100644 --- a/packages/loot-design/src/svg/Subtract.mobile.js +++ b/packages/loot-design/src/svg/Subtract.mobile.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/generate b/packages/loot-design/src/svg/generate index 00a13aaab..985a497bf 100755 --- a/packages/loot-design/src/svg/generate +++ b/packages/loot-design/src/svg/generate @@ -167,6 +167,7 @@ function transformContents(name, contents, isReactNative) { `; output = ` +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; ${!isReactNative ? `import { css } from 'glamor';` : ''} @@ -179,7 +180,7 @@ return ${output} export default ${name} `; - return prettier.format(output, { parser: 'babylon' }); + return prettier.format(output, { parser: 'babel' }); } function title(str) { @@ -187,7 +188,7 @@ function title(str) { } async function run() { - const files = await fastglob(['split.svg']); + const files = await fastglob(['*.svg']); for (let file of files) { let contents = fs.readFileSync(`./${file}`, 'utf8'); diff --git a/packages/loot-design/src/svg/merge.mobile.js b/packages/loot-design/src/svg/merge.mobile.js index ca01b67e7..40a455108 100644 --- a/packages/loot-design/src/svg/merge.mobile.js +++ b/packages/loot-design/src/svg/merge.mobile.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/merge.web.js b/packages/loot-design/src/svg/merge.web.js index 9b566d397..53daeb434 100644 --- a/packages/loot-design/src/svg/merge.web.js +++ b/packages/loot-design/src/svg/merge.web.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/package-lock.json b/packages/loot-design/src/svg/package-lock.json deleted file mode 100644 index 17e6612e8..000000000 --- a/packages/loot-design/src/svg/package-lock.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "svg", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.0.0.tgz", - "integrity": "sha512-PDvHV2WhSGCSExp+eIMEKxYd1Q0SBvXLb4gAOXbdh0dswHFFgXWzxGjCmx5aln4qGrhkuN81khzYzR/44DYaMA==" - } - } -} diff --git a/packages/loot-design/src/svg/package2.json b/packages/loot-design/src/svg/package2.json deleted file mode 100644 index 858e17292..000000000 --- a/packages/loot-design/src/svg/package2.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "svg", - "version": "1.0.0", - "description": "", - "main": ".#Pencil.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC", - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": "^4.0.0" - } -} diff --git a/packages/loot-design/src/svg/split.mobile.js b/packages/loot-design/src/svg/split.mobile.js index f73ccc62f..afcbe0add 100644 --- a/packages/loot-design/src/svg/split.mobile.js +++ b/packages/loot-design/src/svg/split.mobile.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; diff --git a/packages/loot-design/src/svg/split.web.js b/packages/loot-design/src/svg/split.web.js index 72067d8fa..f9959e261 100644 --- a/packages/loot-design/src/svg/split.web.js +++ b/packages/loot-design/src/svg/split.web.js @@ -1,3 +1,4 @@ +/* eslint no-unused-vars: 0 */ /* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; -- GitLab