forked from cerner/terra-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[terra-icon] OCS icons v1.49.0 (cerner#3700)
* Bumped OCS icon library to v1.49.0 * Added Nav Stack Up icon
- Loading branch information
1 parent
d48d842
commit 4c0b15b
Showing
13 changed files
with
50 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* eslint-disable */ | ||
import React from 'react'; | ||
import IconBase from '../IconBase'; | ||
|
||
const SvgIcon = (customProps) => { | ||
const attributes = Object.assign({}, customProps); | ||
|
||
return ( | ||
<IconBase {...attributes}> | ||
<path d="M42.981 47.962V42H21.984V11.447l6.553 6.546 4.242-4.243L19.029 0l-.012.012L19.005 0 5.255 13.75l4.243 4.243 6.507-6.508L16.038 48l26.943-.038z" ></path> | ||
</IconBase> | ||
); | ||
}; | ||
|
||
SvgIcon.displayName = "IconNavStackUp"; | ||
SvgIcon.defaultProps = {"viewBox":"0 0 48 48","xmlns":"http://www.w3.org/2000/svg"}; | ||
|
||
export default SvgIcon; | ||
/* eslint-enable */ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+193 Bytes
(100%)
...hots__/reference/clinical-lowlight-theme/en/chrome_huge/icon-spec/all_icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+367 Bytes
(100%)
...snapshots__/reference/orion-fusion-theme/en/chrome_huge/icon-spec/all_icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+385 Bytes
(100%)
...napshots__/reference/terra-default-theme/en/chrome_huge/icon-spec/all_icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.