@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Feed = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M29.63 42h.25c1.82 0 3.4-1.27 3.79-3.06L34.73 34h5.02C42.1 34 44 32.1 44 29.75v-11.6A4.16 4.16 0 0 0 40 14H28.5v-3.75C28.5 7.9 26.6 6 24.25 6h-16A4.25 4.25 0 0 0 4 10.25v25.5C4 39.2 6.8 42 10.25 42h19.38ZM28.5 16.5h7.53c-.1.25-.19.5-.25.78L31.23 38.4a1.38 1.38 0 0 1-2.73-.29V16.5Zm-15.5-1a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11.25 22h10.5a1.25 1.25 0 1 1 0 2.5h-10.5a1.25 1.25 0 1 1 0-2.5ZM10 31.25c0-.69.56-1.25 1.25-1.25h10.5a1.25 1.25 0 1 1 0 2.5h-10.5c-.69 0-1.25-.56-1.25-1.25Z"
}));
});
Feed.displayName = 'Feed';
export var FeedDimensions = {
height: 48,
width: 48
};