@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 931 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var QuestionCircleFilledMIcon = 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 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" }))); });
QuestionCircleFilledMIcon.displayName = 'QuestionCircleFilledMIcon';