UNPKG

@nexusui/branding

Version:

This package contains branding elements for NexusUI applications, including logos for each unique product line. These icons work the same as basic SVG icons in React.

23 lines (20 loc) 3.1 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgAssemblyPlanner = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", id: "assembly-planner_svg__Layer_11", viewBox: "0 0 1024 1024", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "assembly-planner_svg__linear-gradient", x1: 143.69, x2: 785.73, y1: 487.91, y2: 829.28, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#ff7553" }), jsx("stop", { offset: 0.09, stopColor: "rgba(246,113,80,.96)", stopOpacity: 0.96 }), jsx("stop", { offset: 0.23, stopColor: "rgba(221,102,73,.86)", stopOpacity: 0.86 }), jsx("stop", { offset: 0.41, stopColor: "rgba(182,86,62,.7)", stopOpacity: 0.7 }), jsx("stop", { offset: 0.62, stopColor: "rgba(127,62,46,.47)", stopOpacity: 0.47 }), jsx("stop", { offset: 0.86, stopColor: "rgba(59,33,26,.19)", stopOpacity: 0.19 }), jsx("stop", { offset: 1, stopColor: "#0e0e0e", stopOpacity: 0 })] }), jsx("linearGradient", { xlinkHref: "#assembly-planner_svg__linear-gradient", id: "assembly-planner_svg__linear-gradient-2", x1: 279.28, x2: 926.07, y1: 280.75, y2: 624.65 }), jsx("linearGradient", { xlinkHref: "#assembly-planner_svg__linear-gradient", id: "assembly-planner_svg__linear-gradient-3", x1: 110.55, x2: 800.97, y1: 489.04, y2: 856.14 }), jsx("style", { children: '.assembly-planner_svg__cls-1{fill:#0d0d0d;stroke-width:0}' })] }), jsx("path", { d: "M0 320C0 143.27 143.27 0 320 0h384c176.73 0 320 143.27 320 320v384c0 176.73-143.27 320-320 320H320C143.27 1024 0 880.73 0 704V320Z", style: { fill: '#ff7553', strokeWidth: 0, } }), jsx("path", { d: "M423.92 371.42 198.39 762.1c-6.68 11.57 1.67 26.04 15.04 26.04h98.28L488.1 482.55l-64.18-111.14Z", className: "assembly-planner_svg__cls-1" }), jsx("path", { d: "M423.92 371.42 198.39 762.1c-6.68 11.57 1.67 26.04 15.04 26.04h98.28L488.1 482.55l-64.18-111.14Z", style: { fill: 'url(#assembly-planner_svg__linear-gradient)', opacity: 0.72, strokeWidth: 0, } }), jsx("path", { d: "M752.77 634.93 526.76 244.52c-6.7-11.57-23.4-11.55-30.07.03l-49.05 85.17 176.79 305.36 128.34-.16Z", className: "assembly-planner_svg__cls-1" }), jsx("path", { d: "M752.77 634.93 526.76 244.52c-6.7-11.57-23.4-11.55-30.07.03l-49.05 85.17 176.79 305.36 128.34-.16Z", style: { opacity: 0.72, fill: 'url(#assembly-planner_svg__linear-gradient-2)', strokeWidth: 0, } }), jsx("path", { d: "m359.45 787.61 451.11.53c13.36.02 21.74-14.44 15.07-26.02l-49.04-85.18-352.84-.4-64.29 111.07Z", className: "assembly-planner_svg__cls-1" }), jsx("path", { d: "m359.45 787.61 451.11.53c13.36.02 21.74-14.44 15.07-26.02l-49.04-85.18-352.84-.4-64.29 111.07Z", style: { fill: 'url(#assembly-planner_svg__linear-gradient-3)', opacity: 0.72, strokeWidth: 0, } })] })); const Memo = memo(SvgAssemblyPlanner); export { Memo as default };