blob: 76c8966c6e97c1fdac4ae48ba042154192bf0f52 [file] [log] [blame]
// 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,
},
});