@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 Elevator = /*#__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: "M22.77 8H10.25A6.25 6.25 0 0 0 4 14.25v19.5C4 37.2 6.8 40 10.25 40h12.52a1.26 1.26 0 0 1-.02-.25V8.25c0-.09 0-.17.02-.25Zm2.46 32h12.52C41.2 40 44 37.2 44 33.75v-19.5C44 10.8 41.2 8 37.75 8H25.23l.02.25v31.5c0 .09 0 .17-.02.25Zm14.15-13.62-4.25 4.25c-.48.5-1.28.5-1.76 0l-4.25-4.25a1.25 1.25 0 0 1 1.76-1.76L33 26.73v-8.48a1.25 1.25 0 1 1 2.5 0v8.48l2.12-2.11a1.25 1.25 0 0 1 1.76 1.76Zm-26.51-9.01a1.25 1.25 0 0 1 1.76 0l4.25 4.25a1.25 1.25 0 0 1-1.76 1.76L15 21.27v8.48a1.25 1.25 0 1 1-2.5 0v-8.48l-2.12 2.11a1.25 1.25 0 0 1-1.76-1.76l4.25-4.25Z"
}));
});
Elevator.displayName = 'Elevator';
export var ElevatorDimensions = {
height: 48,
width: 48
};