@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 954 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Extension = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M13 2c1.36 0 2.47 1.1 2.47 2.47V5H19a1 1 0 0 1 1 1v3.5h-1.53a2.47 2.47 0 0 0-2.46 2.3l-.01.17v.06c0 1.31 1.02 2.38 2.3 2.46l.17.01H20V18a1 1 0 0 1-1 1h-3.53v.53a2.47 2.47 0 1 1-4.94 0V19H7a1 1 0 0 1-1-1v-3.53h-.53a2.47 2.47 0 0 1 0-4.94H6V6a1 1 0 0 1 1-1h3.53v-.53C10.53 3.11 11.63 2 13 2z"
}));
});
Extension.displayName = 'Extension';
export var ExtensionDimensions = {
height: 24,
width: 24
};