UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 957 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 YoutubeSearchedFor = createIcon("YoutubeSearchedFor", [ [ "path", { d: "M17.01 14.2598H16.21L15.94 13.9898C16.92 12.8498 17.51 11.3798 17.51 9.75977C17.51 6.16977 14.6 3.25977 11.01 3.25977C7.42 3.25977 4.51 6.25977 4.51 9.75977H2L5.84 13.7598L10 9.75977H6.51C6.51 7.25977 8.53 5.25977 11.01 5.25977C13.49 5.25977 15.51 7.26977 15.51 9.75977C15.51 12.2398 13.49 14.2598 11.01 14.2598C10.36 14.2598 9.75 14.1198 9.19 13.8798L7.71 15.3598C8.68 15.9298 9.8 16.2598 11.01 16.2598C12.62 16.2598 14.09 15.6698 15.23 14.6898L15.5 14.9598V15.7498L20.51 20.7398L22 19.2598L17.01 14.2598Z", key: "gdruyt" } ] ]); export { YoutubeSearchedFor as default }; //# sourceMappingURL=youtube_searched_for.js.map