@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.05 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgTextItalic = function SvgTextItalic(_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: "M8.126 3.333h7.086a.625.625 0 0 1 .085 1.244l-.085.006h-2.664l-4.184 10.834h3.511c.316 0 .578.235.619.54l.006.085a.625.625 0 0 1-.54.62l-.085.005h-7.916a.623.623 0 0 1-.622-.625c0-.317.233-.578.537-.62l.085-.005h3.07l.018-.054 4.162-10.78h-3.083a.625.625 0 0 1-.62-.54l-.005-.085c0-.316.235-.577.54-.619l.085-.006h7.086-7.086Z",
fill: color
}));
};
export { SvgTextItalic as S };