This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa6b6e2
commit 67ce111
Showing
18 changed files
with
119 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.
19 changes: 19 additions & 0 deletions
19
packages/terra-icon/src/icon/IconMedicationTabletQuarter.jsx
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 fill="#231f20" d="M.05 25.5C.79 37.56 10.44 47.2 22.5 47.95V25.5H.05Z" ></path> | ||
</IconBase> | ||
); | ||
}; | ||
|
||
SvgIcon.displayName = "IconMedicationTabletQuarter"; | ||
SvgIcon.defaultProps = {"viewBox":"0 0 48 48","xmlns":"http://www.w3.org/2000/svg"}; | ||
|
||
export default SvgIcon; | ||
/* eslint-enable */ |
19 changes: 19 additions & 0 deletions
19
packages/terra-icon/src/icon/IconMedicationTabletQuarterOutline.jsx
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 fill="#231f20" d="M19.5 28.5v16.04c-7.78-1.7-14.34-8.25-16.04-16.04H19.5m3-3H.05C.57 37.26 10.74 47.43 22.5 47.95V25.5Z" ></path> | ||
</IconBase> | ||
); | ||
}; | ||
|
||
SvgIcon.displayName = "IconMedicationTabletQuarterOutline"; | ||
SvgIcon.defaultProps = {"viewBox":"0 0 48 48","xmlns":"http://www.w3.org/2000/svg"}; | ||
|
||
export default SvgIcon; | ||
/* eslint-enable */ |
19 changes: 19 additions & 0 deletions
19
packages/terra-icon/src/icon/IconMultipleResultsCorner.jsx
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="M0 0h48v48L22.29 22.29 0 0z" ></path> | ||
</IconBase> | ||
); | ||
}; | ||
|
||
SvgIcon.displayName = "IconMultipleResultsCorner"; | ||
SvgIcon.defaultProps = {"viewBox":"0 0 48 48","xmlns":"http://www.w3.org/2000/svg"}; | ||
|
||
export default SvgIcon; | ||
/* eslint-enable */ |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
+1.33 KB
(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
+880 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
+971 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.