UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QuestionCircleOutlineSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.QuestionCircleOutlineSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.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_1.default.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_1.default.createElement("path", { fill: "currentColor", d: "M8.995 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); }); exports.QuestionCircleOutlineSIcon.displayName = 'QuestionCircleOutlineSIcon';