UNPKG

sebikostudio-icons

Version:
25 lines 1.03 kB
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, { forwardRef } from 'react'; export const CornerRoundIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, ...props }, ref) => /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "corner round, corner, corner roundness, stroke corner radius", style: style, width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M2 10V18H9V13H7V7H13V9H18V2H10C5.58172 2 2 5.58172 2 10Z", fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M18 14V11H13V13H11V18H14V14H18Z", fill: "currentColor" }))); export default CornerRoundIcon;