UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 705 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const EmojiSurpriseFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-emoji-surprise-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M16 8A8 8 0 110 8a8 8 0 0116 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 100-4 2 2 0 000 4" })); exports.default = EmojiSurpriseFill;