google-material-icons
Version:
A google material icon library package for React applications
27 lines (23 loc) • 943 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const AutofpsSelect = createIcon("AutofpsSelect", [
["path", { d: "M12.03 5.8H11.97L10.95 8.69H13.05L12.03 5.8Z", key: "1hxjx0" }],
["path", { d: "M5 16.5H3V21.5H5V16.5Z", key: "1s2ned" }],
[
"path",
{
d: "M12 14.5C15.31 14.5 18 11.81 18 8.5C18 5.19 15.31 2.5 12 2.5C8.69 2.5 6 5.19 6 8.5C6 11.81 8.69 14.5 12 14.5ZM11.37 4.5H12.62L15.25 11.5H14.04L13.41 9.71H10.58L9.96 11.5H8.74L11.37 4.5Z",
key: "1wesyx"
}
],
["path", { d: "M9 16.5H7V21.5H9V16.5Z", key: "o9h6d8" }],
["path", { d: "M13 16.5H11V21.5H13V16.5Z", key: "1avldh" }],
["path", { d: "M21 16.5H15V21.5H21V16.5Z", key: "1e3kek" }]
]);
export { AutofpsSelect as default };
//# sourceMappingURL=autofps_select.js.map