@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 808 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var QuestionSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.353 3.572a1.804 1.804 0 0 0-2.16 1.772.857.857 0 0 1-1.714.002 3.519 3.519 0 0 1 5.62-2.83 3.524 3.524 0 0 1 1.158 4.176A3.52 3.52 0 0 1 8.86 8.76v1.024a.857.857 0 0 1-1.715 0V8.008a.857.857 0 0 1 .858-.857 1.806 1.806 0 0 0 .351-3.578z", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M9 12.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); });
QuestionSIcon.displayName = 'QuestionSIcon';