analytica-frontend-lib
Version:
Repositório público dos componentes utilizados nas plataformas da Analytica Ensino
39 lines (36 loc) • 1.27 kB
JavaScript
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/components/UserIcon/UserIcon.tsx
var _jsxruntime = require('react/jsx-runtime');
var UserIcon = ({ size = 24, className }) => {
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
fill: "none",
viewBox: "0 0 24 24",
className,
"aria-hidden": "true",
children: [
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
"rect",
{
width: "24",
height: "24",
rx: "12",
style: { fill: "var(--color-primary-100)" }
}
),
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
"path",
{
d: "M19.017 17.727c-1.038-1.795-2.638-3.082-4.506-3.693a4.909 4.909 0 1 0-5.022 0c-1.868.61-3.468 1.897-4.506 3.693a.545.545 0 1 0 .944.546c1.285-2.22 3.555-3.546 6.073-3.546s4.788 1.326 6.073 3.546a.545.545 0 1 0 .944-.546M8.182 9.818a3.818 3.818 0 1 1 7.636 0 3.818 3.818 0 0 1-7.636 0",
style: { fill: "var(--color-primary-800)" }
}
)
]
}
);
};
exports.UserIcon = UserIcon;
//# sourceMappingURL=chunk-VHS3DYH3.js.map