UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 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 MailWarning = /*#__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: "m16.16 1.83-4 8A1.5 1.5 0 0 0 13.51 12h8a1.5 1.5 0 0 0 1.33-2.17l-4-8a1.5 1.5 0 0 0-2.68 0ZM18 4.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0Zm-.5 5.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm4 3h-7.88l-1.27.66a.75.75 0 0 1-.7 0L2 8.61v8.32A3.25 3.25 0 0 0 5.26 20h13.68A3.25 3.25 0 0 0 22 16.74v-3.8c-.16.03-.33.05-.5.05ZM5.25 4h8.7l-2.68 5.38c-.42.84-.32 1.76.12 2.46L2.02 6.92a3.25 3.25 0 0 1 3.04-2.91L5.25 4Z" })); }); MailWarning.displayName = 'MailWarning'; export var MailWarningDimensions = { height: 24, width: 24 };