@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DeleteOff = /*#__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: "M3.94 5 2.22 3.28a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06l-2.3-2.3v.04A2.75 2.75 0 0 1 15.7 22H8.3a2.75 2.75 0 0 1-2.73-2.48L4.34 7H3.5a1 1 0 0 1 0-2h.44zM15 16.06l-1.5-1.5v2.54a.75.75 0 0 0 1.5 0v-1.04zm-4.5-4.5L9 10.06v7.04a.75.75 0 0 0 1.5 0v-5.54zM15 10v1.82l3.8 3.8.86-8.62h.96a1 1 0 0 0-.12-2h-5a3.5 3.5 0 1 0-7 0h-.32l5.32 5.32V9.9a.75.75 0 0 1 1.5 0v.1zm-3-6.5c.83 0 1.5.67 1.5 1.5h-3c0-.83.67-1.5 1.5-1.5z"
}));
});
DeleteOff.displayName = 'DeleteOff';
export var DeleteOffDimensions = {
height: 24,
width: 24
};