@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DeleteArrowBack = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 3H9a2 2 0 1 0-4 0H2a.5.5 0 0 0 0 1h.55l.76 6.78a2.5 2.5 0 0 0 2.29 2.21 5.5 5.5 0 0 1 5.73-7.93L11.45 4H12a.5.5 0 0 0 0-1zM6 3a1 1 0 0 1 2 0H6zm9 7.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zM9.6 7.9a.5.5 0 0 0-.7 0L7.15 9.65a.5.5 0 0 0 0 .7L8.9 12.1a.5.5 0 0 0 .7-.7l-.9-.9h1.55c.97 0 1.75.78 1.75 1.75v.25a.5.5 0 0 0 1 0v-.25a2.75 2.75 0 0 0-2.75-2.75H8.71l.9-.9a.5.5 0 0 0 0-.7z"
}));
});
DeleteArrowBack.displayName = 'DeleteArrowBack';
export var DeleteArrowBackDimensions = {
height: 16,
width: 16
};