@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 960 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QuestionMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.QuestionMIcon = (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: "M12.635 4.833a3.242 3.242 0 0 0-3.88 3.183.75.75 0 0 1-1.5.002 4.742 4.742 0 0 1 5.675-4.655 4.75 4.75 0 0 1 3.46 6.47 4.75 4.75 0 0 1-3.636 2.87v1.973a.75.75 0 0 1-1.5 0v-2.664a.75.75 0 0 1 .75-.75 3.246 3.246 0 0 0 3.242-3.404 3.25 3.25 0 0 0-2.611-3.025m-1.57 13.57a1.321 1.321 0 1 1 1.868 1.869 1.321 1.321 0 0 1-1.867-1.869", clipRule: "evenodd" }))); });
exports.QuestionMIcon.displayName = 'QuestionMIcon';