UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 852 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 PlayLesson = createIcon("PlayLesson", [ [ "path", { d: "M17 10.5C17.34 10.5 17.67 10.53 18 10.58V3.5C18 2.4 17.1 1.5 16 1.5H4C2.9 1.5 2 2.4 2 3.5V19.5C2 20.6 2.9 21.5 4 21.5H11.26C10.47 20.37 10 18.99 10 17.5C10 13.63 13.13 10.5 17 10.5ZM6 10.5V3.5H11V10.5L8.5 9L6 10.5Z", key: "tw3sr8" } ], [ "path", { d: "M17 12.5C14.24 12.5 12 14.74 12 17.5C12 20.26 14.24 22.5 17 22.5C19.76 22.5 22 20.26 22 17.5C22 14.74 19.76 12.5 17 12.5ZM15.75 20V15L19.75 17.5L15.75 20Z", key: "t3u4c1" } ] ]); export { PlayLesson as default }; //# sourceMappingURL=play_lesson.js.map