UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 714 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 RoundaboutRight = createIcon("RoundaboutRight", [ [ "path", { d: "M13.92 8C13.44 5.16 10.97 3 8 3C4.69 3 2 5.69 2 9C2 11.97 4.16 14.44 7 14.92V21H9V14.91C9 13.93 8.29 13.11 7.33 12.94C5.44 12.63 4 10.98 4 9C4 6.79 5.79 5 8 5C9.98 5 11.63 6.44 11.94 8.33C12.11 9.29 12.93 10 13.91 10H18.17L16.58 11.59L18 13L22 9L18 5L16.59 6.41L18.17 8H13.92Z", key: "1mtkke" } ] ]); export { RoundaboutRight as default }; //# sourceMappingURL=roundabout_right.js.map