@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 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 FormMultiple = /*#__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: "M16.5 25.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.75 5A5.75 5.75 0 0 0 5 10.75v21.5A5.75 5.75 0 0 0 10.75 38h21.5A5.75 5.75 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5h-21.5ZM19 25.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-9-10.25c0-.69.56-1.25 1.25-1.25h20.5a1.25 1.25 0 1 1 0 2.5h-20.5c-.69 0-1.25-.56-1.25-1.25Zm12.25 9.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5a1.25 1.25 0 1 1 0-2.5Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.25 42.5c-1.97 0-3.71-1-4.75-2.5h21.75A7.75 7.75 0 0 0 40 32.25V10.5a5.74 5.74 0 0 1 2.5 4.75v17c0 5.66-4.59 10.25-10.25 10.25h-17Z"
}));
});
FormMultiple.displayName = 'FormMultiple';
export var FormMultipleDimensions = {
height: 48,
width: 48
};