UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 528 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 Send = createIcon("Send", [ [ "path", { d: "M3.51 6.03L11.02 9.25L3.5 8.25L3.51 6.03ZM11.01 14.75L3.5 17.97V15.75L11.01 14.75ZM1.51 3L1.5 10L16.5 12L1.5 14L1.51 21L22.5 12L1.51 3Z", key: "1r74sy" } ] ]); export { Send as default }; //# sourceMappingURL=send.js.map