UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 903 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Mail3 = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M13.333 0H2.667A2.675 2.675 0 000 2.667v10.666C0 14.801 1.2 16 2.667 16h10.666A2.674 2.674 0 0016 13.333V2.667C16 1.2 14.8 0 13.333 0zM2.854 13.854l-1.207-1.207 4-4 .457.457-3.25 4.75zm-.458-10.75l.457-.457 5.146 4.146 5.146-4.146.457.457-5.604 6.604-5.604-6.604zm10.75 10.75l-3.25-4.75.457-.457 4 4-1.207 1.207z", key: "k0" }))); }); Mail3.displayName = 'Mail3'; export var Mail3Dimensions = { height: 16, width: 16 };