@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.51 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ConvertToTypeOff = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2.48 3.2c-.3.43-.48.97-.48 1.55v1.5a.75.75 0 0 0 1.5 0v-1.5c0-.16.03-.32.09-.46l2.16 2.17v.29a.75.75 0 0 0 1 .7l2.5 2.5v3.55H9A.75.75 0 0 0 9 15h2a.75.75 0 0 0 0-1.5h-.25v-2.04l4.96 4.95c-.14.06-.3.09-.46.09h-1.5a.75.75 0 0 0 0 1.5h1.5c.58 0 1.12-.18 1.56-.48l.34.33a.5.5 0 0 0 .7-.7l-.33-.34-1.1-1.1L5.94 5.24 4.29 3.6l-1.1-1.1-.34-.34a.5.5 0 1 0-.7.7l.33.34zM18 15.24c0 .2-.02.39-.06.57l-1.44-1.44v-.63a.75.75 0 0 1 1.5 0v1.5zM10.75 6.5v2.13l-1.5-1.5V6.5h-.63L7.12 5h6.38c.41 0 .75.34.75.75v1a.75.75 0 0 1-1.5 0V6.5h-2zm-4.5-3h-.63L4.18 2.06c.18-.04.37-.06.57-.06h1.5a.75.75 0 0 1 0 1.5zm-1.5 13c-.69 0-1.25-.56-1.25-1.25v-1.5a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 18h1.5a.75.75 0 0 0 0-1.5h-1.5zM16.5 4.75c0-.69-.56-1.25-1.25-1.25h-1.5a.75.75 0 0 1 0-1.5h1.5A2.75 2.75 0 0 1 18 4.75v1.5a.75.75 0 0 1-1.5 0v-1.5z"
}));
});
ConvertToTypeOff.displayName = 'ConvertToTypeOff';
export var ConvertToTypeOffDimensions = {
height: 20,
width: 20
};