UNPKG

@i-novus/ui-core

Version:

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

3 lines (2 loc) 633 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const ExpandDownIcon = () => (_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_4567_47125", 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 24 0)" }) }), _jsx("g", { mask: "url(#mask0_4567_47125)", children: _jsx("path", { fill: "#1D63B6", d: "M12 15.933l4-4-.933-.933L12 14.067 8.933 11 8 11.933l4 4z" }) })] }));