From 4b261c40d7f59db936adff37064f49f2ccd1cf5c Mon Sep 17 00:00:00 2001 From: snagglebrew <61520775+Snagglebrew@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:18:09 -0400 Subject: [PATCH] Update duotone.css Include changes suggested by RubenTeixera on prayag17's branch --- Font Awesome/duotone.css | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/Font Awesome/duotone.css b/Font Awesome/duotone.css index 3687341..d4499f2 100644 --- a/Font Awesome/duotone.css +++ b/Font Awesome/duotone.css @@ -1208,20 +1208,50 @@ opacity: var(--opacity); } +.material-icons.groups:before { + position: absolute; + content: "\f233"; +} + +.material-icons.groups:after { + opacity: var(--opacity); + content: "\10f233"; +} + .material-icons.undo:before { + position: absolute; content: "\f0e2"; } .material-icons.undo::after { - content: "\10f0e2"; opacity: var(--opacity); + content: "\10f0e2"; } .material-icons.redo:before { + position: absolute; content: "\f01e"; } .material-icons.redo::after { - content: "\10f01e"; opacity: var(--opacity); -} \ No newline at end of file + content: "\10f01e"; +} + +.material-icons.keyboard:before { + position: absolute; + content: "\f11c"; + } + .material-icons.keyboard:after { + opacity: var(--opacity); + content: "\10f11c"; + } + + .material-icons.videocam:before { + position: absolute; + content: "\f8ec"; + } + .material-icons.videocam:after { + opacity: var(--opacity); + content: "\10f8ec"; + }