@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 855 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const teenager_medium = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "m23 8.458-19.5 2.5m11.856 5.726c-1.763 1.992-4.946 1.992-6.708 0m-.073-3.677h.346m5.652 0h.346m3.445-7.371A9 9 0 1 1 5.636 18.364 9 9 0 0 1 18.364 5.636ZM9 13.006c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm5.998 0c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z"
}))
});
export default teenager_medium;
//# sourceMappingURL=teenager_medium.js.map