@ohu-mobile/icons
Version:
10 lines (9 loc) • 365 B
JavaScript
const PriceTagFilled = {
name: 'price-tag',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m10.9 2.1 9.899 1.415 1.414 9.9-9.192 9.192a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414zm2.828 8.486a2 2 0 1 0 2.828-2.829 2 2 0 0 0-2.828 2.829"/>',
};
export default PriceTagFilled;