ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.
591 stars 295 forks source link

Wrong icon for crop? #360

Open SlyDave opened 1 year ago

SlyDave commented 1 year ago

It appears the wrong icon is being used for the crop buttons, instead of the commonly recognised crop icon, it's using the commonly recognised cut icon:

Currently provided icon is cut: image image

Expected icon crop: image image

LiamKarlMitchell commented 1 year ago

SingleMedia.vue

<Icon type="scissors" width="16" height="16" />

There does not seem to be a crop icon in heroicons? https://heroicons.com/ https://github.com/tailwindlabs/heroicons

Zondi Icons does have a crop, Found it through Tailwind Hero icons -> HeroPatterns website. It is another set of icons drawn by Steve in a different style. Zondi

image

RhysLees commented 10 months ago

arrows-pointing-in would work? image