UNPKG

@scaleflex/icons

Version:
30 lines 2.13 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 Csv = function Csv(_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": "Csv", ref: ref, width: size, height: size, viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.4652 7.70497V0.5H4.54191C4.22973 0.5 3.97998 0.740166 3.97998 1.04037V28.9596C3.97998 29.2598 4.22973 29.5 4.54191 29.5H25.4581C25.7702 29.5 26.02 29.2598 26.02 28.9596V7.70497H18.4652ZM16.3874 21.3716C16.3874 21.0753 16.6543 20.8351 16.9835 20.8351H22.1713C22.5005 20.8351 22.7674 21.0753 22.7674 21.3716V22.9086C22.7674 23.2049 22.5005 23.4451 22.1713 23.4451H16.9835C16.6543 23.4451 16.3874 23.2049 16.3874 22.9086V21.3716ZM8.05609 20.8351C7.72687 20.8351 7.45998 21.0753 7.45998 21.3716V22.9086C7.45998 23.2049 7.72687 23.4451 8.05609 23.4451H13.2439C13.5731 23.4451 13.84 23.2049 13.84 22.9086V21.3716C13.84 21.0753 13.5731 20.8351 13.2439 20.8351H8.05609ZM7.45998 15.5195C7.45998 15.2232 7.72687 14.983 8.05609 14.983H13.2439C13.5731 14.983 13.84 15.2232 13.84 15.5195V17.0565C13.84 17.3528 13.5731 17.593 13.2439 17.593H8.05609C7.72687 17.593 7.45998 17.3528 7.45998 17.0565V15.5195ZM16.9835 14.983C16.6543 14.983 16.3874 15.2232 16.3874 15.5195V17.0565C16.3874 17.3528 16.6543 17.593 16.9835 17.593H22.1713C22.5005 17.593 22.7674 17.3528 22.7674 17.0565V15.5195C22.7674 15.2232 22.5005 14.983 22.1713 14.983H16.9835Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M19.4642 0.560041V6.74431H26.02L19.4642 0.560041Z", fill: color })); }; export default Csv;