@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DeleteDismiss = /*#__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: "M19.5 16a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zM14 2a4 4 0 0 1 4 3.8V6h5a1 1 0 0 1 .12 2h-.97l-.6 7.33A6.5 6.5 0 0 0 14.82 26h-4.04a3.75 3.75 0 0 1-3.74-3.45L5.85 8H5a1 1 0 0 1-1-.88V7a1 1 0 0 1 .88-1H10a4 4 0 0 1 4-4zm3.73 17.02-.07-.05a.5.5 0 0 0-.57 0l-.07.05-.05.07a.5.5 0 0 0 0 .57l.05.07 1.77 1.77-1.76 1.77-.06.07a.5.5 0 0 0 0 .57l.06.06.07.06c.17.12.4.12.56 0l.07-.06 1.77-1.76 1.77 1.77.07.05c.17.12.4.12.57 0l.07-.05.05-.07a.5.5 0 0 0 0-.57l-.05-.07-1.77-1.77 1.77-1.77.06-.07a.5.5 0 0 0 0-.57l-.06-.07-.07-.05a.5.5 0 0 0-.57 0l-.07.05-1.77 1.77-1.77-1.77-.07-.05.07.05zM14 4a2 2 0 0 0-2 1.85V6h4v-.15A2 2 0 0 0 14 4z"
}));
});
DeleteDismiss.displayName = 'DeleteDismiss';
export var DeleteDismissDimensions = {
height: 28,
width: 28
};