UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

8 lines (6 loc) 171 B
import styled from 'styled-components'; import { MdFileDownload } from 'react-icons/lib/md'; export default styled(MdFileDownload)` margin: 1vw; font-size: 2.5vw; `;