@icongo/li
Version:
LibreICONS Icons
14 lines • 676 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiTextSize = 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: "M5.826 8.865h-2.34l-.582 2.176H1l2.486-8.084H5.91l2.1 6.672 1.374-4.402h1.763L13 11.043h-1.455l-.458-1.583H9.385l-.423 1.583-2.506-.003-.63-2.176zM3.752 7.55H5.56l-.51-1.717-.214-.78-.197-.781h-.025l-.183.787-.193.794zm5.827.954h1.314l-.37-1.249-.157-.567-.143-.568h-.018l-.133.573-.14.577z"
})
}));
export { LIGuiTextSize };