@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 953 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const customer_service = 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: "M2.867 6.133A1.868 1.868 0 0 0 1 8v1.867c0 1.03.836 1.866 1.867 1.866h.466a.467.467 0 0 0 .467-.466V6.6a.467.467 0 0 0-.467-.467h-.466Zm0 0a5.133 5.133 0 0 1 10.266 0m0 5.6h-.466a.467.467 0 0 1-.467-.466V6.6c0-.258.209-.467.467-.467h.466m0 5.6A1.866 1.866 0 0 0 15 9.867V8c0-1.03-.836-1.867-1.867-1.867m0 5.6v.467c0 1.03-.835 1.867-1.866 1.867h-1.4m0 0a.933.933 0 0 0-.934-.934H8A.933.933 0 0 0 8 15h.933a.933.933 0 0 0 .934-.933Z"
})));
export default customer_service;
//# sourceMappingURL=customer_service.js.map