Skip to content

Commit

Permalink
feat: some files where updated/added | trash_medium.svg, version.lock…
Browse files Browse the repository at this point in the history
…, icons.lock, index.js, secondary_icons.js, secondary_icons_medium.js, trash_medium.js, print.svg, print_medium.svg, print.js, print_medium.js
  • Loading branch information
tujoworker committed Feb 20, 2019
1 parent 210b385 commit 257bade
Show file tree
Hide file tree
Showing 11 changed files with 93 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/dnb-ui-lib/assets/icons/print.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-ui-lib/assets/icons/print_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-ui-lib/assets/icons/trash_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-ui-lib/scripts/figma/version.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"1a3caba565dddc0a936aaddc29a82887":"110051034"}
{"1a3caba565dddc0a936aaddc29a82887":"110679627"}
2 changes: 1 addition & 1 deletion packages/dnb-ui-lib/src/icons/icons.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/dnb-ui-lib/src/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ import logout from './logout.js'
import logout_medium from './logout_medium.js'
import more from './more.js'
import more_medium from './more_medium.js'
import print from './print.js'
import print_medium from './print_medium.js'
import question from './question.js'
import question_medium from './question_medium.js'
import save from './save.js'
Expand Down Expand Up @@ -76,6 +78,8 @@ export {
logout_medium,
more,
more_medium,
print,
print_medium,
question,
question_medium,
save,
Expand Down
47 changes: 47 additions & 0 deletions packages/dnb-ui-lib/src/icons/print.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
/** This file is auto generated by convertSvgToJsx.js */

import React from 'react'

const print = props => (
<svg width={17} height={17} viewBox="0 0 17 17" fill="none" {...props}>
<path
d="M3.348 12.106H1.803a1.03 1.03 0 0 1-1.03-1.03V5.924c0-.569.461-1.03 1.03-1.03h13.394c.569 0 1.03.461 1.03 1.03v5.152a1.03 1.03 0 0 1-1.03 1.03h-1.545"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M3.348 6.955h1.03"
stroke="#000"
strokeWidth={1.2}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
clipRule="evenodd"
d="M3.864 9.015h9.272v7.212H3.864V9.015z"
stroke="#000"
strokeWidth={1.2}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
clipRule="evenodd"
d="M13.136 4.894H3.864V1.803c0-.569.46-1.03 1.03-1.03h7.212c.57 0 1.03.461 1.03 1.03v3.09z"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5.924 11.592h5.152M5.924 13.652H9.53"
stroke="#000"
strokeWidth={1.2}
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
)

export default print
32 changes: 32 additions & 0 deletions packages/dnb-ui-lib/src/icons/print_medium.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/** This file is auto generated by convertSvgToJsx.js */

import React from 'react'

const print_medium = props => (
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" {...props}>
<path
d="M5.25 17.25h-3a1.5 1.5 0 0 1-1.5-1.5v-7.5a1.5 1.5 0 0 1 1.5-1.5h19.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-3M3.75 9.75h1.5"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
clipRule="evenodd"
d="M5.25 12.75h13.5v10.5H5.25v-10.5zM18.75 6.75H5.25v-4.5a1.5 1.5 0 0 1 1.5-1.5h10.5a1.5 1.5 0 0 1 1.5 1.5v4.5z"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M8.25 15.75h7.5M8.25 18.75h5.25"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
)

export default print_medium
3 changes: 2 additions & 1 deletion packages/dnb-ui-lib/src/icons/secondary_icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import file from './file.js'
import fullscreen from './fullscreen.js'
import hamburger from './hamburger.js'
import logout from './logout.js'
import print from './print.js'
import trash from './trash.js'

export { check_alt_01, file, fullscreen, hamburger, logout, trash }
export { check_alt_01, file, fullscreen, hamburger, logout, print, trash }
2 changes: 2 additions & 0 deletions packages/dnb-ui-lib/src/icons/secondary_icons_medium.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import file_medium from './file_medium.js'
import fullscreen_medium from './fullscreen_medium.js'
import hamburger_medium from './hamburger_medium.js'
import logout_medium from './logout_medium.js'
import print_medium from './print_medium.js'
import trash_medium from './trash_medium.js'

export {
Expand All @@ -13,5 +14,6 @@ export {
fullscreen_medium,
hamburger_medium,
logout_medium,
print_medium,
trash_medium
}
2 changes: 1 addition & 1 deletion packages/dnb-ui-lib/src/icons/trash_medium.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const trash_medium = props => (
strokeLinejoin="round"
/>
<path
d="M9.75 17.25v-7.5m4.5 7.5v-7.5"
d="M9.75 17.25v-7.5M14.25 17.25v-7.5"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
Expand Down

0 comments on commit 257bade

Please sign in to comment.