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: "M13.5 12.42V10H9.5V14H11.92L13.5 12.42Z", key: "13cl9h" }],
[
"path",
{
d: "M20.38 11.29L19.21 10.12C19.05 9.96 18.79 9.96 18.63 10.12L17.75 11L19.5 12.75L20.38 11.87C20.54 11.71 20.54 11.45 20.38 11.29Z",
key: "ojh6ax"
}
],
["path", { d: "M10.5 18.25V20H12.25L18.92 13.33L17.17 11.58L10.5 18.25Z", key: "1ks8iv" }],
["path", { d: "M19.5 4H15.5V8H19.5V4Z", key: "1kwrcv" }]
]);
export { AppRegistration as default };
//# sourceMappingURL=app_registration.js.map