UNPKG

@icongo/pp

Version:
35 lines 1.45 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var PPMotorcycle = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props, { children: [/*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M12.75 12.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-3.5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 8a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm0-5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z", clipRule: "evenodd" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M10 14a2 2 0 0 1 2 2v1.5a2 2 0 1 1-4 0V16a2 2 0 0 1 2-2Z" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M15 11a5 5 0 0 0-10 0v2.5A2.5 2.5 0 0 0 7.5 16h5a2.5 2.5 0 0 0 2.5-2.5V11Zm-8 0a3 3 0 0 1 6 0v2.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5V11Z", clipRule: "evenodd" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M15.5 4.5a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2h-2Zm-13 0a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2h-2Z" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "m3.41 4.046.476-1.455 4.524.863-.477 1.456-4.523-.864Zm8.18-.592.477 1.456 4.523-.864-.476-1.455-4.524.863Z" })] })); export { PPMotorcycle };