UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.37 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgBlocked = function SvgBlocked(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 24 : _ref$size, _ref$color = _ref.color, color = _ref$color === void 0 ? "currentColor" : _ref$color, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ width: size, height: size, viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M16.761 11.521a5.239 5.239 0 1 1 0 10.478 5.239 5.239 0 0 1 0-10.478Zm-5.218 1.904c-.282.442-.51.921-.675 1.43h-6.725a.714.714 0 0 0-.714.714v.864c0 .625.272 1.218.746 1.626 1.198 1.03 3.004 1.56 5.442 1.56.57 0 1.106-.03 1.608-.087.237.476.536.918.885 1.315-.764.134-1.596.2-2.493.2-2.752 0-4.885-.625-6.374-1.905a3.572 3.572 0 0 1-1.243-2.709v-.864c0-1.183.96-2.143 2.143-2.143h7.4Zm8.37 1.194-5.293 5.293a3.81 3.81 0 0 0 5.293-5.293Zm-3.152-1.67a3.81 3.81 0 0 0-3.152 5.952l5.293-5.293a3.793 3.793 0 0 0-2.141-.658Zm-7.144-10.949a4.763 4.763 0 1 1 0 9.526 4.763 4.763 0 0 1 0-9.526Zm0 1.429a3.334 3.334 0 1 0 0 6.668 3.334 3.334 0 0 0 0-6.668Z", fill: color })); }; export { SvgBlocked as S };