Skip to content

Commit

Permalink
feat: some files where updated/added [ci skip] | version.lock, chevro…
Browse files Browse the repository at this point in the history
…n_up.js
  • Loading branch information
tujoworker committed Nov 28, 2018
1 parent 421328d commit 578068f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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":"35074548"}
{"1a3caba565dddc0a936aaddc29a82887":"35093724"}
4 changes: 2 additions & 2 deletions packages/dnb-ui-lib/src/icons/chevron_up.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import React from 'react'

const SvgComponent = props => (
const chevron_up = props => (
<svg viewBox="0 0 16 16" {...props}>
<path
fillRule="evenodd"
Expand All @@ -12,4 +12,4 @@ const SvgComponent = props => (
</svg>
)

export default SvgComponent
export default chevron_up

0 comments on commit 578068f

Please sign in to comment.