@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FormNew = /*#__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: "M14.5 19.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM12.5 33.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.25 6A5.25 5.25 0 0 0 6 11.25v25.5C6 39.65 8.35 42 11.25 42h12.8A13 13 0 0 1 42 24.04V11.25A5.264 5.264 0 0 0 36.74 6h-25.5zM10 21.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0zm4.5 7.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm6.5-9.25c0-.69.56-1.25 1.25-1.25h14.5a1.25 1.25 0 0 1 0 2.5h-14.5c-.69 0-1.25-.56-1.25-1.25zm-9.74-8.65h25.47a1.25 1.25 0 0 1 0 2.5H11.26a1.25 1.25 0 1 1 0-2.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M46 35a11 11 0 1 1-22 0 11 11 0 0 1 22 0zm-10-7a1 1 0 1 0-2 0v6h-6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6v-6z"
}));
});
FormNew.displayName = 'FormNew';
export var FormNewDimensions = {
height: 48,
width: 48
};