@nant-design/nant-icons
Version:
10 lines (7 loc) • 362 B
JSX
import React from 'react';
export const PricetagsSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M288 16 0 304l176 176 288-288V16Zm80 128a32 32 0 1 1 32-32 32 32 0 0 1-32 32Z"/>
<path d="M480 64v144L216.9 471.1 242 496l270-272V64h-32z"/>
</svg>;
};