UNPKG

@scaleflex/icons

Version:
37 lines 2.5 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var Secret = intrinsicComponent(function (_ref, 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, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Secret", 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: "M17.1751 42.8L19.9751 40.6L14.7751 31.2C8.47515 33.7 4.27515 39.2 4.27515 50H20.6751L17.1751 42.8Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M29.8751 40.5L32.6751 42.7L29.0751 50H45.4751C45.4751 39.2 41.2751 33.7 35.0751 31.1L29.8751 40.5Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M24.8751 34.7C24.1751 34.7 23.4751 34.7 22.7751 34.6L23.8751 36.7L22.9751 50H26.7751L25.8751 36.6L26.9751 34.5C26.2751 34.6 25.5751 34.7 24.8751 34.7Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M38.2751 18.6C37.2751 18.7 35.7751 18.9 33.8751 19.1V21.1C33.8751 23.1 32.2751 24.7 30.2751 24.7C28.2751 24.7 26.6751 23.1 26.6751 21.1V19.5C26.1751 19.5 25.4751 19.5 24.7751 19.5C24.1751 19.5 23.4751 19.5 22.8751 19.5V21.1C22.8751 23.1 21.2751 24.7 19.2751 24.7C17.2751 24.7 15.6751 23.1 15.6751 21.1V19.1C13.7751 18.9 12.3751 18.7 11.3751 18.6C11.3751 26 17.4751 32 24.8751 32C32.2751 32 38.2751 26 38.2751 18.6Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M11.6751 15.9C13.7751 16.2 18.8751 16.8 24.8751 16.8C30.8751 16.8 35.9751 16.2 38.0751 15.9C39.0751 15.8 39.9751 15.6 40.7751 15.4C42.9751 14.9 44.2751 14.3 44.2751 13.7C44.2751 12.9 42.4751 12.2 39.5751 11.7C39.0751 11.6 38.6751 11.5 38.0751 11.5C38.0751 10.6 37.9751 9.6 37.6751 8.8C36.3751 3.7 32.1751 0 27.0751 0H22.5751C17.3751 0 13.0751 3.8 11.8751 9C11.6751 9.8 11.5751 10.6 11.5751 11.5C11.0751 11.6 10.6751 11.6 10.2751 11.7C7.37515 12.2 5.57515 12.9 5.57515 13.7C5.57515 14.3 6.87515 14.9 9.07515 15.4C9.77515 15.6 10.6751 15.8 11.6751 15.9Z", fill: color })); }); export default Secret;