UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 1.28 kB
const React = require("react"); function FaceSmilePlusIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M15 2a.75.75 0 0 0-.75.75v1.5h-1.5A.75.75 0 0 0 12 5a.75.75 0 0 0 .75.75h1.5v1.5A.75.75 0 0 0 15 8a.75.75 0 0 0 .75-.75v-1.5h1.5A.75.75 0 0 0 18 5a.75.75 0 0 0-.75-.75h-1.5v-1.5A.75.75 0 0 0 15 2Zm-5 0a8 8 0 0 0 0 16 8 8 0 0 0 7.492-10.773 2.25 2.25 0 0 1-.242.023A2.25 2.25 0 0 1 15 9.5a2.25 2.25 0 0 1-2.25-2.25A2.25 2.25 0 0 1 10.5 5a2.25 2.25 0 0 1 2.25-2.25 2.25 2.25 0 0 1 .023-.23A8 8 0 0 0 10 2ZM8 8c.552 0 1 .672 1 1.5S8.552 11 8 11s-1-.672-1-1.5S7.448 8 8 8Zm4 0c.552 0 1 .672 1 1.5s-.448 1.5-1 1.5-1-.672-1-1.5.448-1.5 1-1.5Zm1.059 4.758a.75.75 0 0 1 .476 1.277 5 5 0 0 1-7.07 0 .75.75 0 0 1 1.06-1.06 3.5 3.5 0 0 0 4.95 0 .75.75 0 0 1 .584-.217z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceSmilePlusIcon); module.exports = ForwardRef;