@icongo/vv
Version:
Vivid Icons
37 lines • 988 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVBriefcase = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
id: "prefix__briefcase",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("style", {
children: ".prefix__vi-accent{fill:#0c0058}"
})
}), /*#__PURE__*/_jsx("path", {
d: "M7 18h34v18H7V18Zm11-6h3v-1h6v1h3V8H18v4Z",
style: {
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M6 17v-5h36v5c-.017 9.1-36 10.672-36 0Z",
className: "prefix__vi-accent"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 5,
style: {
fill: "#fff"
}
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 2,
className: "prefix__vi-accent"
})]
}));
export { VVBriefcase };