@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ConvertToType = /*#__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: "M5.5 4C4.67 4 4 4.67 4 5.5V8a1 1 0 0 1-2 0V5.5A3.5 3.5 0 0 1 5.5 2H8a1 1 0 0 1 0 2H5.5zm0 16A1.5 1.5 0 0 1 4 18.5V16a1 1 0 1 0-2 0v2.5A3.5 3.5 0 0 0 5.5 22H8a1 1 0 1 0 0-2H5.5zM20 5.5c0-.83-.67-1.5-1.5-1.5H16a1 1 0 1 1 0-2h2.5A3.5 3.5 0 0 1 22 5.5V8a1 1 0 1 1-2 0V5.5zM18.5 20c.83 0 1.5-.67 1.5-1.5V16a1 1 0 1 1 2 0v2.5a3.5 3.5 0 0 1-3.5 3.5H16a1 1 0 1 1 0-2h2.5zM7.75 6a1 1 0 0 0-1 1v1.5a1 1 0 0 0 2 0V8H11v8H9.75a1 1 0 1 0 0 2h4.5a1 1 0 1 0 0-2H13V8h2.25v.5a1 1 0 1 0 2 0V7a1 1 0 0 0-1-1h-8.5z"
}));
});
ConvertToType.displayName = 'ConvertToType';
export var ConvertToTypeDimensions = {
height: 24,
width: 24
};