@atlaskit/icon
Version:
A React package that contains icons
22 lines (14 loc) • 1.55 kB
JavaScript
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var _react = require('react');
var _react2 = _interopRequireDefault(_react);
var _index = require('../es5/index');
var _index2 = _interopRequireDefault(_index);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var BillingFilledIcon = function BillingFilledIcon(props) {
return _react2.default.createElement(_index2.default, _extends({ dangerouslySetGlyph: '<svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><g fill-rule="evenodd"><path d="M5 3.99C5 2.892 5.897 2 7.006 2h9.988C18.102 2 19 2.898 19 3.99v16.02c0 1.099-.897 1.99-2.006 1.99H7.006A2.003 2.003 0 0 1 5 20.01V3.99z" fill="currentColor" fill-rule="nonzero"/><rect fill="inherit" x="8" y="6" width="8" height="2" rx="1"/><rect fill="inherit" x="8" y="9" width="5" height="2" rx="1"/><rect fill="inherit" x="8" y="12" width="5" height="2" rx="1"/><rect fill="inherit" x="8" y="15" width="5" height="2" rx="1"/><rect fill="inherit" x="14" y="12" width="2" height="2" rx="1"/><rect fill="inherit" x="14" y="15" width="2" height="2" rx="1"/><rect fill="inherit" x="14" y="9" width="2" height="2" rx="1"/></g></svg>' }, props));
};
exports.default = BillingFilledIcon;