UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.32 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgTextCase = function SvgTextCase(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 24 : _ref$size, _ref$color = _ref.color, color = _ref$color === void 0 ? "currentColor" : _ref$color, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ width: size, height: size, viewBox: "0 0 20 20", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M7.305 3.84a.813.813 0 0 0-.756-.506.816.816 0 0 0-.771.486l-4.89 11.81c-.162.392.047.833.466.985.42.152.892-.043 1.054-.435l1.14-2.751h5.667l1.036 2.73c.15.397.616.605 1.04.464.425-.141.646-.576.496-.973l-4.482-11.81Zm-3.127 8.065 2.326-5.619 2.132 5.619h-4.458Zm9.285-8.381c.45 0 .815.341.815.762v5.805a3.06 3.06 0 0 1 1.63-.472c1.8 0 3.259 1.578 3.259 3.524s-1.46 3.524-3.26 3.524a3.064 3.064 0 0 1-1.678-.503.814.814 0 0 1-.766.503c-.45 0-.815-.341-.815-.762v-11.62c0-.42.365-.761.815-.761Zm2.445 11.619c.685 0 1.63-.68 1.63-2 0-1.32-.945-2-1.63-2-.686 0-1.63.68-1.63 2 0 1.32.944 2 1.63 2Z", fill: color })); }; export { SvgTextCase as S };