UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 1.01 kB
import React from 'react'; export const TagsO = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M.205 9.166A.648.648 0 0 1 0 8.696V3.358c-.01-.334.076-.639.27-.89C.5 2.172.848 2.024 1.299 2h5.518c.18 0 .353.07.48.194l9.015 8.798c.186.22.273.491.24.774-.027.234-.124.45-.322.673l-5.443 5.236a1.123 1.123 0 0 1-.782.319c-.275 0-.532-.098-.818-.318L.205 9.166zm1.15-.747l8.628 8.18 5.122-4.925-8.57-8.36h-5.18v5.105zM9.976 3.32h-2.99a.667.667 0 0 1-.677-.657c0-.363.304-.658.678-.658h3.271c.18 0 .353.07.48.194l9.015 8.798c.187.22.273.492.24.775-.027.234-.124.449-.322.673l-5.442 5.236a1.123 1.123 0 0 1-.782.318c-.276 0-.532-.097-.819-.318l-1.341-1.271a.643.643 0 0 1-.012-.93.692.692 0 0 1 .958-.01l1.191 1.134 5.123-4.924-8.57-8.36zm-5.48 4.845c-1.122 0-2.032-.882-2.032-1.97 0-1.09.91-1.972 2.032-1.972 1.122 0 2.031.882 2.031 1.971s-.91 1.971-2.031 1.971zm0-1.314a.667.667 0 0 0 .677-.657.667.667 0 0 0-.677-.657.667.667 0 0 0-.678.657c0 .363.304.657.678.657z" fillRule="evenodd" /></svg> );