UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 804 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 SecurityUpdateWarning = createIcon("SecurityUpdateWarning", [ ["path", { d: "M12.9949 15H10.9949V17H12.9949V15Z", key: "14m1b1" }], ["path", { d: "M12.9949 7H10.9949V13H12.9949V7Z", key: "1txkid" }], [ "path", { d: "M16.9949 1H6.99488C5.89488 1 5.00488 1.9 5.00488 3V21C5.00488 22.1 5.89488 23 6.99488 23H16.9949C18.0949 23 18.9949 22.1 18.9949 21V3C18.9949 1.9 18.0949 1 16.9949 1ZM16.9949 18H6.99488V6H16.9949V18Z", key: "1t3u71" } ] ]); export { SecurityUpdateWarning as default }; //# sourceMappingURL=security_update_warning.js.map