Files
polymer/workbench/icon.html

17 lines
451 B
HTML

<!--
Copyright 2012 The Toolkitchen Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<!DOCTYPE html>
<html>
<head>
<title>Icon</title>
<script src="../../polyfills/Components/components-polyfill.js" shadow="shim"></script>
<link rel="components" href="../../toolkit/src/g-icon.html">
</head>
<body>
<g-icon src="images/star_full.svg"></g-icon>
</body>
</html>