vue-material-symbols
v1.0.1
Published
Vue component for [Google Materia Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols)
Downloads
14
Readme
Vue material symbols
Vue component for Google Materia Symbols
setup
<html>
<head>
<!--Insert Google Material Symbols to index.html-->
<link rel="stylesheet" href="https://fonts.sandbox.google.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
</html
Example
setup API
<script setup>
import { GSymbol } from 'vue-material-symbols';
</script>
<template>
<GSymbol
icon="cake"
/>
<GSymbol
icon="light"
type="outlined"
fill
:weight="400"
:grade="0"
:size="48"
/>
</template>
License
Google Material Symbols created by Google