@icongo/li
Version:
LibreICONS Icons
15 lines • 572 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiActionProtection = 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", {
fill: "#f60",
d: "M12.41 6.332H8.262a.594.594 0 0 0-.593.593v3.496c0 .386.178.712.474.949L10.336 13l2.192-1.63c.297-.237.475-.563.475-.949V6.925a.594.594 0 0 0-.593-.593z"
})
}));
export { LIGuiActionProtection };