@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 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 1 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06l-2.2-2.19a3.75 3.75 0 0 1-3.5 2.41H8.98a3.75 3.75 0 0 1-3.73-3.39L4.07 6.5H2.75a.75.75 0 0 1 0-1.5h1.19ZM15 16.06l-1.5-1.5v2.69a.75.75 0 0 0 1.5 0v-1.19Zm-4.5-4.5L9 10.06v7.19a.75.75 0 0 0 1.5 0v-5.69ZM15 9.75v2.07l4.03 4.03.9-9.35h1.32a.75.75 0 0 0 0-1.5H15.5a3.5 3.5 0 1 0-7 0h-.32l5.32 5.32v-.57a.75.75 0 0 1 1.5 0ZM14 5h-4a2 2 0 1 1 4 0Z"
}));
});
DeleteOff.displayName = 'DeleteOff';
export var DeleteOffDimensions = {
height: 24,
width: 24
};