UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.29 kB
/** * @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 InterpreterMode = createIcon("InterpreterMode", [ [ "path", { d: "M20 16.5C19.17 16.5 18.5 15.83 18.5 15V12.5C18.5 11.67 19.17 11 20 11C20.83 11 21.5 11.67 21.5 12.5V15C21.5 15.83 20.83 16.5 20 16.5ZM19.5 20H20.5V18.46C22.19 18.22 23.5 16.76 23.5 15H22.5C22.5 16.38 21.38 17.5 20 17.5C18.62 17.5 17.5 16.38 17.5 15H16.5C16.5 16.76 17.81 18.22 19.5 18.46V20ZM8.5 12C6.29 12 4.5 10.21 4.5 8C4.5 5.79 6.29 4 8.5 4C8.97 4 9.42 4.08 9.84 4.23C9 5.26 8.5 6.57 8.5 8C8.5 9.43 9 10.74 9.84 11.77C9.42 11.92 8.97 12 8.5 12ZM6.61 13.13C5.29 14.05 4.5 15.57 4.5 17.22V20H0.5V17.22C0.5 16.1 1.11 15.07 2.11 14.56C3.35 13.92 4.87 13.37 6.61 13.13ZM10.5 8C10.5 5.79 12.29 4 14.5 4C16.71 4 18.5 5.79 18.5 8C18.5 10.21 16.71 12 14.5 12C12.29 12 10.5 10.21 10.5 8ZM17.82 20C16.15 19.19 15 17.48 15 15.5C15 14.61 15.23 13.77 15.64 13.05C15.27 13.02 14.89 13 14.5 13C11.97 13 9.79 13.7 8.11 14.56C7.11 15.07 6.5 16.1 6.5 17.22V20H17.82Z", key: "aza5k0" } ] ]); export { InterpreterMode as default }; //# sourceMappingURL=interpreter_mode.js.map