@uiw/file-icons
Version:
File icons in the file tree
18 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
export var Arduino = props => /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "ffont " + (props.className ? props.className : ''),
children: [/*#__PURE__*/_jsx("path", {
d: "M33.7,20.7 C26,20.7 20.5,11.8 20.3,11.4 L19.7,10.4 L20.3,9.4 C20.5,8.9 26,0 33.7,0 C39.4,0 44,4.6 44,10.3 C44,16 39.4,20.7 33.7,20.7 Z M24.4,10.3 C25.9,12.3 29.5,16.6 33.6,16.6 C37.1,16.6 39.9,13.8 39.9,10.3 C39.9,6.8 37.1,4 33.6,4 C29.5,4 25.9,8.3 24.4,10.3 Z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/_jsx("path", {
d: "M10.3,20.7 C4.6,20.7 0,16 0,10.3 C0,4.6 4.6,0 10.3,0 C18.2,0 23.5,8.9 23.7,9.3 L24.3,10.3 L23.7,11.3 C23.5,11.7 18,20.7 10.3,20.7 Z M10.3,4 C6.8,4 4,6.8 4,10.3 C4,13.8 6.8,16.6 10.3,16.6 C14.5,16.6 18.1,12.3 19.6,10.3 C18.2,8.3 14.6,4 10.3,4 Z",
fillRule: "evenodd"
})]
}));