UNPKG

@scaleflex/icons

Version:
25 lines 946 B
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 Actions = function Actions(_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": "Actions", ref: ref, width: size, height: size, viewBox: "0 0 15 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M5.5963 0L0.299805 10.593H5.69535L3.0054 19.6716L3.61533 20L14.6905 6.70924H7.92394L12.8712 0H5.5963Z", fill: color })); }; export default Actions;