File tree Expand file tree Collapse file tree 5 files changed +8
-1
lines changed
lib/sage_rails/app/sage_tokens
sage-assets/lib/stylesheets
sage-react/lib/configs/tokens Expand file tree Collapse file tree 5 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ action_icons = [
4949 name: "search",
5050 action: "Search",
5151 },
52+ {
53+ name: "share",
54+ action: "Share",
55+ },
5256 {
5357 name: "trash",
5458 action: "Delete",
Original file line number Diff line number Diff line change @@ -293,6 +293,7 @@ def SageTokens.grid_templates
293293 "search-small" ,
294294 "send-message" ,
295295 "sequences" ,
296+ "share" ,
296297 "skipped" ,
297298 "slash-divider" ,
298299 "speaker" ,
Original file line number Diff line number Diff line change 44/// @group sage
55/// /
66
7- $-icon-font-cdn-version : " 9 " ; // Keep in sync with desired `vX` folder from CDN
7+ $-icon-font-cdn-version : " 10 " ; // Keep in sync with desired `vX` folder from CDN
88$-icon-font-path : " #{$sage-font-cdn-root } /sage/v#{$-icon-font-cdn-version } " !default ;
99$-icon-font-version : 1 ; // Only used for cache busting so increment as needed for such purposes
1010
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ $sage-icons: (
234234 search-small : unicode (e9bc ),
235235 send-message : unicode (e9bd ),
236236 sequences : unicode (e9be ),
237+ share : unicode (e9eb ),
237238 skipped : unicode (e9bf ),
238239 slash-divider : unicode (e9c0 ),
239240 speaker : unicode (e9c1 ),
Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ export const TOKENS_ICONS = {
194194 SEARCH_SMALL : 'search-small' ,
195195 SEND_MESSAGE : 'send-message' ,
196196 SEQUENCES : 'sequences' ,
197+ SHARE : 'share' ,
197198 SKIPPED : 'skipped' ,
198199 SLASH_DIVIDER : 'slash-divider' ,
199200 SPEAKER : 'speaker' ,
You can’t perform that action at this time.
0 commit comments