UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.67 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 Speed = createIcon("Speed", [ [ "path", { d: "M20.3641 8.55108L19.1341 10.4011C19.7272 11.5842 20.0176 12.8959 19.9792 14.2188C19.9408 15.5417 19.5749 16.8344 18.9141 17.9811H5.05406C4.19523 16.4912 3.83935 14.7642 4.0392 13.0561C4.23904 11.3481 4.98397 9.7499 6.16354 8.49851C7.34311 7.24711 8.89453 6.40912 10.5878 6.10877C12.2811 5.80843 14.0261 6.06171 15.5641 6.83108L17.4141 5.60108C15.5305 4.39329 13.2964 3.85208 11.0689 4.06401C8.84151 4.27595 6.7495 5.22878 5.12755 6.77009C3.5056 8.31141 2.44742 10.3521 2.12228 12.5659C1.79713 14.7796 2.22381 17.0385 3.33406 18.9811C3.50857 19.2834 3.75915 19.5347 4.06089 19.7101C4.36263 19.8856 4.70503 19.979 5.05406 19.9811H18.9041C19.2565 19.9825 19.603 19.8907 19.9086 19.7151C20.2141 19.5395 20.4678 19.2863 20.6441 18.9811C21.5654 17.385 22.0278 15.5653 21.9802 13.723C21.9325 11.8807 21.3767 10.0874 20.3741 8.54108L20.3641 8.55108ZM10.5741 15.3911C10.7598 15.577 10.9804 15.7245 11.2232 15.8252C11.466 15.9258 11.7262 15.9777 11.9891 15.9777C12.2519 15.9777 12.5121 15.9258 12.7549 15.8252C12.9977 15.7245 13.2183 15.577 13.4041 15.3911L19.0641 6.90108L10.5741 12.5611C10.3881 12.7468 10.2406 12.9674 10.1399 13.2102C10.0393 13.453 9.98749 13.7132 9.98749 13.9761C9.98749 14.2389 10.0393 14.4992 10.1399 14.742C10.2406 14.9848 10.3881 15.2053 10.5741 15.3911Z", key: "6rdsux" } ] ]); export { Speed as default }; //# sourceMappingURL=speed.js.map