@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.7 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 RootArchive({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Archive",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10.985 3a1 1 0 0 1 1-1h.003a1 1 0 0 1 1 1l.01 6.586 1.293-1.293a1 1 0 0 1 1.414 1.414l-3 3a.997.997 0 0 1-.71.293.997.997 0 0 1-.708-.293l-2.994-3a1 1 0 1 1 1.414-1.414l1.287 1.293L10.985 3Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M8.293 13.293 10 15h4l1.707-1.707a1 1 0 0 1 .707-.293h3.305l-1.5-6H18a1 1 0 0 1 0-2h.98a.993.993 0 0 1 .633.21.996.996 0 0 1 .362.567l1.99 7.959a.997.997 0 0 1 .035.287V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.977a.998.998 0 0 1 .035-.287l1.99-7.959a.993.993 0 0 1 .362-.567.996.996 0 0 1 .634-.21h.98a1 1 0 1 1 0 2h-.22l-1.5 6h3.305a1 1 0 0 1 .707.293Zm.293 3.121A2 2 0 0 0 10 17h4a2 2 0 0 0 1.415-.586L16.829 15H20v4H4v-4h3.172l1.414 1.414Z",
shapeRendering: "geometricPrecision"
}));
}
RootArchive.displayName = 'Archive';
const Archive = createBaseComponent(RootArchive);
export { Archive as default };