UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

30 lines (29 loc) 1.87 kB
var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime"; import { COLORS } from '../../../../styles/theme'; var LogoSymbol = function (_a) { var _b = _a.size, size = _b === void 0 ? 20 : _b, _c = _a.fill, fill = _c === void 0 ? COLORS.primary : _c, props = __rest(_a, ["size", "fill"]); return (_jsxs("svg", __assign({ width: size, height: size, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsx("path", { d: "M19.9786 16.6514H16.6318V20.0021H19.9786V16.6514Z", fill: fill }), _jsx("path", { d: "M9.15265 0C4.09711 0 0 4.10195 0 9.16343C0 14.2249 4.09711 18.3269 9.15265 18.3269C14.2082 18.3269 18.3054 14.2249 18.3054 9.16343C18.3054 4.10195 14.206 0 9.15265 0ZM9.15265 15.0737C5.89665 15.0737 3.24713 12.4211 3.24713 9.16122C3.24713 5.90138 5.89665 3.24876 9.15265 3.24876C12.4086 3.24876 15.0581 5.90138 15.0581 9.16122C15.0581 12.4211 12.4086 15.0737 9.15265 15.0737Z", fill: fill })] }))); }; export default LogoSymbol;