@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
15 lines • 642 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var ChatFill = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "btfont " + (props.className ? props.className : ''),
children: /*#__PURE__*/_jsx("path", {
d: "M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z",
fillRule: "evenodd"
})
}));
//# sourceMappingURL=ChatFill.js.map