UNPKG

@semcore/icon

Version:
26 lines 1.66 kB
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 AdobeExperienceCloud({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "AdobeExperienceCloud", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.542 2h12.916C20.414 2 22 3.626 22 5.632v12.735C22 20.375 20.414 22 18.458 22H5.542C3.586 22 2 20.374 2 18.367V5.633C2 3.626 3.586 2 5.542 2Zm9.713 15h2.446a.297.297 0 0 0 .25-.14.311.311 0 0 0 .024-.288l-4.24-10.21a.577.577 0 0 0-.213-.265A.561.561 0 0 0 13.2 6h-2.43a.562.562 0 0 0-.321.097.577.577 0 0 0-.213.265l-4.212 10.21a.312.312 0 0 0 .134.39A.297.297 0 0 0 6.3 17h6.621a.322.322 0 0 0 .273-.15.338.338 0 0 0 .028-.313l-.796-1.804a.284.284 0 0 0-.258-.174h-1.819a.138.138 0 0 1-.117-.064.145.145 0 0 1-.012-.134l1.654-4.013a.12.12 0 0 1 .043-.06.116.116 0 0 1 .181.063l2.655 6.32a.543.543 0 0 0 .502.329Z", shapeRendering: "geometricPrecision" })); } AdobeExperienceCloud.displayName = 'AdobeExperienceCloud'; export default createBaseComponent(AdobeExperienceCloud);