UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MailAllRead = /*#__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 20 20" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M6.5 17a2.5 2.5 0 0 1-2-1h9a3.5 3.5 0 0 0 3.5-3.5v-6c.6.46 1 1.18 1 2v4a4.5 4.5 0 0 1-4.5 4.5h-7zM9.24 2.06a.5.5 0 0 0-.48 0l-5.7 3.07a2 2 0 0 0-.76.71l.42.2L9 8.95l6.28-2.89.41-.22a2 2 0 0 0-.74-.7L9.24 2.06z" }), /*#__PURE__*/React.createElement("path", { d: "m16 6.8-.26.14a.5.5 0 0 1-.03.01l-6.5 3a.5.5 0 0 1-.42 0l-6.5-3h-.01L2 6.8v5.7A2.5 2.5 0 0 0 4.5 15h9a2.5 2.5 0 0 0 2.5-2.5V6.8z" })); }); MailAllRead.displayName = 'MailAllRead'; export var MailAllReadDimensions = { height: 20, width: 20 };