UNPKG

@semcore/icon

Version:
27 lines 1.41 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function FileExport({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "FileExport", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "m12 2 4.707 4.727c.39.393.39 1.028 0 1.42a.997.997 0 0 1-1.414 0L13 5.846V16.98c0 .554-.448 1.004-1 1.004s-1-.45-1-1.005V5.846L8.707 8.148a.997.997 0 0 1-1.414 0 1.007 1.007 0 0 1 0-1.42L12 2Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M4 19.991V16.98c0-.555-.448-1.005-1-1.005s-1 .45-1 1.005v3.615C2 21.37 2.627 22 3.4 22h17.2c.773 0 1.4-.63 1.4-1.406v-3.616c0-.554-.448-1.004-1-1.004s-1 .45-1 1.005V20l-16-.009Z", shapeRendering: "geometricPrecision" })); } FileExport.displayName = 'FileExport'; export default createBaseComponent(FileExport);