UNPKG

@scaleflex/icons

Version:
40 lines 2.37 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var CsvPlaceholder = intrinsicComponent(function (_ref, 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, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "CsvPlaceholder", ref: ref, width: size, height: size, viewBox: "0 0 150 60", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M82.0944 0V14.9068H97.5614V58.882C97.5614 59.5031 97.0501 60 96.411 60H53.5889C52.9498 60 52.4385 59.5031 52.4385 58.882V1.11801C52.4385 0.496894 52.9498 0 53.5889 0H82.0944Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M84.1396 12.9193V0.124224L97.5614 12.9193H84.1396Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M136.792 10.4151C136.792 9.63356 137.426 9 138.208 9H148.585C149.366 9 150 9.63356 150 10.4151C150 11.1966 149.366 11.8302 148.585 11.8302H138.208C137.426 11.8302 136.792 11.1966 136.792 10.4151Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M127.83 19.3771C127.048 19.3771 126.415 20.0107 126.415 20.7922C126.415 21.5737 127.048 22.2073 127.83 22.2073H143.868C144.649 22.2073 145.283 21.5737 145.283 20.7922C145.283 20.0107 144.649 19.3771 143.868 19.3771H127.83Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M9.43384 49.0943C9.43384 48.3128 10.0674 47.6792 10.8489 47.6792H21.2263C22.0078 47.6792 22.6414 48.3128 22.6414 49.0943C22.6414 49.8759 22.0078 50.5094 21.2263 50.5094H10.8489C10.0674 50.5094 9.43384 49.8759 9.43384 49.0943Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M1.4151 37.3015C0.633563 37.3015 0 37.9351 0 38.7166C0 39.4981 0.633563 40.1317 1.4151 40.1317H17.4528C18.2343 40.1317 18.8679 39.4981 18.8679 38.7166C18.8679 37.9351 18.2343 37.3015 17.4528 37.3015H1.4151Z", fill: color })); }); export default CsvPlaceholder;