UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.14 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgTextBold = function SvgTextBold(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 24 : _ref$size, _ref$color = _ref.color, color = _ref$color === void 0 ? "currentColor" : _ref$color, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ width: size, height: size, viewBox: "0 0 20 20", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M5.779 3.7a1.25 1.25 0 0 1 .884-.367h3.653c2.197 0 3.85 1.819 3.85 3.855 0 .814-.264 1.593-.721 2.235a3.915 3.915 0 0 1 1.554 3.177c0 2.593-2.248 4.067-4.066 4.067h-4.267c-.69 0-1.25-.56-1.25-1.25l-.003-10.833c0-.331.132-.65.366-.884Zm2.136 4.842h2.4c.753 0 1.35-.633 1.35-1.354 0-.721-.597-1.354-1.35-1.354h-2.401l.001 2.708Zm0 2.5v3.125h3.018c.727 0 1.566-.628 1.566-1.567 0-.941-.812-1.558-1.566-1.558h-3.017Z", fill: color })); }; export { SvgTextBold as S };