UNPKG

@icongo/li

Version:
24 lines (23 loc) 1 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiActionProtection = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiActionProtection = function LIGuiActionProtection(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.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" }) })); }; exports.LIGuiActionProtection = LIGuiActionProtection;