UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 813 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 SendTimeExtension = createIcon("SendTimeExtension", [ [ "path", { d: "M19 6.25C19 5.15 18.1 4.25 17 4.25H13C13 2.87 11.88 1.75 10.5 1.75C9.12 1.75 8 2.87 8 4.25H4.01C2.91 4.25 2.01 5.15 2.01 6.25V10.05C4.7 10.05 5 12.21 5 12.75C5 13.29 4.71 15.45 2 15.45V19.25C2 20.35 2.9 21.25 4 21.25H7.8C7.8 19.09 9.17 18.47 10 18.31V9.01L19 13.51V6.25Z", key: "wozray" } ], ["path", { d: "M12 12.25V16.25L16 17.25L12 18.25V22.25L22 17.25L12 12.25Z", key: "1ptv0k" }] ]); export { SendTimeExtension as default }; //# sourceMappingURL=send_time_extension.js.map