@scaleflex/icons
Version:
SVG icons as React components
45 lines • 2.91 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size"];
import React from 'react';
import { intrinsicComponent } from './utils/functions';
export var FiltersOn = intrinsicComponent(function (_ref, ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "FiltersOn",
ref: ref,
width: size,
height: size,
viewBox: "0 0 60 60",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("circle", {
cx: "48.4375",
cy: "11.563",
r: "10.9375",
fill: "#6879EB"
}), /*#__PURE__*/React.createElement("path", {
d: "M34.5667 18.7631H23.3325C22.4121 18.7631 21.6659 19.473 21.6659 20.3504C21.6659 21.2278 22.4121 21.9377 23.3325 21.9377H36.7537C35.9008 20.9779 35.1644 19.9123 34.5667 18.7631Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M5.23679 21.9377H1.66663C0.746152 21.9377 0 21.2278 0 20.3505C0 19.4731 0.746152 18.7632 1.66663 18.7632H5.23679C5.98179 16.0322 8.56929 14.0013 11.6664 14.0013C15.3426 14.0013 18.3333 16.8489 18.3333 20.3505C18.3333 23.852 15.3426 26.6999 11.6664 26.6999C8.56929 26.6999 5.98179 24.6687 5.23679 21.9377Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M1.66663 48.9218H26.6665C27.587 48.9218 28.3331 49.6321 28.3331 50.5095C28.3331 51.3869 27.587 52.0968 26.6665 52.0968H1.66663C0.746152 52.0968 0 51.3869 0 50.5095C0 49.6321 0.746152 48.9218 1.66663 48.9218Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M48.333 48.9217H44.7628C44.0174 46.1908 41.4299 44.1599 38.3332 44.1599C34.657 44.1599 31.6663 47.0075 31.6663 50.5094C31.6663 54.0109 34.657 56.8585 38.3332 56.8585C41.4303 56.8585 44.0178 54.8276 44.7628 52.0966H48.333C49.2535 52.0966 49.9996 51.3868 49.9996 50.5094C49.9996 49.632 49.2535 48.9217 48.333 48.9217Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M34.9999 34.6364H48.3334C49.2538 34.6364 50 35.3463 50 36.2236C50 37.101 49.2538 37.8109 48.3334 37.8109H34.9999C34.0798 37.8109 33.3333 37.101 33.3333 36.2236C33.3333 35.3463 34.0798 34.6364 34.9999 34.6364Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M16.8772 34.6364C17.619 31.9006 20.232 29.8744 23.333 29.8744C27.0088 29.8744 29.9995 32.722 29.9995 36.2236C29.9995 39.7251 27.0088 42.5727 23.333 42.5727C20.232 42.5727 17.6191 40.5466 16.8773 37.8109H1.66663C0.746152 37.8109 0 37.101 0 36.2236C0 35.3463 0.746152 34.6364 1.66663 34.6364H16.8772Z",
fill: color
}));
});
export default FiltersOn;