UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

34 lines (27 loc) 1.38 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileEarmarkFont = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var FileEarmarkFont = function FileEarmarkFont(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props), {}, { className: "btfont ".concat(props.className ? props.className : ''), children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10.943 6H5.057L5 8h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v5.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V6.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z", fillRule: "evenodd" }), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z", fillRule: "evenodd" })] })); }; exports.FileEarmarkFont = FileEarmarkFont; //# sourceMappingURL=FileEarmarkFont.js.map