Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/hd-iron-icon.js |
| diff --git a/chrome/browser/resources/chromeos/login/hd-iron-icon.js b/chrome/browser/resources/chromeos/login/hd-iron-icon.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..76c8966c6e97c1fdac4ae48ba042154192bf0f52 |
| --- /dev/null |
| +++ b/chrome/browser/resources/chromeos/login/hd-iron-icon.js |
| @@ -0,0 +1,12 @@ |
| +// Copyright 2017 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +Polymer({ |
| + is: 'hd-iron-icon', |
| + |
| + properties: { |
| + icon1x: String, |
| + icon2x: String, |
| + }, |
| +}); |