UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 3.31 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.LassoDimensions = exports.Lasso = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var React = _interopRequireWildcard(require("react")); var _styledIcon = require("@styled-icons/styled-icon"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } var Lasso = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M9.7 2.27a10.03 10.03 0 0 1 4.6 0 1 1 0 0 1-.46 1.94 8.03 8.03 0 0 0-3.68 0 1 1 0 1 1-.46-1.94zM15.88 3.82a1 1 0 0 1 1.38-.33c1.32.82 2.43 1.93 3.25 3.25a1 1 0 1 1-1.7 1.05 8.05 8.05 0 0 0-2.6-2.6 1 1 0 0 1-.33-1.37zM8.12 3.82a1 1 0 0 1-.33 1.37 8.05 8.05 0 0 0-2.6 2.6 1 1 0 1 1-1.7-1.05A10.05 10.05 0 0 1 6.74 3.5a1 1 0 0 1 1.38.33zM3.47 8.96a1 1 0 0 1 .74 1.2 8.03 8.03 0 0 0 0 3.68 1 1 0 0 1-1.94.46 10.03 10.03 0 0 1 0-4.6 1 1 0 0 1 1.2-.74zM20.53 8.96a1 1 0 0 1 1.2.74 10.02 10.02 0 0 1 0 4.6 1 1 0 0 1-1.94-.46 8.03 8.03 0 0 0 0-3.68 1 1 0 0 1 .74-1.2zM3.82 15.88a1 1 0 0 1 1.37.33 8.05 8.05 0 0 0 2.6 2.6 1 1 0 0 1-1.05 1.7 10.05 10.05 0 0 1-3.25-3.25 1 1 0 0 1 .33-1.38zM20.62 17.49a1 1 0 0 0-1.74-.98l-.01.02a3.82 3.82 0 0 1-.34.5c-.18.24-.43.54-.74.85A7.35 7.35 0 0 0 13 16c-2.27 0-4 1.2-4 3s1.73 3 4 3c1.91 0 3.46-.63 4.64-1.41a10.98 10.98 0 0 1 1.19 1.8l.01.03a1 1 0 0 0 1.81-.85c-.11-.23 0 0 0 0v-.02l-.02-.03-.01-.02a8.04 8.04 0 0 0-.46-.8c-.23-.4-.56-.88-.98-1.38a10.41 10.41 0 0 0 1.4-1.76l.03-.05v-.01h.01v-.01zM13 18c1.23 0 2.29.48 3.17 1.14-.86.5-1.92.86-3.17.86-1.73 0-2-.8-2-1 0-.2.27-1 2-1z" })); }); exports.Lasso = Lasso; Lasso.displayName = 'Lasso'; var LassoDimensions = { height: 24, width: 24 }; exports.LassoDimensions = LassoDimensions;