@icongo/li
Version:
LibreICONS Icons
14 lines • 732 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIShapeSquareORounded = 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: "M10.84 1.682H3.16q-.61 0-1.044.434-.434.434-.434 1.043v7.682q0 .61.434 1.043.434.434 1.043.434h7.682q.61 0 1.043-.434.434-.434.434-1.043V3.159q0-.61-.434-1.043-.434-.434-1.043-.434Zm2.66 1.477v7.682q0 1.099-.78 1.879t-1.88.78H3.16q-1.1 0-1.88-.78-.78-.78-.78-1.88V3.16q0-1.1.78-1.88Q2.06.5 3.16.5h7.68q1.1 0 1.88.78.78.78.78 1.88Z"
})
}));
export { LIShapeSquareORounded };