UNPKG

@scaleflex/icons

Version:
25 lines 1.14 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 Drop = function Drop(_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": "Drop", 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: "M34.6396 12.726C30.702 6.57764 26.7071 1.50674 26.6673 1.45615L25.517 0L24.3668 1.45625C24.327 1.50674 20.3321 6.57764 16.3945 12.7261C11.0066 21.1387 8.2749 27.5085 8.2749 31.6586C8.2749 41.7721 16.0097 50 25.5171 50C35.0245 50 42.7593 41.7721 42.7593 31.6586C42.7592 27.5085 40.0274 21.1387 34.6396 12.726Z", fill: color })); }; export default Drop;