UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.75 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var QuestionCircleSIcon = 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: "M14.5 8C14.5 4.41015 11.5899 1.5 8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 11.5899 4.41015 14.5 8 14.5C11.5899 14.5 14.5 11.5899 14.5 8ZM8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00045 4.95843C7.52809 4.95843 7.14516 5.34136 7.14516 5.81372V6.27237C7.14516 6.68659 6.80937 7.02237 6.39516 7.02237C5.98095 7.02237 5.64516 6.68659 5.64516 6.27237V5.81372C5.64516 4.51293 6.69966 3.45843 8.00045 3.45843C9.30123 3.45843 10.3557 4.51293 10.3557 5.81372V5.91003C10.3557 6.71451 9.96105 7.4678 9.29961 7.92572L9.23 7.97391C8.92966 8.18183 8.74497 8.19059 8.74497 8.55587V8.61912C8.74497 9.03333 8.40918 9.36912 7.99497 9.36912C7.58075 9.36912 7.24497 9.03333 7.24497 8.61912V8.55587C7.24497 7.69837 7.67115 7.22872 8.37618 6.74062L8.44579 6.69243C8.70253 6.51469 8.85573 6.22229 8.85573 5.91003V5.81372C8.85573 5.34136 8.47281 4.95843 8.00045 4.95843Z", fill: "currentColor" }), React.createElement("path", { d: "M8.99497 11C8.99497 11.5523 8.54725 12 7.99497 12C7.44268 12 6.99497 11.5523 6.99497 11C6.99497 10.4477 7.44268 9.99999 7.99497 9.99999C8.54725 9.99999 8.99497 10.4477 8.99497 11Z", fill: "currentColor" }))); }); QuestionCircleSIcon.displayName = 'QuestionCircleSIcon';