UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 608 B
import React from 'react'; export const ZoomOut = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M14.414 13.35l5.388 5.474a.686.686 0 0 1-.015.98.71.71 0 0 1-.993-.014l-5.383-5.47a8.23 8.23 0 0 1-5.216 1.849C3.67 16.169 0 12.549 0 8.084 0 3.62 3.67 0 8.195 0c4.527 0 8.196 3.62 8.196 8.084a7.989 7.989 0 0 1-1.977 5.267zm-6.219 1.433c3.75 0 6.791-3 6.791-6.699 0-3.7-3.04-6.698-6.79-6.698S1.404 4.385 1.404 8.084c0 3.7 3.04 6.699 6.79 6.699zM4.636 8.64a.698.698 0 0 1-.702-.693c0-.383.314-.693.702-.693h7.338c.388 0 .703.31.703.693a.698.698 0 0 1-.703.693H4.636z" fillRule="evenodd" /></svg> );