rmrevin\yii\fontawesome\component\Icon::tag PHP Method

tag() public method

Deprecation: Change html tag.
public tag ( string $tag ) : static
$tag string
return static
    public function tag($tag)
    {
        $this->tag = $tag;
        $this->options['tag'] = $tag;
        return $this;
    }