@semcore/icon
Version:
Semrush Icon Component
38 lines • 1.8 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootDocumentPdf({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "DocumentPdf",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8 5a1 1 0 0 0 1 1h3v1h2V4.52a1 1 0 0 0-.325-.737L9.831.263A1 1 0 0 0 9.155 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1H2V2h6v3Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3 8.5a.5.5 0 0 1 .5-.5h2a1.5 1.5 0 1 1 0 3H4v1.5a.5.5 0 0 1-1 0v-4ZM5.5 10a.5.5 0 0 0 0-1H4v1h1.5Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.5 9a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0V11h1.5a.5.5 0 0 0 0-1H14V9h1.5Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M8 12.5a.5.5 0 0 0 .5.5H10a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H8.5a.5.5 0 0 0-.5.5v4Zm3-1.5a1 1 0 0 1-1 1H9V9h1a1 1 0 0 1 1 1v1Z",
shapeRendering: "geometricPrecision"
}));
}
RootDocumentPdf.displayName = 'DocumentPdf';
const DocumentPdf = createBaseComponent(RootDocumentPdf);
export { DocumentPdf as default };