google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.16 kB
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 SportsMotorsports = createIcon("SportsMotorsports", [
[
"path",
{
d: "M21.962 11.22C21.572 7.01 17.762 4 13.562 4C13.372 4 13.182 4.01 12.992 4.02C2.00195 4.74 2.00195 17.2 2.00195 17.2V18C2.00195 19.1 2.90195 20 4.00195 20H14.002C18.672 20 22.412 15.99 21.962 11.22ZM5.26195 11.56C5.83195 10.27 6.54195 9.21 7.40195 8.37L11.022 9.9C11.622 10.15 12.002 10.73 12.002 11.38C12.002 12.27 11.282 12.99 10.392 12.99H4.72195C4.87195 12.53 5.04195 12.05 5.26195 11.56ZM18.442 16.04C17.302 17.29 15.682 18 14.002 18H4.00195V17.2C4.00195 17.18 4.01195 16.28 4.24195 15H10.392C12.382 15 14.002 13.38 14.002 11.39C14.002 9.94 13.132 8.63 11.802 8.07L9.30195 7.01C10.402 6.44 11.672 6.11 13.122 6.02C13.272 6 13.422 6 13.562 6C16.872 6 19.692 8.37 19.972 11.41C20.132 13.13 19.592 14.77 18.442 16.04Z",
key: "1bp6b9"
}
]
]);
export { SportsMotorsports as default };
//# sourceMappingURL=sports_motorsports.js.map