-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ NEW: Add material design icons roles (#41)
This commit adds 5 new roles, for using Google's Material Design Icons as inline text. Each role represents a different material design "flavor": - `material-regular` - `material-outlined` - `material-sharp` - `material-round` - `material-twotone` Co-authored-by: Chris Sewell <[email protected]>
- Loading branch information
1 parent
63754db
commit 4a1a875
Showing
17 changed files
with
131,785 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- A regular icon: {material-regular}`data_exploration;2em`, some more text | ||
- A coloured regular icon: {material-regular}`settings;3em;sd-text-success`, some more text. | ||
- A coloured outline icon: {material-outlined}`settings;3em;sd-text-success`, some more text. | ||
- A coloured sharp icon: {material-sharp}`settings;3em;sd-text-success`, some more text. | ||
- A coloured round icon: {material-round}`settings;3em;sd-text-success`, some more text. | ||
- A coloured two-tone icon: {material-twotone}`settings;3em;sd-text-success`, some more text. | ||
- A fixed size icon: {material-regular}`data_exploration;24px`, some more text. |
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,7 @@ | ||
- A regular icon: :material-regular:`data_exploration;2em`, some more text | ||
- A coloured regular icon: :material-regular:`settings;3em;sd-text-success`, some more text. | ||
- A coloured outline icon: :material-outlined:`settings;3em;sd-text-success`, some more text. | ||
- A coloured sharp icon: :material-sharp:`settings;3em;sd-text-success`, some more text. | ||
- A coloured round icon: :material-round:`settings;3em;sd-text-success`, some more text. | ||
- A coloured two-tone icon: :material-twotone:`settings;3em;sd-text-success`, some more text. | ||
- A fixed size icon: :material-regular:`data_exploration;24px`, some more text. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Copyright 2021 Google | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |
Oops, something went wrong.