@semcore/icon
Version:
Semrush Icon Component
37 lines • 1.8 kB
JavaScript
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 DocumentPdf({
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"
}));
}
DocumentPdf.displayName = 'DocumentPdf';
export default createBaseComponent(DocumentPdf);