@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
31 lines • 1.1 kB
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const phone = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: [_g || (_g = _jsx("g", {
clipPath: "url(#phone_svg__a)",
children: _jsx("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 = _jsx("defs", {
children: _jsx("clipPath", {
id: "phone_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})
})
}))]
});
export default phone;
//# sourceMappingURL=phone.js.map