@uiw/bootstrap-icons
Version: 
Official open source SVG icon library for Bootstrap.
15 lines • 962 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export var EmojiSunglasses = props => /*#__PURE__*/_jsxs("svg", _extends({
  viewBox: "0 0 20 20"
}, props, {
  className: "btfont " + (props.className ? props.className : ''),
  children: [/*#__PURE__*/_jsx("path", {
    d: "M4.968 9.75a.5.5 0 1 0-.866.5A4.5 4.5 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.5 3.5 0 0 1 8 11.5a3.5 3.5 0 0 1-3.032-1.75M7 5.116V5a1 1 0 0 0-1-1H3.28a1 1 0 0 0-.97 1.243l.311 1.242A2 2 0 0 0 4.561 8H5a2 2 0 0 0 1.994-1.839A3 3 0 0 1 8 6c.393 0 .74.064 1.006.161A2 2 0 0 0 11 8h.438a2 2 0 0 0 1.94-1.515l.311-1.242A1 1 0 0 0 12.72 4H10a1 1 0 0 0-1 1v.116A4.2 4.2 0 0 0 8 5c-.35 0-.69.04-1 .116",
    fillRule: "evenodd"
  }), ",", /*#__PURE__*/_jsx("path", {
    d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1 0A7 7 0 1 0 1 8a7 7 0 0 0 14 0",
    fillRule: "evenodd"
  })]
}));