@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 954 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const SvgFieldOperationsIcon = (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: "M8 14.5A4.5 4.5 0 0 1 3.5 10c0-.406.16-1.047.531-1.91.36-.83.863-1.743 1.422-2.646A47 47 0 0 1 8 1.788c.64.834 1.644 2.193 2.547 3.656.56.903 1.062 1.812 1.422 2.647.372.862.531 1.506.531 1.909 0 2.484-2.016 4.5-4.5 4.5M2 10c0 3.313 2.688 6 6 6 3.313 0 6-2.687 6-6C14 7.15 9.931 1.803 8.794.366A.97.97 0 0 0 8.028 0h-.056c-.3 0-.578.131-.766.366C6.07 1.803 2 7.15 2 10m4.5-.25A.75.75 0 0 0 5.75 9a.75.75 0 0 0-.75.75A3.25 3.25 0 0 0 8.25 13c.416 0 .75-.334.75-.75a.75.75 0 0 0-.75-.75c-.966 0-1.75-.784-1.75-1.75" }) }));
exports.default = SvgFieldOperationsIcon;
//# sourceMappingURL=FieldOperationsIcon.js.map