@i-novus/ui-core
Version:
Базовые UI компоненты
3 lines (2 loc) • 625 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const ExpandRightIcon = () => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", children: [_jsx("mask", { id: "mask0_2562_128659", style: { maskType: 'alpha' }, width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: _jsx("path", { fill: "#D9D9D9", d: "M0 0H24V24H0z", transform: "matrix(1 0 0 -1 0 24)" }) }), _jsx("g", { mask: "url(#mask0_2562_128659)", children: _jsx("path", { fill: "#1D63B6", d: "M15.4 12l-6-6L8 7.4l4.6 4.6L8 16.6 9.4 18l6-6z" }) })] }));