@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 974 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentHeart = /*#__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: "M12 2v6c0 1.1.9 2 2 2h6v10a2 2 0 0 1-2 2H9.49l3.17-3.17a4.47 4.47 0 0 0-5.65-6.87c-.9-.6-1.97-.85-3.01-.73V4c0-1.1.9-2 2-2h6Zm1.5.5V8c0 .28.22.5.5.5h5.5l-6-6ZM7.01 22.75a.75.75 0 0 1-.53-.22l-4.4-4.4a3.47 3.47 0 1 1 4.9-4.91l.03.04.04-.04a3.47 3.47 0 1 1 4.9 4.9l-4.4 4.41a.75.75 0 0 1-.54.22Z"
}));
});
DocumentHeart.displayName = 'DocumentHeart';
export var DocumentHeartDimensions = {
height: 24,
width: 24
};