UNPKG

@scaleflex/icons

Version:
25 lines 2.21 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 Automations = function Automations(_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": "Automations", ref: ref, width: size, height: size, viewBox: "0 0 16 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M14.1947 5.3852C13.4696 5.3852 12.9118 5.83145 12.6886 6.44505H8.33764V4.88316H11.0152C11.2383 4.88316 11.4056 4.7716 11.5172 4.54847L11.9077 3.76752H12.075C12.9675 3.76752 13.6927 3.04235 13.6927 2.14984C13.6927 1.25733 12.9675 0.532166 12.075 0.532166C11.1825 0.532166 10.4574 1.25733 10.4574 2.14984C10.4574 2.42875 10.5131 2.65188 10.6247 2.87501C10.6805 3.04235 10.792 3.15392 10.9036 3.26548L10.6805 3.71174H8.1703C7.72404 2.14984 6.27371 1.0342 4.54447 1.0342C3.03836 1.08999 1.92272 1.9825 1.47647 3.43283C0.751301 3.76752 0.193481 4.54847 0.193481 5.3852C0.193481 5.88723 0.360827 6.33349 0.695519 6.72396C0.360827 7.11444 0.193481 7.56069 0.193481 8.06273C0.193481 8.89946 0.639737 9.56884 1.30912 9.95932C1.58803 11.7443 2.81523 12.9158 4.48869 12.9158C6.16215 12.9158 7.61248 11.8001 8.11452 10.2382H10.6247L10.8478 10.6845C10.7363 10.796 10.6247 10.9076 10.5689 11.075C10.4574 11.2981 10.4016 11.5212 10.4016 11.8001C10.4016 12.6926 11.1267 13.4178 12.0193 13.4178C12.9118 13.4178 13.6369 12.6926 13.6369 11.8001C13.6369 10.9076 12.9118 10.1824 12.0193 10.1824C11.9635 10.1824 11.9077 10.1824 11.8519 10.1824L11.4614 9.4015C11.3499 9.23415 11.1825 9.06681 10.9594 9.06681H8.28186V7.56069H12.6329C12.856 8.17429 13.4696 8.62055 14.139 8.62055C15.0315 8.62055 15.7566 7.89539 15.7566 7.00287C15.7566 6.11036 15.0873 5.3852 14.1947 5.3852Z", fill: color })); }; export default Automations;