UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.06 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BroadActivityFeed = /*#__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: "M9.25 14c.96 0 1.75.78 1.75 1.75v3.5c0 .97-.79 1.75-1.75 1.75h-5.5C2.78 21 2 20.22 2 19.25v-3.5c0-.97.78-1.75 1.75-1.75h5.5Zm11 0c.97 0 1.75.78 1.75 1.75v3.5c0 .97-.78 1.75-1.75 1.75h-5.5c-.96 0-1.75-.78-1.75-1.75v-3.5c0-.97.79-1.75 1.75-1.75h5.5Zm0-11c.97 0 1.75.78 1.75 1.75v5.5c0 .97-.78 1.75-1.75 1.75H3.75C2.78 12 2 11.22 2 10.25v-5.5c0-.92.7-1.68 1.6-1.75h16.65Z" })); }); BroadActivityFeed.displayName = 'BroadActivityFeed'; export var BroadActivityFeedDimensions = { height: 24, width: 24 };