UNPKG

@scaleflex/icons

Version:
25 lines 1.07 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 Intermediate = function Intermediate(_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": "Intermediate", ref: ref, width: size, height: size, viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M0.75 7.00006C0.75 6.48229 1.16973 6.06256 1.6875 6.06256H12.3125C12.8303 6.06256 13.25 6.48229 13.25 7.00006C13.25 7.51783 12.8303 7.93756 12.3125 7.93756H1.6875C1.16973 7.93756 0.75 7.51783 0.75 7.00006Z", fill: color })); }; export default Intermediate;