UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 477 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 ArrowOutward = createIcon("ArrowOutward", [ [ "path", { d: "M6.5 5.5V7.5H15.09L5.5 17.09L6.91 18.5L16.5 8.91V17.5H18.5V5.5H6.5Z", key: "16gj2f" } ] ]); export { ArrowOutward as default }; //# sourceMappingURL=arrow_outward.js.map