UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 948 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const Send32 = (_a) => { var { fill, size = '2rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M28.86 8.156a1 1 0 0 1-.072 1.127l-12 15.333a1 1 0 0 1-1.475.11l-2.455-2.318-3.637 2.424a1 1 0 0 1-1.55-.742l-.655-7.2-3.703-3.496a1 1 0 0 1 .523-1.714l24-4a1 1 0 0 1 1.024.476ZM9.213 18.966l2.153 2.033-1.855 1.236-.298-3.27Zm1.238-1.582 5.438 5.135 9.063-11.58-14.501 6.445Zm13.263-6.99L9.664 16.64 6.15 13.322l17.564-2.927Z" }))); }; exports.default = Send32;