@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 961 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PanelRightAdd = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15 3a3 3 0 0 1 3 3v4.26a5.48 5.48 0 0 0-6.5-.37V4H5a2 2 0 0 0-2 2v7c0 1.1.9 2 2 2h4.02c.03.34.1.68.19 1H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h10Zm4 11.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-4-2a.5.5 0 0 0-1 0V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5Z"
}));
});
PanelRightAdd.displayName = 'PanelRightAdd';
export var PanelRightAddDimensions = {
height: 20,
width: 20
};