UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

38 lines (37 loc) 1.42 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _g, _defs; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const phone = props => (0, _jsxRuntime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [_g || (_g = (0, _jsxRuntime.jsx)("g", { clipPath: "url(#phone_svg__a)", children: (0, _jsxRuntime.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 = (0, _jsxRuntime.jsx)("defs", { children: (0, _jsxRuntime.jsx)("clipPath", { id: "phone_svg__a", children: (0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) }))] }); var _default = exports.default = phone; //# sourceMappingURL=phone.js.map