@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.46 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
import { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const Paper = /*#__PURE__*/React.forwardRef(function Paper({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M27,30.36H8c-0.199,0-0.36-0.161-0.36-0.36v-1.64H6\tc-0.199,0-0.36-0.161-0.36-0.36v-1.64H5c-0.199,0-0.36-0.161-0.36-0.36V7c0-0.096,0.038-0.187,0.105-0.254l5-5\tC9.813,1.678,9.904,1.64,10,1.64h13c0.199,0,0.36,0.161,0.36,0.36v1.64H25c0.199,0,0.36,0.161,0.36,0.36v1.64H27\tc0.199,0,0.36,0.161,0.36,0.36v24C27.36,30.199,27.199,30.36,27,30.36z M8.36,29.64h18.28V6.36h-1.28V28\tc0,0.199-0.161,0.36-0.36,0.36H8.36V29.64z M6.36,27.64h18.28V4.36h-1.28V26c0,0.199-0.161,0.36-0.36,0.36H6.36V27.64z M5.36,25.64\th17.28V2.36H10.36V7c0,0.199-0.161,0.36-0.36,0.36H5.36V25.64z M5.869,6.64H9.64V2.869L5.869,6.64z"
})), children);
});
export { Paper as default };