@icongo/li
Version:
LibreICONS Icons
14 lines • 827 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIShapeStarO = 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: "m9.2 8.287 2.206-2.142-3.043-.447L7 2.944 5.637 5.698l-3.043.447L4.8 8.287l-.526 3.036L7 9.888l2.719 1.435zM13 5.713q0 .158-.188.346l-2.617 2.553.62 3.606q.007.05.007.144 0 .36-.296.36-.137 0-.288-.086L7 10.934l-3.238 1.702q-.159.086-.288.086-.152 0-.228-.104-.075-.105-.075-.256 0-.044.014-.144l.62-3.606L1.18 6.059Q1 5.864 1 5.713q0-.267.404-.332l3.62-.526 1.623-3.282q.137-.295.353-.295.216 0 .353.295l1.623 3.282 3.62.526q.404.065.404.332z"
})
}));
export { LIShapeStarO };