UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 721 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 RoundaboutLeft = createIcon("RoundaboutLeft", [ [ "path", { d: "M10.08 8C10.56 5.16 13.02 3 16 3C19.31 3 22 5.69 22 9C22 11.97 19.84 14.44 17 14.92V21H15V14.91C15 13.93 15.71 13.11 16.67 12.94C18.56 12.63 20 10.98 20 9C20 6.79 18.21 5 16 5C14.02 5 12.37 6.44 12.06 8.33C11.89 9.29 11.07 10 10.09 10H5.83L7.42 11.59L6 13L2 9L6 5L7.41 6.41L5.83 8H10.08Z", key: "1lrrrb" } ] ]); export { RoundaboutLeft as default }; //# sourceMappingURL=roundabout_left.js.map