@semcore/icon
Version:
Semrush Icon Component
35 lines • 1.62 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 RootPictures({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Pictures",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3 7a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M0 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v16Zm18-7.58-2.676-2.142a2 2 0 0 0-2.664.148l-5.16 5.16L5.914 12a2 2 0 0 0-2.828 0L2 13.086V3h16v7.42ZM2 17v-1.086l2.5-2.5 2.116 2.116a1.25 1.25 0 0 0 1.768 0l5.69-5.69L18 12.98V17H2Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M4 22a1 1 0 0 1 1-1h17V6a1 1 0 1 1 2 0v16a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1Z",
shapeRendering: "geometricPrecision"
}));
}
RootPictures.displayName = 'Pictures';
const Pictures = createBaseComponent(RootPictures);
export { Pictures as default };