UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.34 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentHeaderRemove = /*#__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: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm-2.48 3.02a.5.5 0 0 0 0 .71l1.77 1.77-1.76 1.77a.5.5 0 0 0 .7.7l1.77-1.76 1.77 1.77a.5.5 0 0 0 .7-.71l-1.76-1.77 1.77-1.77a.5.5 0 1 0-.7-.7l-1.78 1.76-1.77-1.77a.5.5 0 0 0-.7 0zM8.75 6.5a.25.25 0 0 0-.25.25v1.5c0 .14.11.25.25.25h6.5c.14 0 .25-.11.25-.25v-1.5a.25.25 0 0 0-.25-.25h-6.5z" }), /*#__PURE__*/React.createElement("path", { d: "M17.75 2c1.19 0 2.16.92 2.24 2.1v7.4A6.5 6.5 0 0 0 12.8 22H6.26c-1.2 0-2.17-.93-2.25-2.1V4.24C4 3.07 4.92 2.09 6.1 2h11.65zM7 6.75v1.5C7 9.22 7.78 10 8.75 10h6.5c.97 0 1.75-.78 1.75-1.75v-1.5C17 5.78 16.22 5 15.25 5h-6.5C7.78 5 7 5.78 7 6.75z" })); }); DocumentHeaderRemove.displayName = 'DocumentHeaderRemove'; export var DocumentHeaderRemoveDimensions = { height: 24, width: 24 };