Questions tagged [custom-icons]
5 questions
1
vote
1 answer
Custom Icon for marker with react-leaflet does not show up
I'm trying to use a custom icon with markers with react-leaflet
Following the indications found here:
https://leafletjs.com/examples/custom-icons/
and here: https://roblahoda.com/blog/leaflet-react-custom-icons/
I added these lines of code:
import…

Raphael10
- 2,508
- 7
- 22
- 50
1
vote
1 answer
Icons don't render using custom icons
I'm trying to use custom itens on Flutter, but the icon render like a square with a X inside.
I put the .ttf files on the assets folder.
custom_icons.dart
import 'package:flutter/widgets.dart';
class CustomIcons{
CustomIcons._();
static const…

pksasso
- 399
- 1
- 4
- 12
0
votes
2 answers
Custom Material Icon
How can I make a custom Material Icon and use it in my flutter project.
I was trying to get "comment" icon that is used in Instagram, but I couldn't get the exact one.
Is there any tool where I can make icons that can be used in my project.

Shinchandler
- 1
- 4
0
votes
0 answers
JSTree not picking up custom leaf node icon
I have a JSTree and I want to use custom icons for folder and files, but it's not picking up the file icon that I have set up. The code looks like this:
$('#tree').jstree({
'plugins': ['types'], // Enable the types plugin
…

Leon
- 1
- 1
0
votes
0 answers
Custom icon to a link in USB Drive with relative path
I have to distribute a project in several USB Drives. Inside them there's a folder containing the entire project (which will be made hidden) and a link to it with a custom icon applied.
The problem is that if I insert the USB Drive in another PC,…

Giuseppe
- 3
- 2