Variable CHROME_ICON_ATTRSConst

CHROME_ICON_ATTRS: {
    fill: "none";
    stroke: "currentColor";
    strokeLinecap: "round";
    strokeLinejoin: "round";
    strokeWidth: 1.5;
    viewBox: "0 0 16 16";
} = ...

Attributes a host should apply to the <svg> around a chrome glyph.

Type declaration

  • Readonlyfill: "none"
  • Readonlystroke: "currentColor"
  • ReadonlystrokeLinecap: "round"
  • ReadonlystrokeLinejoin: "round"
  • ReadonlystrokeWidth: 1.5
  • ReadonlyviewBox: "0 0 16 16"