@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.5 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialElectricCarW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ElectricCarW100",
short_name: "ElectricCar",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M200-412v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-276q0-5 .5-10t2.27-10.23L241-828q5.89-17.78 21.37-28.89Q277.84-868 297-868h366q19.16 0 34.63 11.11Q713.11-845.78 719-828l66.23 185.77Q787-637 787.5-632t.5 10v276q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-66H200Zm12-248h536l-56-159q-4-10-12-15.5t-19-5.5H299q-11 0-19 5.5T268-819l-56 159Zm-12 28v192-192Zm96.24 136q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm368 0q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5ZM513-124v42q0 8.13-7 12.57-7 4.43-15.31.25L347-142q-5-3-3.91-8.5 1.09-5.5 6.91-5.5h97v-42q0-8.13 7-12.57 7-4.43 15.31-.25L613-138q5 3 3.91 8.5-1.09 5.5-6.91 5.5h-97ZM200-440h560v-192H200v192Z"
}));
});
IconMaterialElectricCarW100.displayName = 'OnesyIconMaterialElectricCarW100';
export default IconMaterialElectricCarW100;