@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.41 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 ArgentinaObelisk = /*#__PURE__*/React.forwardRef(function ArgentinaObelisk({
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: "M31,31.36H1v-0.72h8.777l0.901-1.801c0.061-0.122,0.186-0.199,0.322-0.199h1.655L13.64,4.985\tc0.002-0.051,0.015-0.101,0.038-0.146l2-4c0.121-0.244,0.522-0.244,0.644,0l2,4c0.022,0.045,0.035,0.095,0.037,0.146l0.986,23.655\tH21c0.137,0,0.261,0.077,0.322,0.199l0.9,1.801H31V31.36z M10.583,30.64h10.835l-0.641-1.279h-9.555L10.583,30.64z M13.375,28.64\th5.25L17.644,5.092L16,1.805l-1.644,3.287L13.375,28.64z M17,24.36h-2v-0.72h2V24.36z M17,22.36h-2v-0.72h2V22.36z M17,20.36h-2\tv-0.72h2V20.36z M16.36,7h-0.72V6h0.72V7z"
})), children);
});
export { ArgentinaObelisk as default };