@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 989 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const exclamation_triangle_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M12 13.818v-5m-.177 8.744h.346m10.487-.231a3.203 3.203 0 0 1-.142 3.14 3.241 3.241 0 0 1-1.183 1.121 3.274 3.274 0 0 1-1.584.408H4.253c-.555 0-1.1-.14-1.585-.408a3.24 3.24 0 0 1-1.183-1.122 3.205 3.205 0 0 1-.14-3.139L9.09 3.784c.27-.536.686-.987 1.2-1.302a3.272 3.272 0 0 1 3.42 0c.514.315.929.766 1.199 1.302l7.747 13.547Zm-10.408.231c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z"
})));
export default exclamation_triangle_medium;
//# sourceMappingURL=exclamation_triangle_medium.js.map