UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 1.22 kB
import React from 'react'; export const CloudDownloadO = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M5.668 8.668a.712.712 0 0 1-.611.737c-1.282.155-2.201.552-2.78 1.17-.576.612-.874 1.41-.899 2.35.09 1.007.422 1.762.997 2.302.572.537 1.431.822 2.603.83l10.67.001c.996-.067 1.73-.444 2.251-1.139.659-.876.797-1.665.682-2.547-.086-.662-.495-1.502-1.157-2.073-.505-.436-1.3-.701-2.401-.77-.374-.023-.661-.353-.65-.743a4.835 4.835 0 0 0-.912-3.034c-.872-1.23-2.223-1.857-3.551-1.806-1.299.05-2.502.663-3.371 1.822-.612.816-.9 1.772-.871 2.9zm5.178 3.232V7.742c0-.398-.309-.721-.69-.721-.382 0-.691.323-.691.721v4.145l-.788-.812a.68.68 0 0 0-.983-.007.733.733 0 0 0 .007 1.014l1.98 2.041a.68.68 0 0 0 .982.007l1.954-2.014a.733.733 0 0 0-.006-1.014.68.68 0 0 0-.984-.007l-.78.805zM4.3 8.063c.076-1.195.46-2.263 1.153-3.185 1.125-1.502 2.711-2.309 4.407-2.374 1.768-.068 3.559.763 4.712 2.389a6.288 6.288 0 0 1 1.17 3.257c1.069.146 1.925.486 2.563 1.036.944.815 1.516 1.987 1.646 2.991.161 1.237-.045 2.41-.964 3.633-.774 1.03-1.875 1.596-3.295 1.69H4.973c-1.489-.01-2.672-.402-3.522-1.2C.605 15.506.122 14.412 0 12.975c.03-1.376.46-2.525 1.29-3.41.717-.765 1.725-1.26 3.009-1.501z" fillRule="evenodd" /></svg> );