@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFormProgressBar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFormProgressBar = function LIGuiFormProgressBar(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: "M1.234 9.082C1.014 8.976 1 8.843 1 7.002c0-1.865.013-1.976.25-2.083.184-.084 11.316-.084 11.5 0 .237.107.25.218.25 2.083 0 1.865-.013 1.976-.25 2.083-.176.081-11.35.077-11.516 0zm10.909-2.08V5.716H1.857v2.572h10.286V7.002zm-9.857 0v-.857H3.57v1.714H2.286v-.857zm1.714 0v-.857h1.286v1.714H4v-.857zm1.714 0v-.857H7v1.714H5.714v-.857zm1.715 0v-.857h1.285v1.714H7.43v-.857z"
})
}));
};
exports.LIGuiFormProgressBar = LIGuiFormProgressBar;