@nant-design/nant-icons
Version:
8 lines (6 loc) • 301 B
JSX
import React from 'react';
export const PricetagSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M304 32 16 320l176 176 288-288V32Zm80 128a32 32 0 1 1 32-32 32 32 0 0 1-32 32Z"/>
</svg>;
};