@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
21 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path, _path2;
import React from 'react';
const account_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M8.25 7.5H15m-.378 2.25H8.628c-2.371 1.77-4.878 4.67-4.878 7.5 0 3.918 1.945 6 7.875 6s7.875-2.082 7.875-6c0-2.83-2.507-5.73-4.878-7.5Zm1.878-9-9 1.5s1.5.818 1.5 3h4.875c0-2.182 2.625-4.5 2.625-4.5Z"
})), _path2 || (_path2 = React.createElement("path", {
fill: "#000",
d: "M10.799 19.5h1.575l-1.944-2.511L12.239 15h-1.611l-1.314 1.638V13.2H8v6.3h1.314v-1.287l.324-.36 1.161 1.647Zm4.651-4.59c-.576 0-1.071.306-1.323.774V15h-1.17v4.5h1.314v-2.457c0-.657.387-.999 1.152-.999.189 0 .36.018.495.045v-1.125a1.733 1.733 0 0 0-.468-.054Z"
})));
export default account_medium;
//# sourceMappingURL=account_medium.js.map