@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 1.69 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const FolderAzure = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsxs("g", { clipPath: "url(#clip0_38272_259)", children: [_jsx("mask", { id: "mask0_38272_259", width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: "luminance" }, children: _jsx("path", { fill: "#fff", d: "M24 0H0v24h24z" }) }), _jsxs("g", { mask: "url(#mask0_38272_259)", children: [_jsx("path", { fill: "#64748B", fillRule: "evenodd", d: "M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4z", clipRule: "evenodd" }), _jsx("path", { fill: "url(#paint0_linear_38272_259)", d: "M22 11.873v6.08L19.5 20l-3.875-1.41v1.398l-2.194-2.867 6.394.5v-5.475zm-2.131.306L16.28 10v1.43l-3.294.967L12 13.664v2.878l1.413.624v-3.688z" })] })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_38272_259", x1: "17", x2: "17", y1: "19.969", y2: "10.019", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D4" }), _jsx("stop", { offset: "0.16", stopColor: "#1380DA" }), _jsx("stop", { offset: "0.53", stopColor: "#3C91E5" }), _jsx("stop", { offset: "0.82", stopColor: "#559CEC" }), _jsx("stop", { offset: "1", stopColor: "#5EA0EF" })] }), _jsx("clipPath", { id: "clip0_38272_259", children: _jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) })] })] })));
export default FolderAzure;
//# sourceMappingURL=folderAzure.js.map