@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const people_2 = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M1 12.373A4.39 4.39 0 0 1 5.833 8.01M2.427 2.32a4.45 4.45 0 0 0 4.966.998M6.833 15a4.161 4.161 0 0 1 1.691-3.352 4.064 4.064 0 0 1 2.476-.79M15.018 15a4.162 4.162 0 0 0-1.69-3.352 4.065 4.065 0 0 0-2.328-.79m-1.346.202c.44-.145.895-.211 1.346-.203m2.21-4.605c-.934.639-1.988.87-3.091.633-.554-.118-1.057-.299-1.52-.63m-1.18-2.574a2.68 2.68 0 1 1-5.362 0 2.68 2.68 0 0 1 5.362 0Zm5.995 3.073c0 1.399-1.12 2.532-2.502 2.532-1.382 0-2.502-1.133-2.502-2.532 0-1.398 1.12-2.532 2.502-2.532 1.382 0 2.502 1.134 2.502 2.532Z"
})));
export default people_2;
//# sourceMappingURL=people_2.js.map