@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 2.58 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgTextNumberList = function SvgTextNumberList(_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: "M5.956 2.941a.441.441 0 0 0-.34-.43.448.448 0 0 0-.497.235 3.091 3.091 0 0 1-.28.416c-.196.246-.48.526-.845.708a.441.441 0 0 0 .395.79 3.2 3.2 0 0 0 .685-.468v2.279a.441.441 0 0 0 .882 0v-3.53Zm3.309 2.206a.662.662 0 1 0 0 1.324h6.617a.662.662 0 1 0 0-1.324h-6.617Zm0 4.412a.662.662 0 1 0 0 1.323h6.617a.662.662 0 0 0 0-1.323h-6.617Zm-.662 5.073c0-.365.296-.661.662-.661h6.617a.662.662 0 1 1 0 1.323h-6.617a.662.662 0 0 1-.662-.662Zm-4.724-6.268a.441.441 0 0 0 .621.627l.006-.005a1.267 1.267 0 0 1 .209-.144c.151-.083.368-.165.635-.166a.82.82 0 0 1 .462.132c.085.062.144.15.144.31a.449.449 0 0 1-.186.385c-.134.11-.307.197-.545.315l-.128.063c-.277.139-.62.32-.888.615-.283.312-.459.722-.459 1.269 0 .243.198.44.441.44h2.206a.442.442 0 0 0 0-.881h-1.686a.82.82 0 0 1 .151-.235c.147-.16.355-.281.63-.419l.107-.053c.231-.113.514-.252.736-.437.29-.24.503-.579.503-1.062a1.23 1.23 0 0 0-.5-1.02c-.289-.213-.647-.298-.977-.304h-.008a2.204 2.204 0 0 0-1.46.557l-.008.008-.003.003-.002.001v.002Zm.014-.013-.014.013s.089-.079.014-.013Zm.96 6.943c0-.244.198-.441.441-.441.303 0 .47-.085.554-.162a.33.33 0 0 0 .114-.263c-.007-.17-.164-.457-.668-.457-.364 0-.552.09-.637.146a.363.363 0 0 0-.079.067l-.003.005a.441.441 0 0 1-.778-.416v-.001l.001-.001.001-.003.003-.006.008-.014a.764.764 0 0 1 .09-.129 1.24 1.24 0 0 1 .267-.236c.246-.164.609-.295 1.127-.295.908 0 1.523.596 1.55 1.307a1.21 1.21 0 0 1-.35.9c.245.249.362.574.35.898-.027.712-.642 1.307-1.55 1.307-.518 0-.881-.13-1.127-.295a1.24 1.24 0 0 1-.336-.33.764.764 0 0 1-.02-.035l-.009-.014-.003-.006-.001-.003-.001-.002a.441.441 0 0 1 .778-.415l.003.004c.01.012.034.037.079.067.085.057.273.147.637.147.504 0 .661-.287.668-.458a.33.33 0 0 0-.114-.263c-.084-.076-.251-.162-.554-.162a.441.441 0 0 1-.44-.44Zm-.278-1.105a.47.47 0 0 0 .01-.02v.001l-.001.002-.003.005-.003.006-.004.007v.001-.002Z",
fill: color
}));
};
export { SvgTextNumberList as S };