UNPKG

@icongo/fc

Version:
26 lines (25 loc) 1.1 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCAlphabeticalSortingAz = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCAlphabeticalSortingAz = function FCAlphabeticalSortingAz(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: "#546E7A", d: "M38 33V5h-4v28h-6l8 10 8-10z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#2196F3", d: "M16.8 17.2h-5.3l-1.1 3H6.9L12.6 5h2.9l5.7 15.2H18l-1.2-3zm-4.6-2.7H16l-1.9-5.7-1.9 5.7zm.2 26H20V43H8.4v-1.9L16 30.3H8.4v-2.5h11.4v1.7l-7.4 11z" })] })); }; exports.FCAlphabeticalSortingAz = FCAlphabeticalSortingAz;