UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 743 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var EmojiSurpriseFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "emoji-surprise-fill" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M7 5.5C7 4.672 6.552 4 6 4s-1 .672-1 1.5S5.448 7 6 7s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 7 10 7s1-.672 1-1.5M8 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4" }))); } }))); }; export default EmojiSurpriseFill;