UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 480 B
import React from 'react'; export const Pricetag = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M467 45.2A44.45 44.45 0 0 0 435.29 32H312.36a30.63 30.63 0 0 0-21.52 8.89L45.09 286.59a44.82 44.82 0 0 0 0 63.32l117 117a44.83 44.83 0 0 0 63.34 0l245.65-245.6A30.6 30.6 0 0 0 480 199.8v-123a44.24 44.24 0 0 0-13-31.6ZM384 160a32 32 0 1 1 32-32 32 32 0 0 1-32 32Z"/> </svg>; };