@semcore/icon
Version:
Semrush Icon Component
29 lines • 1.73 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 Unarchive({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Unarchive",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10.985 12a1 1 0 0 0 1 1h.003a1 1 0 0 0 1-1l.01-6.586 1.293 1.293a1 1 0 1 0 1.414-1.414l-3-3a.997.997 0 0 0-.71-.293.997.997 0 0 0-.708.293l-2.994 3a1 1 0 0 0 1.414 1.414l1.287-1.293-.01 6.586Z",
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.199l-1.334-4H18a1 1 0 1 1 0-2h.977a.994.994 0 0 1 .607.188.995.995 0 0 1 .372.518l1.985 5.956a.982.982 0 0 1 .059.361V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.976a.994.994 0 0 1 .059-.362l1.985-5.956a.994.994 0 0 1 .372-.518A.995.995 0 0 1 5.023 7H6a1 1 0 0 1 0 2h-.28l-1.333 4h3.199a1 1 0 0 1 .707.293Zm.293 3.121A2 2 0 0 0 10 17h4a2 2 0 0 0 1.414-.586L16.828 15H20v4H4v-4h3.172l1.414 1.414Z",
shapeRendering: "geometricPrecision"
}));
}
Unarchive.displayName = 'Unarchive';
export default createBaseComponent(Unarchive);