@icongo/li
Version:
LibreICONS Icons
24 lines (23 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LISocialDigg = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LISocialDigg = function LISocialDigg(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-digg",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1 9.118V5.139Q1 5 1.139 5h1.882V3.62q0-.15.14-.15h1.048v5.498q0 .15-.129.15H1Zm1.166-.888h.716q.14 0 .14-.15V5.877h-.717q-.14 0-.14.15V8.23zm2.406.888V5.139q0-.139.14-.139h1.047v3.968q0 .15-.128.15H4.572zm0-4.76V3.62q0-.15.129-.15h1.058v.739q0 .15-.128.15H4.572zm1.594 4.76V5.139q0-.139.139-.139h3.08v5.39q0 .14-.139.14h-3.08l.01-.739q0-.15.129-.15h1.882v-.523H6.166zm1.176-.888h.717q.128 0 .128-.15V5.877h-.716q-.129 0-.129.15V8.23zm2.45 1.561q0-.15.138-.15h1.883v-.523H9.79V5.139Q9.79 5 9.93 5H13v5.39q0 .14-.128.14h-3.08v-.74zm1.165-1.561h.717q.139 0 .139-.15V5.877h-.717q-.139 0-.139.15V8.23z"
})
}));
};
exports.LISocialDigg = LISocialDigg;