@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.
22 lines (19 loc) • 2.79 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgHandheldScan = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 1024 1024", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "handheld-scan_svg__linear-gradient", x1: 316.71, x2: 483.98, y1: 673.06, y2: 673.06, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 0.11, stopColor: "#7fb6cd" }), jsx("stop", { offset: 0.29, stopColor: "#5d8393" }), jsx("stop", { offset: 0.46, stopColor: "#405863" }), jsx("stop", { offset: 0.62, stopColor: "#2a383d" }), jsx("stop", { offset: 0.77, stopColor: "#1a2023" }), jsx("stop", { offset: 0.9, stopColor: "#101212" }), jsx("stop", { offset: 1, stopColor: "#0d0d0d" })] }), jsx("linearGradient", { xlinkHref: "#handheld-scan_svg__linear-gradient", id: "handheld-scan_svg__linear-gradient-2", x1: 540.02, x2: 707.29, y1: 351.45, y2: 351.45 }), jsx("style", { children: '.handheld-scan_svg__cls-3{stroke-width:0;fill:#0d0d0d}' })] }), jsx("path", { id: "handheld-scan_svg__Background_-_White", 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: '#fff',
strokeWidth: 0,
} }), jsx("path", { id: "handheld-scan_svg__Background_-_Lv3", 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: '#97d9f5',
strokeWidth: 0,
} }), jsxs("g", { id: "handheld-scan_svg__Inline_Software", children: [jsx("path", { d: "M484.28 399.21V141L317.3 238.04l-.3 258.25 167.28-97.08zM483.98 849.83V592.18l-166.97-95.89-.3 256.82 167.27 96.72zM706.99 528.9l.3-259.02-166.98-95.89-.29 257.69 166.97 97.22zM540.01 883V624.79l166.98-95.89.3 258.44L540.01 883z", className: "handheld-scan_svg__cls-3" }), jsx("path", { d: "M484.27 399.22 706.99 528.9l-166.93 96.41L316.99 496.3l167.28-97.08z", className: "handheld-scan_svg__cls-3" }), jsx("path", { d: "M483.98 849.83V592.18l-166.97-95.89-.3 256.82 167.27 96.72z", style: {
opacity: 0.48,
strokeWidth: 0,
fill: 'url(#handheld-scan_svg__linear-gradient)',
} }), jsx("path", { d: "m706.99 528.9.3-259.02-166.98-95.89-.29 257.69 166.97 97.22z", style: {
fill: 'url(#handheld-scan_svg__linear-gradient-2)',
opacity: 0.48,
strokeWidth: 0,
} })] })] }));
const Memo = memo(SvgHandheldScan);
export { Memo as default };