@uiw/file-icons
Version:
File icons in the file tree
14 lines • 884 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Nunjucks = 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: "M22.0824176,46 L14.7582418,46 L9.32417582,27.3351648 L9.32417582,46 L2,46 L2,3 L9.32417582,3 L14.7582418,20.4835165 L14.7582418,3 L22.0824176,3 L22.0824176,46 Z M45.9450549,41.510989 C45.9450549,43.8736264 44.0549451,46 41.456044,46 L30.1153846,46 C27.7527473,46 25.6263736,44.1098901 25.6263736,41.510989 L25.6263736,32.532967 L33.1868132,30.8791209 L33.1868132,38.6758242 L38.6208791,38.6758242 L38.6208791,13.1593407 L45.9450549,13.1593407 L45.9450549,41.510989 Z",
fillRule: "evenodd"
})
}));