@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.3 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var GroupReturn = /*#__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: "M7 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm14 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM7 19a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM8 5a3 3 0 0 1-.17 1h4.67c.28 0 .5.22.5.5V9h-1.5A2.5 2.5 0 0 0 9 11.5V13H6.5a.5.5 0 0 1-.5-.5V7.83a3 3 0 0 1-2 0v4.67A2.5 2.5 0 0 0 6.5 15H9v2.5a2.5 2.5 0 0 0 2.5 2.5 6.48 6.48 0 0 1-.5-2.5v-6c0-.28.22-.5.5-.5h6c.89 0 1.73.18 2.5.5A2.5 2.5 0 0 0 17.5 9H15V6.5A2.5 2.5 0 0 0 12.5 4H7.83A3 3 0 0 1 8 5Zm15 12.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15.7 16l.65-.65a.5.5 0 0 0-.7-.7l-1.5 1.5a.5.5 0 0 0 0 .7l1.5 1.5a.5.5 0 0 0 .7-.7l-.64-.65h2.04c1.24 0 2.25 1 2.25 2.25v.25a.5.5 0 0 0 1 0v-.25c0-1.8-1.46-3.25-3.25-3.25h-2.04Z"
}));
});
GroupReturn.displayName = 'GroupReturn';
export var GroupReturnDimensions = {
height: 24,
width: 24
};