@samix-ui/foundation-icons
Version:
[](https://www.npmjs.com/package/@samix-ui/foundation-icons)
19 lines (16 loc) • 845 B
JavaScript
import React from 'react';
var SvgSmileyHappyMajor = function SvgSmileyHappyMajor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.5 7a.75.75 0 0 0-.75.75v1.5a.75.75 0 0 0 1.5 0v-1.5a.75.75 0 0 0-.75-.75Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.75 7.75a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-1.5 0v-1.5Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.522 11.983a2.5 2.5 0 0 1-3.937-1.336.75.75 0 1 0-1.449.388 4 4 0 0 0 7.728 0 .75.75 0 0 0-1.45-.388 2.5 2.5 0 0 1-.892 1.336Z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M17 10a7 7 0 1 1-14 0 7 7 0 0 1 14 0Zm-1.5 0a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Z"
}));
};
export { SvgSmileyHappyMajor as S };