Skip to content

Commit

Permalink
feat: some files where updated/added | print.svg, print_medium.svg, t…
Browse files Browse the repository at this point in the history
…rash_medium.svg, version.lock, icons.lock, print.js, print_medium.js, trash_medium.js
  • Loading branch information
tujoworker committed Feb 20, 2019
1 parent 864a5e0 commit d75286b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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.
2 changes: 1 addition & 1 deletion 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":"110679627"}
{"1a3caba565dddc0a936aaddc29a82887":"110691235"}
2 changes: 1 addition & 1 deletion packages/dnb-ui-lib/src/icons/icons.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dnb-ui-lib/src/icons/print.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const print = props => (
strokeLinejoin="round"
/>
<path
d="M5.924 11.592h5.152M5.924 13.652H9.53"
d="M5.924 11.592h5.152m-5.152 2.06H9.53"
stroke="#000"
strokeWidth={1.2}
strokeLinecap="round"
Expand Down
6 changes: 3 additions & 3 deletions packages/dnb-ui-lib/src/icons/print_medium.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ 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"
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-3m-15-7.5h1.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"
d="M5.25 12.75h13.5v10.5H5.25v-10.5zm13.5-6H5.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"
d="M8.25 15.75h7.5m-7.5 3h5.25"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
Expand Down
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.5M14.25 17.25v-7.5"
d="M9.75 17.25v-7.5m4.5 7.5v-7.5"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
Expand Down

0 comments on commit d75286b

Please sign in to comment.