@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.97 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 CowboyBoot = /*#__PURE__*/React.forwardRef(function CowboyBoot({
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: "M30,30.36H15c-1.646,0-4.436-1.816-5.64-2.658V30\tc0,0.199-0.161,0.36-0.36,0.36H2c-0.199,0-0.36-0.161-0.36-0.36V3c0-0.199,0.161-0.36,0.36-0.36h3.761L5.647,2.071\tC5.626,1.965,5.653,1.855,5.722,1.772C5.79,1.688,5.892,1.64,6,1.64h5c0.108,0,0.21,0.048,0.278,0.132\tc0.068,0.083,0.096,0.193,0.075,0.299L11.239,2.64H15c0.1,0,0.194,0.041,0.262,0.113c0.068,0.073,0.104,0.17,0.097,0.269\tl-0.987,15.796c0.979,0.671,5.968,4.065,7.771,4.852c1.075,0.469,3.108,1.028,4.624,1.416c1.028,0.264,1.95,0.87,2.597,1.707\tc0.452,0.585,0.743,1.333,0.864,2.222l0.128,0.937c0.015,0.104-0.017,0.207-0.085,0.285C30.203,30.315,30.104,30.36,30,30.36z M9,26.64c0.077,0,0.152,0.024,0.216,0.072c1.086,0.814,4.243,2.928,5.784,2.928h14.588l-0.072-0.527\tc-0.104-0.763-0.347-1.395-0.722-1.88c-0.549-0.71-1.332-1.226-2.205-1.449c-1.541-0.394-3.614-0.966-4.732-1.453\tc-2.059-0.897-7.817-4.865-8.061-5.034c-0.104-0.071-0.163-0.192-0.155-0.318L14.429,6.36h-3.91V6.24l-0.166,0.831\tC10.319,7.239,10.171,7.36,10,7.36H7c-0.171,0-0.319-0.121-0.353-0.289L6.505,6.36H2.36v20.28C2.36,26.64,9,26.64,9,26.64z M2.36,29.64h6.28v-2.28H2.36V29.64z M7.295,6.64h2.41l0.856-4.28H6.439L7.295,6.64z M10.639,5.64h3.835l0.143-2.28h-3.521\tL10.639,5.64z M2.36,5.64h4.001L5.905,3.36H2.36V5.64z M10.125,15.36c-0.074,0-0.148-0.023-0.211-0.068L8.5,14.267l-1.414,1.025\tc-0.126,0.092-0.297,0.091-0.423,0s-0.179-0.254-0.13-0.402l0.54-1.66l-1.41-1.027c-0.126-0.092-0.179-0.254-0.13-0.402\tc0.048-0.148,0.187-0.249,0.342-0.249h1.743l0.54-1.663c0.095-0.296,0.588-0.298,0.685,0l0.541,1.663h1.742\tc0.156,0,0.294,0.1,0.342,0.249c0.048,0.148-0.004,0.311-0.13,0.402L9.929,13.23l0.539,1.66c0.048,0.148-0.004,0.311-0.13,0.402\tC10.273,15.337,10.199,15.36,10.125,15.36z M8.5,13.462c0.074,0,0.148,0.023,0.211,0.068l0.729,0.529l-0.278-0.856\tc-0.048-0.148,0.004-0.311,0.13-0.402l0.727-0.53H9.122c-0.156,0-0.294-0.1-0.342-0.249L8.5,11.165l-0.279,0.858\tc-0.048,0.148-0.187,0.249-0.342,0.249H6.981l0.727,0.53c0.126,0.092,0.179,0.254,0.13,0.402L7.56,14.059l0.729-0.529\tC8.352,13.485,8.426,13.462,8.5,13.462z"
})), children);
});
module.exports = CowboyBoot;