UNPKG

antd-mobile-icons

Version:
39 lines (37 loc) 2.7 kB
import * as React from "react"; function SmileOutline(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, props, { style: Object.assign({ verticalAlign: '-0.125em' }, props.style), className: ['antd-mobile-icon', props.className].filter(Boolean).join(' ') }), /*#__PURE__*/React.createElement("g", { id: "SmileOutline-SmileOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "SmileOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "SmileOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M24,2 C36.1502645,2 46,11.8497355 46,24 C46,36.1502645 36.1502645,46 24,46 C11.8497355,46 2,36.1502645 2,24 C2,11.8497355 11.8497355,2 24,2 Z M24,5 C13.5065898,5 5,13.5065898 5,24 C5,34.4934102 13.5065898,43 24,43 C34.4934102,43 43,34.4934102 43,24 C43,13.5065898 34.4934102,5 24,5 Z M14.0458046,26.5174634 C14.1287685,26.3971688 14.2935421,26.3669063 14.4138242,26.4498883 C14.4436571,26.4704632 14.4708829,26.4890663 14.4955018,26.5056975 C17.208648,28.3385613 20.4793419,29.408785 24,29.408785 C27.5197511,29.408785 30.7896669,28.3391126 33.5024013,26.5071138 L33.5024013,26.5071138 L33.5581039,26.4770566 C33.5969468,26.4608325 33.6388099,26.4523573 33.6813205,26.4523573 C33.8578812,26.4523573 34.0010118,26.595488 34.0009735,26.7720486 L34.0009735,26.7720486 L34.0006746,29.4995669 C34.0006492,29.6440904 33.9226882,29.7773677 33.7966693,29.8481229 C33.6527935,29.9290566 33.537965,29.9925674 33.4521837,30.0386552 C30.6375036,31.5509024 27.4189364,32.408785 24,32.408785 C20.5458697,32.408785 17.296255,31.5331498 14.4610235,29.991747 C14.3953412,29.9560382 14.3093075,29.9081912 14.2029223,29.848206 C14.0772269,29.7773329 13.9994637,29.6442379 13.9993289,29.4999385 L13.9993289,29.4999385 L13.9990265,26.6676828 L13.9990265,26.6676828 L14.0043844,26.614705 C14.0114748,26.5800114 14.0254953,26.5469111 14.0458046,26.5174634 Z M16,18 C17.1045695,18 18,18.8954305 18,20 C18,21.1045695 17.1045695,22 16,22 C14.8954305,22 14,21.1045695 14,20 C14,18.8954305 14.8954305,18 16,18 Z M32,18 C33.1045695,18 34,18.8954305 34,20 C34,21.1045695 33.1045695,22 32,22 C30.8954305,22 30,21.1045695 30,20 C30,18.8954305 30.8954305,18 32,18 Z", id: "SmileOutline-\u5F62\u72B6\u7ED3\u5408", fill: "currentColor", fillRule: "nonzero" })))); } export default SmileOutline;