@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QuestionCircleFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.QuestionCircleFilledMIcon = (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 21.75a9.75 9.75 0 1 0 0-19.5 9.75 9.75 0 0 0 0 19.5m-.434-14.113c.257-.064.524-.07.784-.018h.001a1.792 1.792 0 0 1 .647 3.244c-.294.197-.64.302-.994.301a.836.836 0 0 0-.837.836v1.75a.836.836 0 1 0 1.672 0v-1.016a3.46 3.46 0 0 0 2.363-2.034v-.001a3.462 3.462 0 0 0-2.524-4.719A3.46 3.46 0 0 0 8.54 9.376a.836.836 0 1 0 1.672-.002 1.79 1.79 0 0 1 1.355-1.737m-.422 8.32a1.21 1.21 0 1 1 1.712 1.713 1.21 1.21 0 0 1-1.712-1.713", clipRule: "evenodd" }))); });
exports.QuestionCircleFilledMIcon.displayName = 'QuestionCircleFilledMIcon';