@ohu-mobile/icons
Version:
10 lines (9 loc) • 424 B
JavaScript
const PriceTagOutlined = {
name: 'price-tag',
theme: 'outlined',
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.414zm.707 2.122L3.828 12l8.486 8.485 7.778-7.778-1.06-7.425zm2.12 6.364a2 2 0 1 1 2.83-2.829 2 2 0 0 1-2.83 2.829"/>',
};
export default PriceTagOutlined;