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.

37 lines (34 loc) 3.67 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgAmStudio = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", xmlSpace: "preserve", id: "am-studio_svg__Layer_1", x: 0, y: 0, style: { enableBackground: 'new 0 0 1024 1024', }, viewBox: "0 0 1024 1024", ...props, children: [jsx("style", { children: '.am-studio_svg__st16{fill:#0d0d0d}' }), jsxs("linearGradient", { id: "am-studio_svg__SVGID_00000085957586747206427250000017002025885403577263_", x1: 531.36, x2: 909.803, y1: 579.901, y2: 378.679, gradientTransform: "matrix(1 0 0 -1 0 1021.89)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, style: { stopColor: '#bce562', } }), jsx("stop", { offset: 0.014, style: { stopColor: '#b9e161', stopOpacity: 0.9862, } }), jsx("stop", { offset: 1, style: { stopColor: '#0d0d0d', stopOpacity: 0, } })] }), jsx("linearGradient", { xlinkHref: "#am-studio_svg__SVGID_00000085957586747206427250000017002025885403577263_", id: "am-studio_svg__SVGID_00000093140028727847355480000008133520838226930318_", x1: 634.274, x2: 731.334, y1: 381.07, y2: 329.462, gradientUnits: "userSpaceOnUse" }), jsxs("g", { id: "am-studio_svg__visual", children: [jsx("path", { d: "M0 320C0 143.3 143.3 0 320 0h384c176.7 0 320 143.3 320 320v384c0 176.7-143.3 320-320 320H320C143.3 1024 0 880.7 0 704V320z", style: { fill: '#bce562', } }), jsx("path", { d: "m538.3 404.7-31.5-54.1c-7.9-13.6-22.5-22-38.3-22H355.7l113.7 195.1 68.9-119zM882 695.5 713.4 405.8c-7.9-13.6-22.5-22-38.3-22H562.3l181.6 311.7H882zM729.7 695.5l-62.1-107.1-62.4 107.1z", className: "am-studio_svg__st16" }), jsx("path", { d: "m631.3 502.7-69-119-181.5 311.8h108.9c18.1 0 34.8-9.6 43.9-25.2l97.7-167.6zM294.8 670.2l130-222.8-69.1-118.9-213.7 367h108.9c18.1 0 34.8-9.6 43.9-25.3z", className: "am-studio_svg__st16" }), jsxs("linearGradient", { id: "am-studio_svg__SVGID_00000111164830509962557460000016711029188232309899_", x1: 341.444, x2: 515.343, y1: 666.478, y2: 574.014, gradientTransform: "matrix(1 0 0 -1 0 1021.89)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, style: { stopColor: '#bce562', } }), jsx("stop", { offset: 1, style: { stopColor: '#0d0d0d', stopOpacity: 0, } })] }), jsx("path", { d: "m538.3 404.7-31.5-54.1c-7.9-13.6-22.5-22-38.3-22H355.7l113.7 195.1 68.9-119z", style: { opacity: 0.64, fill: 'url(#am-studio_svg__SVGID_00000111164830509962557460000016711029188232309899_)', enableBackground: 'new', } }), jsx("path", { d: "M882 695.5 713.4 405.8c-7.9-13.6-22.5-22-38.3-22H562.3l181.6 311.7H882z", style: { opacity: 0.64, fill: 'url(#am-studio_svg__SVGID_00000085957586747206427250000017002025885403577263_)', enableBackground: 'new', } }), jsx("path", { d: "m729.7 695.5-62.1-107.1-62.4 107.1z", style: { opacity: 0.64, fill: 'url(#am-studio_svg__SVGID_00000093140028727847355480000008133520838226930318_)', enableBackground: 'new', } })] })] })); const Memo = memo(SvgAmStudio); export { Memo as default };