Shared prop shape for built-in tool icons.
Each icon component is a small SVG <svg viewBox="0 0 20 20"> with currentColor strokes + filled regions for the affordance. Consumers size with size (rendered as both width and height) and theme via the surrounding color CSS property.
<svg viewBox="0 0 20 20">
currentColor
size
width
height
color
Optional
Rendered pixel size. Defaults to 20 (matches the viewBox).
Shared prop shape for built-in tool icons.
Each icon component is a small SVG
<svg viewBox="0 0 20 20">withcurrentColorstrokes + filled regions for the affordance. Consumers size withsize(rendered as bothwidthandheight) and theme via the surroundingcolorCSS property.