@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _g, _defs;
import React from 'react';
const phone = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _g || (_g = React.createElement("g", {
clipPath: "url(#phone_svg__a)"
}, React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M9.894 14.459c.687.4 1.433.61 2.233.522 1.075-.117 1.814-.742 2.541-1.47a1.16 1.16 0 0 0 0-1.623l-2.03-2.03a1.16 1.16 0 0 0-1.623 0 1.16 1.16 0 0 1-1.624 0L6.144 6.61a1.16 1.16 0 0 1 0-1.624 1.164 1.164 0 0 0 0-1.623l-2.03-2.032a1.16 1.16 0 0 0-1.624 0c-.727.728-1.352 1.467-1.47 2.542-.084.767.093 1.587.523 2.233a31.082 31.082 0 0 0 8.351 8.353Z"
}))), _defs || (_defs = React.createElement("defs", null, React.createElement("clipPath", {
id: "phone_svg__a"
}, React.createElement("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})))));
export default phone;
//# sourceMappingURL=phone.js.map