@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
37 lines (30 loc) • 1.24 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Vinyl = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var Vinyl = function Vinyl(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props), {}, {
className: "btfont ".concat(props.className ? props.className : ''),
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM4 8a4 4 0 1 1 8 0 4 4 0 0 1-8 0z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z",
fillRule: "evenodd"
})]
}));
};
exports.Vinyl = Vinyl;
//# sourceMappingURL=Vinyl.js.map
;