@icongo/fc
Version:
Flat Color Icons
26 lines (25 loc) • 1.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCAlphabeticalSortingZa = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCAlphabeticalSortingZa = function FCAlphabeticalSortingZa(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2196F3",
d: "M16.8 40h-5.3l-1.1 3H6.9l5.7-15.2h2.9L21.1 43h-3.2l-1.1-3zm-4.6-2.7H16l-1.9-5.7-1.9 5.7zm.2-19.6H20v2.5H8.4v-1.9L16 7.5H8.4V5h11.4v1.7l-7.4 11z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546E7A",
d: "M38 33V5h-4v28h-6l8 10 8-10z"
})]
}));
};
exports.FCAlphabeticalSortingZa = FCAlphabeticalSortingZa;