UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 560 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 SwapVert = createIcon("SwapVert", [ [ "path", { d: "M16 17.01V10H14V17.01H11L15 21L19 17.01H16ZM9 3L5 6.99H8V14H10V6.99H13L9 3ZM16 17.01V10H14V17.01H11L15 21L19 17.01H16ZM9 3L5 6.99H8V14H10V6.99H13L9 3Z", key: "yzug3o" } ] ]); export { SwapVert as default }; //# sourceMappingURL=swap_vert.js.map