UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.24 kB
"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 EmojiGrinFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-emoji-grin-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M8 16A8 8 0 108 0a8 8 0 000 16M6.488 7c-.23-.598-.661-1-1.155-1-.493 0-.924.402-1.155 1A2.8 2.8 0 014 6c0-1.105.597-2 1.333-2 .737 0 1.334.895 1.334 2 0 .364-.065.706-.179 1m5.334 0c-.23-.598-.662-1-1.155-1-.494 0-.925.402-1.155 1a2.8 2.8 0 01-.179-1c0-1.105.597-2 1.334-2C11.403 4 12 4.895 12 6c0 .364-.065.706-.178 1M2.696 8.756a.48.48 0 01.382-.118C4.348 8.786 6.448 9 8 9c1.553 0 3.653-.214 4.922-.362a.48.48 0 01.383.118.3.3 0 01.096.29c-.09.47-.242.921-.445 1.342-.263.035-.576.075-.929.115A37 37 0 018 10.75c-1.475 0-2.934-.123-4.027-.247-.353-.04-.666-.08-.93-.115A5.5 5.5 0 012.6 9.045a.3.3 0 01.097-.29zM8 13.5a5.49 5.49 0 01-4.256-2.017l.116.014c1.115.126 2.615.253 4.14.253s3.025-.127 4.14-.253l.117-.014A5.49 5.49 0 018 13.5" })); exports.default = EmojiGrinFill;