UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.96 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var QuestionSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.35289 3.57241C8.09086 3.51984 7.82043 3.52614 7.56113 3.59084C7.30183 3.65554 7.06014 3.77703 6.85352 3.94653C6.6469 4.11603 6.48052 4.32931 6.36638 4.57096C6.25224 4.81261 6.1932 5.0766 6.19354 5.34384C6.19412 5.81723 5.81084 6.20146 5.33745 6.20205C4.86407 6.20263 4.47984 5.81935 4.47925 5.34596C4.47861 4.82482 4.59373 4.31004 4.8163 3.83882C5.03887 3.36759 5.36334 2.95169 5.76625 2.62116C6.16916 2.29063 6.64047 2.05372 7.14611 1.92755C7.65157 1.80143 8.17872 1.78912 8.68951 1.8915C9.19984 1.99326 9.68129 2.2068 10.0993 2.51678C10.5174 2.82687 10.8616 3.22576 11.1072 3.68477C11.3527 4.14377 11.4935 4.65149 11.5195 5.17141C11.5454 5.69134 11.4557 6.21054 11.257 6.69168L11.2566 6.69266C10.9899 7.33617 10.5383 7.88609 9.95894 8.27282C9.62137 8.49815 9.24927 8.66217 8.85969 8.75973V9.78394C8.85969 10.2573 8.47594 10.6411 8.00255 10.6411C7.52916 10.6411 7.14541 10.2573 7.14541 9.78394V8.00802C7.14541 7.78058 7.2358 7.56246 7.39669 7.4017C7.55758 7.24093 7.77576 7.1507 8.00321 7.15088C8.36057 7.15115 8.70998 7.04539 9.00722 6.84699C9.30433 6.64867 9.53596 6.36669 9.6728 6.03672C9.77465 5.78984 9.82058 5.52347 9.80729 5.25674C9.79399 4.98979 9.7217 4.7291 9.59562 4.49343C9.46953 4.25775 9.2928 4.05294 9.07811 3.89373C8.86342 3.73452 8.61612 3.62486 8.354 3.57263L8.35289 3.57241Z", fill: "currentColor" }), React.createElement("path", { d: "M9 12.5C9 13.0523 8.55228 13.5 8 13.5C7.44772 13.5 7 13.0523 7 12.5C7 11.9477 7.44772 11.5 8 11.5C8.55228 11.5 9 11.9477 9 12.5Z", fill: "currentColor" }))); }); QuestionSIcon.displayName = 'QuestionSIcon';