UNPKG

@semcore/icon

Version:
29 lines 1.37 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 DocumentDrop({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "DocumentDrop", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 0a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.52a1 1 0 0 0-.325-.737L11.831.263A1 1 0 0 0 11.155 0H7Zm1 2h3v2a1 1 0 0 0 1 1h2v5H8V2Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M3 7V6h1V4H2a1 1 0 0 0-1 1v2h2ZM1 9v2h2V9H1Zm0 6v-2h2v1h1v2H2a1 1 0 0 1-1-1Zm12 0a1 1 0 0 1-1 1h-2v-2h1v-1h2v2Zm-7 1h2v-2H6v2Z", shapeRendering: "geometricPrecision" })); } DocumentDrop.displayName = 'DocumentDrop'; export default createBaseComponent(DocumentDrop);