UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.73 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.3645 8.55108L19.1345 10.4011C19.7277 11.5842 20.0181 12.8959 19.9797 14.2188C19.9413 15.5417 19.5753 16.8344 18.9145 17.9811H5.05455C4.19571 16.4912 3.83984 14.7642 4.03969 13.0561C4.23953 11.3481 4.98446 9.7499 6.16403 8.49851C7.3436 7.24711 8.89501 6.40912 10.5883 6.10877C12.2816 5.80843 14.0265 6.06171 15.5645 6.83108L17.4145 5.60108C15.531 4.39329 13.2969 3.85208 11.0694 4.06401C8.842 4.27595 6.74999 5.22878 5.12804 6.77009C3.50609 8.31141 2.44791 10.3521 2.12276 12.5659C1.79762 14.7796 2.2243 17.0385 3.33455 18.9811C3.50906 19.2834 3.75964 19.5347 4.06138 19.7101C4.36312 19.8856 4.70552 19.979 5.05455 19.9811H18.9045C19.257 19.9825 19.6035 19.8907 19.9091 19.7151C20.2146 19.5395 20.4683 19.2863 20.6445 18.9811C21.5659 17.385 22.0283 15.5653 21.9807 13.723C21.933 11.8807 21.3772 10.0874 20.3745 8.54108L20.3645 8.55108Z", key: "5jb9n1" } ], [ "path", { d: "M10.5745 15.3911C10.7603 15.577 10.9809 15.7245 11.2237 15.8252C11.4665 15.9258 11.7267 15.9777 11.9895 15.9777C12.2524 15.9777 12.5126 15.9258 12.7554 15.8252C12.9982 15.7245 13.2188 15.577 13.4045 15.3911L19.0645 6.90108L10.5745 12.5611C10.3886 12.7468 10.2411 12.9674 10.1404 13.2102C10.0398 13.453 9.98797 13.7132 9.98797 13.9761C9.98797 14.2389 10.0398 14.4992 10.1404 14.742C10.2411 14.9848 10.3886 15.2053 10.5745 15.3911Z", key: "1t2k8a" } ] ]); export { Speed as default }; //# sourceMappingURL=speed.js.map