export function bagDashIcon(height = "1em", width = "1em") {
return `
`;
}
export function bagPlusIcon(height = "1em", width = "1em") {
return `
`;
}
export function trashIcon(height = "1em", width = "1em") {
return `
`;
}
export function plusIcon(height = "1em", width = "1em") {
return `
`;
}
export function pencilSquareIcon(height = "1em", width = "1em") {
return `
`;
}
export function threeDotsVerticalIcon(height = "1em", width = "1em") {
return `
`;
}
export function eyeIcon(height = "1em", width = "1em") {
return `
`;
}