UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 749 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 ScheduleSend = createIcon("ScheduleSend", [ [ "path", { d: "M16 11.5H14.5V15.5L17.5 17.5L18.25 16.27L16 14.75V11.5ZM15.5 8L1.5 2V9L10.5 11L1.5 13V20L8.77 16.89C9.59 19.83 12.29 22 15.5 22C19.36 22 22.5 18.86 22.5 15C22.5 11.14 19.36 8 15.5 8ZM15.5 20C12.75 20 10.52 17.78 10.5 15.03V14.96C10.52 12.22 12.75 9.99 15.5 9.99C18.26 9.99 20.5 12.23 20.5 14.99C20.5 17.75 18.26 20 15.5 20Z", key: "1ed65f" } ] ]); export { ScheduleSend as default }; //# sourceMappingURL=schedule_send.js.map