@icongo/li
Version:
LibreICONS Icons
14 lines • 546 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIShapeSquareRounded = 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: "M11.922.5c.872 0 1.578.706 1.578 1.578v9.844c0 .872-.706 1.578-1.578 1.578H2.078A1.578 1.578 0 0 1 .5 11.922V2.078C.5 1.206 1.206.5 2.078.5h9.844z"
})
}));
export { LIShapeSquareRounded };