react-native-ui-kitten
react-native-ui-kitten copied to clipboard
How to change the thickness of the Icon
import styled from 'styled-components/native'; import { Icon } from '@ui-kitten/components';
export const StyledIcon = styled(Icon)height: 24px; width: 24px; font-weight: 100;
;
I can only change the size of Icon, not its thickness.
Could you please provide more details about icons pack you're using? If we're talking about Eva Icons Pack it's not based on fonts, so there is no way to change its thickness with font properties.
Yes, I am using Eva. May I know which icon pack supports adjusting thickness?
Is there any other way to change the thickness of the eva icon?