@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 796 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var QuestionMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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" }))); });
QuestionMIcon.displayName = 'QuestionMIcon';