@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.94 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const AustinTexas = /*#__PURE__*/React.forwardRef(function AustinTexas({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M23,31.36h-2c-0.071,0-0.141-0.021-0.199-0.061\tl-3-2C17.7,29.232,17.64,29.12,17.64,29v-2.891l-3.833-5.749h-2.658l-1.895,1.895c-0.07,0.07-0.159,0.135-0.267,0.104\tc-0.099-0.003-0.193-0.047-0.259-0.122l-7-8c-0.093-0.106-0.115-0.257-0.057-0.386C1.73,13.723,1.859,13.64,2,13.64h7.64V1\tc0-0.199,0.161-0.36,0.36-0.36h7c0.199,0,0.36,0.161,0.36,0.36v4.777l3.725,1.863H30c0.199,0,0.36,0.161,0.36,0.36v12\tc0,0.116-0.057,0.226-0.151,0.293l-6.849,4.893V31C23.36,31.199,23.199,31.36,23,31.36z M21.109,30.64h1.53V25\tc0-0.116,0.057-0.226,0.151-0.293l6.849-4.893V8.36H21c-0.056,0-0.111-0.013-0.161-0.038l-4-2C16.717,6.261,16.64,6.136,16.64,6\tV1.36h-6.28V14c0,0.199-0.161,0.36-0.36,0.36H2.793l6.224,7.114l1.728-1.729c0.067-0.067,0.159-0.105,0.254-0.105h3\tc0.121,0,0.233,0.061,0.299,0.161l4,6c0.039,0.059,0.061,0.128,0.061,0.199v2.808L21.109,30.64z M23.745,19.255L23,18.509\tl-0.745,0.746l-0.51-0.51L22.491,18l-0.746-0.745l0.51-0.509L23,17.491l0.745-0.746l0.51,0.509L23.509,18l0.746,0.745L23.745,19.255\tz"
})), children);
});
module.exports = AustinTexas;