Closed behz closed 3 years ago
A variant of this problem is that we have about 80 imported icons with old path names and I'm struggling to find the paths for each of these to the new flattened SVG hierarchy.
What I need: a way to take the prior mapping and give me the new one. Finding the original icons in the streamline app is hugely time consuming. It will probably take me 6-7 hours at the rate I am going.
Thanks for the quick reply I'll use a simple Star for now. no rush, I'll replace them with Travel Hotel Star when this is fixed. thanks
@kwesterfeld2 I'll ask for a CSV that expose old icons name with the new one, i'm waiting for it you can follow the status of my issue here https://github.com/webalys-hq/streamlinehq-npm/issues/9
I have like 90 icons in my app and really don't wanna do manual replace for each one of them, why this hash by the way?
Please see my comment on this issue here https://github.com/webalys-hq/streamlinehq-npm/issues/9#issuecomment-815575963
We have recently recreated all assets and released a new NPM 3.0.1 version https://github.com/webalys-hq/streamlinehq-npm/releases/tag/3.0.1, please install it, fetch newest images and check if it helps you. Now images are imported differently and should always be found.
Closing this issue since I believe it's fixed. Feel free to respond if you think otherwise
Hello, I just started implementing npm in our project. npm module seems installed correctly and I can see some icons on my app, although. seems there are missing icons like this "Travel Hotel 5 Star" that I need to use
I find the icon on https://app.streamlinehq.com/icons/streamline-bold search but the svg file is not in my node_module folder
missing: node_modules/@streamlinehq/streamlinehq/img/streamline-bold/travel-hotel-5-star-sjs9Ht.svg
I tried to re install the module 3 times, still same:
btw I use Yarn, and has this line in package.json file
"@streamlinehq/streamlinehq": "^2.1.0",