Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Icons): add browser, digipass, envelope_open, laptop, mobile, money_left, teenager #3064

Merged
merged 3 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/icons-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

runs-on: ubuntu-latest

timeout-minutes: 60

steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -76,6 +78,8 @@ jobs:

runs-on: macos-latest

timeout-minutes: 60

steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/browser.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/browser_medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/assets/icons/dnb/coins_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/assets/icons/dnb/coins_1_medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/digipass_private.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/envelope_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified packages/dnb-eufemia/assets/icons/dnb/eufemia-icons-xml.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/laptop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/laptop_medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/mobile_medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/money_left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/assets/icons/dnb/scan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/assets/icons/dnb/scan_medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/teenager.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/dnb-eufemia/assets/icons/dnb/teenager_medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/scripts/figma/version.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"441fb3d401607756e7399d9c32cc6ba3":"3583702471"}
{"441fb3d401607756e7399d9c32cc6ba3":"4764897694"}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/dnb-eufemia/src/icons/browser.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** This file is auto generated by convertSvgToJsx.ts */

import icon from './dnb/browser'
export default icon
4 changes: 4 additions & 0 deletions packages/dnb-eufemia/src/icons/browser_medium.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** This file is auto generated by convertSvgToJsx.ts */

import icon from './dnb/browser_medium'
export default icon
4 changes: 4 additions & 0 deletions packages/dnb-eufemia/src/icons/digipass_corporate.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** This file is auto generated by convertSvgToJsx.ts */

import icon from './dnb/digipass_corporate'
export default icon
4 changes: 4 additions & 0 deletions packages/dnb-eufemia/src/icons/digipass_corporate_medium.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** This file is auto generated by convertSvgToJsx.ts */

import icon from './dnb/digipass_corporate_medium'
export default icon
4 changes: 4 additions & 0 deletions packages/dnb-eufemia/src/icons/digipass_private.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** This file is auto generated by convertSvgToJsx.ts */

import icon from './dnb/digipass_private'
export default icon
4 changes: 4 additions & 0 deletions packages/dnb-eufemia/src/icons/digipass_private_medium.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** This file is auto generated by convertSvgToJsx.ts */

import icon from './dnb/digipass_private_medium'
export default icon
21 changes: 21 additions & 0 deletions packages/dnb-eufemia/src/icons/dnb/browser.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/** This file is auto generated by convertSvgToJsx.ts */

import React from 'react'
const browser = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
{...props}
>
<path
stroke="#000"
strokeLinejoin="round"
strokeWidth={1.5}
d="M.5 4.5h15M5.75 4v10M2 14.5h12a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1Z"
/>
</svg>
)
export default browser
21 changes: 21 additions & 0 deletions packages/dnb-eufemia/src/icons/dnb/browser_medium.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/** This file is auto generated by convertSvgToJsx.ts */

import React from 'react'
const browser_medium = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
stroke="#000"
strokeLinejoin="round"
strokeWidth={1.5}
d="M1 6.25h22M7.75 7v15M2.25 2h19.5s1.5 0 1.5 1.5v17s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5v-17S.75 2 2.25 2Z"
/>
</svg>
)
export default browser_medium
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/src/icons/dnb/coins_1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const coins_1 = (props) => (
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
d="M1 2.59v9.508M1 2.59c0 .879 2.137 1.59 4.773 1.59 2.636 0 4.773-.711 4.773-1.59M1 2.59C1 1.712 3.137 1 5.773 1c2.636 0 4.773.712 4.773 1.59M1 2.59v3.144m0 6.364c0 .9 2.137 1.63 4.773 1.63h.67M1 12.097V8.916m9.546-6.325v4.753m0-4.753v3.143M1 8.916c0 .842 1.873 1.536 4.275 1.62h.18M1 8.917V5.734m0 0c0 .9 2.137 1.63 4.773 1.63 2.636 0 4.773-.73 4.773-1.63m0 0v1.61m0 0v.819M5.455 9.75c0-.879 2.136-1.59 4.772-1.59.107 0 .213 0 .319.003M5.455 9.75c0 .9 2.136 1.63 4.772 1.63S15 10.65 15 9.75m-9.545 0v.787M15 9.75v2.984c0 .9-2.137 1.63-4.773 1.63-1.54 0-2.91-.25-3.784-.637M15 9.75c0-.843-1.967-1.533-4.454-1.587m-5.091 2.374v2.197c0 .374.368.718.988.993"
d="M1 3.24v9.508M1 3.24c0 .878 2.137 1.59 4.773 1.59 2.636 0 4.773-.712 4.773-1.59M1 3.24c0-.878 2.137-1.59 4.773-1.59 2.636 0 4.773.712 4.773 1.59M1 3.24v3.144m0 6.364c0 .9 2.137 1.63 4.773 1.63h.67M1 12.747V9.566m9.546-6.325v4.753m0-4.753v3.143M1 9.566c0 .842 1.873 1.536 4.275 1.62h.18M1 9.567V6.384m0 0c0 .9 2.137 1.63 4.773 1.63 2.636 0 4.773-.73 4.773-1.63m0 0v1.61m0 0v.818M5.455 10.4c0-.879 2.136-1.591 4.772-1.591.107 0 .213.001.319.003M5.455 10.4c0 .9 2.136 1.63 4.772 1.63S15 11.3 15 10.4m-9.545 0v.787M15 10.4v2.984c0 .9-2.137 1.63-4.773 1.63-1.54 0-2.91-.25-3.784-.637M15 10.4c0-.843-1.967-1.533-4.454-1.588m-5.091 2.375v2.197c0 .374.368.718.988.993"
/>
</svg>
)
Expand Down
Loading
Loading