@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.44 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-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const StairsPlanView = /*#__PURE__*/React.forwardRef(function StairsPlanView({
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: "M16.36,30h-0.72v-5.64H2c-0.199,0-0.36-0.161-0.36-0.36V4c0-0.199,0.161-0.36,0.36-0.36h13.64V2\th0.72v5.64H30c0.199,0,0.36,0.161,0.36,0.36v20c0,0.199-0.161,0.36-0.36,0.36H16.36V30z M16.36,27.64h13.28v-3.28H16.36V27.64z M16.36,23.64h13.28v-3.28H16.36V23.64z M2.36,23.64h13.28v-3.28H2.36V23.64z M16.36,19.64h13.28v-3.28H16.36V19.64z M2.36,19.64\th13.28v-3.28H2.36V19.64z M16.36,15.64h13.28v-3.28H16.36V15.64z M2.36,15.64h13.28v-3.28H2.36V15.64z M16.36,11.64h13.28V8.36\tH16.36V11.64z M2.36,11.64h13.28V8.36H2.36V11.64z M2.36,7.64h13.28V4.36H2.36V7.64z"
})), children);
});
export { StairsPlanView as default };