UNPKG

@harvest-profit/npk

Version:
6 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const SvgMaintenanceIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M4.75 3.5v2.25H8.1L6.6 3.5zM10 6.465v1.91C10 8.996 9.496 9.5 8.875 9.5h-7.75A1.125 1.125 0 0 1 0 8.375v-1.5C0 6.254.504 5.75 1.125 5.75H3.25V3.125C3.25 2.504 3.754 2 4.375 2h2.224c.502 0 .97.25 1.25.668l1.837 2.759c.206.307.314.67.314 1.04zM1.875 11.75a.376.376 0 0 0-.375.375c0 .206.169.375.375.375h7a.376.376 0 0 0 .375-.375.376.376 0 0 0-.375-.375zM0 12.125c0-1.036.84-1.875 1.875-1.875h7a1.874 1.874 0 1 1 0 3.75h-7A1.874 1.874 0 0 1 0 12.125M16 9.5v2.625C16 13.161 15.16 14 14.125 14h-1.83a.795.795 0 0 1-.563-1.357L14.5 9.875V5l-3.75 3.75v-3l3.438-3.438a1.061 1.061 0 0 1 1.812.75z" }) })); exports.default = SvgMaintenanceIcon; //# sourceMappingURL=MaintenanceIcon.js.map