<!doctype html>
<html lang="en" class="scheme-light-dark">
<head>
<title></title>
</head>
<body class="bg-canvas">
<p-link>
<a href="https://porsche.com">
Some label
</a>
</p-link>
<script>
</script>
</body>
</html>icon property. If you need to link to another icon hosted
somewhere else, just set the whole icon path to the iconSource prop.<!doctype html>
<html lang="en" class="scheme-light-dark">
<head>
<title></title>
</head>
<body class="bg-canvas">
<p-link href="https://porsche.com" icon="phone">
Some label
</p-link>
<p-link href="https://porsche.com" icon-source="assets/icon-custom-kaixin.svg" hide-label="true">
Some label
</p-link>
<script>
</script>
</body>
</html>