UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 574 B
import React from 'react'; export const Copyright = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-1.395a8.605 8.605 0 1 0 0-17.21 8.605 8.605 0 0 0 0 17.21zm3.163-13.09a.698.698 0 0 1-.745 1.179 4.211 4.211 0 0 0-2.257-.647c-2.278 0-4.114 1.775-4.114 3.953s1.836 3.953 4.114 3.953c.801 0 1.567-.22 2.224-.627a.698.698 0 0 1 .735 1.187 5.608 5.608 0 0 1-2.96.836c-3.037 0-5.509-2.39-5.509-5.349 0-2.96 2.472-5.349 5.51-5.349 1.08 0 2.116.303 3.002.864z" fillRule="evenodd" /></svg> );