@icongo/li
Version:
LibreICONS Icons
14 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiFormButton = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_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"
})
}));
export { LIGuiFormButton };