@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 909 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Restore = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5.08 4H10a2 2 0 0 1 2 2v4.91c.58-.2 1-.76 1-1.41V6a3 3 0 0 0-3-3H6.5c-.65 0-1.2.42-1.42 1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M4.5 5C3.67 5 3 5.67 3 6.5v5c0 .83.67 1.5 1.5 1.5h5c.83 0 1.5-.67 1.5-1.5v-5c0-.83-.67-1.5-1.5-1.5h-5z"
}));
});
Restore.displayName = 'Restore';
export var RestoreDimensions = {
height: 16,
width: 16
};