@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 944 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextBold = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6 5.75C6 4.78 6.78 4 7.75 4h4.75a4.76 4.76 0 0 1 3.95 7.38A4.84 4.84 0 0 1 18 15c0 3.13-2.68 5-5 5H7.75C6.78 20 6 19.22 6 18.25V5.75Zm3.5 7.75v3H13c.31 0 .71-.14 1.02-.42.3-.26.48-.62.48-1.08 0-.89-.75-1.5-1.5-1.5H9.5Zm0-3.5h3c.71 0 1.25-.6 1.25-1.25 0-.66-.54-1.25-1.25-1.25h-3V10Z"
}));
});
TextBold.displayName = 'TextBold';
export var TextBoldDimensions = {
height: 24,
width: 24
};