@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 983 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Rename = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M11.75 2a.75.75 0 0 0 0 1.5h1.5v21h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-21h1.5a.75.75 0 0 0 0-1.5h-4.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.25 6.02h6v16h-6A3.25 3.25 0 0 1 3 18.77v-9.5c0-1.8 1.46-3.25 3.25-3.25zM21.75 22.02h-6v-16h6c1.8 0 3.25 1.45 3.25 3.25v9.5c0 1.8-1.46 3.25-3.25 3.25z"
}));
});
Rename.displayName = 'Rename';
export var RenameDimensions = {
height: 28,
width: 28
};