react-native-ui-kitten icon indicating copy to clipboard operation
react-native-ui-kitten copied to clipboard

How to change the thickness of the Icon

Open Qyokizzzz opened this issue 1 year ago • 3 comments

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.

Qyokizzzz avatar May 05 '23 14:05 Qyokizzzz

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.

greenfrvr avatar May 10 '23 14:05 greenfrvr

Yes, I am using Eva. May I know which icon pack supports adjusting thickness?

Qyokizzzz avatar May 10 '23 14:05 Qyokizzzz

Is there any other way to change the thickness of the eva icon?

Qyokizzzz avatar May 10 '23 14:05 Qyokizzzz