@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BoardHeart = /*#__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: "M11.5 21v-1.93l-.2-.2a4.7 4.7 0 0 1 .2-6.7V9.5H3v8.44A3.25 3.25 0 0 0 6.26 21h5.25Zm10-15.25v5.73a4.4 4.4 0 0 0-4.5.3 4.4 4.4 0 0 0-4-.52V2.5h5.25a3.25 3.25 0 0 1 3.25 3.06v.19Zm-10 11.73a3.73 3.73 0 0 1 .52-4.42 3.4 3.4 0 0 1 4.94 0l.04.04.04-.04.2-.2a3.4 3.4 0 0 1 4.74.2 3.7 3.7 0 0 1 0 5.11l-4.45 4.6a.74.74 0 0 1-1.06 0l-4.45-4.6c-.2-.21-.38-.44-.52-.69Zm0-9.48V2.5H6.25A3.25 3.25 0 0 0 3 5.75V8h8.5Z"
}));
});
BoardHeart.displayName = 'BoardHeart';
export var BoardHeartDimensions = {
height: 24,
width: 24
};