const createIcon = children => { const Icon = props => createElement( 'svg', { style: StyleSheet.compose(styles.root, props.style), width: 24, height: 24, ...
確定! 回上一頁