UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

12 lines 553 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export var EmojiExpressionlessFill = props => /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 20 20" }, props, { className: "btfont " + (props.className ? props.className : ''), children: /*#__PURE__*/_jsx("path", { d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.5 6h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1m5 0h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1m-5 4h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1", fillRule: "evenodd" }) }));