@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LeadMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.LeadMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.253 3.484a4.211 4.211 0 1 1 5.956 5.955 4.211 4.211 0 0 1-5.956-5.955m2.978.266a2.712 2.712 0 1 0 0 5.423 2.712 2.712 0 0 0 0-5.423M11.669 14a5.495 5.495 0 0 0-7.919 4.865h7.558a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75v-.758a6.995 6.995 0 0 1 10.081-6.204.75.75 0 0 1-.662 1.346m5.177-2.058a.75.75 0 0 1 .75.75v3.404H21a.75.75 0 0 1 0 1.5h-3.404V21a.75.75 0 0 1-1.5 0v-3.404h-3.404a.75.75 0 1 1 0-1.5h3.404v-3.404a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
exports.LeadMIcon.displayName = 'LeadMIcon';