@semcore/icon
Version:
Semrush Icon Component
29 lines • 1.49 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 RootCanva({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Canva",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fill: "white",
d: "M16.749 14.257c-.09 0-.17.076-.254.244-.939 1.903-2.56 3.25-4.437 3.25-2.17 0-3.513-1.958-3.513-4.664 0-4.583 2.554-7.233 4.797-7.233 1.048 0 1.688.658 1.688 1.706 0 1.244-.707 1.903-.707 2.342 0 .197.123.316.366.316.976 0 2.121-1.121 2.121-2.706 0-1.536-1.337-2.665-3.58-2.665-3.707 0-7.001 3.437-7.001 8.192 0 3.68 2.102 6.113 5.345 6.113 3.442 0 5.432-3.425 5.432-4.536 0-.247-.126-.36-.257-.36",
shapeRendering: "geometricPrecision"
}));
}
RootCanva.displayName = 'Canva';
const Canva = createBaseComponent(RootCanva);
export { Canva as default };