UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

47 lines (38 loc) 2.99 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectionsAddDimensions = exports.CollectionsAdd = 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 CollectionsAdd = /*#__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: "M14.78 2.45c.82.44 1.47 1.2 1.78 2.14l.52 1.91h-6.04a3.75 3.75 0 0 0-3.54 3.75v7.71c.02.25.06.5.12.73a3.74 3.74 0 0 1-3.5-2.6l-2-7.43A3.74 3.74 0 0 1 4.6 4.13l7.43-2a3.74 3.74 0 0 1 2.76.32z" }), /*#__PURE__*/React.createElement("path", { d: "M11.26 7.5h-.17a2.75 2.75 0 0 0-2.59 2.75v7.66a2.75 2.75 0 0 0 2.75 2.59h.48a6.5 6.5 0 0 1 9.77-8.12v-2.29a2.75 2.75 0 0 0-2.75-2.59h-7.5z" }), /*#__PURE__*/React.createElement("path", { d: "M23 17.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0zM17.41 14h.18c.2.04.36.2.4.4l.01.1V17h2.6c.2.05.36.2.4.41v.18a.5.5 0 0 1-.4.4l-.1.01H18v2.6a.5.5 0 0 1-.4.4h-.19a.5.5 0 0 1-.4-.4V18H14.4a.5.5 0 0 1-.4-.41v-.18a.5.5 0 0 1 .4-.4l.1-.01H17v-2.6a.5.5 0 0 1 .41-.4z" })); }); exports.CollectionsAdd = CollectionsAdd; CollectionsAdd.displayName = 'CollectionsAdd'; var CollectionsAddDimensions = { height: 24, width: 24 }; exports.CollectionsAddDimensions = CollectionsAddDimensions;