@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PlugDisconnected = /*#__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: "M22.74 6.33a5.5 5.5 0 0 1-.5 7.2l-1.94 1.95c-.3.3-.77.3-1.06 0l-6.72-6.71a.75.75 0 0 1 0-1.06l1.95-1.95a5.5 5.5 0 0 1 7.21-.5l3.04-3.04a.75.75 0 0 1 1.07 1.06l-3.05 3.05Zm-9.96 5.95a.75.75 0 0 0-1.06-1.06l-2.13 2.12-.82-.82a.75.75 0 0 0-1.06 0l-1.95 1.94a5.5 5.5 0 0 0-.5 7.22l-3.04 3.04a.75.75 0 1 0 1.07 1.06l3.04-3.04a5.5 5.5 0 0 0 7.21-.5l1.95-1.94c.29-.3.29-.77 0-1.06l-.83-.83 2.12-2.13a.75.75 0 1 0-1.06-1.06l-2.12 2.13-2.95-2.95 2.13-2.12Z"
}));
});
PlugDisconnected.displayName = 'PlugDisconnected';
export var PlugDisconnectedDimensions = {
height: 28,
width: 28
};