@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 868 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const envelope_open = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M15 6.986v6.797c0 .24-.105.47-.293.64-.187.17-.442.266-.707.266H2c-.265 0-.52-.095-.707-.265A.866.866 0 0 1 1 13.783V6.986m14 0L9.235 11.13c-.352.25-.787.387-1.235.387-.448 0-.883-.136-1.235-.387L1 6.986m14 0-5.538-4.41a2.011 2.011 0 0 0-.665-.426 2.179 2.179 0 0 0-1.594 0 2.011 2.011 0 0 0-.665.426L1 6.986m9.539 3.207L12.5 11.97m-7.039-1.777L3.5 11.97"
})));
export default envelope_open;
//# sourceMappingURL=envelope_open.js.map