UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.12 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 WbAuto = createIcon("WbAuto", [ [ "path", { d: "M7.09961 7L3.89961 16H5.79961L6.49961 14H9.69961L10.3996 16H12.2996L9.09961 7H7.09961ZM6.94961 12.65L8.09961 9L9.24961 12.65H6.94961ZM22.0996 7L20.8996 13.29L19.3996 7H17.7996L16.3096 13.29L15.0996 7H14.3396L14.3296 7.01C12.8596 5.18 10.6296 4 8.09961 4C3.67961 4 0.0996094 7.58 0.0996094 12C0.0996094 16.42 3.67961 20 8.09961 20C11.0596 20 13.6496 18.39 15.0296 16C15.0596 15.94 15.0796 15.88 15.1096 15.82C15.1596 15.74 15.1996 15.65 15.2496 15.57L15.3496 16H17.0996L18.5996 9.9L20.0996 16H21.8496L23.8996 7H22.0996ZM13.4696 14.67C12.4796 16.64 10.4496 18 8.09961 18C4.78961 18 2.09961 15.31 2.09961 12C2.09961 8.69 4.78961 6 8.09961 6C11.4096 6 14.0996 8.69 14.0996 12C14.0996 12.96 13.8696 13.86 13.4696 14.67Z", key: "1yzs30" } ] ]); export { WbAuto as default }; //# sourceMappingURL=wb_auto.js.map