Variable ICON_ATTRSConst

ICON_ATTRS: {
    fill: "none";
    stroke: "currentColor";
    strokeLinecap: "round";
    strokeLinejoin: "round";
    strokeWidth: 2;
    viewBox: "0 0 24 24";
} = ...

Attributes a host should apply to the <svg>, so every set matches.

Type declaration

  • Readonlyfill: "none"
  • Readonlystroke: "currentColor"
  • ReadonlystrokeLinecap: "round"
  • ReadonlystrokeLinejoin: "round"
  • ReadonlystrokeWidth: 2
  • ReadonlyviewBox: "0 0 24 24"