UNPKG

brightyui

Version:

Brighty UI library

10 lines 1.79 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoCircle = void 0; var jsx_runtime_1 = require("react/jsx-runtime"); var InfoCircle = function (_a) { var _b = _a.width, width = _b === void 0 ? 16 : _b, _c = _a.height, height = _c === void 0 ? 16 : _c, _d = _a.color, color = _d === void 0 ? 'var(--fill3)' : _d; return ((0, jsx_runtime_1.jsx)("svg", { width: width, height: height, viewBox: '0 0 16 16', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsx)("path", { d: 'M7.33333 11.3333H8.66666V7.33333H7.33333V11.3333ZM8 6C8.18888 6 8.34722 5.93611 8.475 5.80833C8.60277 5.68055 8.66666 5.52222 8.66666 5.33333C8.66666 5.14444 8.60277 4.98611 8.475 4.85833C8.34722 4.73055 8.18888 4.66667 8 4.66667C7.81111 4.66667 7.65277 4.73055 7.525 4.85833C7.39722 4.98611 7.33333 5.14444 7.33333 5.33333C7.33333 5.52222 7.39722 5.68055 7.525 5.80833C7.65277 5.93611 7.81111 6 8 6ZM8 14.6667C7.07777 14.6667 6.21111 14.4917 5.39999 14.1417C4.58888 13.7917 3.88333 13.3167 3.28333 12.7167C2.68333 12.1167 2.20833 11.4111 1.85833 10.6C1.50833 9.78889 1.33333 8.92222 1.33333 8C1.33333 7.07778 1.50833 6.21111 1.85833 5.4C2.20833 4.58889 2.68333 3.88333 3.28333 3.28333C3.88333 2.68333 4.58888 2.20833 5.39999 1.85833C6.21111 1.50833 7.07777 1.33333 8 1.33333C8.92222 1.33333 9.78888 1.50833 10.6 1.85833C11.4111 2.20833 12.1167 2.68333 12.7167 3.28333C13.3167 3.88333 13.7917 4.58889 14.1417 5.4C14.4917 6.21111 14.6667 7.07778 14.6667 8C14.6667 8.92222 14.4917 9.78889 14.1417 10.6C13.7917 11.4111 13.3167 12.1167 12.7167 12.7167C12.1167 13.3167 11.4111 13.7917 10.6 14.1417C9.78888 14.4917 8.92222 14.6667 8 14.6667Z', fill: color }) })); }; exports.InfoCircle = InfoCircle; //# sourceMappingURL=Info.CircleIcon.js.map