@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ContactCardGroup = /*#__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: "M10.25 8A6.25 6.25 0 0 0 4 14.25v19.5C4 37.2 6.8 40 10.25 40h27.5C41.2 40 44 37.2 44 33.75v-19.5C44 10.8 41.2 8 37.75 8h-27.5ZM18 20a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm4.5 3a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm6.5-1.75c0-.69.56-1.25 1.25-1.25h6.5a1.25 1.25 0 1 1 0 2.5h-6.5c-.69 0-1.25-.56-1.25-1.25Zm1.25 4.25h6.5a1.25 1.25 0 1 1 0 2.5h-6.5a1.25 1.25 0 1 1 0-2.5ZM10 26.5c0-.83.67-1.5 1.5-1.5h7c.83 0 1.5.67 1.5 1.5V28s0 3.5-5 3.5-5-3.5-5-3.5v-1.5ZM23 30h-1.47a5.47 5.47 0 0 0 .47-1.94V26.5c0-.54-.12-1.05-.34-1.5h2.84c.83 0 1.5.67 1.5 1.5v.5a3 3 0 0 1-3 3Z"
}));
});
ContactCardGroup.displayName = 'ContactCardGroup';
export var ContactCardGroupDimensions = {
height: 48,
width: 48
};