@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 326 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Vercel = (props) => (_jsx("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M12 4L21 19.5886H3L12 4Z", fill: "#64748B" }) })));
export default Vercel;
//# sourceMappingURL=vercel.js.map