@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Rss = /*#__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: "M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5C3 19.55 4.46 21 6.25 21h11.5c1.8 0 3.25-1.46 3.25-3.25V6.25C21 4.45 19.54 3 17.75 3H6.25Zm.5 4.5A.74.74 0 0 1 6 6.78v-.06c0-.39.3-.72.7-.72h.05C12.96 6 18 11.04 18 17.25v.05c0 .4-.33.7-.72.7h-.06a.74.74 0 0 1-.72-.75A9.75 9.75 0 0 0 6.75 7.5ZM13.29 18h-.09c-.4 0-.7-.35-.7-.75a5.75 5.75 0 0 0-5.75-5.75c-.4 0-.75-.3-.75-.7v-.1a.69.69 0 0 1 .75-.7A7.25 7.25 0 0 1 14 17.33c0 .38-.33.67-.7.67ZM7.5 18a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z"
}));
});
Rss.displayName = 'Rss';
export var RssDimensions = {
height: 24,
width: 24
};