UNPKG

bbm-component-library-test

Version:

React based component library for all BBM web applications

32 lines (26 loc) 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require("react"); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function Papers() { return _react2.default.createElement( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "16", viewBox: "0 0 20 16" }, _react2.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", stroke: "currentColor", strokeWidth: ".9", d: "M10 14.813a.28.28 0 0 1-.12-.027l-7.72-3.657a.28.28 0 0 1 .24-.506l7.6 3.6 7.6-3.6a.28.28 0 1 1 .24.506l-7.72 3.657a.277.277 0 0 1-.12.027zm0-3.122a.278.278 0 0 1-.12-.027L2.16 8.008a.28.28 0 0 1 .24-.506l7.6 3.6 7.6-3.6a.28.28 0 1 1 .24.506l-7.72 3.657a.28.28 0 0 1-.12.026zm0-3.186a.279.279 0 0 1-.118-.026l-7.49-3.472a.28.28 0 0 1 0-.508l7.49-3.473a.28.28 0 0 1 .236 0l7.49 3.473a.28.28 0 0 1 0 .508l-7.49 3.472a.28.28 0 0 1-.118.026zM3.175 4.753L10 7.917l6.825-3.164L10 1.588 3.175 4.753z" }) ); } exports.default = Papers;