Update the color of the power button

This commit is contained in:
Vishnu Mohandas 2021-02-16 00:39:24 +05:30
parent 08528d61e2
commit d78a79d8da

View file

@ -8,8 +8,8 @@ export default function PowerSettings(props) {
viewBox={props.viewBox}
width={props.width}
>
<path d="M0 0h24v24H0z" fill="none" />
<path d="M13 3h-2v10h2V3zm4.83 2.17l-1.42 1.42C17.99 7.86 19 9.81 19 12c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.19 1.01-4.14 2.58-5.42L6.17 5.17C4.23 6.82 3 9.26 3 12c0 4.97 4.03 9 9 9s9-4.03 9-9c0-2.74-1.23-5.18-3.17-6.83z" />
<path fill="none" d="M0 0h24v24H0z" />
<path fill="#ff6666" d="M13 3h-2v10h2V3zm4.83 2.17l-1.42 1.42C17.99 7.86 19 9.81 19 12c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.19 1.01-4.14 2.58-5.42L6.17 5.17C4.23 6.82 3 9.26 3 12c0 4.97 4.03 9 9 9s9-4.03 9-9c0-2.74-1.23-5.18-3.17-6.83z" />
</svg>
);
}