UNPKG

@scaleflex/icons

Version:
34 lines 2.19 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 Release = function Release(_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": "Release", ref: ref, width: size, height: size, viewBox: "0 0 50 44", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M44.1406 1.49374V39.5797C44.1406 40.1715 43.7842 40.7057 43.2363 40.9332C42.666 41.1666 42.0449 41.0201 41.6396 40.6158C41.5322 40.5074 30.9922 30.3238 20.5078 29.4156V11.6588C31.0098 10.7516 41.5322 0.566008 41.6396 0.45761C42.0596 0.0386646 42.6885 -0.0902417 43.2363 0.140227C43.7842 0.36679 44.1406 0.901945 44.1406 1.49374Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M50 20.5367C50 22.7018 48.8203 24.5953 47.0703 25.61V15.4635C48.8203 16.4781 50 18.3717 50 20.5367Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M22.7395 37.514C23.0155 37.1364 23.0942 36.65 22.9512 36.2037C22.5411 34.9191 22.2599 33.7071 22.1079 32.5949C21.1167 32.3969 20.1234 32.2683 19.1378 32.2616C19.2256 33.1894 19.3706 34.1546 19.621 35.1852H17.4468C17.1447 34.254 16.8604 33.2794 16.6399 32.2555H8.78906C8.39248 32.2555 8.01748 32.177 7.63086 32.1384C8.36699 37.9477 10.2591 42.8038 10.3583 43.0531C10.5814 43.6095 11.1193 43.9744 11.7188 43.9744H19.043C20.1814 43.9744 20.8837 42.7294 20.2989 41.7571C20.2804 41.7258 19.4481 40.2811 18.5342 38.115H21.5563C22.0241 38.1149 22.4633 37.8917 22.7395 37.514Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M8.78906 29.3258H17.5781V11.7477H8.78906C3.94248 11.7477 0 15.6902 0 20.5367C0 25.3833 3.94248 29.3258 8.78906 29.3258Z", fill: color })); }; export default Release;