UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.34 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function HappyFace(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 15C5 14.4477 5.44772 14 6 14H18C18.5523 14 19 14.4477 19 15C19 17.7614 16.7614 20 14 20H10C7.23858 20 5 17.7614 5 15Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 4C6.89543 4 6 4.89543 6 6V8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8V6C10 4.89543 9.10457 4 8 4ZM16 4C14.8954 4 14 4.89543 14 6V8C14 9.10457 14.8954 10 16 10C17.1046 10 18 9.10457 18 8V6C18 4.89543 17.1046 4 16 4Z", fill: "currentColor" })] })); } export default HappyFace;