UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 655 B
import React from 'react'; export const BandageSharp = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <path d="M27.71 337.1a40 40 0 0 0 0 56.54l90.65 90.65a40 40 0 0 0 56.54 0l75.1-75.1L102.81 262ZM496 147.1a39.87 39.87 0 0 0-11.75-28.38l-91-91a40.14 40.14 0 0 0-56.75 0L264 100.28 411.72 248l72.53-72.53A39.85 39.85 0 0 0 496 147.1ZM273.06 386.19l116-116L241.77 123l-116 116Zm19.63-141.5a16 16 0 1 1 0 22.62 16 16 0 0 1 0-22.62Zm-48-48a16 16 0 1 1 0 22.62 16 16 0 0 1 0-22.62Zm0 96a16 16 0 1 1 0 22.62 16 16 0 0 1 0-22.62Zm-25.38-48a16 16 0 1 1-22.62 0 16 16 0 0 1 22.62 0Z"/> </svg>; };