UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.07 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var QuestionCircleOutlineSIcon = 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: "M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 4.958a.855.855 0 0 0-.855.856v.458a.75.75 0 1 1-1.5 0v-.458a2.355 2.355 0 0 1 4.71 0v.096c0 .805-.394 1.558-1.055 2.016l-.07.048c-.3.208-.485.217-.485.582v.063a.75.75 0 0 1-1.5 0v-.063c0-.858.426-1.327 1.131-1.815l.07-.049a.95.95 0 0 0 .41-.782v-.096A.855.855 0 0 0 8 4.958", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M8.995 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); }); QuestionCircleOutlineSIcon.displayName = 'QuestionCircleOutlineSIcon';