@uiw/file-icons
Version:
File icons in the file tree
14 lines • 1.49 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Authors = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "ffont " + (props.className ? props.className : ''),
children: /*#__PURE__*/_jsx("path", {
d: "M32.058811,26.0311937 C31.4776833,26.0311937 30.8163854,26.0311937 30.1150024,26.1313853 C32.4394711,27.8146833 34.0627684,30.0389393 34.0627684,33.0448966 L34.0627684,38.0546843 L46.0861743,38.0546843 L46.0861743,33.0448966 C46.0861743,28.3758531 36.7279814,26.0312784 32.0587264,26.0312784 L32.058811,26.0311937 Z M16.027448,26.0312784 C11.3584045,26.0312784 2,28.3758531 2,33.0448966 L2,38.0546843 L30.0553192,38.0546843 L30.0553192,33.0448966 C30.0553192,28.3758531 20.6971263,26.0312784 16.0278712,26.0312784 L16.027448,26.0312784 Z M16.0278712,22.0234059 C19.3480431,22.0234059 22.0395742,19.3318748 22.0395742,16.0117029 C22.0395742,12.6915311 19.3480431,10 16.0278712,10 C12.7076994,10 10.0161683,12.6915311 10.0161683,16.0117029 C10.0161683,19.3318748 12.7076994,22.0234059 16.0278712,22.0234059 Z M32.0591496,22.0234059 C35.3793215,22.0234059 38.0708526,19.3318748 38.0708526,16.0117029 C38.0708526,12.6915311 35.3793215,10 32.0591496,10 C28.7389778,10 26.0474467,12.6915311 26.0474467,16.0117029 C26.0474467,19.3318748 28.7389778,22.0234059 32.0591496,22.0234059 Z",
fillRule: "evenodd"
})
}));