1
0
Fork 0

help icon that matches other icons

This commit is contained in:
Enoch Riese 2023-06-21 16:08:00 -05:00 committed by joostdecock
parent 985dfbd8d0
commit 8071d33c96
2 changed files with 2 additions and 6 deletions

View file

@ -264,11 +264,7 @@ export const HeartIcon = (props) => (
export const HelpIcon = (props) => (
<IconWrapper {...props}>
<path
d="m 20.608816,6.2251433 q 0,1.5957853 -0.473995,2.8281739 -0.458196,1.2165888 -1.311388,2.1171808 -0.853192,0.900591 -2.053981,1.611585 -1.184989,0.710993 -2.685975,1.295588 v 3.602366 H 8.521928 v -5.32455 q 1.1217896,-0.300198 2.022381,-0.616195 0.916392,-0.315997 1.911783,-1.02699 0.932191,-0.631994 1.453586,-1.4693866 0.537195,-0.8373922 0.537195,-1.8959824 0,-1.5799854 -1.02699,-2.2435793 Q 12.408692,4.42396 10.560109,4.42396 9.4225197,4.42396 7.9847329,4.9137554 6.5627461,5.4035509 5.377757,6.1777438 H 4.7457629 V 1.3587883 Q 5.7569535,0.93219225 7.8583341,0.47399649 9.9597147,8.6799264e-7 12.124295,8.6799264e-7 q 3.902564,0 6.193542,1.72218403200736 2.290979,1.7221841 2.290979,4.5029584 z M 14.525872,23.999979 H 8.1427315 v -4.171161 h 6.3831405 z"
stroke="none"
fill="currentColor"
/>
<path d="M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z" />
</IconWrapper>
)

View file

@ -95,7 +95,7 @@ export const MenuItem = ({
if (loadDocs)
openButtons.push(
<button className={openButtonClass} key="help" onClick={(evt) => loadDocs(evt, name)}>
<HelpIcon className="w-4 h-4" />
<HelpIcon className="w-6 h-6" />
</button>
)
if (allowOverride)