Answers for "svg vue"

0

svg vue

<icon-base icon-name="write"><icon-write /></icon-base>
Posted by: Guest on August-16-2021
0

svg vue

<p>
  <!-- you can pass in a smaller `width` and `height` as props -->
  <icon-base
    width="12"
    height="12"
    icon-name="write"
  ><icon-write /></icon-base>
  <!-- or you can use the default, which is 18 -->
  <icon-base icon-name="write"><icon-write /></icon-base>
  <!-- or make it a little bigger too :) -->
  <icon-base
    width="30"
    height="30"
    icon-name="write"
  ><icon-write /></icon-base>
</p>
Posted by: Guest on August-16-2021

Browse Popular Code Answers by Language