@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.73 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBikeScooterW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BikeScooterW100",
short_name: "BikeScooter",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M.3 18.35v-.7h4.65q.15-1.8 1.425-3.125Q7.65 13.2 9.35 13.05L7.8 5.95q-.05-.275-.287-.438-.238-.162-.463-.162H4.3q-.15 0-.25-.1T3.95 5q0-.15.1-.25t.25-.1h2.75q.45 0 .888.312.437.313.562.838l1.7 7.9H10q-1.8 0-3.075 1.275Q5.65 16.25 5.65 18.05v.3ZM10 20.4q-.975 0-1.662-.688-.688-.687-.688-1.662 0-.975.688-1.663Q9.025 15.7 10 15.7q.975 0 1.663.687.687.688.687 1.663 0 .975-.687 1.662-.688.688-1.663.688Zm0-.7q.675 0 1.163-.488.487-.487.487-1.162 0-.675-.487-1.163Q10.675 16.4 10 16.4t-1.162.487q-.488.488-.488 1.163t.488 1.162q.487.488 1.162.488Zm9.3-2.4q-1.725 0-2.937-1.088-1.213-1.087-1.413-2.862h-2.8l-.15-.7h2.95q.075-.725.562-1.788Q16 9.8 16.95 9.3H11.3l-.15-.7h6.15l-1.75-4.8q-.075-.225-.25-.338-.175-.112-.4-.112h-2.6q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.6q.425 0 .788.237.362.238.512.663l1.85 5.05h1.25q1.85 0 3.1 1.25t1.25 3.1q0 1.775-1.312 3.062Q21.025 17.3 19.3 17.3Zm0-.65q1.55 0 2.6-1.075T22.95 13q0-1.55-1.05-2.6t-2.6-1.05q-.275 0-.525.013-.25.012-.475.087l.925 2.475q.05.125-.012.263-.063.137-.188.187-.125.05-.262-.013-.138-.062-.188-.187L17.7 9.7q-.975.5-1.512 1.425-.538.925-.538 1.875 0 1.5 1.05 2.575 1.05 1.075 2.6 1.075Zm-9.3 1.4ZM19.3 13Z"
}));
});
IconMaterialBikeScooterW100.displayName = 'AmauiIconMaterialBikeScooterW100';
export default IconMaterialBikeScooterW100;