UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _path; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const bicycle_medium = props => (0, _jsxRuntime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...props, children: _path || (_path = (0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M20.25 8.849c.817 0 1.5-.693 1.5-1.522 0-.829-.683-1.521-1.5-1.521h-3.408c-.517 0-.881.552-.7 1.033l1.05 2.772m2.308 6.085-2.307-6.085M10.5 5.806l-3.005-.762M5.35 4.5l2.144.544M4.5 15.696l6.04-2.896m0 0L7.495 5.043M10.54 12.8l6.653-3.189M8.25 15.696c0 2.1-1.679 3.804-3.75 3.804-2.071 0-3.75-1.703-3.75-3.804 0-2.1 1.679-3.804 3.75-3.804 2.071 0 3.75 1.703 3.75 3.804Zm15 0c0 2.1-1.679 3.804-3.75 3.804-2.071 0-3.75-1.703-3.75-3.804 0-2.1 1.679-3.804 3.75-3.804 2.071 0 3.75 1.703 3.75 3.804Z" })) }); var _default = exports.default = bicycle_medium; //# sourceMappingURL=bicycle_medium.js.map