UNPKG

brightyui

Version:

Brighty UI library

10 lines 1.58 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CloseIcon = void 0; var jsx_runtime_1 = require("react/jsx-runtime"); var CloseIcon = function (_a) { var _b = _a.width, width = _b === void 0 ? 20 : _b, _c = _a.height, height = _c === void 0 ? 20 : _c, _d = _a.color, color = _d === void 0 ? 'var(--fill3)' : _d; return ((0, jsx_runtime_1.jsx)("svg", { width: width.toString(), height: height.toString(), viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsx)("path", { d: 'M7 14.1667L10 11.1667L13 14.1667L14.1667 13L11.1667 9.99999L14.1667 6.99999L13 5.83332L10 8.83332L7 5.83332L5.83333 6.99999L8.83333 9.99999L5.83333 13L7 14.1667ZM10 18.3333C8.84722 18.3333 7.76389 18.1146 6.75 17.6771C5.73611 17.2396 4.85416 16.6458 4.10416 15.8958C3.35416 15.1458 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 9.99999C1.66666 8.84721 1.88541 7.76388 2.32291 6.74999C2.76041 5.7361 3.35416 4.85416 4.10416 4.10416C4.85416 3.35416 5.73611 2.76041 6.75 2.32291C7.76389 1.88541 8.84722 1.66666 10 1.66666C11.1528 1.66666 12.2361 1.88541 13.25 2.32291C14.2639 2.76041 15.1458 3.35416 15.8958 4.10416C16.6458 4.85416 17.2396 5.7361 17.6771 6.74999C18.1146 7.76388 18.3333 8.84721 18.3333 9.99999C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1458 15.8958 15.8958C15.1458 16.6458 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3333 10 18.3333Z', fill: color }) })); }; exports.CloseIcon = CloseIcon; //# sourceMappingURL=CloseIcon.js.map