UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

42 lines (38 loc) 2.47 kB
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path; let didWarnAboutDeprecation = false; const MailVerse = /*#__PURE__*/React.forwardRef(function MailVerse({ children, ...rest }, ref) { if (process.env.NODE_ENV !== "production") { if (!didWarnAboutDeprecation) { didWarnAboutDeprecation = true; console.warn(`The MailVerse component has been deprecated and will be ` + `removed in the next major version of @carbon/icons-react.`); } } return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M21,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V17c0-0.199,0.161-0.36,0.36-0.36h15.131l-4.737-4.737\tC11.003,12.19,10.521,12.36,10,12.36c-1.301,0-2.36-1.059-2.36-2.36S8.699,7.64,10,7.64s2.36,1.059,2.36,2.36\tc0,0.521-0.169,1.003-0.457,1.394l5.246,5.246H21c0.199,0,0.36,0.161,0.36,0.36v3.851l2.245,2.246\tc0.407-0.299,0.911-0.464,1.457-0.456l3.166-17.41C27.305,4.911,26.64,4.031,26.64,3c0-1.301,1.059-2.36,2.36-2.36\tS31.36,1.699,31.36,3c0,1.322-1.102,2.387-2.423,2.359l-3.166,17.41c0.924,0.32,1.589,1.199,1.589,2.23\tc0,1.302-1.059,2.36-2.36,2.36s-2.36-1.059-2.36-2.36c0-0.521,0.17-1.003,0.457-1.395l-1.736-1.736V31\tC21.36,31.199,21.199,31.36,21,31.36z M1.869,30.64h18.262l-6.513-6.512l-2.377,2.14c-0.137,0.123-0.345,0.123-0.481,0l-2.378-2.141\tL1.869,30.64z M14.154,23.646l6.485,6.485V17.809L14.154,23.646z M1.36,17.809v12.322l6.485-6.485L1.36,17.809z M25,23.36\tc-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S25.904,23.36,25,23.36z M1.938,17.36L11,25.516\tl9.062-8.155L1.938,17.36L1.938,17.36z M10,8.36c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64s1.64-0.736,1.64-1.64\tS10.904,8.36,10,8.36z M29,1.36c-0.904,0-1.64,0.736-1.64,1.64S28.096,4.64,29,4.64S30.64,3.904,30.64,3S29.904,1.36,29,1.36z" })), children); }); module.exports = MailVerse;