UNPKG

@uiw/file-icons

Version:
14 lines 762 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export var Log = 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: "M28,36 L11,36 L11,31 L28,31 L28,36 Z M36,26 L11,26 L11,21 L36,21 L36,26 Z M36,16 L11,16 L11,11 L36,11 L36,16 Z M41.1110263,2 L6.88897373,2 C4.17559204,2 2,4.17559204 2,6.88897373 L2,41.1110263 C2,43.8111319 4.1888681,46 6.88897373,46 L41.1110263,46 C43.8111319,46 46,43.8111319 46,41.1110263 L46,6.88897373 C46,4.17559204 43.7999491,2 41.1110263,2 Z", fillRule: "evenodd" }) }));