@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 733 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const Keystatic = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { fill: "#64748B", d: "M1 13.5L14.5 0 13 6l9 4.5L8.5 24l1.5-6-9-4.5z" }), _jsx("path", { fill: "url(#paint0_linear_24673_123)", d: "M13 6L1 13.5l9 4.5 3-12z" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_24673_123", x1: "1", x2: "14.5", y1: "13.5", y2: "10.5", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#94A3B8" }), _jsx("stop", { offset: "1", stopColor: "#475569" })] }) })] })));
export default Keystatic;
//# sourceMappingURL=keystatic.js.map