google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 827 B
JavaScript
/**
* @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: "M6.94961 12.65H9.24961L8.09961 9L6.94961 12.65ZM22.0996 7L20.8996 13.29L19.3996 7H17.7996L16.3096 13.29L15.0996 7H14.3396C12.8696 5.17 10.6296 4 8.09961 4C3.67961 4 0.0996094 7.58 0.0996094 12C0.0996094 16.42 3.67961 20 8.09961 20C11.2296 20 13.9396 18.19 15.2496 15.57L15.3496 16H17.0996L18.5996 9.9L20.0996 16H21.8496L23.8996 7H22.0996ZM10.3996 16L9.69961 14H6.49961L5.79961 16H3.89961L7.09961 7H9.09961L12.2996 16H10.3996Z",
key: "tujt3a"
}
]
]);
export { WbAuto as default };
//# sourceMappingURL=wb_auto.js.map