@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.64 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 RootUnarchive({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Unarchive",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11 3.914A1 1 0 0 0 11 2.5L8.707.293a1 1 0 0 0-1.414 0L5.086 2.586A1 1 0 1 0 6.5 4l.5-.586V8a1 1 0 1 0 2 0V3.414l.586.5a1 1 0 0 0 1.414 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6 10 4.293 8.293A1 1 0 0 0 3.586 8H2.28l.5-2H3a1 1 0 0 0 0-2h-.98a.993.993 0 0 0-.633.21.996.996 0 0 0-.362.567l-.99 3.959A.995.995 0 0 0 0 9.023V14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.023a.984.984 0 0 0-.035-.287l-.99-3.959a.993.993 0 0 0-.362-.567.996.996 0 0 0-.634-.21H13a1 1 0 1 0 0 2h.22l.5 2h-1.306a1 1 0 0 0-.707.293L10 10H6Zm0 2a2 2 0 0 1-1.414-.586L3.172 10H2v3h12v-3h-1.172l-1.414 1.414A2 2 0 0 1 10 12H6Z",
shapeRendering: "geometricPrecision"
}));
}
RootUnarchive.displayName = 'Unarchive';
const Unarchive = createBaseComponent(RootUnarchive);
export { Unarchive as default };