UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.06 kB
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: "M16.5 6a2.5 2.5 0 0 0-5 0h5ZM10 6a4 4 0 0 1 8 0h6.25a.75.75 0 0 1 0 1.5h-1.31l-.5 6.1A7.5 7.5 0 0 0 14.4 26h-3.9a4.25 4.25 0 0 1-4.23-3.9L5.06 7.5H3.75a.75.75 0 0 1 0-1.5H10Zm16 14.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Zm-6.5-.7-2.65-2.65a.5.5 0 0 0-.7.7l2.64 2.65-2.64 2.65a.5.5 0 0 0 .7.7l2.65-2.64 2.65 2.64a.5.5 0 0 0 .7-.7l-2.64-2.65 2.64-2.65a.5.5 0 0 0-.7-.7l-2.65 2.64Z" })); }); DeleteDismiss.displayName = 'DeleteDismiss'; export var DeleteDismissDimensions = { height: 28, width: 28 };