/* @flow */ 'use strict'; import React from 'react'; export default (props: any): any => { const style = { width: `${props.size}px`, height: `${props.size}px`, } return (

{ props.label }

); }