@scaleflex/icons
Version:
SVG icons as React components
31 lines • 1.56 kB
JavaScript
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 Asc = function Asc(_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": "Asc",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 36",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M2.99988 29.5454H46.9997C48.6569 29.5454 50 30.8885 50 32.5461C50 34.2033 48.6573 35.5464 46.9997 35.5464H2.99988C1.34313 35.546 0 34.2028 0 32.5457C0 30.8885 1.34313 29.5454 2.99988 29.5454Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M2.99988 15.2727H31.4997C33.1569 15.2727 34.5 16.6158 34.5 18.2734C34.5 19.9306 33.1573 21.2737 31.4997 21.2737H2.99988C1.34313 21.2733 0 19.9301 0 18.273C0 16.6158 1.34313 15.2727 2.99988 15.2727Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M2.99988 0.272697H19.9997C21.6569 0.272697 23 1.61583 23 3.27339C23 4.93055 21.6573 6.27368 19.9997 6.27368H2.99988C1.34313 6.27327 0 4.93014 0 3.27298C0 1.61583 1.34313 0.272697 2.99988 0.272697Z",
fill: color
}));
};
export default Asc;