@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
31 lines • 1.15 kB
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const phone_medium = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: [_g || (_g = _jsx("g", {
clipPath: "url(#phone_medium_svg__a)",
children: _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M14.977 22.15c1.079.629 2.252.959 3.508.82 1.69-.184 2.85-1.165 3.994-2.31a1.823 1.823 0 0 0 0-2.551l-3.19-3.188a1.823 1.823 0 0 0-2.551 0 1.822 1.822 0 0 1-2.551 0L9.083 9.816a1.824 1.824 0 0 1 0-2.552c.687-.686.694-1.857 0-2.55L5.894 1.52a1.824 1.824 0 0 0-2.552 0c-1.144 1.144-2.124 2.305-2.31 3.994-.132 1.205.145 2.493.821 3.508A48.842 48.842 0 0 0 14.977 22.15Z"
})
})), _defs || (_defs = _jsx("defs", {
children: _jsx("clipPath", {
id: "phone_medium_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})
})
}))]
});
export default phone_medium;
//# sourceMappingURL=phone_medium.js.map