UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.82 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgGif = function SvgGif(_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 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M18.75 3.5a3.25 3.25 0 0 1 3.25 3.25v10.503a3.25 3.25 0 0 1-3.25 3.25h-13.5a3.25 3.25 0 0 1-3.25-3.25v-10.502a3.25 3.25 0 0 1 3.25-3.25h13.5Zm0 1.5h-13.5a1.75 1.75 0 0 0-1.75 1.75v10.503c0 .967.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75v-10.502a1.75 1.75 0 0 0-1.75-1.75Zm-10.735 3.872c.596 0 1.019.081 1.502.313a.625.625 0 0 1-.541 1.127c-.3-.144-.54-.19-.961-.19-.867 0-1.504.796-1.504 1.872 0 1.077.638 1.876 1.504 1.876.428 0 .791-.18.98-.5l.006-.015v-.735l-.376.001a.625.625 0 0 1-.618-.532l-.007-.093c0-.314.231-.573.533-.618l.092-.007h1.002c.314 0 .573.231.618.533l.007.092-.002 1.548-.006.055-.021.09-.02.055c-.377.89-1.241 1.376-2.188 1.376-1.626 0-2.754-1.412-2.754-3.126 0-1.712 1.127-3.122 2.754-3.122Zm4.614.122c.314 0 .574.231.618.533l.007.092v4.762a.625.625 0 0 1-1.243.092l-.007-.092v-4.762c0-.345.28-.625.625-.625Zm2.996 0 1.997.007a.625.625 0 0 1 .088 1.243l-.092.007-1.371-.005v1.753l1.123.001c.314 0 .574.232.618.533l.007.092a.625.625 0 0 1-.533.619l-.092.006h-1.123v1.115a.625.625 0 0 1-.532.618l-.092.007a.625.625 0 0 1-.619-.533l-.006-.092v-4.748a.625.625 0 0 1 .534-.617l.093-.006Z", fill: color })); }; export { SvgGif as S };