google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 858 B
JavaScript
/**
* @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.5 11C13.74 11 11.5 13.24 11.5 16C11.5 18.76 13.74 21 16.5 21C19.26 21 21.5 18.76 21.5 16C21.5 13.24 19.26 11 16.5 11ZM18.15 18.35L16 16.2V13H17V15.79L18.85 17.64L18.15 18.35Z",
key: "8dtv28"
}
],
[
"path",
{
d: "M10.5 11L4.5 9.5V6.01L13.37 9.75C14.31 9.28 15.37 9 16.5 9C16.6 9 16.69 9.01 16.78 9.01L2.5 3V19L9.5 16.05C9.5 16.03 9.5 16.02 9.5 16C9.5 15.2 9.64 14.44 9.89 13.72L4.5 15.99V12.5L10.5 11Z",
key: "1l4xiu"
}
]
]);
export { ScheduleSend as default };
//# sourceMappingURL=schedule_send.js.map