UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.03 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MailProhibited = /*#__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: "M20.5 14a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Zm0-1.5a4.98 4.98 0 0 1-2.97-.97l7-7a5 5 0 0 1-4.03 7.97Zm2.97-9.03-7 7a5 5 0 0 1 7-7ZM25 13.5a7.47 7.47 0 0 1-7.85.71l-2.8 1.46a.75.75 0 0 1-.7 0L3 10.12v9.81A3.25 3.25 0 0 0 6.26 23h15.68A3.25 3.25 0 0 0 25 19.74V13.5ZM13.43 5H6.07A3.25 3.25 0 0 0 3 8.26v.18l11 5.72 1.7-.88A7.48 7.48 0 0 1 13.44 5Z" })); }); MailProhibited.displayName = 'MailProhibited'; export var MailProhibitedDimensions = { height: 28, width: 28 };