UNPKG

@kadconsulting/dry

Version:
3 lines 1 kB
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Bus = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "bus" }), _jsx("path", { className: 'dry-icon-bus', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6.5 18v2.2c0 .28 0 .42-.054.527a.5.5 0 0 1-.219.218C6.12 21 5.98 21 5.7 21H3.8c-.28 0-.42 0-.527-.055a.5.5 0 0 1-.219-.218C3 20.62 3 20.48 3 20.2V18m14 0v2.2c0 .28 0 .42-.055.527a.5.5 0 0 1-.218.218C16.62 21 16.48 21 16.2 21h-1.9c-.28 0-.42 0-.527-.055a.5.5 0 0 1-.218-.218c-.055-.107-.055-.247-.055-.527V18M1 11h18M1 4.5h18m-14.5 10H6m8 0h1.5M5.8 18h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C19 15.72 19 14.88 19 13.2V5.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C16.72 1 15.88 1 14.2 1H5.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C1 3.28 1 4.12 1 5.8v7.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C3.28 18 4.12 18 5.8 18Z' })] })); //# sourceMappingURL=Bus.js.map