UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 753 B
/** * @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 SystemSecurityUpdateWarning = createIcon("SystemSecurityUpdateWarning", [ ["path", { d: "M13 15H11V17H13V15Z", key: "1baev7" }], ["path", { d: "M13 7H11V13H13V7Z", key: "10p7cl" }], [ "path", { d: "M17 1.01L7 1C5.9 1 5 1.9 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.9 18.1 1.01 17 1.01ZM17 21H7V20H17V21ZM17 18H7V6H17V18ZM17 4H7V3H17V4Z", key: "1v1r3i" } ] ]); export { SystemSecurityUpdateWarning as default }; //# sourceMappingURL=system_security_update_warning.js.map