google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.11 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 CarCrash = createIcon("CarCrash", [
[
"path",
{
d: "M17 2.5C14.24 2.5 12 4.74 12 7.5C12 10.26 14.24 12.5 17 12.5C19.76 12.5 22 10.26 22 7.5C22 4.74 19.76 2.5 17 2.5ZM17.5 8.5H16.5V4.5H17.5V8.5ZM17.5 9.5V10.5H16.5V9.5H17.5ZM16.91 14.5C16.97 14.66 17 14.83 17 15C17 15.83 16.33 16.5 15.5 16.5C14.67 16.5 14 15.83 14 15C14 14.61 14.15 14.26 14.39 13.99C12.76 13.33 11.43 12.08 10.68 10.5H4.81L5.85 7.5H10C10 6.81 10.1 6.13 10.29 5.5H5.5C4.84 5.5 4.29 5.92 4.08 6.51L2 12.5V20.5C2 21.05 2.45 21.5 3 21.5H4C4.55 21.5 5 21.05 5 20.5V19.5H17V20.5C17 21.05 17.45 21.5 18 21.5H19C19.55 21.5 20 21.05 20 20.5V13.82C18.95 14.33 17.84 14.51 16.91 14.5ZM6.5 16.5C5.67 16.5 5 15.83 5 15C5 14.17 5.67 13.5 6.5 13.5C7.33 13.5 8 14.17 8 15C8 15.83 7.33 16.5 6.5 16.5Z",
key: "18h7pj"
}
]
]);
export { CarCrash as default };
//# sourceMappingURL=car_crash.js.map