@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.98 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgColorFill = function SvgColorFill(_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.5 1.458a.625.625 0 1 1 1.25 0v1.055a1.66 1.66 0 0 1 1.03.481l2.946 2.947c.65.65.65 1.706 0 2.357l-3.536 3.535c-.65.651-1.706.651-2.357 0l-2.946-2.946a1.667 1.667 0 0 1 0-2.357l3.535-3.536c.025-.025.051-.05.078-.072v-1.464Zm0 3.75v-.523l-2.408 2.407h6.87a.416.416 0 0 0-.12-.267l-2.947-2.947a.415.415 0 0 0-.145-.094v1.425a.625.625 0 0 1-1.25 0Zm-2.39 3.134 2.607 2.607a.417.417 0 0 0 .59 0l2.606-2.607h-5.803Zm.378 3.325h-1.738c-1.15 0-2.083.933-2.083 2.083v2.5c0 1.15.932 2.084 2.083 2.084h12.5c1.15 0 2.083-.933 2.083-2.084v-2.5a2.084 2.084 0 0 0-1.68-2.044 3.142 3.142 0 0 1-.144 1.252c.334.11.574.423.574.792v2.5c0 .46-.373.834-.833.834h-12.5a.833.833 0 0 1-.833-.834v-2.5c0-.46.373-.833.833-.833h3.195a2.493 2.493 0 0 1-.701-.494l-.756-.756Zm6.178.312c0-.41.129-.81.285-1.15.16-.347.365-.672.562-.946.198-.275.394-.51.54-.676.072-.08.202-.218.25-.269l.005-.005a.625.625 0 0 1 .884 0l.254.274c.146.166.343.4.54.676.197.274.403.6.562.945.157.341.285.74.285 1.151 0 1.159-.857 2.188-2.083 2.188-1.226 0-2.084-1.029-2.084-2.188Zm2.305-1.367a6.846 6.846 0 0 0-.221-.292c-.072.09-.147.188-.222.292a4.578 4.578 0 0 0-.44.738c-.118.255-.171.468-.171.63 0 .575.4.937.833.937.432 0 .833-.362.833-.938 0-.161-.054-.374-.17-.63a4.578 4.578 0 0 0-.442-.737Z",
fill: color
}));
};
export { SvgColorFill as S };