Skip to content

Commit

Permalink
feat: some files where updated/added | version.lock, icons.lock, inde…
Browse files Browse the repository at this point in the history
…x.js, secondary_icons.js, secondary_icons_medium.js, file.svg, file_medium.svg, file.js, file_medium.js
  • Loading branch information
tujoworker committed Feb 4, 2019
1 parent c7d4775 commit 6fdc07d
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/dnb-ui-lib/assets/icons/file.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/file_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":"107057744"}
{"1a3caba565dddc0a936aaddc29a82887":"107170929"}
16 changes: 16 additions & 0 deletions packages/dnb-ui-lib/src/icons/file.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/** This file is auto generated by convertSvgToJsx.js */

import React from 'react'

const file = props => (
<svg viewBox="0 0 16 17" fill="none" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M11.641 1.5c.057 0 .111.022.152.062l1.904 1.858c.042.041.065.097.065.155v10.712c0 .12-.097.217-.217.217H1.942a.217.217 0 0 1-.217-.217V1.717c0-.12.097-.217.217-.217h9.699zM12.84.488A1.717 1.717 0 0 0 11.64 0H1.942C.994 0 .225.769.225 1.717v12.57c0 .948.769 1.717 1.717 1.717h11.603c.949 0 1.717-.769 1.717-1.717V3.575c0-.462-.187-.906-.518-1.229L12.84.488zM3.905 4.985a.6.6 0 1 0 0 1.2h7.736a.6.6 0 1 0 0-1.2H3.905zm-.6 3.5a.6.6 0 0 1 .6-.6h7.736a.6.6 0 1 1 0 1.2H3.905a.6.6 0 0 1-.6-.6zm.6 2.301a.6.6 0 1 0 0 1.2h3.868a.6.6 0 1 0 0-1.2H3.905z"
fill="#000"
/>
</svg>
)

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

import React from 'react'

const file_medium = props => (
<svg viewBox="0 0 24 24" fill="none" {...props}>
<path
clipRule="evenodd"
d="M22.5 21.75a1.5 1.5 0 0 1-1.5 1.5H3a1.5 1.5 0 0 1-1.5-1.5V2.25A1.5 1.5 0 0 1 3 .75h15.045a1.5 1.5 0 0 1 1.048.426l2.954 2.883c.29.282.453.67.453 1.074V21.75z"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M6.045 8.25h12M6.045 12.75h12M6.045 17.25h6"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
)

export default file_medium
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 @@ -22,6 +22,8 @@ import close from './close.js'
import close_medium from './close_medium.js'
import exclamation from './exclamation.js'
import exclamation_medium from './exclamation_medium.js'
import file from './file.js'
import file_medium from './file_medium.js'
import fullscreen from './fullscreen.js'
import fullscreen_medium from './fullscreen_medium.js'
import hamburger from './hamburger.js'
Expand Down Expand Up @@ -64,6 +66,8 @@ export {
close_medium,
exclamation,
exclamation_medium,
file,
file_medium,
fullscreen,
fullscreen_medium,
hamburger,
Expand Down
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
@@ -1,9 +1,10 @@
/** This file is auto generated by convertSvgToJsx.js */

import check_alt_01 from './check_alt_01.js'
import file from './file.js'
import fullscreen from './fullscreen.js'
import hamburger from './hamburger.js'
import logout from './logout.js'
import trash from './trash.js'

export { check_alt_01, fullscreen, hamburger, logout, trash }
export { check_alt_01, file, fullscreen, hamburger, logout, 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
@@ -1,13 +1,15 @@
/** This file is auto generated by convertSvgToJsx.js */

import check_alt_01_medium from './check_alt_01_medium.js'
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 trash_medium from './trash_medium.js'

export {
check_alt_01_medium,
file_medium,
fullscreen_medium,
hamburger_medium,
logout_medium,
Expand Down

0 comments on commit 6fdc07d

Please sign in to comment.