@uiw/file-icons
Version:
File icons in the file tree
14 lines • 980 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Certificate = 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: "M7.3,4 C4.9135,4 3,5.9135 3,8.3 L3,29.8 C3,32.1748244 4.92517558,34.1 7.3,34.1 L24.5,34.1 L24.5,44.85 L30.95,38.4 L37.4,44.85 L37.4,34.1 L41.7,34.1 C44.0748244,34.1 46,32.1748244 46,29.8 L46,8.3 C46,5.92517558 44.0748244,4 41.7,4 L7.3,4 Z M24.5,8.3 L30.95,12.6 L37.4,8.3 L37.4,15.825 L43.85,19.05 L37.4,22.275 L37.4,29.8 L30.95,25.5 L24.5,29.8 L24.5,22.275 L18.05,19.05 L24.5,15.825 L24.5,8.3 Z M7.3,8.3 L18.05,8.3 L18.05,12.6 L7.3,12.6 L7.3,8.3 Z M7.3,16.9 L13.75,16.9 L13.75,21.2 L7.3,21.2 L7.3,16.9 Z M7.3,25.5 L18.05,25.5 L18.05,29.8 L7.3,29.8 L7.3,25.5 Z",
fillRule: "evenodd"
})
}));