@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.39 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialScooterW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ScooterW100Filled",
short_name: "Scooter",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M738.75-241Q765-241 783-258.55q18-17.56 18-43.5Q801-328 783.25-346q-17.76-18-44-18Q713-364 695-346.25q-18 17.76-18 44 0 26.25 17.75 43.75 17.76 17.5 44 17.5Zm.25 29q-37.5 0-63.75-26.35-26.25-26.36-26.25-64Q649-340 675.15-366q26.14-26 63.5-26Q776-392 802-365.85q26 26.14 26 63.5 0 37.35-25.96 63.85T739-212Zm-516.25-29q26.25 0 43.75-17.55 17.5-17.56 17.5-43.5Q284-328 266.45-346q-17.56-18-43.5-18Q197-364 179-346.25q-18 17.76-18 44 0 26.25 17.75 43.75 17.76 17.5 44 17.5Zm.25 29q-37.92 0-64.46-26.35-26.54-26.36-26.54-64Q132-340 158.54-366T223-392q34 0 58.5 22.5T311-314h236q6-66 54-114t112-54l-58-257q-2-9-11-15t-17-6H523q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h102q21 0 37.5 13.5T684-741l56 255q2 11-4.5 20T717-455q-57 7-96.5 47T576-313q-1 11-8.82 19-7.81 8-19.18 8H311q-6 32-30.5 53T223-212Z"
}));
});
IconMaterialScooterW100Filled.displayName = 'OnesyIconMaterialScooterW100Filled';
export default IconMaterialScooterW100Filled;