UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 467 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 SouthWest = createIcon("SouthWest", [ [ "path", { d: "M14.5 19.5V17.5H7.91L19.5 5.91L18.09 4.5L6.5 16.09V9.5H4.5V19.5H14.5Z", key: "pcrqj0" } ] ]); export { SouthWest as default }; //# sourceMappingURL=south_west.js.map