@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.47 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialWheelchairPickupW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "WheelchairPickupW100Filled",
short_name: "WheelchairPickup",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M260-730q-26.4 0-45.2-18.8Q196-767.6 196-794q0-26.4 18.8-45.2Q233.6-858 260-858q26.4 0 45.2 18.8Q324-820.4 324-794q0 26.4-18.8 45.2Q286.4-730 260-730Zm-68 594v-228h-38q-12.75 0-21.37-8.63Q124-381.25 124-394v-204q0-24.75 17.63-42.38Q159.25-658 184-658h152q24.75 0 42.38 17.62Q396-622.75 396-598v108q-46 31-78 87t-32 123q0 43 12.5 80t29.5 60v34H222q-12.75 0-21.37-8.63Q192-123.25 192-136Zm350 32q-72 0-124-52t-52-124q0-49 26-92t74-66v31q-34 22-53 54.59-19 32.58-19 72.41 0 63 42.5 105.5T542-132q54 0 97.5-36.5T689-265h28q-8 72-56.85 116.5T542-104Zm294-115-75-113q-5-7-11.5-10.5T735-346H606q-24.75 0-42.37-17.63Q546-381.25 546-406v-194q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v194q0 14 9 23t23 9h130q14.93 0 28.36 7.12Q777.79-359.75 786-347l74 112q3 5 1.83 10.85-1.16 5.86-5.83 9.15-5 3-10.85 1.95-5.86-1.05-9.15-5.95Z"
}));
});
IconMaterialWheelchairPickupW100Filled.displayName = 'OnesyIconMaterialWheelchairPickupW100Filled';
export default IconMaterialWheelchairPickupW100Filled;