@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 898 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NavigationUnread = /*#__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: "M19.25 8.5a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5zM15.71 7a3.74 3.74 0 0 1-.14-2H2.88A1 1 0 0 0 3 7h12.71zM21 17H2.88A1 1 0 0 0 3 19h18.12a1 1 0 0 0-.12-2zM3 11h18a1 1 0 0 1 .12 2H3a1 1 0 0 1-.12-2H3z"
}));
});
NavigationUnread.displayName = 'NavigationUnread';
export var NavigationUnreadDimensions = {
height: 24,
width: 24
};