UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 896 B
import React from 'react'; export const TagO = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M.312 10.755a.68.68 0 0 1-.198-.47L0 1.472C.007 1.044.126.681.392.413.666.138 1.055.023 1.588 0h8.78c.182 0 .356.072.484.201l8.35 8.39c.558.586.836 1.249.794 1.958-.04.664-.304 1.274-.807 1.846l-7.074 7.037-.115.092c-.638.406-1.26.564-1.85.428-.515-.118-1.054-.436-1.677-.978l-8.16-8.219zm1.164-.764l7.929 7.988c.431.374.789.585 1.052.645.178.041.424-.017.75-.213l6.986-6.948c.278-.316.419-.642.44-.995.018-.307-.109-.61-.41-.927l-8.14-8.178H1.619c-.194.008-.28.033-.256.01.015-.015.005.015.003.102l.111 8.516zm4.997-.873a2.956 2.956 0 0 1-2.958-2.954 2.956 2.956 0 0 1 2.958-2.953 2.956 2.956 0 0 1 2.959 2.953 2.956 2.956 0 0 1-2.959 2.954zm0-1.363c.88 0 1.593-.712 1.593-1.59 0-.879-.713-1.59-1.593-1.59s-1.592.711-1.592 1.59c0 .878.713 1.59 1.592 1.59z" fillRule="evenodd" /></svg> );