@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.64 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFormButton = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFormButton = function LIGuiFormButton(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.48 9.451a.727.727 0 0 1-.36-.36C1.003 8.857 1 8.814 1 7.001c0-1.815.002-1.858.12-2.092a.727.727 0 0 1 .36-.36l.24-.12h10.56l.24.12a.727.727 0 0 1 .36.36c.118.234.12.277.12 2.091s-.002 1.857-.12 2.091a.727.727 0 0 1-.36.36l-.24.12H1.72l-.24-.12Zm4.529-.91c.54-.279.784-.691.82-1.386.04-.812-.212-1.35-.787-1.672-.232-.13-.37-.167-.701-.186-1.049-.061-1.699.51-1.759 1.543-.053.917.299 1.523 1.045 1.8.331.123 1.052.072 1.382-.099zM4.828 8.05c-.385-.168-.608-.71-.535-1.295.087-.696.74-1.081 1.347-.793.364.172.555.675.48 1.263-.087.7-.693 1.086-1.292.825Zm3.243.117v-.494l.253-.256c.139-.14.268-.256.288-.256.02 0 .237.337.483.75l.447.75h.447c.342 0 .437-.016.406-.067-.022-.037-.323-.492-.668-1.01l-.629-.943.612-.61c.336-.335.611-.628.611-.65 0-.024-.199-.042-.442-.042h-.443l-.669.722-.669.723-.015-.723-.015-.722h-.693V8.66h.696v-.493z"
})
}));
};
exports.LIGuiFormButton = LIGuiFormButton;