@semcore/icon
Version:
Semrush Icon Component
28 lines • 1.85 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 RootShortVideos({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "ShortVideos",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.833.085A8.058 8.058 0 0 1 8 0a7.97 7.97 0 0 1 5.86 2.554 7.97 7.97 0 0 1 2.139 5.594 7.97 7.97 0 0 1-2.553 5.712 7.97 7.97 0 0 1-5.742 2.135 7.964 7.964 0 0 1-4.467-1.567l-.008-.006a8.026 8.026 0 0 1-1.651-1.65 1 1 0 1 1 1.605-1.195 6.04 6.04 0 0 0 1.24 1.24l.007.006a5.966 5.966 0 0 0 3.682 1.176 5.978 5.978 0 0 0 4.283-1.915A5.978 5.978 0 0 0 14 7.888a5.977 5.977 0 0 0-1.915-4.283A5.978 5.978 0 0 0 8 2c-.299 0-.592.022-.878.064a1 1 0 0 1-.29-1.98ZM4.628 1.783a1 1 0 0 1-.205 1.4 6.04 6.04 0 0 0-1.24 1.24 1 1 0 0 1-1.605-1.194 8.04 8.04 0 0 1 1.65-1.651 1 1 0 0 1 1.4.205ZM1.219 5.988a1 1 0 0 1 .845 1.134 6.057 6.057 0 0 0 0 1.756 1 1 0 0 1-1.98.29 8.058 8.058 0 0 1 0-2.335 1 1 0 0 1 1.135-.845Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 10.602V5.404a.4.4 0 0 1 .61-.34l4.203 2.593a.4.4 0 0 1 0 .68l-4.202 2.605a.4.4 0 0 1-.611-.34Z",
shapeRendering: "geometricPrecision"
}));
}
RootShortVideos.displayName = 'ShortVideos';
const ShortVideos = createBaseComponent(RootShortVideos);
export { ShortVideos as default };