@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 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: "M16.5 23.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm2 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM6 12.25C6 8.8 8.8 6 12.25 6h23.5C39.2 6 42 8.8 42 12.25v11.8a12.92 12.92 0 0 0-6.03-2.01 1.25 1.25 0 0 0-1.22-1.54h-10.5a1.25 1.25 0 1 0 0 2.5h5.74a13 13 0 0 0-5.95 19H12.25A6.25 6.25 0 0 1 6 35.75v-23.5Zm15 9.25a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0ZM16.5 37a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm-3.25-26a1.25 1.25 0 1 0 0 2.5h21.5a1.25 1.25 0 1 0 0-2.5h-21.5ZM46 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
};