UNPKG

sebikostudio-icons

Version:
39 lines 1.62 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 LetterCaseLowercaseIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, ...props }, ref) => /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "letter case lowercase, lowercase, letters", 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: "M8.5 7.5V15.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/React.createElement("path", { d: "M18.5 7.5V15.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/React.createElement("path", { d: "M8.5 11.5C8.5 13.7091 6.933 15.5 5 15.5C3.067 15.5 1.5 13.7091 1.5 11.5C1.5 9.29086 3.067 7.5 5 7.5C6.933 7.5 8.5 9.29086 8.5 11.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/React.createElement("path", { d: "M18.5 11.5C18.5 13.7091 16.933 15.5 15 15.5C13.067 15.5 11.5 13.7091 11.5 11.5C11.5 9.29086 13.067 7.5 15 7.5C16.933 7.5 18.5 9.29086 18.5 11.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }))); export default LetterCaseLowercaseIcon;