UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

3 lines (2 loc) 592 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const ExpandLeftIcon = () => (_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_128658", style: { maskType: 'alpha' }, width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: _jsx("path", { fill: "#D9D9D9", d: "M0 0H24V24H0z" }) }), _jsx("g", { mask: "url(#mask0_2562_128658)", children: _jsx("path", { fill: "#1D63B6", d: "M15.4 16.6L14 18l-6-6 6-6 1.4 1.4-4.6 4.6 4.6 4.6z" }) })] }));