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 WheelchairPickup = createIcon("WheelchairPickup", [
[
"path",
{
d: "M3.70508 4C3.70508 2.89 4.59508 2 5.70508 2C6.81508 2 7.70508 2.89 7.70508 4C7.70508 5.11 6.81508 6 5.70508 6C4.59508 6 3.70508 5.11 3.70508 4ZM9.20508 10.95V9C9.20508 7.9 8.30508 7 7.20508 7H4.20508C3.10508 7 2.20508 7.9 2.20508 9V15H4.20508V22H7.70508V21.89C6.46508 20.63 5.70508 18.9 5.70508 17C5.70508 14.42 7.11508 12.16 9.20508 10.95ZM15.7051 17C15.7051 18.65 14.3551 20 12.7051 20C11.0551 20 9.70508 18.65 9.70508 17C9.70508 15.89 10.3151 14.94 11.2051 14.42V12.26C9.18508 12.9 7.70508 14.77 7.70508 17C7.70508 19.76 9.94508 22 12.7051 22C15.4651 22 17.7051 19.76 17.7051 17H15.7051ZM18.7451 14H14.2051V8H12.2051V16H17.6651L20.1351 19.71L21.7951 18.6L18.7451 14Z",
key: "146x2q"
}
]
]);
export { WheelchairPickup as default };
//# sourceMappingURL=wheelchair_pickup.js.map