UNPKG

brightyui

Version:

Brighty UI library

6 lines 1.02 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export var InvestIcon = 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(--white)' : _d; return (_jsxs("svg", { width: width, height: height, viewBox: '0 0 24 24', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: [_jsx("path", { d: 'M4.85711 11.0476L5.80949 12L10.019 8.19048L11.7853 9.47841C12.5277 10.0197 13.5508 9.95394 14.2177 9.32195L18.0952 5.64762V7.2381H19.619V2.4762H15.0476V4.0635H16.5523L13.0666 7.19842L11.4474 6.01771C10.6419 5.43036 9.51971 5.56348 8.87397 6.32299L4.85711 11.0476Z', fill: color }), _jsx("path", { d: 'M4.38092 15.8095V19.6191H8.19044V15.8095H4.38092Z', fill: color }), _jsx("path", { d: 'M10.0952 12.9524V19.6191H13.9047V12.9524H10.0952Z', fill: color }), _jsx("path", { d: 'M15.8095 11.0476V19.6191H19.619V11.0476H15.8095Z', fill: color })] })); }; //# sourceMappingURL=InvestIcon.js.map