@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 894 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiHr = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiHr = function LIGuiHr(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: "M12.748 6.274H1.252A.256.256 0 0 0 1 6.526v.948c0 .136.116.252.252.252h11.496A.256.256 0 0 0 13 7.474v-.948a.256.256 0 0 0-.252-.252z"
})
}));
};
exports.LIGuiHr = LIGuiHr;