UNPKG

@scaleflex/icons

Version:
28 lines 1.85 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var Collections = function Collections(_ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Collections", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M48.9749 12.0093V43.6093C48.9749 44.1093 48.4749 44.6093 47.9749 44.6093H2.2749C1.7749 44.6093 1.2749 44.1093 1.2749 43.6093V7.00934C1.2749 6.50934 1.7749 6.00934 2.2749 6.00934H17.1749C17.6749 6.00934 19.3749 5.70934 20.5749 8.50934L21.5749 11.0093H27.0749V26.8093C27.0749 27.9093 27.9749 28.8093 28.9749 28.8093C29.3749 28.8093 29.7749 28.7093 30.0749 28.4093L35.4749 24.2093L40.7749 28.4093C41.0749 28.7093 41.4749 28.8093 41.8749 28.8093C42.8749 28.8093 43.7749 27.9093 43.7749 26.8093V11.0093H47.7749C48.4749 11.0093 48.9749 11.5093 48.9749 12.0093Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M29.3749 25.8093C29.4749 25.9093 29.5749 25.9093 29.6749 25.9093C29.7749 25.9093 29.7749 25.9093 29.8749 25.8093L35.5749 21.4093L41.2749 25.8093C41.3749 25.8093 41.3749 25.9093 41.4749 25.9093C41.6749 25.9093 41.8749 25.7093 41.8749 25.5093V11.1093H29.1749V25.5093C29.1749 25.6093 29.1749 25.6093 29.1749 25.7093C29.2749 25.7093 29.2749 25.8093 29.3749 25.8093Z", fill: color })); }; export default Collections;