UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 923 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 AccessAlarm = createIcon("AccessAlarm", [ [ "path", { d: "M22 5.78969L17.4 1.92969L16.11 3.45969L20.71 7.31969L22 5.78969ZM7.88 3.45969L6.6 1.92969L2 5.77969L3.29 7.30969L7.88 3.45969ZM12.5 8.06969H11V14.0697L15.75 16.9197L16.5 15.6897L12.5 13.3197V8.06969ZM12 4.06969C7.03 4.06969 3 8.09969 3 13.0697C3 18.0397 7.02 22.0697 12 22.0697C16.97 22.0697 21 18.0397 21 13.0697C21 8.09969 16.97 4.06969 12 4.06969ZM12 20.0697C8.13 20.0697 5 16.9397 5 13.0697C5 9.19969 8.13 6.06969 12 6.06969C15.87 6.06969 19 9.19969 19 13.0697C19 16.9397 15.87 20.0697 12 20.0697Z", key: "hwzn1w" } ] ]); export { AccessAlarm as default }; //# sourceMappingURL=access_alarm.js.map