@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.6 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandStaylinked = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandStaylinked = function LIBrandStaylinked(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",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.573 3.977a.25.25 0 0 1 .322.012l3.973 3.91-.063-.064 1.035.965c.087.082.077.21-.016.286l-4.627 3.83c-.232.177-.405.019-.405.019L1.915 8.352c-.082-.082-.07-.21.028-.285l1.07-.816c.099-.075.244-.07.325.012l3.55 3.447a.26.26 0 0 0 .332.009l2.178-1.73c.096-.074.105-.203.021-.285l-1.963-1.9a.257.257 0 0 0-.327-.011l-.002.002a.257.257 0 0 1-.328-.012L5.208 5.28c-.082-.082-.072-.21.026-.285l1.339-1.019m.346 6.013a.263.263 0 0 0 .334.01l1.173-.907-.007-.007.18-.14c.098-.075.107-.204.02-.286L7.287 7.39a.263.263 0 0 0-.332-.012l-.003.002a.263.263 0 0 1-.332-.009L4.41 5.225c-.084-.082-.073-.208.025-.285L6.59 3.269a.254.254 0 0 1 .325.012l3.748 3.715a.26.26 0 0 0 .33.012l1.07-.837a.183.183 0 0 0 .017-.285L7.16 1.058c-.035-.028-.187-.128-.38.026L1.945 4.872c-.099.075-.113.203-.029.285l.989.975"
})
}));
};
exports.LIBrandStaylinked = LIBrandStaylinked;