google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 1.03 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const AppRegistration = createIcon("AppRegistration", [
["path", { d: "M13.5 4H9.5V8H13.5V4Z", key: "7wocuh" }],
["path", { d: "M7.5 16H3.5V20H7.5V16Z", key: "1oui29" }],
["path", { d: "M7.5 10H3.5V14H7.5V10Z", key: "f63oji" }],
["path", { d: "M7.5 4H3.5V8H7.5V4Z", key: "ilta3n" }],
["path", { d: "M19.5 4H15.5V8H19.5V4Z", key: "1kwrcv" }],
["path", { d: "M10.5 17.86V20H12.6L18.58 14.03L16.46 11.91L10.5 17.86Z", key: "1rlysp" }],
["path", { d: "M13.5 12.03V10H9.5V14H11.53L13.5 12.03Z", key: "1o9as2" }],
[
"path",
{
d: "M20.35 11.56L18.94 10.15C18.74 9.95 18.43 9.95 18.23 10.15L17.17 11.21L19.29 13.33L20.35 12.27C20.55 12.07 20.55 11.76 20.35 11.56Z",
key: "6nw5r2"
}
]
]);
export { AppRegistration as default };
//# sourceMappingURL=app_registration.js.map