UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 852 B
import React from 'react'; export const Tags = 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.166zm9.422-6.151c-.396-.37-.805-.631-1.226-.783-.632-.227-1.125-.226-.751-.226h2.608c.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-.507-.098-.794-.318l-.17-.135.941-.942 4.437-4.265c.168-.194.251-.426.251-.697a.834.834 0 0 0-.275-.652l-8.21-7.976zM4.49 7.757c.88 0 1.593-.696 1.593-1.554 0-.859-.713-1.555-1.593-1.555s-1.593.696-1.593 1.555c0 .858.713 1.554 1.593 1.554z" fillRule="evenodd" /></svg> );