UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 738 B
import React from 'react'; export const ZoomIn = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M7.612 7.254V4.278c0-.388.31-.703.693-.703.383 0 .693.315.693.703v2.976h2.976c.388 0 .703.31.703.693a.698.698 0 0 1-.703.693H8.998v2.976c0 .388-.31.703-.693.703a.698.698 0 0 1-.693-.703V8.64H4.636a.698.698 0 0 1-.702-.693c0-.383.314-.693.702-.693h2.976zm6.802 6.097l5.388 5.473a.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.432c3.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.699z" fillRule="evenodd" /></svg> );