UNPKG

@brizy/ui

Version:
14 lines (13 loc) 1.13 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.QuestionCircleOutlined = void 0; const react_1 = __importDefault(require("react")); const QuestionCircleOutlined = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("g", { fill: "currentColor", fillRule: "nonzero" }, react_1.default.createElement("path", { d: "M8 0a8 8 0 1 0 8 8 8.024 8.024 0 0 0-8-8Zm0 14a6 6 0 1 1 6-6 6.018 6.018 0 0 1-6 6Z" }), react_1.default.createElement("circle", { cx: 8, cy: 12, r: 1 }), react_1.default.createElement("path", { d: "M8 10a1 1 0 0 1-1-1 3.056 3.056 0 0 1 1.322-2.427c.5-.425.622-.57.622-.906 0-.183 0-.667-.944-.667a2.046 2.046 0 0 0-1.258.561 1 1 0 0 1-1.373-1.456A4.081 4.081 0 0 1 7.948 3a2.68 2.68 0 0 1 2.993 2.666 3.054 3.054 0 0 1-1.318 2.426C9.126 8.519 9 8.663 9 9a1 1 0 0 1-1 1Z" })))); exports.QuestionCircleOutlined = QuestionCircleOutlined;