@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 857 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Nuxt = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none" }, props, { children: _jsx("path", { fill: "#4ADE80", d: "M13.22 18.525h7.435c.236 0 .468-.06.673-.175.203-.113.373-.278.492-.478a1.275 1.275 0 0 0 0-1.305L16.825 8.18c-.119-.2-.289-.365-.492-.478a1.377 1.377 0 0 0-1.345 0 1.325 1.325 0 0 0-.492.478l-1.277 2.146-2.496-4.197c-.12-.2-.29-.365-.492-.478a1.378 1.378 0 0 0-1.346 0 1.326 1.326 0 0 0-.492.478L2.18 16.568a1.274 1.274 0 0 0 0 1.304c.12.2.29.365.492.478.206.115.438.175.673.175h4.667c1.85 0 3.213-.788 4.151-2.325l2.278-3.827 1.22-2.048 3.662 6.152h-4.882l-1.22 2.048Zm-5.284-2.05-3.257-.001L9.56 8.272l2.436 4.101-1.63 2.74c-.624.998-1.332 1.361-2.431 1.361Z" }) })));
export default Nuxt;
//# sourceMappingURL=nuxt.js.map