@easy-eva-icons/react
Version:
Easy to use eva icons.
26 lines (25 loc) • 1.36 kB
JavaScript
;
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);
};
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
function SmilingFace(props) {
return React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: "1em", height: "1em" }, props),
React.createElement("defs", null,
React.createElement("style", null)),
React.createElement("g", { id: "Layer_2", "data-name": "Layer 2" },
React.createElement("g", { id: "smiling-face" },
React.createElement("g", { id: "smiling-face", "data-name": "smiling-face" },
React.createElement("rect", { width: 24, height: 24, opacity: 0 }),
React.createElement("path", { id: "\\uD83C\\uDFA8-Icon-\\u0421olor", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm5 9a5 5 0 0 1-10 0z" })))));
}
exports.default = SmilingFace;