brightyui
Version:
Brighty UI library
10 lines • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ErrorIcon = void 0;
var jsx_runtime_1 = require("react/jsx-runtime");
var ErrorIcon = function (_a) {
var _b = _a.width, width = _b === void 0 ? 24 : _b, _c = _a.height, height = _c === void 0 ? 24 : _c, _d = _a.color, color = _d === void 0 ? 'var(--fill2)' : _d;
return ((0, jsx_runtime_1.jsx)("svg", { width: width, height: height, viewBox: '0 0 24 24', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsx)("path", { d: 'M11.7778 20C11.2889 20 10.8704 19.8259 10.5222 19.4778C10.1741 19.1296 10 18.7111 10 18.2222C10 17.7333 10.1741 17.3148 10.5222 16.9667C10.8704 16.6185 11.2889 16.4444 11.7778 16.4444C12.2667 16.4444 12.6852 16.6185 13.0333 16.9667C13.3815 17.3148 13.5556 17.7333 13.5556 18.2222C13.5556 18.7111 13.3815 19.1296 13.0333 19.4778C12.6852 19.8259 12.2667 20 11.7778 20ZM10 14.6667V4H13.5556V14.6667H10Z', fill: color }) }));
};
exports.ErrorIcon = ErrorIcon;
//# sourceMappingURL=ErrorIcon.js.map